Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/x11/gnustep-preferences/Attic/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/gnustep-preferences/Attic/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.42 retrieving revision 1.53 diff -u -p -r1.42 -r1.53 --- pkgsrc/x11/gnustep-preferences/Attic/Makefile 2014/04/09 07:27:18 1.42 +++ pkgsrc/x11/gnustep-preferences/Attic/Makefile 2018/07/20 03:34:32 1.53 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2014/04/09 07:27:18 obache Exp $ +# $NetBSD: Makefile,v 1.53 2018/07/20 03:34:32 ryoon Exp $ DISTNAME= Preferences-1.2.0 PKGNAME= gnustep-${DISTNAME:S/P/p/} -PKGREVISION= 24 +PKGREVISION= 34 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prefsapp/} EXTRACT_SUFX= .tar.bz2 @@ -30,6 +30,7 @@ SUBST_SED.gnustep_installation_dir+= -e .if !empty(PKGSRC_COMPILER:Mclang) _WRAP_EXTRA_ARGS.CC+= -Wno-unused-const-variable +CWRAPPERS_APPEND.cc+= -Wno-unused-const-variable .endif .include "../../x11/gnustep-back/buildlink3.mk"