Skip site navigation (1)Skip section navigation (2)
Date:      7 Mar 2003 22:33:03 -0000
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Oliver Lehmann <lehmann@ans-netz.de>
Subject:   ports/49021: update-port: mail/sylpheed
Message-ID:  <20030307223303.27254.qmail@dill.salatschuessel.net>

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

>Number:         49021
>Category:       ports
>Synopsis:       update-port: mail/sylpheed
>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:   Fri Mar 07 14:40:05 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 4.8-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD kartoffel.salatschuessel.net 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #1: Fri Feb 28 03:31:35 CET 2003 olivleh1@kartoffel.salatschuessel.net:/usr/obj/i386/usr/src/sys/KARTOFFEL i386


>Description:
	0.8.10 -> 0.8.11

>How-To-Repeat:
>Fix:

	

--- sylpheed.patch begins here ---
diff -ruN sylpheed.old/Makefile sylpheed/Makefile
--- sylpheed.old/Makefile	Fri Mar  7 21:48:33 2003
+++ sylpheed/Makefile	Fri Mar  7 22:39:57 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sylpheed
-PORTVERSION=	0.8.10
+PORTVERSION=	0.8.11
 PORTREVISION=	0
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://sylpheed.good-day.net/sylpheed/
@@ -21,8 +21,8 @@
 USE_LIBTOOL=	yes
 USE_REINPLACE=	yes
 
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
-		LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+CONFIGURE_ENV=	CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include -I${X11BASE}/include" \
+		LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib -L${X11BASE}/lib"
 CONFIGURE_ARGS=	--enable-ipv6 --prefix=${PREFIX} --with-included-gettext \
 		--program-transform-name=''
 
@@ -88,7 +88,7 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \
-		s|-lresolv||g' ${WRKSRC}/configure
+		s|-lresolv||g; s|-lpisock\"|-liconv &|g' ${WRKSRC}/configure
 
 .if defined(NOPORTDOCS)
 	@${REINPLACE_CMD} -e 's|^SUBDIRS = ac po intl src manual faq$$|SUBDIRS = ac po intl src|g' \
diff -ruN sylpheed.old/distinfo sylpheed/distinfo
--- sylpheed.old/distinfo	Fri Mar  7 21:48:33 2003
+++ sylpheed/distinfo	Fri Mar  7 22:00:30 2003
@@ -1 +1 @@
-MD5 (sylpheed-0.8.10.tar.bz2) = 53f32890a0582e6697f3ed2b4294b536
+MD5 (sylpheed-0.8.11.tar.bz2) = 3d28e785af86da23852225d8e1a66afe
diff -ruN sylpheed.old/pkg-plist sylpheed/pkg-plist
--- sylpheed.old/pkg-plist	Fri Mar  7 21:48:33 2003
+++ sylpheed/pkg-plist	Fri Mar  7 21:59:37 2003
@@ -15,6 +15,7 @@
 share/locale/es/LC_MESSAGES/sylpheed.mo
 share/locale/et/LC_MESSAGES/sylpheed.mo
 share/locale/fr/LC_MESSAGES/sylpheed.mo
+share/locale/gl/LC_MESSAGES/sylpheed.mo
 share/locale/hr/LC_MESSAGES/sylpheed.mo
 share/locale/hu/LC_MESSAGES/sylpheed.mo
 share/locale/it/LC_MESSAGES/sylpheed.mo
--- sylpheed.patch ends here ---



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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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