diff options
author | pav <pav@FreeBSD.org> | 2003-12-08 08:08:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-08 08:08:44 +0800 |
commit | 2edca92288e0b88911b01225210be5cd859bf9b4 (patch) | |
tree | eb9b470e6de0eae738d812623d8e6bb237aad907 | |
parent | a81f83808a211a1d5f00efdd3158f6d591002d2e (diff) | |
download | freebsd-ports-gnome-2edca92288e0b88911b01225210be5cd859bf9b4.tar.gz freebsd-ports-gnome-2edca92288e0b88911b01225210be5cd859bf9b4.tar.zst freebsd-ports-gnome-2edca92288e0b88911b01225210be5cd859bf9b4.zip |
- Chase checksum. Tarball was rerolled, auto*hell tools changed.
No change in actual source codes or font files. This note appeared
in ChangeLog:
+Tue Jul 29 22:37:39 2003 Michael Jennings (mej)
+
+I'm not sure it's worth it, but hey... Spec file/build cleanups from
+Matthias Brill <matthias.brill@akamail.com>.
-rw-r--r-- | graphics/fnlib/Makefile | 1 | ||||
-rw-r--r-- | graphics/fnlib/distinfo | 2 | ||||
-rw-r--r-- | graphics/fnlib/files/patch-configure | 10 |
3 files changed, 12 insertions, 1 deletions
diff --git a/graphics/fnlib/Makefile b/graphics/fnlib/Makefile index b85150414dc9..86d804369b7a 100644 --- a/graphics/fnlib/Makefile +++ b/graphics/fnlib/Makefile @@ -7,6 +7,7 @@ PORTNAME= fnlib PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= enlightenment diff --git a/graphics/fnlib/distinfo b/graphics/fnlib/distinfo index d97c6bb1d2ed..987572e53619 100644 --- a/graphics/fnlib/distinfo +++ b/graphics/fnlib/distinfo @@ -1 +1 @@ -MD5 (fnlib-0.5.tar.gz) = 42093ed5b684da01e7a674b2adac52c7 +MD5 (fnlib-0.5.tar.gz) = 99e9558739b97c82b728e408d9cb1f01 diff --git a/graphics/fnlib/files/patch-configure b/graphics/fnlib/files/patch-configure new file mode 100644 index 000000000000..6d4511637dde --- /dev/null +++ b/graphics/fnlib/files/patch-configure @@ -0,0 +1,10 @@ +--- configure 2002/05/22 09:20:39 1.1 ++++ configure 2002/05/22 09:20:59 +@@ -6411,6 +6411,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' |