pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/enchant2
Module Name: pkgsrc
Committed By: tnn
Date: Tue Dec 26 13:33:48 UTC 2023
Modified Files:
pkgsrc/textproc/enchant2: Makefile PLIST PLIST.Darwin
Log Message:
enchant2: use PLIST.Darwin instead
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/textproc/enchant2/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/enchant2/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/enchant2/PLIST.Darwin
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/enchant2/Makefile
diff -u pkgsrc/textproc/enchant2/Makefile:1.34 pkgsrc/textproc/enchant2/Makefile:1.35
--- pkgsrc/textproc/enchant2/Makefile:1.34 Mon Dec 25 21:19:46 2023
+++ pkgsrc/textproc/enchant2/Makefile Tue Dec 26 13:33:48 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2023/12/25 21:19:46 tnn Exp $
+# $NetBSD: Makefile,v 1.35 2023/12/26 13:33:48 tnn Exp $
DISTNAME= enchant-2.6.4
PKGNAME= ${DISTNAME:S/enchant/enchant2/}
@@ -33,13 +33,6 @@ CONFIGURE_ARGS+= --without-voikko
CONFIGURE_ARGS+= --enable-relocatable
TEST_TARGET= check
-.include "../../mk/bsd.prefs.mk"
-
-PLIST_VARS+= Darwin
-.if ${OPSYS} == "Darwin"
-PLIST.Darwin= yes
-.endif
-
.include "options.mk"
.include "../../devel/glib2/buildlink3.mk"
Index: pkgsrc/textproc/enchant2/PLIST
diff -u pkgsrc/textproc/enchant2/PLIST:1.4 pkgsrc/textproc/enchant2/PLIST:1.5
--- pkgsrc/textproc/enchant2/PLIST:1.4 Mon Dec 25 21:19:46 2023
+++ pkgsrc/textproc/enchant2/PLIST Tue Dec 26 13:33:48 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2023/12/25 21:19:46 tnn Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/12/26 13:33:48 tnn Exp $
bin/enchant-2
bin/enchant-lsmod-2
include/enchant-2/enchant++.h
@@ -15,5 +15,4 @@ man/man5/enchant.5
share/doc/enchant/enchant-2.html
share/doc/enchant/enchant-lsmod-2.html
share/doc/enchant/enchant.html
-${PLIST.Darwin}share/enchant-2/AppleSpell.config
share/enchant-2/enchant.ordering
Index: pkgsrc/textproc/enchant2/PLIST.Darwin
diff -u pkgsrc/textproc/enchant2/PLIST.Darwin:1.2 pkgsrc/textproc/enchant2/PLIST.Darwin:1.3
--- pkgsrc/textproc/enchant2/PLIST.Darwin:1.2 Sun Jun 23 09:46:51 2019
+++ pkgsrc/textproc/enchant2/PLIST.Darwin Tue Dec 26 13:33:48 2023
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST.Darwin,v 1.2 2019/06/23 09:46:51 wiz Exp $
-lib/enchant-2/enchant_applespell.la
+@comment $NetBSD: PLIST.Darwin,v 1.3 2023/12/26 13:33:48 tnn Exp $
+share/enchant-2/AppleSpell.config
Home |
Main Index |
Thread Index |
Old Index