diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-11 23:42:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-10-11 23:42:32 +0000 |
commit | b1fea26d3cbeb06e48532b1736c9c2cae0ebb752 (patch) | |
tree | 1e10c3cb9594a7bdb2dd5c8e5e0cfef2b26f1cab /graphics/gimpshop | |
parent | 7f948dc840f5b43e4d2c0912381326cd8b26b7c6 (diff) | |
download | ports-b1fea26d3cbeb06e48532b1736c9c2cae0ebb752.tar.gz ports-b1fea26d3cbeb06e48532b1736c9c2cae0ebb752.zip |
Notes
Diffstat (limited to 'graphics/gimpshop')
-rw-r--r-- | graphics/gimpshop/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimpshop/distinfo | 4 | ||||
-rw-r--r-- | graphics/gimpshop/files/patch-ltmain.sh | 41 | ||||
-rw-r--r-- | graphics/gimpshop/pkg-plist | 8 |
4 files changed, 12 insertions, 45 deletions
diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile index ecdc82e98ba6..3ede18eb5a8d 100644 --- a/graphics/gimpshop/Makefile +++ b/graphics/gimpshop/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gimp -PORTVERSION= 2.0.4 +PORTVERSION= 2.0.5 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -35,7 +35,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_LIBTOOL_VER=15 USE_GNOME= gnomehack intltool gtk20 libartlgpl2 librsvg2 WANT_GNOME= yes INSTALLS_SHLIB= yes diff --git a/graphics/gimpshop/distinfo b/graphics/gimpshop/distinfo index a8a6f6b7de68..ffe1d410c3ae 100644 --- a/graphics/gimpshop/distinfo +++ b/graphics/gimpshop/distinfo @@ -1,2 +1,2 @@ -MD5 (gimp-2.0.4.tar.bz2) = 731198e0f46cca833243c43197681c66 -SIZE (gimp-2.0.4.tar.bz2) = 13845175 +MD5 (gimp-2.0.5.tar.bz2) = b24d069b9d670d92fc75ba7035e9300d +SIZE (gimp-2.0.5.tar.bz2) = 14107082 diff --git a/graphics/gimpshop/files/patch-ltmain.sh b/graphics/gimpshop/files/patch-ltmain.sh deleted file mode 100644 index 14cb2f8c753b..000000000000 --- a/graphics/gimpshop/files/patch-ltmain.sh +++ /dev/null @@ -1,41 +0,0 @@ ---- ltmain.sh.orig Sun Sep 7 16:23:57 2003 -+++ ltmain.sh Sat Sep 13 01:29:14 2003 -@@ -1278,7 +1278,7 @@ - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd* | *-*-freebsd*) -+ *-*-openbsd* | *-*-freebsd4*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -1288,8 +1288,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -5457,10 +5465,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/graphics/gimpshop/pkg-plist b/graphics/gimpshop/pkg-plist index 0469af074f2d..6c50792404c4 100644 --- a/graphics/gimpshop/pkg-plist +++ b/graphics/gimpshop/pkg-plist @@ -1639,6 +1639,10 @@ share/locale/ms/LC_MESSAGES/gimp20-libgimp.mo share/locale/ms/LC_MESSAGES/gimp20-script-fu.mo share/locale/ms/LC_MESSAGES/gimp20-std-plug-ins.mo share/locale/ms/LC_MESSAGES/gimp20.mo +share/locale/nb/LC_MESSAGES/gimp20-libgimp.mo +share/locale/nb/LC_MESSAGES/gimp20-script-fu.mo +share/locale/nb/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/nb/LC_MESSAGES/gimp20.mo share/locale/nl/LC_MESSAGES/gimp20-libgimp.mo share/locale/nl/LC_MESSAGES/gimp20-script-fu.mo share/locale/nl/LC_MESSAGES/gimp20-std-plug-ins.mo @@ -1671,6 +1675,10 @@ share/locale/sk/LC_MESSAGES/gimp20-libgimp.mo share/locale/sk/LC_MESSAGES/gimp20-script-fu.mo share/locale/sk/LC_MESSAGES/gimp20-std-plug-ins.mo share/locale/sk/LC_MESSAGES/gimp20.mo +share/locale/sq/LC_MESSAGES/gimp20-libgimp.mo +share/locale/sq/LC_MESSAGES/gimp20-script-fu.mo +share/locale/sq/LC_MESSAGES/gimp20-std-plug-ins.mo +share/locale/sq/LC_MESSAGES/gimp20.mo share/locale/sr/LC_MESSAGES/gimp20-libgimp.mo share/locale/sr/LC_MESSAGES/gimp20-script-fu.mo share/locale/sr/LC_MESSAGES/gimp20-std-plug-ins.mo |