Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jan 2005 12:38:57 GMT
From:      Xin LI <delphij@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clement@FreeBSD.org
Subject:   ports/75989: [MAINTAINER UPDATE] Update mail/postfix-gps to 0.92
Message-ID:  <200501091238.j09CcvEA083678@freefall.freebsd.org>
Resent-Message-ID: <200501091240.j09CeSm9083781@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         75989
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] Update mail/postfix-gps to 0.92
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 09 12:40:28 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Xin LI
>Release:        FreeBSD 4.11-RC2 i386
>Organization:
The FreeBSD Simplified Chinese Project
>Environment:
System: FreeBSD freefall.freebsd.org 4.11-RC2 FreeBSD 4.11-RC2 #15: Sun Jan 2 11:27:10 GMT 2005 kensmith@freefall.freebsd.org:/c/src/sys/compile/FREEFALL i386

>Description:
	This patchset will update mail/postfix-gps to 0.92
>How-To-Repeat:
>Fix:

--- patch-gps begins here ---
Index: Makefile
===================================================================
RCS file: /r/pcvs/ports/mail/postfix-gps/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	2 Jan 2005 01:16:11 -0000	1.2
+++ Makefile	9 Jan 2005 08:40:25 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gps
-PORTVERSION=	0.9
+PORTVERSION=	0.92
 CATEGORIES=	mail security
 MASTER_SITES=	http://mimo.gn.apc.org/gps/
 PKGNAMEPREFIX=	postfix-
@@ -17,8 +17,6 @@
 MAINTAINER=	delphij@FreeBSD.org
 COMMENT=	Greylist Policy Service for postfix
 
-BROKEN=		Broken dependency
-
 LIB_DEPENDS=	dbi.0:${PORTSDIR}/databases/libdbi
 RUN_DEPENDS=	${LOCALBASE}/lib/dbd:${PORTSDIR}/databases/libdbi-drivers
 
@@ -28,7 +26,7 @@
 
 USE_AUTOCONF_VER=	259
 USE_AUTOMAKE_VER=	19
-USE_GCC=	3.3
+USE_GCC=	3.4
 CONFIGURE_ARGS=	--bindir=${PREFIX}/libexec --includedir=${PREFIX}/include
 CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS} -I${PREFIX}/include"	\
 		CXXFLAGS="${CXXFLAGS} -I${PREFIX}/include"	\
Index: distinfo
===================================================================
RCS file: /r/pcvs/ports/mail/postfix-gps/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	23 Dec 2004 07:08:17 -0000	1.1
+++ distinfo	9 Jan 2005 08:40:42 -0000
@@ -1,4 +1,4 @@
-MD5 (gps-0.9.tar.gz) = a5ede393225b799a855fd91e5d017c57
-SIZE (gps-0.9.tar.gz) = 321568
+MD5 (gps-0.92.tar.gz) = 8e403050dc2b261e2ecdd73f96965422
+SIZE (gps-0.92.tar.gz) = 337777
 MD5 (gps-maintain.pl) = e42d47d0b093d54277de826f24ccb1bd
 SIZE (gps-maintain.pl) = 3502
Index: files/patch-src::Makefile.am
===================================================================
RCS file: /r/pcvs/ports/mail/postfix-gps/files/patch-src::Makefile.am,v
retrieving revision 1.1
diff -u -r1.1 patch-src::Makefile.am
--- files/patch-src::Makefile.am	23 Dec 2004 07:08:17 -0000	1.1
+++ files/patch-src::Makefile.am	9 Jan 2005 08:45:15 -0000
@@ -1,9 +1,9 @@
---- src/Makefile.am.orig	Wed Sep 15 05:25:25 2004
-+++ src/Makefile.am	Mon Sep 20 01:49:53 2004
-@@ -7,5 +7,5 @@
- # the library search path.
- gps_LDFLAGS = $(all_libraries) 
- noinst_HEADERS = configreader.h db.h read.h triplet.h defs.h strtrim.h cfg.h wlmodule.h wldb.h tmplwlmod.h dbdefs.h doxygen.h wlcacheddb.h dbiquote.h
--gps_LDADD = -ldbi -ldl
-+gps_LDADD = -ldbi
+--- src/Makefile.am.orig	Sun Nov 21 01:41:36 2004
++++ src/Makefile.am	Sun Jan  9 16:45:10 2005
+@@ -9,5 +9,5 @@
+ noinst_HEADERS = configreader.h db.h read.h triplet.h defs.h strtrim.h cfg.h \
+ 		wlmodule.h wldb.h tmplwlmod.h dbdefs.h doxygen.h wlcacheddb.h dbiquote.h \
+ 		regexcpp.h pmatcher.h action.h
+-gps_LDADD = -lpthread -ldbi -ldl
++gps_LDADD = -ldbi ${PTHREAD_LIBS}
  METASOURCES = AUTO
Index: files/patch-src::pmatcher.h
===================================================================
RCS file: files/patch-src::pmatcher.h
diff -N files/patch-src::pmatcher.h
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src::pmatcher.h	9 Jan 2005 08:51:15 -0000
@@ -0,0 +1,10 @@
+--- src/pmatcher.h.orig	Sun Nov 21 05:37:49 2004
++++ src/pmatcher.h	Sun Jan  9 16:50:54 2005
+@@ -24,6 +24,7 @@
+ #include <string>
+ //getnameinfo
+ #include <netdb.h>
++#include <sys/socket.h>
+ //
+ #include "regexcpp.h"
+ #include "triplet.h"
--- patch-gps ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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