ports/81574: [PATCH] mail/pine: update to 4.63

Sean Farley sean-freebsd at farley.org
Sat May 28 04:30:02 UTC 2005


>Number:         81574
>Category:       ports
>Synopsis:       [PATCH] mail/pine: update to 4.63
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 28 04:30:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Sean Farley
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD thor.farley.org 5.4-STABLE FreeBSD 5.4-STABLE #1: Wed May 25 09:11:48 CDT 2005
>Description:
- Update to 4.63
- OpenLDAP is now dynamically linked.  The standard Pine build attempts to use
  the static libraries.
- Added handling for OpenLDAP compiled with SASL.  I used WANT_OPENLDAP_SASL,
  but there may be a better way.

Port maintainer (DougB at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- pine-4.63.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/pine4.orig/Makefile /usr/ports/mail/pine4/Makefile
--- /usr/ports/mail/pine4.orig/Makefile	Thu Mar 17 15:29:01 2005
+++ /usr/ports/mail/pine4/Makefile	Thu May 26 11:58:46 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pine
-PORTVERSION=	4.62
+PORTVERSION=	4.63
 CATEGORIES=	mail news ipv6
 MASTER_SITES=	ftp://ftp.cac.washington.edu/pine/ \
 		http://mirror.sit.wisc.edu/pub/net/mail/pine/ \
@@ -25,13 +25,18 @@
 .if defined(WITH_LDAP)
 USE_OPENLDAP=	yes
 LDAP_PREFIX?=	${LOCALBASE}
+.if defined(WANT_OPENLDAP_SASL)
+EXTRA_OPTS=	LDAPLIBS="-L${LOCALBASE}/lib -lldap -llber -lsasl2"
+.else
+EXTRA_OPTS=	LDAPLIBS="-L${LOCALBASE}/lib -lldap -llber"
+.endif
 .endif
 
 .if defined(WITHOUT_SSL)
 MAKE_ARGS+=	SSLTYPE=none
 .else
 USE_OPENSSL=	yes
-EXTRA_OPTS=	SSLINCLUDE=${OPENSSLINC} SSLLIB=${OPENSSLLIB}
+EXTRA_OPTS+=	SSLINCLUDE=${OPENSSLINC} SSLLIB=${OPENSSLLIB}
 .if defined(WITH_SSL_AND_PLAINTEXT)
 EXTRA_OPTS+=	SSLTYPE=unix
 .else
diff -ruN --exclude=CVS /usr/ports/mail/pine4.orig/distinfo /usr/ports/mail/pine4/distinfo
--- /usr/ports/mail/pine4.orig/distinfo	Thu Mar 17 15:29:01 2005
+++ /usr/ports/mail/pine4/distinfo	Thu May 26 12:05:08 2005
@@ -1,4 +1,4 @@
-MD5 (pine4.62.tar.gz) = 97880cde506534d6d0cfb44aed366fa1
-SIZE (pine4.62.tar.gz) = 4108969
-MD5 (maildir.patch.gz) = 4efeb83dc94e9e5ed654e10e0b9337e3
-SIZE (maildir.patch.gz) = 23472
+MD5 (pine4.63.tar.gz) = 0cd94e17c10eef0d43966635a328fe64
+SIZE (pine4.63.tar.gz) = 4143825
+MD5 (maildir.patch.gz) = 7bd660ec40a36c10453634f8be6ad3b4
+SIZE (maildir.patch.gz) = 28723
--- pine-4.63.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list