pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/hexchat



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Feb 18 14:21:43 UTC 2020

Modified Files:
        pkgsrc/chat/hexchat: Makefile

Log Message:
hexchat: Clean up no longer necessary items in the Makefile

Fix the path to the .pc.in file post-meson.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/chat/hexchat/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/hexchat/Makefile
diff -u pkgsrc/chat/hexchat/Makefile:1.42 pkgsrc/chat/hexchat/Makefile:1.43
--- pkgsrc/chat/hexchat/Makefile:1.42   Sat Jan 18 21:48:49 2020
+++ pkgsrc/chat/hexchat/Makefile        Tue Feb 18 14:21:43 2020
@@ -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 @@ HOMEPAGE=    https://hexchat.github.io/
 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 @@ MESON_ARGS+=          -Dwith-appdata=false
 
 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 @@ PLIST_SUBST+=         SOEXT=${SOEXT}
 
 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