Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Feb 2005 20:30:07 GMT
From:      Marcus Grando <marcus@corp.grupos.com.br>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/77354: NON-MAINTAINER UPDATE mail/pfqueue 0.3.0 -> 0.3.1
Message-ID:  <200502102030.j1AKU7px056396@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/77354; it has been noted by GNATS.

From: Marcus Grando <marcus@corp.grupos.com.br>
To: freebsd-gnats-submit@FreeBSD.org, joseph@randomnetworks.com
Cc:  
Subject: Re: ports/77354: NON-MAINTAINER UPDATE mail/pfqueue 0.3.0 -> 0.3.1
Date: Thu, 10 Feb 2005 18:22:28 -0200

 This is a multi-part message in MIME format.
 --------------050207010707010003090008
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Please, apply with changes attached.
 
 Changes:
 - Change -lc_r to -pthread on FreeBSD < 500016
 
 Thanks.
 
 -- 
 Marcus Grando
 Grupos Internet S/A
 marcus(at)corp.grupos.com.br
 
 --------------050207010707010003090008
 Content-Type: text/plain;
  name="pfqueue.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="pfqueue.patch"
 
 diff -ruN pfqueue.old/Makefile pfqueue/Makefile
 --- pfqueue.old/Makefile	Sat Jan 29 19:07:06 2005
 +++ pfqueue/Makefile	Thu Feb 10 18:12:39 2005
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=		pfqueue
 -PORTVERSION=		0.3.0
 +PORTVERSION=		0.3.1
  CATEGORIES=		mail
  MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 @@ -14,10 +14,18 @@
  MAINTAINER=		marcus@corp.grupos.com.br
  COMMENT=		A console-based tool for handling postfix queues
  
 +USE_REINPLACE=		yes
  HAS_CONFIGURE=		yes
  CONFIGURE_ARGS=		--prefix=${PREFIX}
  
  MAN1=			pfqueue.1
  PLIST_FILES=		bin/pfqueue
  
 -.include <bsd.port.mk>
 +.include <bsd.port.pre.mk>
 +
 +post-patch:
 +.if ${OSVERSION} < 500016
 +	${REINPLACE_CMD} -e "s|-lc_r|-pthread|" ${WRKSRC}/configure
 +.endif
 +
 +.include <bsd.port.post.mk>
 diff -ruN pfqueue.old/distinfo pfqueue/distinfo
 --- pfqueue.old/distinfo	Sat Jan 29 19:07:06 2005
 +++ pfqueue/distinfo	Thu Feb 10 17:59:49 2005
 @@ -1,2 +1,2 @@
 -MD5 (pfqueue-0.3.0.tar.gz) = f2d3e271259b80dad7ea215a69f7b487
 -SIZE (pfqueue-0.3.0.tar.gz) = 107169
 +MD5 (pfqueue-0.3.1.tar.gz) = efb1e775c1dd3f1ea5dcf8cd449ec502
 +SIZE (pfqueue-0.3.1.tar.gz) = 105584
 
 --------------050207010707010003090008--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502102030.j1AKU7px056396>