diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-08-24 23:01:35 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-08-24 23:01:35 +0000 |
commit | 53f8d38802dd3b8003fab4097b2ad2f0d8076af0 (patch) | |
tree | bcf7b868aa197d90482a2085bb9b8f33564ca065 | |
parent | Change the py-gnome2 dependency check to something that doesn't change (diff) |
Update to 2.0.4.
-rw-r--r-- | devel/libgtop2/Makefile | 2 | ||||
-rw-r--r-- | devel/libgtop2/distinfo | 2 | ||||
-rw-r--r-- | devel/libgtop2/files/patch-ltmain.sh | 28 | ||||
-rw-r--r-- | devel/libgtop2/pkg-plist | 1 |
4 files changed, 17 insertions, 16 deletions
diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile index 1e8c12121280..a7ef8db4c943 100644 --- a/devel/libgtop2/Makefile +++ b/devel/libgtop2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libgtop2 -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.0 diff --git a/devel/libgtop2/distinfo b/devel/libgtop2/distinfo index 9e0414c744fa..7da12bbeb6b2 100644 --- a/devel/libgtop2/distinfo +++ b/devel/libgtop2/distinfo @@ -1 +1 @@ -MD5 (gnome2/libgtop-2.0.3.tar.bz2) = 29e5303fa0ec3eeae61296e8715ed4a6 +MD5 (gnome2/libgtop-2.0.4.tar.bz2) = ce7e6e88af5615d464e81b948057f970 diff --git a/devel/libgtop2/files/patch-ltmain.sh b/devel/libgtop2/files/patch-ltmain.sh index a2c1f1a4da48..01d075bb531a 100644 --- a/devel/libgtop2/files/patch-ltmain.sh +++ b/devel/libgtop2/files/patch-ltmain.sh @@ -1,24 +1,24 @@ ---- ltmain.sh.orig Wed Aug 13 08:11:05 2003 -+++ ltmain.sh Wed Aug 13 18:54:01 2003 -@@ -1075,7 +1075,7 @@ +--- ltmain.sh.orig Sun Aug 24 18:53:15 2003 ++++ ltmain.sh Sun Aug 24 18:57:42 2003 +@@ -1050,7 +1050,7 @@ esac elif test "X$arg" = "X-lc_r"; then case $host in -- *-*-openbsd* | *-*-freebsd*) -+ *-*-openbsd* | *-*-freebsd4*) +- *-*-openbsd*) ++ *-*-openbsd* | *-*-freebsd4*) # Do not include libc_r directly, use -pthread flag. continue ;; -@@ -1085,8 +1085,16 @@ +@@ -1060,8 +1060,16 @@ continue ;; + -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; ++ compile_command="$compile_command -pthread" ++ finalize_command="$finalize_command -pthread" ++ compiler_command="$compiler_flags -pthread" ++ continue ++ ;; + -module) module=yes @@ -26,8 +26,8 @@ continue ;; -@@ -2503,6 +2511,9 @@ - *-*-openbsd* | *-*-freebsd*) +@@ -2444,6 +2452,9 @@ + *-*-openbsd*) # Do not include libc due to us having libc/libc_r. ;; + *-*-freebsd*) @@ -36,7 +36,7 @@ *) # Add libc to deplibs on all other systems if necessary. if test $build_libtool_need_lc = "yes"; then -@@ -4330,10 +4341,12 @@ +@@ -4210,10 +4221,12 @@ fi # Install the pseudo-library for information purposes. diff --git a/devel/libgtop2/pkg-plist b/devel/libgtop2/pkg-plist index 886165467792..88047f668827 100644 --- a/devel/libgtop2/pkg-plist +++ b/devel/libgtop2/pkg-plist @@ -87,6 +87,7 @@ share/locale/fr/LC_MESSAGES/libgtop-2.0.mo share/locale/ga/LC_MESSAGES/libgtop-2.0.mo share/locale/gl/LC_MESSAGES/libgtop-2.0.mo share/locale/he/LC_MESSAGES/libgtop-2.0.mo +share/locale/hi/LC_MESSAGES/libgtop-2.0.mo share/locale/hu/LC_MESSAGES/libgtop-2.0.mo share/locale/id/LC_MESSAGES/libgtop-2.0.mo share/locale/it/LC_MESSAGES/libgtop-2.0.mo |