pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/abiword



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Oct 16 14:12:15 UTC 2023

Modified Files:
        pkgsrc/editors/abiword: distinfo
Added Files:
        pkgsrc/editors/abiword/patches: patch-plugins_gdict_Makefile.am
            patch-plugins_ots_Makefile.am

Log Message:
abiword: Fix linking errors


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/editors/abiword/distinfo
cvs rdiff -u -r0 -r1.3 \
    pkgsrc/editors/abiword/patches/patch-plugins_gdict_Makefile.am \
    pkgsrc/editors/abiword/patches/patch-plugins_ots_Makefile.am

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/distinfo
diff -u pkgsrc/editors/abiword/distinfo:1.84 pkgsrc/editors/abiword/distinfo:1.85
--- pkgsrc/editors/abiword/distinfo:1.84        Tue Oct 26 10:21:24 2021
+++ pkgsrc/editors/abiword/distinfo     Mon Oct 16 14:12:14 2023
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.84 2021/10/26 10:21:24 nia Exp $
+$NetBSD: distinfo,v 1.85 2023/10/16 14:12:14 ryoon Exp $
 
 BLAKE2s (abiword-3.0.5.tar.gz) = 3d6ee3bfcdf533ae92f068921473c9c99c4d35a10f73591ecd49c0505145bb6b
 SHA512 (abiword-3.0.5.tar.gz) = a2484268901ff47307c9d1f1928622e364f1006f22ce38257c585144df9411dfe3c2dea28c1f1f50a6e545e8cc579cce34117a89dfa771e20312e3ea1a9989d6
@@ -7,9 +7,11 @@ SHA1 (patch-configure.ac) = 239c0635c2c6
 SHA1 (patch-plugin-configure.m4) = 396c7ec04298b5af3807248f94f2c8630f3579ac
 SHA1 (patch-plugins_aiksaurus_Makefile.am) = 1529d5098b7fb798c428fe02cc50879374cb3e9d
 SHA1 (patch-plugins_command_Makefile.am) = e003a6bf9a6e0566abc85f09868fdf1aa93234d7
+SHA1 (patch-plugins_gdict_Makefile.am) = fd5afa1be1752ea1f5172e1585c91648b5b735e1
 SHA1 (patch-plugins_gimp_xp_AbiGimp.cpp) = 2b245de4beb2f4b9b8cd8593c811bb086bb2bde3
 SHA1 (patch-plugins_goffice_Makefile.am) = 1959eea3b4e19f085aeb56870f682ce44561d445
 SHA1 (patch-plugins_mht_xp_tidyReader.h) = fa4ef0ee7f893fb070b76e21aaad4efd9b8b27ee
+SHA1 (patch-plugins_ots_Makefile.am) = 6e8a2b96c6f12776cea5008eb908c21e79c0901d
 SHA1 (patch-plugins_paint_xp_AbiGeneric.cpp) = d0b6f3c23c1512c6517775ce9a5ae78f168931fc
 SHA1 (patch-plugins_paint_xp_AbiPaint.cpp) = 3cdad7a1755db036e3299368b4b11e10feff1875
 SHA1 (patch-plugins_psion_Makefile.am) = d18356c2a273d99918076d5aefafec595af3f898

Added files:

Index: pkgsrc/editors/abiword/patches/patch-plugins_gdict_Makefile.am
diff -u /dev/null pkgsrc/editors/abiword/patches/patch-plugins_gdict_Makefile.am:1.3
--- /dev/null   Mon Oct 16 14:12:15 2023
+++ pkgsrc/editors/abiword/patches/patch-plugins_gdict_Makefile.am      Mon Oct 16 14:12:14 2023
@@ -0,0 +1,14 @@
+$NetBSD: patch-plugins_gdict_Makefile.am,v 1.3 2023/10/16 14:12:14 ryoon Exp $
+
+Use CXX for linking.
+
+--- plugins/gdict/Makefile.am.orig     2021-07-03 15:46:07.000000000 +0000
++++ plugins/gdict/Makefile.am
+@@ -21,6 +21,7 @@ gdict_la_LDFLAGS = \
+       -no-undefined
+ 
+ gdict_la_SOURCES = 
++nodist_EXTRA_gdict_la_SOURCES = dummy.cpp
+ 
+ EXTRA_DIST = \
+       plugin.m4
Index: pkgsrc/editors/abiword/patches/patch-plugins_ots_Makefile.am
diff -u /dev/null pkgsrc/editors/abiword/patches/patch-plugins_ots_Makefile.am:1.3
--- /dev/null   Mon Oct 16 14:12:15 2023
+++ pkgsrc/editors/abiword/patches/patch-plugins_ots_Makefile.am        Mon Oct 16 14:12:14 2023
@@ -0,0 +1,14 @@
+$NetBSD: patch-plugins_ots_Makefile.am,v 1.3 2023/10/16 14:12:14 ryoon Exp $
+
+Use CXX for linking.
+
+--- plugins/ots/Makefile.am.orig       2021-07-03 15:46:07.000000000 +0000
++++ plugins/ots/Makefile.am
+@@ -14,6 +14,7 @@ ots_la_LDFLAGS = \
+       -no-undefined
+ 
+ ots_la_SOURCES = 
++nodist_EXTRA_ots_la_SOURCES = dummy.cpp
+ 
+ EXTRA_DIST = \
+       plugin.m4



Home | Main Index | Thread Index | Old Index