pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net mydns-* packages need gettext-lib.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/402699a56b67
branches:  trunk
changeset: 502175:402699a56b67
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Nov 03 03:03:31 2005 +0000

description:
mydns-* packages need gettext-lib.

diffstat:

 net/mydns-mysql/Makefile        |  3 ++-
 net/mydns-mysql/PLIST           |  4 +---
 net/mydns-pgsql/Makefile        |  3 ++-
 net/mydns-pgsql/Makefile.common |  4 +++-
 4 files changed, 8 insertions(+), 6 deletions(-)

diffs (65 lines):

diff -r 335479da3787 -r 402699a56b67 net/mydns-mysql/Makefile
--- a/net/mydns-mysql/Makefile  Thu Nov 03 02:55:51 2005 +0000
+++ b/net/mydns-mysql/Makefile  Thu Nov 03 03:03:31 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/10/29 16:59:17 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2005/11/03 03:03:31 minskim Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-mysql-/}
+PKGREVISION=   1
 COMMENT=       MySQL-based DNS server
 
 CONFLICTS=     mydns-pgsql-[0-9]*
diff -r 335479da3787 -r 402699a56b67 net/mydns-mysql/PLIST
--- a/net/mydns-mysql/PLIST     Thu Nov 03 02:55:51 2005 +0000
+++ b/net/mydns-mysql/PLIST     Thu Nov 03 03:03:31 2005 +0000
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/29 16:59:17 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/11/03 03:03:31 minskim Exp $
 bin/mydns-conf
 bin/mydnscheck
 bin/mydnsexport
 bin/mydnsimport
 bin/mydnsptrconvert
 info/mydns.info
-lib/charset.alias
 man/man5/mydns.conf.5
 man/man8/mydns-conf.8
 man/man8/mydns.8
@@ -18,6 +17,5 @@
 share/examples/rc.d/mydns
 ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/mydns.mo
 ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/mydns.mo
-${PKGLOCALEDIR}/locale/locale.alias
 ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/mydns.mo
 @dirrm share/examples/mydns-mysql
diff -r 335479da3787 -r 402699a56b67 net/mydns-pgsql/Makefile
--- a/net/mydns-pgsql/Makefile  Thu Nov 03 02:55:51 2005 +0000
+++ b/net/mydns-pgsql/Makefile  Thu Nov 03 03:03:31 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/10/29 16:56:15 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2005/11/03 03:03:31 minskim Exp $
 
 PKGNAME=       ${DISTNAME:S/-/-pgsql-/}
+PKGREVISION=   1
 COMMENT=       PostgreSQL-based DNS server
 
 CONFLICTS=     mydns-mysql-[0-9]*
diff -r 335479da3787 -r 402699a56b67 net/mydns-pgsql/Makefile.common
--- a/net/mydns-pgsql/Makefile.common   Thu Nov 03 02:55:51 2005 +0000
+++ b/net/mydns-pgsql/Makefile.common   Thu Nov 03 03:03:31 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2005/10/29 16:56:15 minskim Exp $
+# $NetBSD: Makefile.common,v 1.2 2005/11/03 03:03:31 minskim Exp $
 
 DISTNAME=      mydns-1.0.0
 CATEGORIES=    net
@@ -31,6 +31,8 @@
 PKG_GROUPS=    ${MYDNS_GROUP}
 PKG_USERS=     ${MYDNS_USER}:${MYDNS_GROUP}::MyDNS\ user
 
+.include "../../devel/gettext-lib/buildlink3.mk"
+
 post-install:
                ${INSTALL_DATA_DIR} ${EGDIR}
                ${WRKSRC}/src/mydns/mydns --dump-config > ${EGDIR}/mydns.conf



Home | Main Index | Thread Index | Old Index