From owner-svn-ports-all@freebsd.org Tue Jun 4 08:23:43 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AE2715A7F9A; Tue, 4 Jun 2019 08:23:43 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E36638CD48; Tue, 4 Jun 2019 08:23:42 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BE20A1AF37; Tue, 4 Jun 2019 08:23:42 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x548Ng14011590; Tue, 4 Jun 2019 08:23:42 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x548NfBj011585; Tue, 4 Jun 2019 08:23:41 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201906040823.x548NfBj011585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Tue, 4 Jun 2019 08:23:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503451 - in head/graphics/giflib: . files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/graphics/giflib: . files X-SVN-Commit-Revision: 503451 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E36638CD48 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jun 2019 08:23:43 -0000 Author: antoine Date: Tue Jun 4 08:23:41 2019 New Revision: 503451 URL: https://svnweb.freebsd.org/changeset/ports/503451 Log: Update to 5.1.9 With hat: portmgr Modified: head/graphics/giflib/Makefile head/graphics/giflib/distinfo head/graphics/giflib/files/patch-Makefile head/graphics/giflib/files/patch-tests_makefile head/graphics/giflib/pkg-plist Modified: head/graphics/giflib/Makefile ============================================================================== --- head/graphics/giflib/Makefile Tue Jun 4 07:54:25 2019 (r503450) +++ head/graphics/giflib/Makefile Tue Jun 4 08:23:41 2019 (r503451) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= giflib -PORTVERSION= 5.1.8 +PORTVERSION= 5.1.9 PORTREVISION= 0 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME} Modified: head/graphics/giflib/distinfo ============================================================================== --- head/graphics/giflib/distinfo Tue Jun 4 07:54:25 2019 (r503450) +++ head/graphics/giflib/distinfo Tue Jun 4 08:23:41 2019 (r503451) @@ -1,3 +1,3 @@ -TIMESTAMP = 1553869894 -SHA256 (giflib-5.1.8.tar.gz) = d105a905df34a7822172d13657cdae3d4b0c8e8c7067ccf05e39a40044f8ca53 -SIZE (giflib-5.1.8.tar.gz) = 419065 +TIMESTAMP = 1557928206 +SHA256 (giflib-5.1.9.tar.gz) = 36ccab06aa43e5d608cdd74902f89c47fd55c348009798434ba5798967454057 +SIZE (giflib-5.1.9.tar.gz) = 385068 Modified: head/graphics/giflib/files/patch-Makefile ============================================================================== --- head/graphics/giflib/files/patch-Makefile Tue Jun 4 07:54:25 2019 (r503450) +++ head/graphics/giflib/files/patch-Makefile Tue Jun 4 08:23:41 2019 (r503451) @@ -1,29 +1,43 @@ ---- Makefile.orig 2019-03-17 16:33:02 UTC +--- Makefile.orig 2019-03-28 18:57:23 UTC +++ Makefile -@@ -9,7 +9,7 @@ - CC = gcc +@@ -8,7 +8,7 @@ + # OFLAGS = -O0 -g - #OFLAGS = -O2 -fwhole-program + OFLAGS = -O2 -CFLAGS = -std=gnu99 -fPIC -Wall -Wno-format-truncation $(OFLAGS) +CFLAGS = -std=gnu99 -fPIC -Wall $(OFLAGS) - LDFLAGS = -g SHELL = /bin/sh -@@ -58,15 +58,21 @@ UTILS = $(INSTALLABLE) \ + TAR = tar +@@ -29,11 +29,11 @@ LIBPOINT=0 + LIBVER=$(LIBMAJOR).$(LIBMINOR).$(LIBPOINT) + + SOURCES = dgif_lib.c egif_lib.c gifalloc.c gif_err.c gif_font.c \ +- gif_hash.c openbsd-reallocarray.c ++ gif_hash.c openbsd-reallocarray.c quantize.c + HEADERS = gif_hash.h gif_lib.h gif_lib_private.h + OBJECTS = $(SOURCES:.c=.o) + +-USOURCES = qprintf.c quantize.c getarg.c ++USOURCES = qprintf.c getarg.c + UHEADERS = getarg.h + UOBJECTS = $(USOURCES:.c=.o) + +@@ -60,15 +60,21 @@ UTILS = $(INSTALLABLE) \ gifsponge \ gifwedge -LDLIBS=libgif.a -lm +LDLIBS=-Wl,-rpath -Wl,$(LIBDIR) -lm - all: libgif.so libgif.a $(UTILS) + all: libgif.so libgif.a libutil.so libutil.a $(UTILS) $(MAKE) -C doc --$(UTILS):: libgif.a -+$(UTILS):: libgif.so +-$(UTILS):: libgif.a libutil.a ++$(UTILS):: libgif.so libutil.a -libgif.so: $(OBJECTS) $(HEADERS) -- $(CC) $(CFLAGS) -shared $(OFLAGS) -Wl,-soname -Wl,libgif.so.$(LIBMAJOR) -o libgif.so $(OBJECTS) +- $(CC) $(CFLAGS) -shared $(LDFLAGS) -Wl,-soname -Wl,libgif.so.$(LIBMAJOR) -o libgif.so $(OBJECTS) +libgif.so.$(LIBVER): $(OBJECTS) $(HEADERS) + $(CC) -shared $(LDFLAGS) -Wl,-soname -Wl,libgif.so.$(LIBMAJOR) -o $@ $(OBJECTS) + @@ -35,7 +49,7 @@ libgif.a: $(OBJECTS) $(HEADERS) $(AR) rcs libgif.a $(OBJECTS) -@@ -92,7 +98,7 @@ install-include: +@@ -100,7 +106,7 @@ install-include: install-lib: $(INSTALL) -d "$(DESTDIR)$(LIBDIR)" $(INSTALL) -m 644 libgif.a "$(DESTDIR)$(LIBDIR)/libgif.a" Modified: head/graphics/giflib/files/patch-tests_makefile ============================================================================== --- head/graphics/giflib/files/patch-tests_makefile Tue Jun 4 07:54:25 2019 (r503450) +++ head/graphics/giflib/files/patch-tests_makefile Tue Jun 4 08:23:41 2019 (r503451) @@ -1,4 +1,4 @@ ---- tests/makefile.orig 2019-02-10 22:36:27 UTC +--- tests/makefile.orig 2019-03-28 17:05:25 UTC +++ tests/makefile @@ -3,6 +3,8 @@ @@ -9,7 +9,7 @@ # This is what to do by default test: render-regress \ gifbuild-regress \ -@@ -103,10 +105,10 @@ giffilter-regress: +@@ -104,10 +106,10 @@ giffilter-regress: giffix-rebuild: @echo "Rebuilding giffix test." Modified: head/graphics/giflib/pkg-plist ============================================================================== --- head/graphics/giflib/pkg-plist Tue Jun 4 07:54:25 2019 (r503450) +++ head/graphics/giflib/pkg-plist Tue Jun 4 08:23:41 2019 (r503451) @@ -28,8 +28,6 @@ man/man1/giftool.1.gz man/man1/gifwedge.1.gz %%PORTDOCS%%%%DOCSDIR%%/00README %%PORTDOCS%%%%DOCSDIR%%/gif2rgb.html -%%PORTDOCS%%%%DOCSDIR%%/gif87.txt -%%PORTDOCS%%%%DOCSDIR%%/gif89.txt %%PORTDOCS%%%%DOCSDIR%%/gif_lib.html %%PORTDOCS%%%%DOCSDIR%%/gifbg.html %%PORTDOCS%%%%DOCSDIR%%/gifbuild.html @@ -45,7 +43,6 @@ man/man1/gifwedge.1.gz %%PORTDOCS%%%%DOCSDIR%%/gifwedge.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/intro.html -%%PORTDOCS%%%%DOCSDIR%%/lzgif.txt %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/animation_and_transparency.html %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/bits_and_bytes.html %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/comment_ext.gif