diff options
author | pat <pat@FreeBSD.org> | 2002-06-11 08:29:47 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-11 08:29:47 +0800 |
commit | 0fcf88a3f59324e596bac72f696426127efd7b08 (patch) | |
tree | bff5b04defc7f85fd1d8e5281f5ee41dd6c08f2e | |
parent | 841bca9e5be5c9c82965842b8a66cab7a07380c0 (diff) | |
download | freebsd-ports-gnome-0fcf88a3f59324e596bac72f696426127efd7b08.tar.gz freebsd-ports-gnome-0fcf88a3f59324e596bac72f696426127efd7b08.tar.zst freebsd-ports-gnome-0fcf88a3f59324e596bac72f696426127efd7b08.zip |
Update to 0.16.4
PR: 38231
Submitted by: KATO Tsuguru <tkato@prontomail.com>
-rw-r--r-- | net/tn5250/Makefile | 5 | ||||
-rw-r--r-- | net/tn5250/distinfo | 2 | ||||
-rw-r--r-- | net/tn5250/files/patch-configure | 10 | ||||
-rw-r--r-- | net/tn5250/files/patch-ltmain.sh | 41 | ||||
-rw-r--r-- | net/tn5250/pkg-plist | 1 |
5 files changed, 14 insertions, 45 deletions
diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile index f87658df6662..b0bc753d46d2 100644 --- a/net/tn5250/Makefile +++ b/net/tn5250/Makefile @@ -6,15 +6,14 @@ # PORTNAME= tn5250 -PORTVERSION= 0.16.3 -PORTREVISION= 1 +PORTVERSION= 0.16.4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-os-dir=no INSTALLS_SHLIB= yes diff --git a/net/tn5250/distinfo b/net/tn5250/distinfo index bdd12a5ab4cd..9e4ff4e82cff 100644 --- a/net/tn5250/distinfo +++ b/net/tn5250/distinfo @@ -1 +1 @@ -MD5 (tn5250-0.16.3.tar.gz) = bf09402b03e2fcef5bf591005d5c4130 +MD5 (tn5250-0.16.4.tar.gz) = 48f47aa5b4e86dbacfe4b394aaa05581 diff --git a/net/tn5250/files/patch-configure b/net/tn5250/files/patch-configure new file mode 100644 index 000000000000..b41979e4439c --- /dev/null +++ b/net/tn5250/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Tue May 7 12:35:51 2002 ++++ configure Fri May 17 20:23:42 2002 +@@ -6193,6 +6193,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' diff --git a/net/tn5250/files/patch-ltmain.sh b/net/tn5250/files/patch-ltmain.sh deleted file mode 100644 index f2d2551536eb..000000000000 --- a/net/tn5250/files/patch-ltmain.sh +++ /dev/null @@ -1,41 +0,0 @@ ---- ltmain.sh.orig Sat Dec 8 06:29:06 2001 -+++ ltmain.sh Thu Dec 13 06:40:22 2001 -@@ -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/net/tn5250/pkg-plist b/net/tn5250/pkg-plist index b3d4ce2a4745..63b3e72e0922 100644 --- a/net/tn5250/pkg-plist +++ b/net/tn5250/pkg-plist @@ -1,6 +1,7 @@ bin/5250keys bin/lp5250d bin/scs2ascii +bin/scs2pdf bin/scs2ps bin/tn3270d bin/tn5250 |