Index: head/net-mgmt/irrtoolset/files/patch-src-rpsl-rpsl.l =================================================================== --- head/net-mgmt/irrtoolset/files/patch-src-rpsl-rpsl.l (revision 568166) +++ head/net-mgmt/irrtoolset/files/patch-src-rpsl-rpsl.l (nonexistent) @@ -1,11 +0,0 @@ ---- src/rpsl/rpsl.l.orig 2012-07-31 12:10:39 UTC -+++ src/rpsl/rpsl.l -@@ -713,7 +713,7 @@ void handle_object_error(const char *s, - current_object->errors += buffer; - } - --void rpslerror(const char *, ...) { -+void rpslerror(void *, const char *, ...) { - if (current_attribute) { - current_attribute->errorLine = errorLine; - current_attribute->errorColon = errorColon - yyleng; Property changes on: head/net-mgmt/irrtoolset/files/patch-src-rpsl-rpsl.l ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-mgmt/irrtoolset/files/patch-src-rpsl-rpsl.y =================================================================== --- head/net-mgmt/irrtoolset/files/patch-src-rpsl-rpsl.y (revision 568166) +++ head/net-mgmt/irrtoolset/files/patch-src-rpsl-rpsl.y (nonexistent) @@ -1,31 +0,0 @@ ---- src/rpsl/rpsl.y.orig 2012-07-31 12:10:39 UTC -+++ src/rpsl/rpsl.y -@@ -75,7 +75,7 @@ extern void handle_object_error(const ch - extern void handle_warning(const char *, ...); - extern int yylex(); - char *token_name(int token_id); --void rpslerror(const char *s, ...); -+void rpslerror(void *, const char *s, ...); - Attr *changeCurrentAttr(Attr *b); - void handleArgumentTypeError(char *attr, const char *method, int position, - const RPType *correctType, -@@ -83,7 +83,6 @@ void handleArgumentTypeError(char *attr, - const AttrMethod *searchMethod(const AttrRPAttr *rp_attr, const char *method, ItemList *args); - - /* argument to yyparse result of parsing should be stored here */ --#define YYPARSE_PARAM object - #define yyschema schema - #define enable_yy_parser_debugging enable_rpsl_parser_debugging - -@@ -91,8 +90,9 @@ extern Object *current_object; - - %} - --%name-prefix="rpsl" --%output="rpsl.y.cc" -+%name-prefix "rpsl" -+%output "rpsl.y.cc" -+%parse-param {void *object} - - %expect 1 - Property changes on: head/net-mgmt/irrtoolset/files/patch-src-rpsl-rpsl.y ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-mgmt/irrtoolset/Makefile =================================================================== --- head/net-mgmt/irrtoolset/Makefile (revision 568166) +++ head/net-mgmt/irrtoolset/Makefile (revision 568167) @@ -1,25 +1,27 @@ # $FreeBSD$ PORTNAME= irrtoolset DISTVERSIONPREFIX= release- DISTVERSION= 5.1.3 CATEGORIES= net-mgmt MAINTAINER= rkoberman@gmail.com COMMENT= Suite of routing policy tools to interact with the IRR LICENSE= MIT GPLv2+ RIPE_NCC LICENSE_COMB= multi +LICENSE_NAME_RIPE_NCC= RIPE NCC license LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_PERMS_RIPE_NCC= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= autoreconf bison gmake libtool GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= irrtoolset GH_PROJECT= irrtoolset PLIST_FILES= bin/rpslcheck bin/peval bin/rtconfig \ man/man1/rtconfig.1.gz man/man1/peval.1.gz \ man/man1/rpslcheck.1.gz man/man1/irrtoolset-errors.1.gz .include