pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/tvtime



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jan  9 02:24:40 UTC 2021

Modified Files:
        pkgsrc/multimedia/tvtime: Makefile

Log Message:
(multimedia/tvitime) Ignore the warnings from autoreconf, add gnu++11

(But still having another problems for now, sorry)


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/multimedia/tvtime/Makefile

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

Modified files:

Index: pkgsrc/multimedia/tvtime/Makefile
diff -u pkgsrc/multimedia/tvtime/Makefile:1.20 pkgsrc/multimedia/tvtime/Makefile:1.21
--- pkgsrc/multimedia/tvtime/Makefile:1.20      Thu Nov  5 09:08:49 2020
+++ pkgsrc/multimedia/tvtime/Makefile   Sat Jan  9 02:24:40 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2020/11/05 09:08:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2021/01/09 02:24:40 mef Exp $
 
 DISTNAME=      tvtime-1.0.2
 PKGREVISION=   11
@@ -11,7 +11,7 @@ COMMENT=      High quality television applica
 LICENSE=       gnu-gpl-v2 AND mit AND gnu-lgpl-v2
 
 GNU_CONFIGURE=         yes
-USE_LANGUAGES=         c c++03
+USE_LANGUAGES=         c c++03 gnu++11
 USE_LIBTOOL=           yes
 USE_TOOLS+=            msgfmt aclocal automake autoconf
 
@@ -20,7 +20,7 @@ INSTALLATION_DIRS=    share/examples/tvtime
 CONF_FILES=    share/examples/tvtime/tvtime.xml ${PKG_SYSCONFDIR}/tvtime.xml
 
 pre-configure:
-       (cd ${WRKSRC} && autoreconf -vif)
+       (cd ${WRKSRC} && autoreconf -vif) || echo Ignore the warnings from autoreconf
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index