mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
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
5 changed files with 12 additions and 9 deletions
|
@ -14,13 +14,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A C++ wrapper for fam from SGI
|
COMMENT= A C++ wrapper for fam from SGI
|
||||||
|
|
||||||
LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam
|
|
||||||
|
|
||||||
# This isn't required to utilize full functionality
|
# This isn't required to utilize full functionality
|
||||||
#USE_GNOME= yes
|
#USE_GNOME= yes
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
USE_FAM= yes
|
||||||
|
WANT_FAM_SYSTEM=fam
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
.for FILE in FamppEvents.hh FamppExceptions.hh fam.hh famStatic.hh handle.hh
|
.for FILE in FamppEvents.hh FamppExceptions.hh fam.hh famStatic.hh handle.hh
|
||||||
|
|
|
@ -16,10 +16,10 @@ DIST_SUBDIR= ruby
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= FAM bindings for Ruby
|
COMMENT= FAM bindings for Ruby
|
||||||
|
|
||||||
LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam
|
|
||||||
|
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
USE_RUBY_EXTCONF= yes
|
USE_RUBY_EXTCONF= yes
|
||||||
|
USE_FAM= yes
|
||||||
|
WANT_FAM_SYSTEM=fam
|
||||||
|
|
||||||
INSTALL_TARGET= site-install
|
INSTALL_TARGET= site-install
|
||||||
|
|
||||||
|
|
|
@ -15,8 +15,7 @@ MAINTAINER= yds@CoolRat.org
|
||||||
COMMENT= Courier SMTP IMAP POP3 HTTP mail server suite
|
COMMENT= Courier SMTP IMAP POP3 HTTP mail server suite
|
||||||
|
|
||||||
BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
|
BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
|
||||||
LIB_DEPENDS= fam:${PORTSDIR}/devel/fam \
|
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
|
||||||
pcre:${PORTSDIR}/devel/pcre
|
|
||||||
RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base \
|
RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base \
|
||||||
${LOCALBASE}/share/sysconftool/sysconftool:${PORTSDIR}/devel/sysconftool \
|
${LOCALBASE}/share/sysconftool/sysconftool:${PORTSDIR}/devel/sysconftool \
|
||||||
${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support \
|
${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support \
|
||||||
|
@ -68,6 +67,8 @@ USE_GMAKE= yes
|
||||||
USE_OPENSSL= yes
|
USE_OPENSSL= yes
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
USE_AUTOTOOLS= libtool:15
|
USE_AUTOTOOLS= libtool:15
|
||||||
|
USE_FAM= yes
|
||||||
|
WANT_FAM_SYSTEM=fam
|
||||||
|
|
||||||
.if defined(WITH_RCORDER)
|
.if defined(WITH_RCORDER)
|
||||||
USE_RCORDER= courier.sh
|
USE_RCORDER= courier.sh
|
||||||
|
|
|
@ -14,12 +14,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
MAINTAINER= tdb@FreeBSD.org
|
MAINTAINER= tdb@FreeBSD.org
|
||||||
COMMENT= A mail notification program for Gnome
|
COMMENT= A mail notification program for Gnome
|
||||||
|
|
||||||
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
||||||
fam.0:${PORTSDIR}/devel/fam
|
|
||||||
|
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
USE_GNOME= intlhack libglade2 esound
|
USE_GNOME= intlhack libglade2 esound
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
USE_FAM= yes
|
||||||
|
WANT_FAM_SYSTEM=fam
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||||
|
|
|
@ -15,12 +15,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Utility that reports when files have been altered
|
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 \
|
BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone \
|
||||||
help2man:${PORTSDIR}/misc/help2man
|
help2man:${PORTSDIR}/misc/help2man
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
USE_FAM= yes
|
||||||
|
WANT_FAM_SYSTEM=fam
|
||||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" \
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" \
|
||||||
LIBS="-largp"
|
LIBS="-largp"
|
||||||
CONFIGURE_ARGS+=--datadir=${PREFIX}/share/doc
|
CONFIGURE_ARGS+=--datadir=${PREFIX}/share/doc
|
||||||
|
|
Loading…
Add table
Reference in a new issue