diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-10-01 22:02:00 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-10-01 22:02:00 +0000 |
commit | 34de7eb3c201e9d94956b707d2ec0c54594bfebb (patch) | |
tree | 4d8ce4be64043f37f0cb69e03baf8a81e4214fe9 /chat/psi | |
parent | 8f2463c4f477301cb8a906816dde98a5be1fda31 (diff) | |
download | pkgsrc-34de7eb3c201e9d94956b707d2ec0c54594bfebb.tar.gz |
Use devel/libidn rather than bundled version, since compilation of the
latter bombs if devel/libidn is installed, and it's preferable to use
the non-bundled, pkgsrc libidn rather than fix build of the bundled version
Fixes PR pkg/30336 by Perry E. Metzger and PR pkg/31413 by Steven M. Bellovin
Diffstat (limited to 'chat/psi')
-rw-r--r-- | chat/psi/Makefile | 5 | ||||
-rw-r--r-- | chat/psi/distinfo | 3 | ||||
-rw-r--r-- | chat/psi/patches/patch-ae | 18 |
3 files changed, 23 insertions, 3 deletions
diff --git a/chat/psi/Makefile b/chat/psi/Makefile index 7edecc2d338..ad3d2ab9c9b 100644 --- a/chat/psi/Makefile +++ b/chat/psi/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2005/09/14 14:18:16 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.27 2005/10/01 22:02:00 jdolecek Exp $ PSI_VERSION= 0.9.3 DISTNAME= psi-${PSI_VERSION} -PKGREVISION= # empty +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psi/} EXTRACT_SUFX= .tar.bz2 @@ -73,4 +73,5 @@ BUILDLINK_DEPMETHOD.qt3-tools= build .include "../../x11/qt3-tools/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../security/qca/buildlink3.mk" +.include "../../devel/libidn/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/chat/psi/distinfo b/chat/psi/distinfo index 05f51c4e5bb..ef3f43d0f1b 100644 --- a/chat/psi/distinfo +++ b/chat/psi/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.12 2005/09/14 14:18:16 dmcmahill Exp $ +$NetBSD: distinfo,v 1.13 2005/10/01 22:02:00 jdolecek Exp $ SHA1 (psi-0.9.3/psi-0.9.3.tar.bz2) = dc5e7dbf5d791db2f0c4189cad055a40b21cf9b6 RMD160 (psi-0.9.3/psi-0.9.3.tar.bz2) = 66983a9746812b27a5c8a1c072e9b33aca638d30 @@ -45,3 +45,4 @@ Size (psi-0.9.3/psi_vi.qm) = 139897 bytes SHA1 (patch-aa) = 1f3fbbe1f32df44db06a76d33d32555dd0fe7b6f SHA1 (patch-ac) = 6faea4967d2682c087aa5de12b7c83ac5848d1b5 SHA1 (patch-ad) = 8d255aa9de01ccb39d2cdc7b0074b5dec0e3c0cb +SHA1 (patch-ae) = 93896bc73cb834a42d81e3eed1419940b75a49a0 diff --git a/chat/psi/patches/patch-ae b/chat/psi/patches/patch-ae new file mode 100644 index 00000000000..e4a931f4836 --- /dev/null +++ b/chat/psi/patches/patch-ae @@ -0,0 +1,18 @@ +$NetBSD: patch-ae,v 1.1 2005/10/01 22:02:00 jdolecek Exp $ + +--- iris.pri.orig 2005-10-01 22:20:56.000000000 +0200 ++++ iris.pri 2005-10-01 22:22:05.000000000 +0200 +@@ -1,7 +1,10 @@ + # libidn +-LIBIDN_BASE = $$IRIS_BASE/libidn +-CONFIG += libidn +-include($$IRIS_BASE/libidn.pri) ++#LIBIDN_BASE = $$IRIS_BASE/libidn ++#CONFIG += libidn ++#include($$IRIS_BASE/libidn.pri) ++unix:{ ++ LIBS += -lidn ++} + + # qca + #unix:{ |