Skip to content

Commit

Permalink
Framework: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: HardenedBSD
  • Loading branch information
fichtner committed Nov 11, 2018
1 parent a937a19 commit 12f2ed7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ in the release notes and/or placed into UPDATING.

All ports committers are allowed to commit to this file.

20181110:
AUTHOR: [email protected]

texinfo files are now installed in ${PREFIX}/share/info

20180630:
AUTHOR: [email protected]

Expand Down
2 changes: 1 addition & 1 deletion GIDs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ alertmanager:*:479:
# free: 499
# free: 500
# free: 501
# free: 502
birdvty:*:502:
# free: 503
# free: 504
_bbstored:*:505:
Expand Down
2 changes: 2 additions & 0 deletions MOVED
Original file line number Diff line number Diff line change
Expand Up @@ -10624,3 +10624,5 @@ science/mei|science/code_saturne|2018-11-04|Code_Saturne merged bft, ecs, fvm, m
x11-wm/cde|x11/cde|2018-11-03|Recategorise
misc/rumprun||2018-11-06|Has expired: "fails with current compilers"
security/ossec-hids-client|security/ossec-hids-agent|2018-10-29|Agent is the name used in documentation
graphics/ImageMagick|graphics/ImageMagick6|2018-11-10|Port renamed
lang/gcc6-devel|lang/gcc6|2018-11-11|The GCC 6 branch has been closed, use the final release instead (or a later major version)
2 changes: 1 addition & 1 deletion Mk/Scripts/check-stagedir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ check_orphans_from_plist() {
*/.svn/*|'@dir '*/.svn) ;;
*/.svnignore) ;;
*/CVS/*|'@dir '*/CVS) ;;
*/info/dir|info/dir|info/*/dir) ;;
*/info/dir|info/dir|info/*/dir|share/info/*/dir) ;;
share/fonts/*/fonts.dir) ;;
share/fonts/*/fonts.scale) ;;
share/applications/mimeinfo.cache) ;;
Expand Down
7 changes: 0 additions & 7 deletions Mk/bsd.port.mk
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,6 @@ FreeBSD_MAINTAINER= [email protected]
# the path relative to ${INFO_PATH}.
# INFO_PATH - Path, where all .info files will be installed by your
# port, relative to ${PREFIX}
# Default: "share/info" if ${PREFIX} is equal to /usr
# and "info" otherwise.
#
# Set the following to specify all documentation your port installs into
# ${DOCSDIR}
Expand Down Expand Up @@ -2738,12 +2736,7 @@ MAN${sect}PREFIX?= ${MANPREFIX}
.endfor
MANLPREFIX?= ${MANPREFIX}
MANNPREFIX?= ${MANPREFIX}

.if ${PREFIX} == /usr
INFO_PATH?= share/info
.else
INFO_PATH?= info
.endif

.if defined(INFO)
RUN_DEPENDS+= indexinfo:print/indexinfo
Expand Down
4 changes: 2 additions & 2 deletions Templates/BSD.local.dist
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
X11
..
..
info
..
lib
debug
..
Expand Down Expand Up @@ -286,6 +284,8 @@
..
examples
..
info
..
java
classes
..
Expand Down

0 comments on commit 12f2ed7

Please sign in to comment.