mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Fixup for previous commit:
- Correct pkg-plist by adding two newly added intermediate libraries. [1] - Use better way to make dependency on Berkeley DB. [2] Pointy hat to: delphij Reported by: Scot Hetzel <swhetzel gmail com> [1] tinderbox via pav and edwin [2]
This commit is contained in:
parent
276cff0a07
commit
e74b7c2d72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205253
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= cfengine
|
||||
PORTVERSION= 2.2.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://ftp.osuosl.org/pub/cfengine/ \
|
||||
ftp://ftp.iu.hio.no/pub/cfengine/
|
||||
@ -16,7 +17,8 @@ COMMENT= A systems administration tool for networks
|
||||
|
||||
USE_RC_SUBR= cfexecd cfservd
|
||||
|
||||
USE_BDB?= 46
|
||||
WITH_BDB_VER?= 46
|
||||
USE_BDB= yes
|
||||
USE_OPENSSL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $FreeBSD$
|
||||
lib/libcfengine.la
|
||||
lib/libcfengine.a
|
||||
sbin/cfagent
|
||||
sbin/cfdoc
|
||||
sbin/cfenvd
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= cfengine
|
||||
PORTVERSION= 2.2.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://ftp.osuosl.org/pub/cfengine/ \
|
||||
ftp://ftp.iu.hio.no/pub/cfengine/
|
||||
@ -16,7 +17,8 @@ COMMENT= A systems administration tool for networks
|
||||
|
||||
USE_RC_SUBR= cfexecd cfservd
|
||||
|
||||
USE_BDB?= 46
|
||||
WITH_BDB_VER?= 46
|
||||
USE_BDB= yes
|
||||
USE_OPENSSL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $FreeBSD$
|
||||
lib/libcfengine.la
|
||||
lib/libcfengine.a
|
||||
sbin/cfagent
|
||||
sbin/cfdoc
|
||||
sbin/cfenvd
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= cfengine
|
||||
PORTVERSION= 2.2.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://ftp.osuosl.org/pub/cfengine/ \
|
||||
ftp://ftp.iu.hio.no/pub/cfengine/
|
||||
@ -16,7 +17,8 @@ COMMENT= A systems administration tool for networks
|
||||
|
||||
USE_RC_SUBR= cfexecd cfservd
|
||||
|
||||
USE_BDB?= 46
|
||||
WITH_BDB_VER?= 46
|
||||
USE_BDB= yes
|
||||
USE_OPENSSL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $FreeBSD$
|
||||
lib/libcfengine.la
|
||||
lib/libcfengine.a
|
||||
sbin/cfagent
|
||||
sbin/cfdoc
|
||||
sbin/cfenvd
|
||||
|
Loading…
Reference in New Issue
Block a user