pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ucarp Add missing files to PLIST. Set USE_PKGLOCAL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69d03922b108
branches:  trunk
changeset: 497375:69d03922b108
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jul 26 10:47:19 2005 +0000

description:
Add missing files to PLIST. Set USE_PKGLOCALEDIR.
Depend on a libpcap that is new enough (pcap_freecode with one argument).
Should fix bulk build.

diffstat:

 net/ucarp/Makefile |  6 +++++-
 net/ucarp/PLIST    |  4 +++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 2dab938d55b7 -r 69d03922b108 net/ucarp/Makefile
--- a/net/ucarp/Makefile        Tue Jul 26 10:26:22 2005 +0000
+++ b/net/ucarp/Makefile        Tue Jul 26 10:47:19 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/07/13 17:51:50 drochner Exp $
+# $NetBSD: Makefile,v 1.5 2005/07/26 10:47:19 wiz Exp $
 #
 
 DISTNAME=              ucarp-1.0
@@ -12,6 +12,10 @@
 COMMENT=               Common Address Redundancy Protocol (CARP) for Unix
 
 GNU_CONFIGURE=         yes
+USE_PKGLOCALEDIR=      yes
+
+# pcap_freecode with one argument only
+BUILDLINK_DEPENDS.libpcap+=    libpcap>=0.6.0
 
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"
diff -r 2dab938d55b7 -r 69d03922b108 net/ucarp/PLIST
--- a/net/ucarp/PLIST   Tue Jul 26 10:26:22 2005 +0000
+++ b/net/ucarp/PLIST   Tue Jul 26 10:47:19 2005 +0000
@@ -1,2 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/08 10:30:31 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/07/26 10:47:19 wiz Exp $
 sbin/ucarp
+${PKGLOCALEDIR}/locale/en@boldquot/LC_MESSAGES/ucarp.mo
+${PKGLOCALEDIR}/locale/en@quot/LC_MESSAGES/ucarp.mo



Home | Main Index | Thread Index | Old Index