diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-09 02:33:36 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-09 02:33:36 +0000 |
commit | 5a65cc333f2c54f752e138ab6dda7ecd7c51a19d (patch) | |
tree | 212dfe5db624559179d35275be8e0b146bd1bd95 /textproc/aspell-en/patches | |
parent | 9cd16a36e65f1cf26f86fc34a611f483c0e3b36c (diff) | |
download | pkgsrc-5a65cc333f2c54f752e138ab6dda7ecd7c51a19d.tar.gz |
Moved aspell-* packages as discussed. Reasons being:
1) Shorter package name;
2) Be consistent with kde3-i18n-*, kde4-l10n-*, hunspell-*, lang-*
PKG_OPTIONS;
3) Simplify modifications to PKGNAME in their Makefiles;
4) Accordance with international language naming standards;
5) Facilitate the addition of other dictionaries which are variants of the
same language (ex. Portuguese and Norwegian);
May this commit not cause anything to explode, hairs to gray, nerds to rage
Diffstat (limited to 'textproc/aspell-en/patches')
-rw-r--r-- | textproc/aspell-en/patches/patch-aa | 21 | ||||
-rw-r--r-- | textproc/aspell-en/patches/patch-ab | 16 |
2 files changed, 37 insertions, 0 deletions
diff --git a/textproc/aspell-en/patches/patch-aa b/textproc/aspell-en/patches/patch-aa new file mode 100644 index 00000000000..751d605d3b2 --- /dev/null +++ b/textproc/aspell-en/patches/patch-aa @@ -0,0 +1,21 @@ +$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:40 rodent Exp $ + +--- Makefile.pre.orig Fri Jan 3 18:39:33 2003 ++++ Makefile.pre Wed Jan 15 00:48:39 2003 +@@ -16,12 +16,10 @@ + all: ${rws_files} ${data_files} + + install: all +- mkdir -p ${DESTDIR}${dictdir}/ +- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/ +- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files} +- mkdir -p ${DESTDIR}${datadir}/ +- cp ${data_files} ${DESTDIR}${datadir}/ +- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files} ++ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/ ++ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/ ++ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/ ++ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/ + + clean: + rm -f ${rws_files} diff --git a/textproc/aspell-en/patches/patch-ab b/textproc/aspell-en/patches/patch-ab new file mode 100644 index 00000000000..d65a1a535d4 --- /dev/null +++ b/textproc/aspell-en/patches/patch-ab @@ -0,0 +1,16 @@ +$NetBSD: patch-ab,v 1.1 2013/04/09 02:33:40 rodent Exp $ + +--- configure.orig 2004-08-10 09:01:33.000000000 +0000 ++++ configure 2005-08-23 21:25:25.184621000 +0000 +@@ -79,9 +79,9 @@ + datadir=`$ASPELL dump config data-dir` + echo $datadir + +-echo "ASPELL = `which $ASPELL`" > Makefile ++echo "ASPELL = $ASPELL" > Makefile + echo "ASPELL_FLAGS = $ASPELL_FLAGS" >> Makefile +-echo "PREZIP = `which $PREZIP`" >> Makefile ++echo "PREZIP = $PREZIP" >> Makefile + echo "DESTDIR = $DESTDIR" >> Makefile + echo "dictdir = $dictdir" >> Makefile + echo "datadir = $datadir" >> Makefile |