Date: Fri, 31 Jan 2014 07:04:20 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341917 - in head/net: libnfs libnss-mysql linc Message-ID: <201401310704.s0V74Kb2067397@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Fri Jan 31 07:04:20 2014 New Revision: 341917 URL: http://svnweb.freebsd.org/changeset/ports/341917 QAT: https://qat.redports.org/buildarchive/r341917/ Log: - Stage support - Convert to USES Modified: head/net/libnfs/Makefile head/net/libnss-mysql/Makefile head/net/linc/Makefile Modified: head/net/libnfs/Makefile ============================================================================== --- head/net/libnfs/Makefile Fri Jan 31 06:48:40 2014 (r341916) +++ head/net/libnfs/Makefile Fri Jan 31 07:04:20 2014 (r341917) @@ -13,15 +13,13 @@ LICENSE= LGPL21 GPLv3 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING -USES= pkgconfig -USE_GMAKE= yes +USES= pkgconfig gmake USE_AUTORECONF= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize ACLOCAL_ARGS= -I. AUTOMAKE_ARGS= --add-missing USE_LDCONFIG= yes -NO_STAGE= yes post-patch: ${REINPLACE_CMD} 's|$$(libdir)/\(pkgconfig\)|$$(prefix)/libdata/\1|' \ ${WRKSRC}/Makefile.am Modified: head/net/libnss-mysql/Makefile ============================================================================== --- head/net/libnss-mysql/Makefile Fri Jan 31 06:48:40 2014 (r341916) +++ head/net/libnss-mysql/Makefile Fri Jan 31 07:04:20 2014 (r341917) @@ -16,5 +16,4 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_MYSQL= yes -NO_STAGE= yes .include <bsd.port.mk> Modified: head/net/linc/Makefile ============================================================================== --- head/net/linc/Makefile Fri Jan 31 06:48:40 2014 (r341916) +++ head/net/linc/Makefile Fri Jan 31 07:04:20 2014 (r341917) @@ -15,8 +15,7 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) -USES= pkgconfig -USE_GMAKE= yes +USES= pkgconfig gmake USE_GNOME= gnomehack glib20 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool @@ -25,7 +24,6 @@ CONFIGURE_ARGS= --with-html-dir=${PREFIX CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401310704.s0V74Kb2067397>