aboutsummaryrefslogtreecommitdiff
path: root/textproc/gdome2
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-02 12:23:19 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-02 12:23:19 +0000
commitca9e78b0e75f448b752017509eac6e1267996b41 (patch)
tree55ed84e729635c628e81fd53396c7b57ac210c27 /textproc/gdome2
parent7235ac5ca67edb03d39f24db869c97bc01469eca (diff)
downloadports-ca9e78b0e75f448b752017509eac6e1267996b41.tar.gz
ports-ca9e78b0e75f448b752017509eac6e1267996b41.zip
upgrade to 0.7.4
Approved by: knu (maintainer)
Notes
Notes: svn path=/head/; revision=77977
Diffstat (limited to 'textproc/gdome2')
-rw-r--r--textproc/gdome2/Makefile2
-rw-r--r--textproc/gdome2/distinfo2
-rw-r--r--textproc/gdome2/files/patch-ltmain.sh41
-rw-r--r--textproc/gdome2/pkg-plist3
4 files changed, 46 insertions, 2 deletions
diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile
index dc6e9b1b9033..bcdffb065f8e 100644
--- a/textproc/gdome2/Makefile
+++ b/textproc/gdome2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gdome2
-PORTVERSION= 0.7.2
+PORTVERSION= 0.7.4
CATEGORIES= textproc
MASTER_SITES= http://gdome2.cs.unibo.it/tarball/
diff --git a/textproc/gdome2/distinfo b/textproc/gdome2/distinfo
index 46063e019d44..ef4bf801f4c9 100644
--- a/textproc/gdome2/distinfo
+++ b/textproc/gdome2/distinfo
@@ -1 +1 @@
-MD5 (gdome2-0.7.2.tar.gz) = 4d3c5257bbb51dc5e050fa7f319a736f
+MD5 (gdome2-0.7.4.tar.gz) = 143db4b396b968288c154332cae186c8
diff --git a/textproc/gdome2/files/patch-ltmain.sh b/textproc/gdome2/files/patch-ltmain.sh
new file mode 100644
index 000000000000..487713a3687c
--- /dev/null
+++ b/textproc/gdome2/files/patch-ltmain.sh
@@ -0,0 +1,41 @@
+--- ltmain.sh.orig Wed Apr 2 12:16:23 2003
++++ ltmain.sh Wed Apr 2 12:18:19 2003
+@@ -1043,14 +1043,14 @@
+ # These systems don't actually have a C library (as such)
+ test "X$arg" = "X-lc" && continue
+ ;;
+- *-*-openbsd*)
++ *-*-openbsd* | *-*-freebsd*)
+ # Do not include libc due to us having libc/libc_r.
+ test "X$arg" = "X-lc" && continue
+ ;;
+ esac
+ elif test "X$arg" = "X-lc_r"; then
+ case $host in
+- *-*-openbsd*)
++ *-*-openbsd* | *-*-freebsd*)
+ # Do not include libc_r directly, use -pthread flag.
+ continue
+ ;;
+@@ -2441,7 +2441,7 @@
+ *-*-netbsd*)
+ # Don't link with libc until the a.out ld.so is fixed.
+ ;;
+- *-*-openbsd*)
++ *-*-openbsd* | *-*-freebsd*)
+ # Do not include libc due to us having libc/libc_r.
+ ;;
+ *)
+@@ -4210,10 +4210,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/textproc/gdome2/pkg-plist b/textproc/gdome2/pkg-plist
index f1c713b831dc..78c3e8242e7b 100644
--- a/textproc/gdome2/pkg-plist
+++ b/textproc/gdome2/pkg-plist
@@ -5,12 +5,15 @@ lib/libgdome.so.7
lib/gdomeConf.sh
include/libgdome/gdome.h
include/libgdome/gdome-events.h
+include/libgdome/gdome-libxml-util.h
include/libgdome/gdome-private-list.h
include/libgdome/gdome-refdebug.h
include/libgdome/gdome-treegc.h
include/libgdome/gdome-util.h
include/libgdome/gdome-xpath.h
@dirrm include/libgdome
+lib/pkgconfig/gdome2.pc
+share/aclocal/gdome2.m4
%%PORTDOCS%%%%DOCSDIR%%/book1.html
%%PORTDOCS%%%%DOCSDIR%%/gdome2-basic-types-and-enumerations.html
%%PORTDOCS%%%%DOCSDIR%%/gdome2-core.html