diff options
author | knu <knu@FreeBSD.org> | 2003-01-11 16:17:24 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-01-11 16:17:24 +0800 |
commit | a8969324b180ee8083ef95e5bdfe3e67a243e56e (patch) | |
tree | 46fe02e32a333fc109f3fac7ac614b86d9e5293f /devel/ptl | |
parent | 073c6bb47783457174f6aeb6380682b953c7ec1d (diff) | |
download | freebsd-ports-gnome-a8969324b180ee8083ef95e5bdfe3e67a243e56e.tar.gz freebsd-ports-gnome-a8969324b180ee8083ef95e5bdfe3e67a243e56e.tar.zst freebsd-ports-gnome-a8969324b180ee8083ef95e5bdfe3e67a243e56e.zip |
Update to 2.1.9. (Still 5.x is not supported yet)
Diffstat (limited to 'devel/ptl')
-rw-r--r-- | devel/ptl/Makefile | 7 | ||||
-rw-r--r-- | devel/ptl/distinfo | 3 | ||||
-rw-r--r-- | devel/ptl/files/patch-Makefile | 27 | ||||
-rw-r--r-- | devel/ptl/files/patch-Util::Makefile.in | 27 |
4 files changed, 10 insertions, 54 deletions
diff --git a/devel/ptl/Makefile b/devel/ptl/Makefile index 3bea8a23e7ba..88c2ad84795b 100644 --- a/devel/ptl/Makefile +++ b/devel/ptl/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ptl -PORTVERSION= 2.1.8 -PORTREVISION= 1 +PORTVERSION= 2.1.9 CATEGORIES= devel MASTER_SITES= ftp://ftp.media.osaka-cu.ac.jp/pub/%SUBDIR%/ \ ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/%SUBDIR%/ @@ -16,11 +15,11 @@ DISTNAME= ${PORTNAME:U}-${PORTVERSION} MAINTAINER= knu@FreeBSD.org -BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 +BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf PATCH_SITES= ${MASTER_SITES} PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} -PATCHFILES= ${DISTNAME}_readdir-patch +#PATCHFILES= ${DISTNAME}_readdir-patch PATCH_DIST_STRIP= -p1 USE_PERL5= yes diff --git a/devel/ptl/distinfo b/devel/ptl/distinfo index 2fe3ae1b749b..23fc07dae323 100644 --- a/devel/ptl/distinfo +++ b/devel/ptl/distinfo @@ -1,2 +1 @@ -MD5 (PTL-2.1.8.tar.gz) = 4c367786201c3a12ae687d1aaa3ef517 -MD5 (PTL-2.1.8_readdir-patch) = a85e2082db847ebc7ffd2e51ed50dc70 +MD5 (PTL-2.1.9.tar.gz) = 3c6d8799c03b1f2017abb2c549780a39 diff --git a/devel/ptl/files/patch-Makefile b/devel/ptl/files/patch-Makefile deleted file mode 100644 index eab230613976..000000000000 --- a/devel/ptl/files/patch-Makefile +++ /dev/null @@ -1,27 +0,0 @@ ---- Makefile.orig Sat Sep 23 07:05:15 2000 -+++ Makefile Sun Apr 8 02:47:24 2001 -@@ -7,13 +7,13 @@ - # - - # Install directory --prefix = /usr/local -+prefix ?= /usr/local - exec_prefix = $(prefix) - - # Directory to install ptlgcc - dest_bindir = $(exec_prefix)/bin - # Directory to install libPTL.a and libPTL.so --dest_libdir = $(exec_prefix)/PTL/lib -+dest_libdir = $(exec_prefix)/lib - # Directory to install include files - # This directory must NOT be /usr/local/include - dest_includedir = $(exec_prefix)/PTL/include -@@ -27,7 +27,7 @@ - # make distclean Cleanup PTL (A.*) - # - --AUTOCONFBINDIR = /usr/local/bin -+AUTOCONFBINDIR = $(exec_prefix)/bin - ARCHPROG = ./Util/config.guess - SHELL = /bin/sh - # Exported variable CC will confuse configure script ... diff --git a/devel/ptl/files/patch-Util::Makefile.in b/devel/ptl/files/patch-Util::Makefile.in index e4ff43418d3a..2375318fe7b2 100644 --- a/devel/ptl/files/patch-Util::Makefile.in +++ b/devel/ptl/files/patch-Util::Makefile.in @@ -1,26 +1,11 @@ ---- Util/Makefile.in.orig Sat Mar 30 03:15:35 2002 -+++ Util/Makefile.in Sat Mar 30 16:48:35 2002 -@@ -93,3 +93,3 @@ - --OPTCFLAGS = -g -O3 -+OPTCFLAGS = -g -O -pipe -march=pentiumpro - INCLUDE = -I. -I$(arch_includedir) $(ARCH_SPECIAL) -I$(srcdir) -I$(altsysdir) -@@ -119,3 +119,3 @@ +--- Util/Makefile.in.orig Tue Nov 26 21:19:47 2002 ++++ Util/Makefile.in Mon Dec 9 13:51:23 2002 +@@ -117,7 +117,7 @@ + STATIC_LIBRARY = libPTL.a + PROFLIBRARY = libPTL_p.a SHARED_LIBRARY = libPTL.so -SLIBVER = 2.1 +SLIBVER = 2 -@@ -325,4 +325,4 @@ - $(utildir)/configure: $(utildir)/configure.in -- test -f $(AUTOCONFBINDIR)/autoconf && \ -- (cd $(utildir) ; autoconf) || exit 0 -+ test -f $(AUTOCONFBINDIR)/autoconf213 && \ -+ (cd $(utildir) ; autoconf213) || exit 0 + ALTSYS_LINK = -L$(altsysdir) -laltsys `cat $(altsysdir)/linker_opt` -@@ -331,4 +331,4 @@ - $(utildir)/stamp-h.in: configure.in acconfig.h -- test -f $(AUTOCONFBINDIR)/autoheader && \ -- (cd $(utildir) ; autoheader configure.in > config.h.in) || exit 0 -+ test -f $(AUTOCONFBINDIR)/autoheader213 && \ -+ (cd $(utildir) ; autoheader213 configure.in > config.h.in) || exit 0 - date > $(utildir)/stamp-h.in |