Really add optional timelord support. Somehow those diffs got lost on
my previous commit.
This commit is contained in:
parent
e59a0c2a60
commit
6574b853ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67364
@ -58,6 +58,12 @@ PLIST_SUB+= NETATALKCNID=""
|
||||
CONFIGURE_ARGS+= --with-did=last
|
||||
PLIST_SUB+= NETATALKCNID="@comment "
|
||||
.endif
|
||||
.if defined (WITH_TIMELORD)
|
||||
CONFIGURE_ARGS+= --enable-timelord
|
||||
PLIST_SUB+= TIMELORD=""
|
||||
.else
|
||||
PLIST_SUB+= TIMELORD="@comment "
|
||||
.endif
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
USE_GMAKE= yes
|
||||
|
@ -65,6 +65,7 @@ sbin/tfwmpap
|
||||
sbin/tfwmpaprev
|
||||
sbin/tfwpap
|
||||
sbin/tfwpaprev
|
||||
%%TIMELORD%%sbin/timelord
|
||||
@unexec if cmp -s %D/etc/AppleVolumes.default %D/etc/AppleVolumes.default.dist; then rm -f %D/etc/AppleVolumes.default; fi
|
||||
etc/AppleVolumes.default.dist
|
||||
@exec [ ! -f %B/AppleVolumes.default ] && cp %B/%f %B/AppleVolumes.default
|
||||
|
@ -58,6 +58,12 @@ PLIST_SUB+= NETATALKCNID=""
|
||||
CONFIGURE_ARGS+= --with-did=last
|
||||
PLIST_SUB+= NETATALKCNID="@comment "
|
||||
.endif
|
||||
.if defined (WITH_TIMELORD)
|
||||
CONFIGURE_ARGS+= --enable-timelord
|
||||
PLIST_SUB+= TIMELORD=""
|
||||
.else
|
||||
PLIST_SUB+= TIMELORD="@comment "
|
||||
.endif
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
USE_GMAKE= yes
|
||||
|
@ -65,6 +65,7 @@ sbin/tfwmpap
|
||||
sbin/tfwmpaprev
|
||||
sbin/tfwpap
|
||||
sbin/tfwpaprev
|
||||
%%TIMELORD%%sbin/timelord
|
||||
@unexec if cmp -s %D/etc/AppleVolumes.default %D/etc/AppleVolumes.default.dist; then rm -f %D/etc/AppleVolumes.default; fi
|
||||
etc/AppleVolumes.default.dist
|
||||
@exec [ ! -f %B/AppleVolumes.default ] && cp %B/%f %B/AppleVolumes.default
|
||||
|
Loading…
Reference in New Issue
Block a user