Remove direct LIB_DEPENDS on fam in favour of the new USE_FAM
infrastructure. Default to WANT_FAM_SYSTEM=fam to be conservative since these ports either have not been tested with gamin or are known to fail (courier). PR: ports/92583 Submitted by: marcus
This commit is contained in:
parent
41df51b901
commit
2bd36282e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155702
@ -14,13 +14,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A C++ wrapper for fam from SGI
|
||||
|
||||
LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam
|
||||
|
||||
# This isn't required to utilize full functionality
|
||||
#USE_GNOME= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
NO_BUILD= yes
|
||||
USE_FAM= yes
|
||||
WANT_FAM_SYSTEM=fam
|
||||
|
||||
do-install:
|
||||
.for FILE in FamppEvents.hh FamppExceptions.hh fam.hh famStatic.hh handle.hh
|
||||
|
@ -16,10 +16,10 @@ DIST_SUBDIR= ruby
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= FAM bindings for Ruby
|
||||
|
||||
LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
USE_FAM= yes
|
||||
WANT_FAM_SYSTEM=fam
|
||||
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
|
@ -15,8 +15,7 @@ MAINTAINER= yds@CoolRat.org
|
||||
COMMENT= Courier SMTP IMAP POP3 HTTP mail server suite
|
||||
|
||||
BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
|
||||
LIB_DEPENDS= fam:${PORTSDIR}/devel/fam \
|
||||
pcre:${PORTSDIR}/devel/pcre
|
||||
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
|
||||
RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base \
|
||||
${LOCALBASE}/share/sysconftool/sysconftool:${PORTSDIR}/devel/sysconftool \
|
||||
${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support \
|
||||
@ -68,6 +67,8 @@ USE_GMAKE= yes
|
||||
USE_OPENSSL= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_FAM= yes
|
||||
WANT_FAM_SYSTEM=fam
|
||||
|
||||
.if defined(WITH_RCORDER)
|
||||
USE_RCORDER= courier.sh
|
||||
|
@ -14,12 +14,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= tdb@FreeBSD.org
|
||||
COMMENT= A mail notification program for Gnome
|
||||
|
||||
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
|
||||
fam.0:${PORTSDIR}/devel/fam
|
||||
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= intlhack libglade2 esound
|
||||
USE_GMAKE= yes
|
||||
USE_FAM= yes
|
||||
WANT_FAM_SYSTEM=fam
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
|
@ -15,12 +15,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Utility that reports when files have been altered
|
||||
|
||||
LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone \
|
||||
help2man:${PORTSDIR}/misc/help2man
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_FAM= yes
|
||||
WANT_FAM_SYSTEM=fam
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
LIBS="-largp"
|
||||
CONFIGURE_ARGS+=--datadir=${PREFIX}/share/doc
|
||||
|
Loading…
Reference in New Issue
Block a user