Date: Sun, 17 Aug 2014 16:02:06 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365197 - in head/mail/pfqueue: . files Message-ID: <201408171602.s7HG26dc083475@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sun Aug 17 16:02:05 2014 New Revision: 365197 URL: http://svnweb.freebsd.org/changeset/ports/365197 QAT: https://qat.redports.org/buildarchive/r365197/ Log: - Convert to USES=libtool and disable static plugins - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Remove redundant patch Deleted: head/mail/pfqueue/files/ Modified: head/mail/pfqueue/Makefile head/mail/pfqueue/pkg-plist Modified: head/mail/pfqueue/Makefile ============================================================================== --- head/mail/pfqueue/Makefile Sun Aug 17 15:59:40 2014 (r365196) +++ head/mail/pfqueue/Makefile Sun Aug 17 16:02:05 2014 (r365197) @@ -3,21 +3,16 @@ PORTNAME= pfqueue PORTVERSION= 0.5.6 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Console-based tool for handling Postfix 1, Postfix 2, and Exim queues -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static +USES= libtool USE_LDCONFIG= yes -CPPFLAGS+= ${PTHREAD_CFLAGS} - -post-patch: - @${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g" \ - -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|PFQ_SONAME "0.0.0"|PFQ_SONAME "0"|' \ - ${WRKSRC}/libpfq/pfqlib.c .include <bsd.port.mk> Modified: head/mail/pfqueue/pkg-plist ============================================================================== --- head/mail/pfqueue/pkg-plist Sun Aug 17 15:59:40 2014 (r365196) +++ head/mail/pfqueue/pkg-plist Sun Aug 17 16:02:05 2014 (r365197) @@ -1,24 +1,19 @@ bin/pfqueue bin/spfqueue -lib/libpfq_exim.a -lib/libpfq_exim.la lib/libpfq_exim.so lib/libpfq_exim.so.0 -lib/libpfq_postfix1.a -lib/libpfq_postfix1.la +lib/libpfq_exim.so.0.0.0 lib/libpfq_postfix1.so lib/libpfq_postfix1.so.0 -lib/libpfq_postfix2.a -lib/libpfq_postfix2.la +lib/libpfq_postfix1.so.0.0.0 lib/libpfq_postfix2.so lib/libpfq_postfix2.so.0 -lib/libpfq_socket.a -lib/libpfq_socket.la +lib/libpfq_postfix2.so.0.0.0 lib/libpfq_socket.so lib/libpfq_socket.so.0 -lib/libpfqueue.a -lib/libpfqueue.la +lib/libpfq_socket.so.0.0.0 lib/libpfqueue.so lib/libpfqueue.so.0 +lib/libpfqueue.so.0.0.0 man/man1/pfqueue.1.gz man/man5/pfqueue.conf.5.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408171602.s7HG26dc083475>