pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/aiksaurus



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Jul 10 00:49:40 UTC 2023

Modified Files:
        pkgsrc/textproc/aiksaurus: Makefile

Log Message:
aiksaurus: fix builds with recent compilers

This uses "old" C++ expectations, and compilers that default to C++17
and such will object (or, at least, GCC 13 does). While here, take
maintainership.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/textproc/aiksaurus/Makefile

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

Modified files:

Index: pkgsrc/textproc/aiksaurus/Makefile
diff -u pkgsrc/textproc/aiksaurus/Makefile:1.37 pkgsrc/textproc/aiksaurus/Makefile:1.38
--- pkgsrc/textproc/aiksaurus/Makefile:1.37     Sun Jan 29 21:17:54 2023
+++ pkgsrc/textproc/aiksaurus/Makefile  Mon Jul 10 00:49:40 2023
@@ -1,19 +1,18 @@
-# $NetBSD: Makefile,v 1.37 2023/01/29 21:17:54 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.38 2023/07/10 00:49:40 gutteridge Exp $
 
 DISTNAME=      aiksaurus-1.2.1
 PKGREVISION=   15
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=aiksaurus/}
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    gutteridge%NetBSD.org@localhost
 HOMEPAGE=      http://aiksaurus.sourceforge.net/
 COMMENT=       English-language thesaurus
 LICENSE=       gnu-gpl-v2
 
 USE_LIBTOOL=           YES
 USE_TOOLS+=            pkg-config
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++03
 GNU_CONFIGURE=         YES
 PKGCONFIG_OVERRIDE=    base/aiksaurus-1.0.pc.in
 



Home | Main Index | Thread Index | Old Index