Index: head/lang/pcc/Makefile =================================================================== --- head/lang/pcc/Makefile (revision 549042) +++ head/lang/pcc/Makefile (revision 549043) @@ -1,54 +1,55 @@ # Created by: David O'Brien # $FreeBSD$ PORTNAME= pcc PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/pcc-releases/ \ http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/ \ ftp://226.net120.skekraft.net/pcc-releases/ MAINTAINER= joel@FreeBSD.org COMMENT= Portable C Compiler LICENSE= BSDCOMPATIBLE BSD2CLAUSE BSD3CLAUSE LICENSE_COMB= multi LICENSE_NAME_BSDCOMPATIBLE= BSD-style compatible licenses LICENSE_TEXT_BSDCOMPATIBLE= The license: BSDCOMPATIBLE (${LICENSE_NAME_BSDCOMPATIBLE}),\ please read from the web: http://pcc.ludd.ltu.se/licenses/ LICENSE_PERMS_BSDCOMPATIBLE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= pcc-libs>=${PORTVERSION}:devel/pcc-libs ONLY_FOR_ARCHS= i386 amd64 USES= gmake tar:tgz GNU_CONFIGURE= yes CONFIGURE_ENV= YACC=${YACC} PLIST_FILES= bin/pcc bin/pcpp \ libexec/ccom libexec/cxxcom libexec/cpp \ man/man1/ccom.1.gz man/man1/cpp.1.gz \ man/man1/pcc.1.gz MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= THREADS OPTIONS_DEFAULT= THREADS THREADS_DESC= Enable Thread-local storage (TLS) THREADS_CONFIGURE_ENABLE= tls .include post-patch: # Don't make empty directories, which created by devel/pcc-libs port @${REINPLACE_CMD} -e '/mkdir -p.*PCC.*DIR/d' \ ${WRKSRC}/cc/cc/Makefile.in .if ${OPSYS} == FreeBSD @${REINPLACE_CMD} -e '/targmach=amd64/s/x86_64/amd64/' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's,\" MKS(TARGOSVER),${OSREL:R}\",' \ ${WRKSRC}/os/freebsd/ccconfig.h .endif .include Index: head/lang/pcc/distinfo =================================================================== --- head/lang/pcc/distinfo (revision 549042) +++ head/lang/pcc/distinfo (revision 549043) @@ -1,2 +1,3 @@ +TIMESTAMP = 1600532163 SHA256 (pcc-1.1.0.tgz) = d9e3fed84c767dcddefb6b1f854d5da8921f3f65d8bd02997743412f41474d64 SIZE (pcc-1.1.0.tgz) = 848427 Index: head/lang/pcc/files/patch-cc_ccom_scan.l =================================================================== --- head/lang/pcc/files/patch-cc_ccom_scan.l (nonexistent) +++ head/lang/pcc/files/patch-cc_ccom_scan.l (revision 549043) @@ -0,0 +1,12 @@ +--- cc/ccom/scan.l.orig 2014-10-12 17:39:26 UTC ++++ cc/ccom/scan.l +@@ -236,7 +236,8 @@ L?\"(\\.|[^\\"])*\" { yylval.strp = yytext; return C_S + + %% + +-int lineno, issyshdr; ++extern int lineno; ++int issyshdr; + char *ftitle = ""; + + int Property changes on: head/lang/pcc/files/patch-cc_ccom_scan.l ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/lang/pcc/files/patch-cc_cxxcom_scan.l =================================================================== --- head/lang/pcc/files/patch-cc_cxxcom_scan.l (nonexistent) +++ head/lang/pcc/files/patch-cc_cxxcom_scan.l (revision 549043) @@ -0,0 +1,12 @@ +--- cc/cxxcom/scan.l.orig 2014-08-18 11:27:34 UTC ++++ cc/cxxcom/scan.l +@@ -220,7 +220,8 @@ L?\"(\\.|[^\\"])*\" { yylval.strp = yytext; return C_S + + %% + +-int lineno, issyshdr; ++extern int lineno; ++int issyshdr; + char *ftitle = ""; + + static int Property changes on: head/lang/pcc/files/patch-cc_cxxcom_scan.l ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property