diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-14 17:56:49 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-14 17:56:49 +0800 |
commit | 85c8b3cb6cfc9d3416be2e4d768689fc8e36d63b (patch) | |
tree | 69a55841edc9ee0f6d87d45831c7a7b72b578d81 /databases/libgda2/files | |
parent | 9fbab13fb880b0d536cadbe960ced75b60c1e468 (diff) | |
download | freebsd-ports-gnome-85c8b3cb6cfc9d3416be2e4d768689fc8e36d63b.tar.gz freebsd-ports-gnome-85c8b3cb6cfc9d3416be2e4d768689fc8e36d63b.tar.zst freebsd-ports-gnome-85c8b3cb6cfc9d3416be2e4d768689fc8e36d63b.zip |
<GNOME release management just sucks>
Another day, another version-bumpless distinfo update. This time distfile
misses some files required by configure script, so expect another bumpless
update RSN.
</GNOME release management just sucks>
Submitted by: bento
Diffstat (limited to 'databases/libgda2/files')
-rw-r--r-- | databases/libgda2/files/patch-aa | 15 | ||||
-rw-r--r-- | databases/libgda2/files/patch-ltmain.sh | 18 |
2 files changed, 11 insertions, 22 deletions
diff --git a/databases/libgda2/files/patch-aa b/databases/libgda2/files/patch-aa index ab7e324837b7..041e76617dad 100644 --- a/databases/libgda2/files/patch-aa +++ b/databases/libgda2/files/patch-aa @@ -1,7 +1,14 @@ ---- Makefile.in.orig Tue Jun 19 00:17:33 2001 -+++ Makefile.in Tue Jun 19 00:18:07 2001 -@@ -148,3 +148,3 @@ + +$FreeBSD$ + +--- Makefile.in.orig Tue Aug 14 10:29:18 2001 ++++ Makefile.in Tue Aug 14 10:41:04 2001 +@@ -146,7 +146,7 @@ + XML_I18N_UPDATE = @XML_I18N_UPDATE@ + XML_LIBS = @XML_LIBS@ -SUBDIRS = po intl macros idl lib bindings providers tools testing doc -+SUBDIRS = po intl macros idl lib bindings providers tools doc ++SUBDIRS = po intl macros idl lib bindings providers tools doc + + EXTRA_DIST = COPYING libgda.spec.in xml-i18n-extract.in xml-i18n-merge.in xml-i18n-update.in diff --git a/databases/libgda2/files/patch-ltmain.sh b/databases/libgda2/files/patch-ltmain.sh deleted file mode 100644 index 0c594216b0e1..000000000000 --- a/databases/libgda2/files/patch-ltmain.sh +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/07/23 09:45:58 1.1 -+++ ltmain.sh 2001/07/23 09:46:28 -@@ -4175,10 +4175,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if 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" |