Remove the cklatest target and files/patch-gengtype-yacc.y.
This commit is contained in:
parent
0e575caa00
commit
c2880af631
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184127
2 changed files with 0 additions and 17 deletions
|
@ -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>
|
||||
|
|
|
@ -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 {
|
Loading…
Reference in a new issue