Index: head/devel/argp-standalone/Makefile =================================================================== --- head/devel/argp-standalone/Makefile (revision 451173) +++ head/devel/argp-standalone/Makefile (revision 451174) @@ -1,30 +1,30 @@ # Created by: Sergey Matveychuk # $FreeBSD$ PORTNAME= argp-standalone PORTVERSION= 1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.lysator.liu.se/~nisse/misc/ \ LOCAL/sem MAINTAINER= ports@FreeBSD.org COMMENT= Standalone version of arguments parsing functions from GLIBC LICENSE= LGPL20+ PD LICENSE_COMB= multi USES= autoreconf libtool USE_CSTD= gnu89 GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip PLIST_FILES= lib/libargp.a \ lib/libargp.so lib/libargp.so.0 lib/libargp.so.0.0.0 \ include/argp.h post-install: ${INSTALL_DATA} ${WRKSRC}/argp.h ${STAGEDIR}${PREFIX}/include .include Index: head/devel/argp-standalone/files/patch-acinclude.m4 =================================================================== --- head/devel/argp-standalone/files/patch-acinclude.m4 (nonexistent) +++ head/devel/argp-standalone/files/patch-acinclude.m4 (revision 451174) @@ -0,0 +1,20 @@ +--- acinclude.m4.orig 2004-02-07 17:15:46 UTC ++++ acinclude.m4 +@@ -284,8 +284,6 @@ AC_DEFUN([LSH_GCC_ATTRIBUTES], + lsh_cv_c_attribute, + [ AC_TRY_COMPILE([ + #include +-], +-[ + static void foo(void) __attribute__ ((noreturn)); + + static void __attribute__ ((noreturn)) +@@ -293,6 +291,8 @@ foo(void) + { + exit(1); + } ++], ++[ + ], + lsh_cv_c_attribute=yes, + lsh_cv_c_attribute=no)]) Property changes on: head/devel/argp-standalone/files/patch-acinclude.m4 ___________________________________________________________________ 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