From owner-svn-ports-all@FreeBSD.ORG Sun Aug 17 16:02:06 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA895B4B; Sun, 17 Aug 2014 16:02:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BFCC274F; Sun, 17 Aug 2014 16:02:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7HG26eo083477; Sun, 17 Aug 2014 16:02:06 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7HG26dc083475; Sun, 17 Aug 2014 16:02:06 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201408171602.s7HG26dc083475@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 17 Aug 2014 16:02:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365197 - in head/mail/pfqueue: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2014 16:02:06 -0000 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 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