Index: head/security/tinc-devel/Makefile =================================================================== --- head/security/tinc-devel/Makefile (revision 500394) +++ head/security/tinc-devel/Makefile (revision 500395) @@ -1,29 +1,29 @@ # $FreeBSD$ PORTNAME= tinc PORTVERSION= 1.1pre17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= https://www.tinc-vpn.org/packages/ \ http://www.tinc-vpn.org/packages/ PKGNAMESUFFIX= -devel MAINTAINER= dinoex@FreeBSD.org COMMENT= Virtual Private Network (VPN) daemon LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liblzo2.so:archivers/lzo2 USES= cpe ssl makeinfo readline localbase:ldflags CPE_VENDOR= tinc-vpn GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --with-curses=/usr USE_RC_SUBR= tincd INFO= tinc PLIST_FILES= sbin/tincd sbin/tinc \ man/man8/tinc-gui.8.gz man/man5/tinc.conf.5.gz \ man/man8/tinc.8.gz man/man8/tincd.8.gz .include Index: head/security/tinc-devel/files/patch-configure =================================================================== --- head/security/tinc-devel/files/patch-configure (nonexistent) +++ head/security/tinc-devel/files/patch-configure (revision 500395) @@ -0,0 +1,35 @@ +--- configure.orig 2019-04-27 11:57:13 UTC ++++ configure +@@ -6192,8 +6192,8 @@ else + CFLAGS="$CFLAGS -Wall -Werror" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +-void *test(void) __attribute__ ((__malloc__)); +- void *test(void) { return (void *)0; } ++void *test(void *x) __attribute__ ((__malloc__)); ++ void *test(void *x) { return (void *)0; } + + _ACEOF + if ac_fn_c_try_compile "$LINENO"; then : +@@ -6226,8 +6226,8 @@ else + CFLAGS="$CFLAGS -Wall -Werror" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +-void *test(void) __attribute__ ((__nonnull__)); +- void *test(void) { return (void *)0; } ++void *test(void *x) __attribute__ ((__nonnull__)); ++ void *test(void *x) { return (void *)0; } + + _ACEOF + if ac_fn_c_try_compile "$LINENO"; then : +@@ -6260,8 +6260,8 @@ else + CFLAGS="$CFLAGS -Wall -Werror" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +-void *test(void) __attribute__ ((__warn_unused_result__)); +- void *test(void) { return (void *)0; } ++void *test(void *x) __attribute__ ((__warn_unused_result__)); ++ void *test(void *x) { return (void *)0; } + + _ACEOF + if ac_fn_c_try_compile "$LINENO"; then : Property changes on: head/security/tinc-devel/files/patch-configure ___________________________________________________________________ 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