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:           Fri Jun 21 14:06:48 UTC 2019

Modified Files:
        pkgsrc/chat/inspircd3: Makefile

Log Message:
inspircd3: Use gnu++03, as upstream does for their travis builds.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/chat/inspircd3/Makefile:1.8
--- pkgsrc/chat/inspircd3/Makefile:1.7  Fri May 17 09:59:18 2019
+++ pkgsrc/chat/inspircd3/Makefile      Fri Jun 21 14:06:48 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2019/05/17 09:59:18 nia Exp $
+# $NetBSD: Makefile,v 1.8 2019/06/21 14:06:48 nia Exp $
 
 DISTNAME=      inspircd-3.1.0
+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= c99 c++03
+USE_LANGUAGES= c99 gnu++03
 HAS_CONFIGURE= yes
 MAKE_FILE=     GNUmakefile
 MAKE_ENV+=     INSTALL=${INSTALL:Q}



Home | Main Index | Thread Index | Old Index