Hi ports --

I send a diff for this over the summer and got an ok from cwen@ but never committed it. Lots of things have changed in ports since then, so I figured I'd resend.

The update is still all the same; all tests pass on amd64 and macppc. I also added debug packages to get a feel for what that's like under my fingers.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/gawk/Makefile,v
retrieving revision 1.38
diff -u -p -r1.38 Makefile
--- Makefile	12 Jul 2019 20:47:18 -0000	1.38
+++ Makefile	6 Dec 2019 14:58:14 -0000
@@ -2,19 +2,21 @@
 
 COMMENT=	GNU awk
 
-V=		5.0.0
+V=		5.0.1
 DISTNAME=	gawk-$V
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_GNU:=gawk/}
-REVISION=	0
 
 HOMEPAGE=	https://www.gnu.org/software/gawk/
+MAINTAINER=	Brian Callahan <bcal...@openbsd.org>
 
 # GPLv3+
 PERMIT_PACKAGE=	Yes
 
 WANTLIB += c curses gmp iconv intl m mpfr readline sigsegv
 
+DEBUG_PACKAGES=	${BUILD_PACKAGES}
+
 LIB_DEPENDS=	devel/gettext,-runtime \
 		devel/gmp \
 		devel/libsigsegv \
@@ -26,8 +28,8 @@ MAKE_ENV +=	RM="rm -f"
 
 CONFIGURE_STYLE=gnu
 LIBTOOL_FLAGS=	--tag=disable-static
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
+		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
 
 post-install:
 	${INSTALL_MAN_DIR} ${PREFIX}/man/man3am
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/gawk/distinfo,v
retrieving revision 1.18
diff -u -p -r1.18 distinfo
--- distinfo	11 May 2019 20:18:18 -0000	1.18
+++ distinfo	6 Dec 2019 14:58:14 -0000
@@ -1,2 +1,2 @@
-SHA256 (gawk-5.0.0.tar.gz) = LWhsmlt7opK8P6VryEoZWdchqdV5cKdkExVtS48fxn0=
-SIZE (gawk-5.0.0.tar.gz) = 5763496
+SHA256 (gawk-5.0.1.tar.gz) = YlvzcY4lqE3ESGE11ctTiBdGgjYscBB/0T8hVy9WA7s=
+SIZE (gawk-5.0.1.tar.gz) = 5981609
Index: files/automake.dep
===================================================================
RCS file: files/automake.dep
diff -N files/automake.dep
--- files/automake.dep	8 Dec 2012 20:46:05 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,5 +0,0 @@
-# $OpenBSD: automake.dep,v 1.1 2012/12/08 20:46:05 naddy Exp $
-configh.in configure.in
-configh.in configure.ac
-configh.in aclocal.m4
-/Maketests /Makefile.am
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/lang/gawk/pkg/PLIST,v
retrieving revision 1.17
diff -u -p -r1.17 PLIST
--- pkg/PLIST	11 May 2019 20:18:18 -0000	1.17
+++ pkg/PLIST	6 Dec 2019 14:58:14 -0000
@@ -7,18 +7,18 @@ include/gawkapi.h
 @info info/gawkinet.info
 @info info/gawkworkflow.info
 lib/gawk/
-lib/gawk/filefuncs.so
-lib/gawk/fnmatch.so
-lib/gawk/fork.so
-lib/gawk/inplace.so
-lib/gawk/intdiv.so
-lib/gawk/ordchr.so
-lib/gawk/readdir.so
-lib/gawk/readfile.so
-lib/gawk/revoutput.so
-lib/gawk/revtwoway.so
-lib/gawk/rwarray.so
-lib/gawk/time.so
+@so lib/gawk/filefuncs.so
+@so lib/gawk/fnmatch.so
+@so lib/gawk/fork.so
+@so lib/gawk/inplace.so
+@so lib/gawk/intdiv.so
+@so lib/gawk/ordchr.so
+@so lib/gawk/readdir.so
+@so lib/gawk/readfile.so
+@so lib/gawk/revoutput.so
+@so lib/gawk/revtwoway.so
+@so lib/gawk/rwarray.so
+@so lib/gawk/time.so
 libexec/awk/
 @bin libexec/awk/grcat
 @bin libexec/awk/pwcat
@@ -78,6 +78,7 @@ share/locale/ms/LC_MESSAGES/
 share/locale/ms/LC_MESSAGES/gawk.mo
 share/locale/nl/LC_MESSAGES/gawk.mo
 share/locale/pl/LC_MESSAGES/gawk.mo
+share/locale/pt/LC_MESSAGES/gawk.mo
 share/locale/pt_BR/LC_MESSAGES/gawk.mo
 share/locale/sv/LC_MESSAGES/gawk.mo
 share/locale/vi/LC_MESSAGES/gawk.mo

Reply via email to