pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/qca2 Now that package is installed into qt4 s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/815359175bd7
branches:  trunk
changeset: 536842:815359175bd7
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Dec 25 20:09:47 2007 +0000

description:
Now that package is installed into qt4 subdirectory, pkg-config can't
find the qca2.pc file so copy to where it can.
OKed jdolecek. Bump PKGREVISION.

diffstat:

 security/qca2/Makefile |  7 +++++--
 security/qca2/PLIST    |  3 ++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 82478fe0a2c9 -r 815359175bd7 security/qca2/Makefile
--- a/security/qca2/Makefile    Tue Dec 25 19:48:42 2007 +0000
+++ b/security/qca2/Makefile    Tue Dec 25 20:09:47 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2007/12/21 00:19:43 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2007/12/25 20:09:47 markd Exp $
 
 DISTNAME=      qca-2.0.0
 PKGNAME=       qca2-${DISTNAME:C/.*-//}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    security
 MASTER_SITES=  http://delta.affinix.com/download/qca/2.0/
 EXTRACT_SUFX=  .tar.bz2
@@ -23,6 +23,9 @@
 CONFIGURE_ARGS+=       --qtdir=${QTDIR}
 CONFIGURE_ARGS+=       --disable-tests
 
+post-install:
+       ${CP} ${QTDIR}/lib/pkgconfig/qca2.pc ${PREFIX}/lib/pkgconfig/qca2.pc
+
 .include "../../x11/qt4-libs/buildlink3.mk"
 .include "../../x11/qt4-tools/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 82478fe0a2c9 -r 815359175bd7 security/qca2/PLIST
--- a/security/qca2/PLIST       Tue Dec 25 19:48:42 2007 +0000
+++ b/security/qca2/PLIST       Tue Dec 25 20:09:47 2007 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2007/12/21 00:19:43 jdolecek Exp $
+@comment $NetBSD: PLIST,v 1.3 2007/12/25 20:09:47 markd Exp $
+lib/pkgconfig/qca2.pc
 qt4/include/QtCrypto/QtCrypto
 qt4/include/QtCrypto/qca.h
 qt4/include/QtCrypto/qca_basic.h



Home | Main Index | Thread Index | Old Index