aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-01-11 08:17:24 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-01-11 08:17:24 +0000
commita698c9b4998296126e1ae8af2fe0ce00e63e57b5 (patch)
treef27d0081e7dc469d012a01096043bff802f49981 /devel
parent4ea8c5833e30ea93227cfd936803dc74ad3dcfc2 (diff)
downloadports-a698c9b4998296126e1ae8af2fe0ce00e63e57b5.tar.gz
ports-a698c9b4998296126e1ae8af2fe0ce00e63e57b5.zip
Update to 2.1.9. (Still 5.x is not supported yet)
Notes
Notes: svn path=/head/; revision=72876
Diffstat (limited to 'devel')
-rw-r--r--devel/ptl/Makefile7
-rw-r--r--devel/ptl/distinfo3
-rw-r--r--devel/ptl/files/patch-Makefile27
-rw-r--r--devel/ptl/files/patch-Util::Makefile.in27
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