[29944] trunk/dports/lang

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 15 15:07:40 PDT 2007


Revision: 29944
          http://trac.macosforge.org/projects/macports/changeset/29944
Author:   mww at macports.org
Date:     2007-10-15 15:07:39 -0700 (Mon, 15 Oct 2007)

Log Message:
-----------
new port lang/pcc

Added Paths:
-----------
    trunk/dports/lang/pcc/
    trunk/dports/lang/pcc/Portfile
    trunk/dports/lang/pcc/files/
    trunk/dports/lang/pcc/files/patch-cc-ccom-Makefile.in

Added: trunk/dports/lang/pcc/Portfile
===================================================================
--- trunk/dports/lang/pcc/Portfile	                        (rev 0)
+++ trunk/dports/lang/pcc/Portfile	2007-10-15 22:07:39 UTC (rev 29944)
@@ -0,0 +1,32 @@
+# $Id: $
+
+PortSystem 1.0
+
+name			pcc
+set datespec		071001
+version			0.9.8.${datespec}
+categories		lang
+platforms		darwin
+maintainers		mww openmaintainer
+description		the portable C compiler
+long_description	\
+	This compiler is based on the original Portable C Compiler by S. C. \
+	Johnson, written in the late 70's. Even though much of the compiler \
+	has been rewritten, some of the basics still remain. \
+	The intention is to write a C99 compiler while still keeping it small, \
+	simple, fast and understandable.
+
+homepage		http://pcc.ludd.ltu.se/
+master_sites		http://pcc.ludd.ltu.se/ftp/pub/pcc/ freebsd
+distname		${name}-${datespec}
+extract.suffix		.tgz
+checksums		sha1 ba1c3b90a81b74cd7185462df5e402813668b461
+patchfiles		patch-cc-ccom-Makefile.in
+
+depends_build		port:flex port:m4 port:bison
+
+configure.env		YACC="${prefix}/bin/bison -y"
+
+platform darwin 8 {
+	configure.compiler	gcc-4.0
+}

Added: trunk/dports/lang/pcc/files/patch-cc-ccom-Makefile.in
===================================================================
--- trunk/dports/lang/pcc/files/patch-cc-ccom-Makefile.in	                        (rev 0)
+++ trunk/dports/lang/pcc/files/patch-cc-ccom-Makefile.in	2007-10-15 22:07:39 UTC (rev 29944)
@@ -0,0 +1,11 @@
+--- cc/ccom/Makefile.in	2007-09-29 16:41:23.000000000 +0200
++++ cc/ccom/Makefile.in	2007-10-16 00:10:58.000000000 +0200
+@@ -3,7 +3,7 @@
+ # Makefile.in for ccom
+ #
+ XFL=-DPCC_DEBUG -DGCC_COMPAT \
+-	-Wall -Wmissing-prototypes -Wstrict-prototypes -Werror
++	-Wall -Wmissing-prototypes -Wstrict-prototypes
+ 
+ CC = @CC@
+ CFLAGS = @CFLAGS@ $(XFL) -I. -I${MIPDIR} -I$(MDIR) -Dmach_${TARGMACH} \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071015/9746a2ed/attachment.html


More information about the macports-changes mailing list