pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Apr  1 15:46:40 UTC 2024

Modified Files:
        pkgsrc/editors/abiword: Makefile Makefile.common
        pkgsrc/editors/abiword-plugins: Makefile

Log Message:
abiword*: centralize language settings


To generate a diff of this commit:
cvs rdiff -u -r1.224 -r1.225 pkgsrc/editors/abiword/Makefile
cvs rdiff -u -r1.51 -r1.52 pkgsrc/editors/abiword/Makefile.common
cvs rdiff -u -r1.148 -r1.149 pkgsrc/editors/abiword-plugins/Makefile

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

Modified files:

Index: pkgsrc/editors/abiword/Makefile
diff -u pkgsrc/editors/abiword/Makefile:1.224 pkgsrc/editors/abiword/Makefile:1.225
--- pkgsrc/editors/abiword/Makefile:1.224       Sat Dec 23 03:01:39 2023
+++ pkgsrc/editors/abiword/Makefile     Mon Apr  1 15:46:40 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.224 2023/12/23 03:01:39 zafer Exp $
+# $NetBSD: Makefile,v 1.225 2024/04/01 15:46:40 gutteridge Exp $
 
 PKGREVISION=   16
 .include       "Makefile.common"
@@ -20,9 +20,8 @@ TOOL_DEPENDS+=        autoconf-archive-[0-9]*:.
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    autoconf automake gmake pkg-config
-USE_LANGUAGES= c c++11
 
-CONFIGURE_ARGS+=       --disable-default-plugins       #do not build any plugins by default
+CONFIGURE_ARGS+=       --disable-default-plugins       # Do not build any plugins by default
 CONFIGURE_ARGS+=       --enable-spell         # (Gtk+ only) include spell checking support
 CONFIGURE_ARGS+=       --enable-plugins=""
 # evolution data server can't be found even if buildlinked

Index: pkgsrc/editors/abiword/Makefile.common
diff -u pkgsrc/editors/abiword/Makefile.common:1.51 pkgsrc/editors/abiword/Makefile.common:1.52
--- pkgsrc/editors/abiword/Makefile.common:1.51 Tue Jul 13 13:24:43 2021
+++ pkgsrc/editors/abiword/Makefile.common      Mon Apr  1 15:46:40 2024
@@ -1,4 +1,7 @@
-# $NetBSD: Makefile.common,v 1.51 2021/07/13 13:24:43 nia Exp $
+# $NetBSD: Makefile.common,v 1.52 2024/04/01 15:46:40 gutteridge Exp $
 # used by editors/abiword-plugins/Makefile
 
 ABIVERSION=    3.0.5
+
+USE_LANGUAGES=         c c++
+USE_CXX_FEATURES=      c++11

Index: pkgsrc/editors/abiword-plugins/Makefile
diff -u pkgsrc/editors/abiword-plugins/Makefile:1.148 pkgsrc/editors/abiword-plugins/Makefile:1.149
--- pkgsrc/editors/abiword-plugins/Makefile:1.148       Mon Apr  1 15:41:08 2024
+++ pkgsrc/editors/abiword-plugins/Makefile     Mon Apr  1 15:46:40 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.148 2024/04/01 15:41:08 gutteridge Exp $
+# $NetBSD: Makefile,v 1.149 2024/04/01 15:46:40 gutteridge Exp $
 
 PKGREVISION=   21
 .include       "../../editors/abiword/Makefile.common"
@@ -22,7 +22,6 @@ TOOL_DEPENDS+=        autoconf-archive-[0-9]*:.
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    autoconf automake gmake pkg-config
-USE_LANGUAGES= c c++
 
 BUILD_DIRS=    plugins
 



Home | Main Index | Thread Index | Old Index