diff options
author | salo <salo@pkgsrc.org> | 2002-11-30 12:41:05 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-11-30 12:41:05 +0000 |
commit | 0db5341a40b7ee4da08528093c54af66146e70df (patch) | |
tree | 4304cae5165c9e05bebb99d7be754099d8accb5e /chat/xchat | |
parent | 1b437da67492b797216f4dd75e98876f9971b4a7 (diff) | |
download | pkgsrc-0db5341a40b7ee4da08528093c54af66146e70df.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patch, delint.
Diffstat (limited to 'chat/xchat')
-rw-r--r-- | chat/xchat/Makefile.common | 7 | ||||
-rw-r--r-- | chat/xchat/distinfo | 3 | ||||
-rw-r--r-- | chat/xchat/patches/patch-ac | 13 |
3 files changed, 5 insertions, 18 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index 16a30b10b93..2020a22d41c 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2002/11/29 17:17:48 drochner Exp $ +# $NetBSD: Makefile.common,v 1.10 2002/11/30 12:41:07 salo Exp $ DISTNAME= xchat-1.8.10 PKGREVISION= 2 @@ -14,6 +14,8 @@ PATCH_SITES= ${HOMEPAGE}files/source/1.8/patches/ PATCHFILES= xc1810fixme3.diff PATCH_DIST_STRIP= -p1 +BUILD_USES_MSGFMT= YES + DISTINFO_FILE= ${.CURDIR}/../xchat/distinfo FILESDIR= ${.CURDIR}/../xchat/files PATCHDIR= ${.CURDIR}/../xchat/patches @@ -21,15 +23,14 @@ PKGDIR= ${.CURDIR}/../xchat PLIST_SRC= ${.CURDIR}/../xchat/PLIST USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES USE_X11BASE= YES USE_GMAKE= YES USE_PERL5= YES -BUILD_USES_MSGFMT= YES CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext} CONFIGURE_ARGS+= --enable-python BUILD_DEFS+= USE_INET6 USE_SOCKS -MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" GNU_CONFIGURE= YES CONFIGURE_ENV+= pythonpath=${PYTHONBIN} diff --git a/chat/xchat/distinfo b/chat/xchat/distinfo index 354931b1bd5..a03fff628cc 100644 --- a/chat/xchat/distinfo +++ b/chat/xchat/distinfo @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.18 2002/11/24 13:40:47 tron Exp $ +$NetBSD: distinfo,v 1.19 2002/11/30 12:41:07 salo Exp $ SHA1 (xchat-1.8.10.tar.bz2) = 10c85bd23faa58f2f962eec6a96364e9743ac91c Size (xchat-1.8.10.tar.bz2) = 824407 bytes SHA1 (xc1810fixme3.diff) = de114fe9eaa0e53dab8023c9d11a44583eae9170 Size (xc1810fixme3.diff) = 1025 bytes -SHA1 (patch-ac) = 10dce1c565b8d95fd6b4941ddb1fbf7bb82e52ed SHA1 (patch-ad) = 7453ab165db9c166dae6221f80884de8de7511a7 SHA1 (patch-ae) = baee878728bb33317258e43919ccabfcf3fd2f4a diff --git a/chat/xchat/patches/patch-ac b/chat/xchat/patches/patch-ac deleted file mode 100644 index 429e8e7e1b0..00000000000 --- a/chat/xchat/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2001/07/31 09:48:54 tron Exp $ - ---- po/Makefile.in.in.orig Sun Oct 31 12:17:50 1999 -+++ po/Makefile.in.in Mon Sep 4 19:30:55 2000 -@@ -19,7 +19,7 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - datadir = $(prefix)/@DATADIRNAME@ --localedir = $(datadir)/locale -+localedir = $(prefix)/$(PKGLOCALEDIR)/locale - gnulocaledir = $(prefix)/share/locale - gettextsrcdir = $(prefix)/share/gettext/po - subdir = po |