pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/inspircd3
Module Name: pkgsrc
Committed By: nia
Date: Sat May 11 21:15:26 UTC 2019
Modified Files:
pkgsrc/chat/inspircd3: Makefile
Log Message:
inspircd3: Replace c++03 with gnu++03 in USE_LANGUAGES.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/chat/inspircd3/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/inspircd3/Makefile
diff -u pkgsrc/chat/inspircd3/Makefile:1.5 pkgsrc/chat/inspircd3/Makefile:1.6
--- pkgsrc/chat/inspircd3/Makefile:1.5 Fri May 10 09:40:01 2019
+++ pkgsrc/chat/inspircd3/Makefile Sat May 11 21:15:26 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2019/05/10 09:40:01 nia Exp $
+# $NetBSD: Makefile,v 1.6 2019/05/11 21:15:26 nia Exp $
DISTNAME= inspircd-3.0.1
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GITHUB:=inspircd/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -12,7 +13,7 @@ LICENSE= gnu-gpl-v2
EXTRACT_USING= bsdtar
USE_TOOLS+= gmake perl pkg-config
-USE_LANGUAGES= c c++03
+USE_LANGUAGES= c gnu++03
HAS_CONFIGURE= yes
MAKE_FILE= GNUmakefile
MAKE_ENV+= INSTALL=${INSTALL:Q}
Home |
Main Index |
Thread Index |
Old Index