diff options
author | gerald <gerald@FreeBSD.org> | 2007-02-04 20:33:30 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2007-02-04 20:33:30 +0800 |
commit | 4863eba936e2598af26977f7b41d98068768915d (patch) | |
tree | 3b90295bc759c43c1196de5f7fbeb9d669da46e2 | |
parent | 417a8419eac7738e35ac2b172a19859a87a37294 (diff) | |
download | freebsd-ports-gnome-4863eba936e2598af26977f7b41d98068768915d.tar.gz freebsd-ports-gnome-4863eba936e2598af26977f7b41d98068768915d.tar.zst freebsd-ports-gnome-4863eba936e2598af26977f7b41d98068768915d.zip |
Remove the cklatest target and files/patch-gengtype-yacc.y.
-rw-r--r-- | lang/gcc41/Makefile | 5 | ||||
-rw-r--r-- | lang/gcc41/files/patch-gengtype-yacc.y | 12 |
2 files changed, 0 insertions, 17 deletions
diff --git a/lang/gcc41/Makefile b/lang/gcc41/Makefile index 26ea2c1e1f46..c92a8bbc76ab 100644 --- a/lang/gcc41/Makefile +++ b/lang/gcc41/Makefile @@ -170,9 +170,4 @@ post-install: ${ECHO_CMD} "@unexec ${RMDIR} %D/libexec/gcc 2>&1 || true" >> ${WRKDIR}/PLIST.lib cd ${WRKDIR} ; ${SED} -i -e "/PLIST.lib/ r PLIST.lib" ${TMPPLIST} -cklatest: -.for SITE in ftp://gcc.gnu.org/pub/gcc/snapshots/ - @-ncftpls -l ${SITE} | ${GREP} "LATEST.*${PORTVERSION:C/.[0-9]+$//}" -.endfor - .include <bsd.port.post.mk> diff --git a/lang/gcc41/files/patch-gengtype-yacc.y b/lang/gcc41/files/patch-gengtype-yacc.y deleted file mode 100644 index 4afaae159533..000000000000 --- a/lang/gcc41/files/patch-gengtype-yacc.y +++ /dev/null @@ -1,12 +0,0 @@ ---- gcc/gengtype-yacc.y.orig Fri Sep 20 00:33:24 2002 -+++ gcc/gengtype-yacc.y Tue Apr 22 09:11:27 2003 -@@ -24,6 +24,9 @@ - #include "system.h" - #include "gengtype.h" - #define YYERROR_VERBOSE -+ -+#define malloc xmalloc -+#define realloc xrealloc - %} - - %union { |