diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-10-05 17:09:55 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-10-05 17:09:55 +0000 |
commit | 16dadb7cc6b213bb8bd564a7967410efc0abca3d (patch) | |
tree | 41d42d4aac7a8854dd9e523c9b57ea2efc3c71e0 /devel/lwp | |
parent | - Update to 2.3.1 (diff) |
Upgrade:
* net/coda6_server and net/coda6_client from 6.0.7 to 6.1.1 and thus
un-DEPRECATE them
* devel/rvm from 1.10 to 1.13
* devel/lwp from 1.12 to 2.3
* devel/rpc2 from 1.28 to 2.2
These four are tightly related so I upgrade them in one.. well.. changeset
Diffstat (limited to 'devel/lwp')
-rw-r--r-- | devel/lwp/Makefile | 17 | ||||
-rw-r--r-- | devel/lwp/distinfo | 6 | ||||
-rw-r--r-- | devel/lwp/files/patch-configure | 10 |
3 files changed, 10 insertions, 23 deletions
diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile index ba0888abb956..8656f5913cee 100644 --- a/devel/lwp/Makefile +++ b/devel/lwp/Makefile @@ -6,10 +6,12 @@ # PORTNAME= lwp -PORTVERSION= 1.12 -PORTREVISION= 1 +PORTVERSION= 2.3 CATEGORIES= devel -MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/ +MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/ \ + ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/ \ + ftp://ftp.planetmirror.com/pub/coda/src/ \ + ftp://ftp.nctu.edu.tw/mirror/Coda/src/ MAINTAINER= ports@FreeBSD.org COMMENT= A userspace thread library @@ -17,12 +19,7 @@ COMMENT= A userspace thread library USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_LDCONFIG= yes - -.include <bsd.port.pre.mk> -.if ${ARCH} != "i386" && ${ARCH} != "alpha" -BROKEN= "Does not compile on !i386 and !alpha" -.endif +USE_LDCONFIG= yes -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/lwp/distinfo b/devel/lwp/distinfo index 50bc869ef130..7393f6257238 100644 --- a/devel/lwp/distinfo +++ b/devel/lwp/distinfo @@ -1,3 +1,3 @@ -MD5 (lwp-1.12.tar.gz) = 5b4139c9b1ac393de433683ed355425b -SHA256 (lwp-1.12.tar.gz) = 0a61a7a91daf9b1b51890899503a99d018eb747ac9de755ad00f6d5fdc17465e -SIZE (lwp-1.12.tar.gz) = 365064 +MD5 (lwp-2.3.tar.gz) = 8dfc35e6ef31598cfa35cb377e2387f8 +SHA256 (lwp-2.3.tar.gz) = fe2e6a094b2a5863319bb19efe0d54097fa110b1a953473ba20521dadbeeea2f +SIZE (lwp-2.3.tar.gz) = 381102 diff --git a/devel/lwp/files/patch-configure b/devel/lwp/files/patch-configure deleted file mode 100644 index 4b50e9c180b7..000000000000 --- a/devel/lwp/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Thu Oct 11 06:14:08 2001 -+++ configure Sun Dec 1 08:37:18 2002 -@@ -6872,6 +6872,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' |