ports/58568: mail/sqwebmail: fix libintl and libiconv dependencies => avoid conflicts with other ports
Simon Barner
barner at in.tum.de
Sun Oct 26 14:10:17 UTC 2003
>Number: 58568
>Category: ports
>Synopsis: mail/sqwebmail: fix libintl and libiconv dependencies => avoid conflicts with other ports
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Oct 26 06:10:14 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Simon Barner
>Release: FreeBSD 4.9-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD zi025.glhnet.mhn.de 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #1: Thu Sep 4 20:49:53 CEST 2003 simon at zi025.glhnet.mhn.de:/usr/src/sys/compile/KISTE i386
>Description:
This port did not pick up the two libraries mentioned.
One possitive side effect of getting the libintl dependency right, is
that the port does not build its included version of the gettext library and
does not install those two .alias that were conflicting with other ports
(have a look at the pkg-plist diff and you'll see what I mean)
>How-To-Repeat:
>Fix:
diff -ruN sqwebmail/Makefile sqwebmail.patched/Makefile
--- sqwebmail/Makefile Sun Aug 17 20:57:04 2003
+++ sqwebmail.patched/Makefile Sun Oct 26 14:42:59 2003
@@ -72,7 +72,9 @@
--mandir=${PREFIX}/man \
--prefix=${PREFIX}/share/sqwebmail \
--enable-imageurl=/${IMAGEURL} \
- --with-locking-method=fcntl
+ --with-locking-method=fcntl \
+ --with-libintl-prefix=${LOCALBASE} \
+ --with-libiconv-prefix=${LOCALBASE}
PLIST_SUB+= CGIBINDIR=${CGIBINDIR} CGIBINSUBDIR=${CGIBINSUBDIR} WEBDATADIR=${WEBDATADIR} WEBDATASUBDIR=${WEBDATASUBDIR}
diff -ruN sqwebmail/pkg-plist sqwebmail.patched/pkg-plist
--- sqwebmail/pkg-plist Sun Aug 17 20:57:04 2003
+++ sqwebmail.patched/pkg-plist Sun Oct 26 14:59:38 2003
@@ -72,7 +72,6 @@
share/sqwebmail/html/en-us/spellchk.html
share/sqwebmail/ldapaddressbook.dist
share/sqwebmail/ldapsearch
-share/sqwebmail/lib/charset.alias
share/sqwebmail/nodsn
share/sqwebmail/sbin/makeuserdb
share/sqwebmail/sbin/pw2userdb
@@ -80,7 +79,6 @@
share/sqwebmail/sbin/userdbpw
share/sqwebmail/sbin/vchkpw2userdb
share/sqwebmail/sendit.sh
-share/sqwebmail/share/locale/locale.alias
share/sqwebmail/webgpg
@dirrm share/sqwebmail/var/calendar/public
@dirrm share/sqwebmail/var/calendar/private
@@ -88,10 +86,8 @@
@dirrm share/sqwebmail/var/calendar
%%AUTHDFLAG%%@dirrm share/sqwebmail/var/authdaemon
@dirrm share/sqwebmail/var
- at dirrm share/sqwebmail/share/locale
@dirrm share/sqwebmail/share
@dirrm share/sqwebmail/sbin
- at dirrm share/sqwebmail/lib
@dirrm share/sqwebmail/html/en-us
@dirrm share/sqwebmail/html
@dirrm share/sqwebmail
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list