Bug 132952 - [patch] lang/pcc update
Summary: [patch] lang/pcc update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: David E. O'Brien
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-23 02:50 UTC by Alex Kozlov
Modified: 2009-09-23 10:30 UTC (History)
0 users

See Also:


Attachments
file.diff (783 bytes, patch)
2009-03-23 02:50 UTC, Alex Kozlov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Kozlov 2009-03-23 02:50:04 UTC
Up to 0.9.9.090323:
-initial amd64 support
-some gcc compitability
-remove CONFIGURE_TARGET

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-23 02:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->obrien

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Alex Kozlov 2009-09-23 00:35:49 UTC
Yet another update.

Index: lang/pcc/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	pcc
-DATESPEC=	081227
+DATESPEC=	090922
 PORTVERSION=	0.9.9.${DATESPEC}
 PORTREVISION?=	0
 CATEGORIES=	lang
@@ -25,7 +25,6 @@
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DATESPEC}
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	YACC=${YACC}
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
 USE_GMAKE=	yes
 
 MAN1=		pcc.1 cpp.1 ccom.1
Index: lang/pcc/distinfo
@@ -1,3 +1,3 @@
-MD5 (pcc-081227.tgz) = 93393dec36caa7dc2f4ec22e2c1a9f76
-SHA256 (pcc-081227.tgz) = 9fe643c2979482a565e9430019a74596df4a893e977327cb9a8fb9faeecb2cd9
-SIZE (pcc-081227.tgz) = 604716
+MD5 (pcc-090922.tgz) = 0a715a557803bbd85d086991129aa037
+SHA256 (pcc-090922.tgz) = 080bfc74382c81463309b2b29bbe1290cb5c646d58b09037b2ffd76b590a42a1
+SIZE (pcc-090922.tgz) = 625541
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2009-09-23 10:18:56 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-09-23 10:20:27 UTC
pav         2009-09-23 09:20:17 UTC

  FreeBSD ports repository

  Modified files:
    lang/pcc             Makefile distinfo 
    lang/pcc/files       ccconfig.h 
  Added files:
    lang/pcc/files       patch-configure 
  Log:
  - Update to 090922
  - Allow on amd64
  
  PR:             ports/132952
  Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua>
  Approved by:    maintainer timeout (obrien; 6 months)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.13      +2 -3      ports/lang/pcc/Makefile
  1.9       +3 -3      ports/lang/pcc/distinfo
  1.5       +6 -1      ports/lang/pcc/files/ccconfig.h
  1.3       +9 -0      ports/lang/pcc/files/patch-configure (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"