summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-08-17 12:03:59 +0000
committerpav <pav@FreeBSD.org>2005-08-17 12:03:59 +0000
commit0c66f55c9aef18fae61f3a3546f56f644cb3c064 (patch)
tree219cca5fa8995ebac8a2b41411ac579b3cfa9acb
parent0c4a0abf8b4e9872ab6dea990116d207ccb17ff5 (diff)
downloadFreeBSD-ports-0c66f55c9aef18fae61f3a3546f56f644cb3c064.zip
FreeBSD-ports-0c66f55c9aef18fae61f3a3546f56f644cb3c064.tar.gz
- Unbreak on 6.0
- Take maintainership PR: ports/85036 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Approved by: portmgr (clement)
-rw-r--r--lang/gcc28/Makefile4
-rw-r--r--lang/gcc28/files/patch-2410
2 files changed, 12 insertions, 2 deletions
diff --git a/lang/gcc28/Makefile b/lang/gcc28/Makefile
index e0de85b2..263c5b4 100644
--- a/lang/gcc28/Makefile
+++ b/lang/gcc28/Makefile
@@ -8,12 +8,12 @@
PORTNAME= gcc
PORTVERSION= 2.8.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gcc
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= mjl@luckie.org.nz
COMMENT= GNU Compiler Collection 2.8
NOT_FOR_ARCHS= amd64 sparc64 ia64
diff --git a/lang/gcc28/files/patch-24 b/lang/gcc28/files/patch-24
new file mode 100644
index 0000000..ea4d03a
--- /dev/null
+++ b/lang/gcc28/files/patch-24
@@ -0,0 +1,10 @@
+--- protoize.c.orig Fri Feb 27 01:39:03 1998
++++ protoize.c Wed Aug 17 21:22:15 2005
+@@ -57,6 +57,7 @@
+ #define _POSIX_SOURCE
+ #endif
+
++#include <sys/cdefs.h>
+ #include <varargs.h>
+ /* On some systems stdio.h includes stdarg.h;
+ we must bring in varargs.h first. */
OpenPOWER on IntegriCloud