aboutsummaryrefslogtreecommitdiffstats
path: root/math/guppi/files
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-10-23 21:36:38 +0800
committersobomax <sobomax@FreeBSD.org>2001-10-23 21:36:38 +0800
commit57abd961b76cedb0f65b0c10259ff05e76957c47 (patch)
tree89dbe047c1bbd7f74288f9ee99b757851e62564c /math/guppi/files
parentb5d26f0d47a18f9461285d822b6894d5755d4192 (diff)
downloadfreebsd-ports-gnome-57abd961b76cedb0f65b0c10259ff05e76957c47.tar.gz
freebsd-ports-gnome-57abd961b76cedb0f65b0c10259ff05e76957c47.tar.zst
freebsd-ports-gnome-57abd961b76cedb0f65b0c10259ff05e76957c47.zip
Update to 0.40.0.
Diffstat (limited to 'math/guppi/files')
-rw-r--r--math/guppi/files/patch-ltmain.sh18
-rw-r--r--math/guppi/files/patch-po::Makefile.in.in14
2 files changed, 32 insertions, 0 deletions
diff --git a/math/guppi/files/patch-ltmain.sh b/math/guppi/files/patch-ltmain.sh
new file mode 100644
index 000000000000..33bc7983f107
--- /dev/null
+++ b/math/guppi/files/patch-ltmain.sh
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- ltmain.sh 2001/08/27 09:51:26 1.1
++++ ltmain.sh 2001/08/27 09:51:42
+@@ -4175,10 +4175,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if /usr/bin/false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/math/guppi/files/patch-po::Makefile.in.in b/math/guppi/files/patch-po::Makefile.in.in
new file mode 100644
index 000000000000..2f04784a681b
--- /dev/null
+++ b/math/guppi/files/patch-po::Makefile.in.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- po/Makefile.in.in 2001/10/23 11:34:52 1.1
++++ po/Makefile.in.in 2001/10/23 11:35:09
+@@ -106,7 +106,7 @@
+ @catalogs='$(CATALOGS)'; \
+ for cat in $$catalogs; do \
+ cat=`basename $$cat`; \
+- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
++ lang=`echo $$cat | sed 's/\.mo$$//'`; \
+ dir=$(localedir)/$$lang/LC_MESSAGES; \
+ $(mkinstalldirs) $(DESTDIR)$$dir; \
+ if test -r $$cat; then \