pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/hexchat hexchat: Clean up no longer necessary ite...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bc44bb184f03
branches: trunk
changeset: 411684:bc44bb184f03
user: nia <nia%pkgsrc.org@localhost>
date: Tue Feb 18 14:21:43 2020 +0000
description:
hexchat: Clean up no longer necessary items in the Makefile
Fix the path to the .pc.in file post-meson.
diffstat:
chat/hexchat/Makefile | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diffs (40 lines):
diff -r 64be7273b3f3 -r bc44bb184f03 chat/hexchat/Makefile
--- a/chat/hexchat/Makefile Tue Feb 18 13:35:17 2020 +0000
+++ b/chat/hexchat/Makefile Tue Feb 18 14:21:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2020/01/18 21:48:49 jperkin Exp $
+# $NetBSD: Makefile,v 1.43 2020/02/18 14:21:43 nia Exp $
DISTNAME= hexchat-2.14.3
PKGREVISION= 1
@@ -11,12 +11,9 @@
COMMENT= IRC client based on XChat
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mit
-USE_LIBTOOL= yes
-USE_TOOLS+= bison gmake intltool msgfmt msgmerge pkg-config xgettext
+USE_TOOLS+= pkg-config msgfmt xgettext
USE_LANGUAGES= c c++
-PKGCONFIG_OVERRIDE+= share/pkgconfig/hexchat-plugin.pc.in
-
# XXX fails without GNU msgfmt
_TOOLS_USE_PKGSRC.msgfmt= yes
@@ -25,7 +22,6 @@
REPLACE_PYTHON+= plugins/perl/generate_header.py
REPLACE_PYTHON+= src/common/make-te.py
-REPLACE_PYTHON+= meson_post_install.py
OPSYSVARS+= SOEXT
SOEXT.Darwin= dylib
@@ -34,6 +30,8 @@
LDFLAGS.SunOS+= -lsocket -lnsl
+PKGCONFIG_OVERRIDE+= data/pkgconfig/hexchat-plugin.pc.in
+
.include "options.mk"
.include "../../devel/meson/build.mk"
.include "../../converters/libiconv/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index