mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Update to 2.1.9. (Still 5.x is not supported yet)
This commit is contained in:
parent
4ea8c5833e
commit
a698c9b499
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72876
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 ...
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user