Update devel/gmake to 4.1. No major changes. I've kicked off a bulk build on amd64 to test this.
Index: Makefile =================================================================== RCS file: /cvs/ports/devel/gmake/Makefile,v retrieving revision 1.52 diff -u -p -r1.52 Makefile --- Makefile 29 Aug 2014 13:24:29 -0000 1.52 +++ Makefile 25 Nov 2014 01:25:50 -0000 @@ -2,9 +2,8 @@ COMMENT= GNU make -DISTNAME= make-4.0 +DISTNAME= make-4.1 PKGNAME= g${DISTNAME} -REVISION= 0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=make/} EXTRACT_SUFX= .tar.bz2 Index: distinfo =================================================================== RCS file: /cvs/ports/devel/gmake/distinfo,v retrieving revision 1.7 diff -u -p -r1.7 distinfo --- distinfo 30 Oct 2013 23:08:56 -0000 1.7 +++ distinfo 25 Nov 2014 01:26:00 -0000 @@ -1,2 +1,2 @@ -SHA256 (make-4.0.tar.bz2) = 5gaGx6/t5izIyGrTASzwgepIh9r50iPOcRVwOyuy29s= -SIZE (make-4.0.tar.bz2) = 1341927 +SHA256 (make-4.1.tar.bz2) = C8dhM4llDuaiRVS1JXKicvc1YWT9LEEysLzxMSPk/KU= +SIZE (make-4.1.tar.bz2) = 1327342 Index: patches/patch-Makefile_in =================================================================== RCS file: /cvs/ports/devel/gmake/patches/patch-Makefile_in,v retrieving revision 1.2 diff -u -p -r1.2 patch-Makefile_in --- patches/patch-Makefile_in 30 Oct 2013 23:08:56 -0000 1.2 +++ patches/patch-Makefile_in 25 Nov 2014 01:42:28 -0000 @@ -1,12 +1,12 @@ $OpenBSD: patch-Makefile_in,v 1.2 2013/10/30 23:08:56 brad Exp $ ---- Makefile.in.orig Wed Oct 9 02:11:52 2013 -+++ Makefile.in Wed Oct 9 18:12:29 2013 -@@ -395,7 +395,7 @@ EXTRA_make_SOURCES = vmsjobs.c remote-stub.c remote-cs +--- Makefile.in.orig Sun Oct 5 18:25:22 2014 ++++ Makefile.in Tue Nov 25 02:42:23 2014 +@@ -462,7 +462,7 @@ EXTRA_make_SOURCES = vmsjobs.c remote-stub.c remote-cs noinst_HEADERS = commands.h dep.h filedef.h job.h makeint.h rule.h variable.h \ debug.h getopt.h gettext.h hash.h output.h -make_LDADD = @LIBOBJS@ @ALLOCA@ $(GLOBLIB) @GETLOADAVG_LIBS@ @LIBINTL@ \ +make_LDADD = @LIBOBJS@ @ALLOCA@ $(GLOBLIB) @GETLOADAVG_LIBS@ @LTLIBINTL@ \ - $(GUILE_LIBS) $(am__append_2) + $(GUILE_LIBS) $(am__append_1) man_MANS = make.1 - AM_CPPFLAGS = $(GLOBINC) $(am__append_3) + AM_CPPFLAGS = $(GLOBINC) $(am__append_2) -- Christian "naddy" Weisgerber na...@mips.inka.de