View | Details | Raw Unified | Return to bug 160852
Collapse All | Expand All

(-)milter-greylist-devel/Makefile (-3 / +5 lines)
Lines 6-21 Link Here
6
#
6
#
7
7
8
PORTNAME=	milter-greylist
8
PORTNAME=	milter-greylist
9
PORTVERSION=	4.3.5
9
PORTVERSION=	4.3.9
10
CATEGORIES=	mail
10
CATEGORIES=	mail
11
MASTER_SITES=	ftp://ftp.espci.fr/pub/milter-greylist/
11
MASTER_SITES=	ftp://ftp.espci.fr/pub/milter-greylist/ \
12
		http://fossies.org/unix/privat/
12
PKGNAMESUFFIX=	-devel
13
PKGNAMESUFFIX=	-devel
13
DISTNAME=	milter-greylist-${PORTVERSION}
14
EXTRACT_SUFX=	.tgz
14
EXTRACT_SUFX=	.tgz
15
15
16
MAINTAINER=	m.tsatsenko@gmail.com
16
MAINTAINER=	m.tsatsenko@gmail.com
17
COMMENT=	Easy-to-use greylist milter for sendmail and postfix (development)
17
COMMENT=	Easy-to-use greylist milter for sendmail and postfix (development)
18
18
19
LICENSE=	BSD
20
19
CONFLICTS=	milter-greylist-4.2.*
21
CONFLICTS=	milter-greylist-4.2.*
20
PKGMESSAGE=	${WRKDIR}/pkg-message
22
PKGMESSAGE=	${WRKDIR}/pkg-message
21
23
(-)milter-greylist-devel/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (milter-greylist-4.3.5.tgz) = 16987d5d68315c61c767ebceba039b9c48f4e97a53a28f3e821d3c4db4009a55
1
SHA256 (milter-greylist-4.3.9.tgz) = 02b712cf25e967f2b1a8984966a4d084bba89ceed26f5549ef201f7933c62d97
2
SIZE (milter-greylist-4.3.5.tgz) = 218787
2
SIZE (milter-greylist-4.3.9.tgz) = 222367
(-)milter-greylist-devel/files/patch-configure (-14 / +14 lines)
Lines 1-28 Link Here
1
--- configure.orig	2009-08-14 04:31:15.000000000 +0400
1
--- configure.orig	2011-04-13 05:41:45.000000000 +0400
2
+++ configure	2009-08-24 02:07:12.000000000 +0400
2
+++ configure	2011-09-19 22:17:17.498960457 +0400
3
@@ -6387,7 +6387,7 @@
3
@@ -4982,7 +4982,7 @@
4
 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
4
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
5
 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
5
 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
6
 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
6
 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7
-  LIBS="$LIBS -lpthread"
7
-  LIBS="$LIBS -lpthread"
8
+  true; #LIBS="$LIBS -lpthread"
8
+  true; #LIBS="$LIBS -lpthread"
9
 else
9
 else
10
   { $as_echo "$as_me:$LINENO: checking for pthread_create in -lc_r" >&5
10
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lc_r" >&5
11
 $as_echo_n "checking for pthread_create in -lc_r... " >&6; }
11
 $as_echo_n "checking for pthread_create in -lc_r... " >&6; }
12
@@ -7168,13 +7168,13 @@
12
@@ -5488,13 +5488,13 @@
13
 if test "${with_libdkim+set}" = set; then
13
 if test "${with_libdkim+set}" = set; then :
14
   withval=$with_libdkim; LDFLAGS=$LDFLAGS" -L$withval/lib -Wl,$rpath$withval/lib"
14
   withval=$with_libdkim; LDFLAGS=$LDFLAGS" -L$withval/lib -Wl,$rpath$withval/lib"
15
 	    CFLAGS=$CFLAGS" -I$withval/include"
15
 	    CFLAGS=$CFLAGS" -I$withval/include"
16
-	    { $as_echo "$as_me:$LINENO: checking for dkim_init in -ldkim -lsm -lcrypto" >&5
16
-	    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dkim_init in -ldkim -lsm -lcrypto" >&5
17
-$as_echo_n "checking for dkim_init in -ldkim -lsm -lcrypto... " >&6; }
17
-$as_echo_n "checking for dkim_init in -ldkim -lsm -lcrypto... " >&6; }
18
+	    { $as_echo "$as_me:$LINENO: checking for dkim_init in -ldkim -lcrypto" >&5
18
+	    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dkim_init in -ldkim -lcrypto" >&5
19
+$as_echo_n "checking for dkim_init in -ldkim -lcrypto... " >&6; }
19
+$as_echo_n "checking for dkim_init in -ldkim -lcrypto... " >&6; }
20
 if test "${ac_cv_lib_dkim__lsm__lcrypto_dkim_init+set}" = set; then
20
 if test "${ac_cv_lib_dkim__lsm__lcrypto_dkim_init+set}" = set; then :
21
   $as_echo_n "(cached) " >&6
21
   $as_echo_n "(cached) " >&6
22
 else
22
 else
23
   ac_check_lib_save_LIBS=$LIBS
23
   ac_check_lib_save_LIBS=$LIBS
24
-LIBS="-ldkim -lsm -lcrypto  $LIBS"
24
-LIBS="-ldkim -lsm -lcrypto  $LIBS"
25
+LIBS="-ldkim -lcrypto  $LIBS"
25
+LIBS="-ldkim -lcrypto  $LIBS"
26
 cat >conftest.$ac_ext <<_ACEOF
26
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
27
 /* confdefs.h.  */
27
 /* end confdefs.h.  */
28
 _ACEOF
28

Return to bug 160852