diff options
author | clsung <clsung@FreeBSD.org> | 2005-04-20 15:48:40 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-04-20 15:48:40 +0800 |
commit | 14bb33433e94f478763d90b6ad4e9af5c54901fc (patch) | |
tree | 46f14d922e1e279fc6fb3e2cbfeb4567e4d86cd0 /security | |
parent | 3d1593419738127d6942bcecc5d0305494d36824 (diff) | |
download | freebsd-ports-gnome-14bb33433e94f478763d90b6ad4e9af5c54901fc.tar.gz freebsd-ports-gnome-14bb33433e94f478763d90b6ad4e9af5c54901fc.tar.zst freebsd-ports-gnome-14bb33433e94f478763d90b6ad4e9af5c54901fc.zip |
- update to 1.4.1
- prefer -pthread than lthread
PR: 80071
Submitted by: Marcus Grando <marcus AT corp dot grupos dot com dot br>
Diffstat (limited to 'security')
-rw-r--r-- | security/clamsmtp/Makefile | 2 | ||||
-rw-r--r-- | security/clamsmtp/distinfo | 4 | ||||
-rw-r--r-- | security/clamsmtp/files/patch-configure | 11 |
3 files changed, 14 insertions, 3 deletions
diff --git a/security/clamsmtp/Makefile b/security/clamsmtp/Makefile index 15d91a7aa973..108acb896acb 100644 --- a/security/clamsmtp/Makefile +++ b/security/clamsmtp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= clamsmtp -PORTVERSION= 1.4 +PORTVERSION= 1.4.1 PORTREVISION= 0 CATEGORIES= security MASTER_SITES= http://memberwebs.com/nielsen/software/clamsmtp/ diff --git a/security/clamsmtp/distinfo b/security/clamsmtp/distinfo index b9c630b77bb5..340760371cc8 100644 --- a/security/clamsmtp/distinfo +++ b/security/clamsmtp/distinfo @@ -1,2 +1,2 @@ -MD5 (clamsmtp-1.4.tar.gz) = 1a0c052e600df7ff89566b20054a1b3f -SIZE (clamsmtp-1.4.tar.gz) = 144890 +MD5 (clamsmtp-1.4.1.tar.gz) = 4eb6311f5f46bf76e9b7490247ba59ed +SIZE (clamsmtp-1.4.1.tar.gz) = 144951 diff --git a/security/clamsmtp/files/patch-configure b/security/clamsmtp/files/patch-configure new file mode 100644 index 000000000000..4d22f6a8e7fd --- /dev/null +++ b/security/clamsmtp/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Fri Apr 15 07:18:10 2005 ++++ configure Wed Apr 20 15:45:54 2005 +@@ -3156,7 +3156,7 @@ + # which indicates that we try without any flags at all, and "pthread-config" + # which is a program returning the flags for the Pth emulation library. + +-acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config" ++acx_pthread_flags="pthreads none -Kthread -kthread -pthread -pthreads lthread -mthreads pthread --thread-safe -mt pthread-config" + + # The ordering *is* (sometimes) important. Some notes on the + # individual items follow: |