diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-20 20:31:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-20 20:31:54 +0000 |
commit | 0337d3c38514b6cac5b3a217deacabe46b82241f (patch) | |
tree | 41c4f3a079b63c04ccec3be4bf04775b8a8a1013 | |
parent | eca570af5a1daa40f9b7f4c6a7b1e469c5569806 (diff) | |
download | ports-0337d3c38514b6cac5b3a217deacabe46b82241f.tar.gz ports-0337d3c38514b6cac5b3a217deacabe46b82241f.zip |
Notes
-rw-r--r-- | devel/libgsf/Makefile | 4 | ||||
-rw-r--r-- | devel/libgsf/distinfo | 4 | ||||
-rw-r--r-- | devel/libgsf/files/patch-ltmain.sh | 51 | ||||
-rw-r--r-- | devel/libgsf/pkg-plist | 1 |
4 files changed, 4 insertions, 56 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index 3fb9663ab98e..9e1572e154d1 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libgsf -PORTVERSION= 1.10.0 +PORTVERSION= 1.10.1 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes INSTALLS_SHLIB= yes USE_GNOME?= gnomehack glib20 libxml2 -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 CONFIGURE_ARGS?= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc --without-gnome --with-bz2 CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/devel/libgsf/distinfo b/devel/libgsf/distinfo index 2344c893c0cc..8d2a941e63ad 100644 --- a/devel/libgsf/distinfo +++ b/devel/libgsf/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/libgsf-1.10.0.tar.bz2) = d3b650ccef7e5278baf546025d4b3848 -SIZE (gnome2/libgsf-1.10.0.tar.bz2) = 398346 +MD5 (gnome2/libgsf-1.10.1.tar.bz2) = b7b1c1e9adf3fd39a4df6f6891bf3bca +SIZE (gnome2/libgsf-1.10.1.tar.bz2) = 399510 diff --git a/devel/libgsf/files/patch-ltmain.sh b/devel/libgsf/files/patch-ltmain.sh deleted file mode 100644 index 1d5a5c7b87e1..000000000000 --- a/devel/libgsf/files/patch-ltmain.sh +++ /dev/null @@ -1,51 +0,0 @@ ---- ltmain.sh.orig Fri Sep 12 14:51:51 2003 -+++ ltmain.sh Sun Sep 21 17:49:07 2003 -@@ -1280,7 +1280,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 - ;; -@@ -1290,8 +1290,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 - ;; - -@@ -3000,6 +3008,9 @@ - # problems, so we reset it completely - verstring= - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - verstring="0.0" - ;; -@@ -5428,10 +5439,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/devel/libgsf/pkg-plist b/devel/libgsf/pkg-plist index 92abc9ba263c..0e9f5a3ec9b5 100644 --- a/devel/libgsf/pkg-plist +++ b/devel/libgsf/pkg-plist @@ -1,6 +1,5 @@ include/libgsf-1/gsf-win32/gsf-input-win32.h include/libgsf-1/gsf-win32/gsf-output-win32.h -include/libgsf-1/gsf/gsf-doc-meta-data.h include/libgsf-1/gsf/gsf-impl-utils.h include/libgsf-1/gsf/gsf-infile-impl.h include/libgsf-1/gsf/gsf-infile-msole.h |