pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/qident This package uses BSD Makefile.
details: https://anonhg.NetBSD.org/pkgsrc/rev/de8a7a077ab0
branches: trunk
changeset: 536910:de8a7a077ab0
user: obache <obache%pkgsrc.org@localhost>
date: Fri Dec 28 12:27:20 2007 +0000
description:
This package uses BSD Makefile.
Honor PKGMANDIR and DESTDIR ready.
diffstat:
security/qident/Makefile | 8 +++++++-
security/qident/distinfo | 3 ++-
security/qident/patches/patch-aa | 12 ++++++++++++
3 files changed, 21 insertions(+), 2 deletions(-)
diffs (50 lines):
diff -r ff7d90c4cae0 -r de8a7a077ab0 security/qident/Makefile
--- a/security/qident/Makefile Fri Dec 28 12:15:38 2007 +0000
+++ b/security/qident/Makefile Fri Dec 28 12:27:20 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/10/28 21:29:47 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2007/12/28 12:27:20 obache Exp $
DISTNAME= qident-1.2
CATEGORIES= security net
@@ -8,7 +8,13 @@
HOMEPAGE= http://www.hairylemon.org/~ad/software/qident/
COMMENT= Small program to query an ident protocol server (rfc1413)
+USE_BSD_MAKEFILE= YES
+
MANCOMPRESSED_IF_MANZ= YES
+INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../security/libident/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r ff7d90c4cae0 -r de8a7a077ab0 security/qident/distinfo
--- a/security/qident/distinfo Fri Dec 28 12:15:38 2007 +0000
+++ b/security/qident/distinfo Fri Dec 28 12:27:20 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 13:10:12 agc Exp $
+$NetBSD: distinfo,v 1.4 2007/12/28 12:27:20 obache Exp $
SHA1 (qident-1.2.tar.gz) = 756f618384536090085319aef1b3200f57b47a1e
RMD160 (qident-1.2.tar.gz) = 805d19e8ec0ebe3d72f749df2c63c05a01e0a607
Size (qident-1.2.tar.gz) = 2760 bytes
+SHA1 (patch-aa) = e989fc840fbf82e8efb9bcb008d24ce106062f55
diff -r ff7d90c4cae0 -r de8a7a077ab0 security/qident/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/qident/patches/patch-aa Fri Dec 28 12:27:20 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2007/12/28 12:27:20 obache Exp $
+
+--- Makefile.orig 2007-12-28 12:14:35.000000000 +0000
++++ Makefile
+@@ -6,7 +6,4 @@ MAN= qident.1
+ CFLAGS+= -I${PREFIX}/include -Wall
+ LDADD+= -L${PREFIX}/lib -Wl,-rpath,${PREFIX}/lib -lident
+
+-BINDIR= ${PREFIX}/bin
+-MANDIR= ${PREFIX}/man
+-
+ .include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index