Index: head/devel/cdecl/Makefile =================================================================== --- head/devel/cdecl/Makefile (revision 504554) +++ head/devel/cdecl/Makefile (revision 504555) @@ -1,27 +1,28 @@ # Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ PORTNAME= cdecl PORTVERSION= 6.4 +PORTREVISION= 1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= devel MAINTAINER= ler@FreeBSD.org COMMENT= Explains complicated C/C++ declarations in plain English LICENSE= GPLv3 BUILD_DEPENDS= flex:textproc/flex USES= autoreconf bison ncurses readline CONFLICTS= cutils-[0-9]* USE_GITHUB= yes GH_ACCOUNT= paul-j-lucas GNU_CONFIGURE= yes PLIST_FILES= bin/cdecl bin/c++decl man/man1/cdecl.1.gz man/man1/c++decl.1.gz .include Index: head/devel/cdecl/files/patch-src_Makefile.am =================================================================== --- head/devel/cdecl/files/patch-src_Makefile.am (nonexistent) +++ head/devel/cdecl/files/patch-src_Makefile.am (revision 504555) @@ -0,0 +1,11 @@ +--- src/Makefile.am.orig 2019-06-19 15:19:07 UTC ++++ src/Makefile.am +@@ -21,7 +21,7 @@ + bin_PROGRAMS = cdecl + + AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_builddir)/lib +-AM_YFLAGS = -d ++AM_YFLAGS = -d -Wno-yacc + LDADD = $(top_builddir)/lib/libgnu.a + + BUILT_SOURCES = parser.c parser.h lexer.c Property changes on: head/devel/cdecl/files/patch-src_Makefile.am ___________________________________________________________________ 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