diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-11-24 01:58:18 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-11-24 01:58:18 +0800 |
commit | bb3f9e624ca386072aeaecc739dec7c2789cab96 (patch) | |
tree | ea25404deab075636e9a20c7dbf3449ccfaea761 /math/guppi/files | |
parent | ccebf9a4b0cb3b99776702a75566f8258bb9cefe (diff) | |
download | freebsd-ports-gnome-bb3f9e624ca386072aeaecc739dec7c2789cab96.tar.gz freebsd-ports-gnome-bb3f9e624ca386072aeaecc739dec7c2789cab96.tar.zst freebsd-ports-gnome-bb3f9e624ca386072aeaecc739dec7c2789cab96.zip |
Update to 0.40.2.
Diffstat (limited to 'math/guppi/files')
-rw-r--r-- | math/guppi/files/patch-Makefile.in | 17 | ||||
-rw-r--r-- | math/guppi/files/patch-configure | 17 |
2 files changed, 26 insertions, 8 deletions
diff --git a/math/guppi/files/patch-Makefile.in b/math/guppi/files/patch-Makefile.in index a0a0c9145e80..b8891ef7e9f9 100644 --- a/math/guppi/files/patch-Makefile.in +++ b/math/guppi/files/patch-Makefile.in @@ -1,23 +1,24 @@ $FreeBSD$ ---- Makefile.in.orig Fri Jul 27 17:45:27 2001 -+++ Makefile.in Fri Jul 27 18:18:46 2001 -@@ -188,11 +188,11 @@ - appdir = $(datadir)/apps/Applications - app_DATA = guppi.desktop +--- Makefile.in.orig Fri Nov 23 18:19:00 2001 ++++ Makefile.in Fri Nov 23 18:19:44 2001 +@@ -205,12 +205,12 @@ + #appdir = $(datadir)/apps/Applications + #app_DATA = guppi.desktop -confexecdir = $(libdir) +confexecdir = $(prefix)/etc confexec_DATA = libguppiConf.sh - CLEANFILES = libguppiConf.sh + CLEANFILES = libguppiConf.sh xml-i18n-extract xml-i18n-merge xml-i18n-update + -aclocaldir = $(datadir)/aclocal +aclocaldir = $(prefix)/share/aclocal aclocal_DATA = libguppi.m4 - EXTRA_DIST = ChangeLog README AUTHORS NEWS BIBLIOGRAPHY Guppi.spec Guppi.spec.in libguppiConf.sh.in guppi.desktop libguppi.m4 xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in -@@ -548,10 +548,10 @@ + EXTRA_DIST = ChangeLog README AUTHORS NEWS BIBLIOGRAPHY libguppiConf.sh.in libguppi.m4 xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in +@@ -545,10 +545,10 @@ libguppiConf.sh: libguppiConf.sh.in Makefile diff --git a/math/guppi/files/patch-configure b/math/guppi/files/patch-configure new file mode 100644 index 000000000000..54dbe64eb5c7 --- /dev/null +++ b/math/guppi/files/patch-configure @@ -0,0 +1,17 @@ + +$FreeBSD$ + +--- configure 2001/11/23 16:23:25 1.1 ++++ configure 2001/11/23 16:23:38 +@@ -9545,9 +9545,9 @@ + + ### Configure Guile + +- guile_msg = 'Huh?' ++ guile_msg='Huh?' + if test x$withval = xno ; then +- guile_msg = 'disabled' ++ guile_msg='disabled' + GUILE_LIBS= + GUILE_INCS= + |