aboutsummaryrefslogtreecommitdiff
path: root/lang/pcc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2007-09-20 20:01:12 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2007-09-20 20:01:12 +0000
commitb22b4945e3de0a3713bd30ab70b97870281a515e (patch)
tree054c5ed8be981c40efc2bfd92c01216683764cdf /lang/pcc
parent33bb7de5ae77d285a342df8ecf12d89b65f9a262 (diff)
downloadports-b22b4945e3de0a3713bd30ab70b97870281a515e.tar.gz
ports-b22b4945e3de0a3713bd30ab70b97870281a515e.zip
Update to the Sept 20, 2007 snapshot of 0.9.8.
Notes
Notes: svn path=/head/; revision=199839
Diffstat (limited to 'lang/pcc')
-rw-r--r--lang/pcc/Makefile7
-rw-r--r--lang/pcc/distinfo6
-rw-r--r--lang/pcc/files/patch-configure15
3 files changed, 7 insertions, 21 deletions
diff --git a/lang/pcc/Makefile b/lang/pcc/Makefile
index 680071658c77..56a16261c8b9 100644
--- a/lang/pcc/Makefile
+++ b/lang/pcc/Makefile
@@ -7,11 +7,12 @@
#
PORTNAME= pcc
-PORTVERSION= 0.9.8
+DATESPEC= 070920
+PORTVERSION= 0.9.8.${DATESPEC}
PORTREVISION?= 0
CATEGORIES= lang
MASTER_SITES= ftp://226.net120.skekraft.net/pcc/
-DISTNAME= pcc-current
+DISTNAME= pcc-${DATESPEC}
EXTRACT_SUFX= .tgz
MAINTAINER= obrien@FreeBSD.org
@@ -19,7 +20,7 @@ COMMENT= S.C.Johnson's Portable C Compiler brought into the C99 world.
ONLY_FOR_ARCHS= i386
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC= ${WRKDIR}/${PORTNAME}-${DATESPEC}
GNU_CONFIGURE= yes
CONFIGURE_ENV+= YACC=${YACC}
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
diff --git a/lang/pcc/distinfo b/lang/pcc/distinfo
index 54ef9751fbb4..a99316cf7ca1 100644
--- a/lang/pcc/distinfo
+++ b/lang/pcc/distinfo
@@ -1,3 +1,3 @@
-MD5 (pcc-current.tgz) = 7c1b4ceaf5cc710e3cf23047e329c07a
-SHA256 (pcc-current.tgz) = 3aa2e353ebc61712b81c34b26a744b29810e196063b66c6fa334a80fe455b171
-SIZE (pcc-current.tgz) = 299675
+MD5 (pcc-070920.tgz) = 53c72b6f8e8186f8048ff456fa9de0a0
+SHA256 (pcc-070920.tgz) = c93deee722dd511afbf8a99a060f5ecb9048542726b527bc3c4e5669473dbee1
+SIZE (pcc-070920.tgz) = 315846
diff --git a/lang/pcc/files/patch-configure b/lang/pcc/files/patch-configure
deleted file mode 100644
index 1ba6287c6adc..000000000000
--- a/lang/pcc/files/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
---- configure.orig 2007-09-09 10:42:33.000000000 -0700
-+++ configure 2007-09-17 19:12:41.000000000 -0700
-@@ -1997,6 +1997,12 @@ case "$target_os" in
- i?86) targmach=x86 ;;
- esac
- ;;
-+ freebsd*)
-+ targos=freebsd
-+ case "$target_cpu" in
-+ i?86) targmach=x86 ;;
-+ esac
-+ ;;
- linux*)
- targos=linux
- case "$target_cpu" in