Date: Sun, 11 May 2014 05:34:50 +0400 From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Cc: clsung@FreeBSD.org Subject: Re: svn commit: r353634 - head/net/dictd Message-ID: <20140511013450.GG1245@hades.panopticon> In-Reply-To: <201405110126.s4B1QUlq058805@svn.freebsd.org> References: <201405110126.s4B1QUlq058805@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
* Dmitry Marakasov (amdmi3@FreeBSD.org) wrote: Forgot to mention that it's Approved by: portmgr blanket > Author: amdmi3 > Date: Sun May 11 01:26:30 2014 > New Revision: 353634 > URL: http://svnweb.freebsd.org/changeset/ports/353634 > QAT: https://qat.redports.org/buildarchive/r353634/ > > Log: > - Support staging > - Convert USE_GMAKE to USES > - Use new LIB_DEPENDS syntax > - Switch to USES=libtool > > Modified: > head/net/dictd/Makefile > head/net/dictd/pkg-plist > > Modified: head/net/dictd/Makefile > ============================================================================== > --- head/net/dictd/Makefile Sat May 10 23:45:09 2014 (r353633) > +++ head/net/dictd/Makefile Sun May 11 01:26:30 2014 (r353634) > @@ -9,14 +9,11 @@ MASTER_SITES= SF/dict/${PORTNAME}/${PORT > MAINTAINER?= clsung@FreeBSD.org > COMMENT= Dict protocol (RFC 2229) server > > -LIB_DEPENDS= maa.3:${PORTSDIR}/devel/libmaa > - > -MAN1= dictzip.1 > -MAN8= dictd.8 > +LIB_DEPENDS= libmaa.so:${PORTSDIR}/devel/libmaa > > USE_RC_SUBR= ${PORTNAME} > -USES= bison > -USE_AUTOTOOLS= libtool > +USES= bison libtool gmake > +USE_AUTOTOOLS= libtoolize > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \ > --without-local-zlib > @@ -26,12 +23,9 @@ LDFLAGS+= -L${LOCALBASE}/lib > SUB_FILES+= dictd.conf pkg-message > SUB_LIST+= PORTSDIR=${PORTSDIR} > > -USE_GMAKE= yes > - > ALL_TARGET= dictd dictzip > INSTALL_TARGET= install.dictd install.dictzip > > -NO_STAGE= yes > post-patch: > .for i in Makefile.in dict.1.in dictd.8.in > @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/$i > @@ -39,8 +33,6 @@ post-patch: > @${REINPLACE_CMD} -e "s|\([\ \t(]\)T_USER|\1T_USERNAME|g" ${WRKSRC}/*.[chly] > > post-install: > - @${CP} ${WRKDIR}/${PORTNAME}.conf ${PREFIX}/etc/${PORTNAME}.conf.sample > - @[ -f ${PREFIX}/etc/${PORTNAME}.conf ] || ${CP} ${PREFIX}/etc/${PORTNAME}.conf.sample ${PREFIX}/etc/${PORTNAME}.conf > - @${CAT} ${PKGMESSAGE} > + @${CP} ${WRKDIR}/${PORTNAME}.conf ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample > > .include <bsd.port.mk> > > Modified: head/net/dictd/pkg-plist > ============================================================================== > --- head/net/dictd/pkg-plist Sat May 10 23:45:09 2014 (r353633) > +++ head/net/dictd/pkg-plist Sun May 11 01:26:30 2014 (r353634) > @@ -1,4 +1,6 @@ > bin/dictzip > +man/man1/dictzip.1.gz > +man/man8/dictd.8.gz > sbin/dictd > @unexec if cmp -s %D/etc/dictd.conf %D/etc/dictd.conf.sample; then rm -f %D/etc/dictd.conf; fi > etc/dictd.conf.sample > -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140511013450.GG1245>