Index: head/graphics/giflib/Makefile =================================================================== --- head/graphics/giflib/Makefile (revision 517232) +++ head/graphics/giflib/Makefile (revision 517233) @@ -1,34 +1,34 @@ # Created by: Thomas Gellekum # $FreeBSD$ PORTNAME= giflib -PORTVERSION= 5.1.9 +PORTVERSION= 5.2.1 PORTREVISION= 0 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME} MAINTAINER= portmgr@FreeBSD.org COMMENT= Tools and library routines for working with GIF images LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING TEST_DEPENDS= ghead:sysutils/coreutils USES= gmake USE_LDCONFIG= yes CFLAGS+= -DHAVE_REALLOCARRAY MAKE_ARGS= CC=${CC} LDFLAGS="${LDFLAGS}" MANDIR=${MANPREFIX}/man OFLAGS="${CFLAGS}" PREFIX="${PREFIX}" OPTIONS_DEFINE= DOCS TEST_TARGET= check do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "! ( -name Makefile -o -name *\.1 -o -name *\.in -o -name *\.xml )" post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* - ${STRIP_CMD} --strip-unneeded ${STAGEDIR}${PREFIX}/lib/libgif.so.7.1.0 + ${STRIP_CMD} --strip-unneeded ${STAGEDIR}${PREFIX}/lib/libgif.so.7.2.0 .include Index: head/graphics/giflib/distinfo =================================================================== --- head/graphics/giflib/distinfo (revision 517232) +++ head/graphics/giflib/distinfo (revision 517233) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557928206 -SHA256 (giflib-5.1.9.tar.gz) = 36ccab06aa43e5d608cdd74902f89c47fd55c348009798434ba5798967454057 -SIZE (giflib-5.1.9.tar.gz) = 385068 +TIMESTAMP = 1573114002 +SHA256 (giflib-5.2.1.tar.gz) = 31da5562f44c5f15d63340a09a4fd62b48c45620cd302f77a6d9acf0077879bd +SIZE (giflib-5.2.1.tar.gz) = 444187 Index: head/graphics/giflib/files/patch-Makefile =================================================================== --- head/graphics/giflib/files/patch-Makefile (revision 517232) +++ head/graphics/giflib/files/patch-Makefile (revision 517233) @@ -1,60 +1,46 @@ ---- Makefile.orig 2019-03-28 18:57:23 UTC +--- Makefile.orig 2019-06-24 16:08:57 UTC +++ Makefile @@ -8,7 +8,7 @@ # OFLAGS = -O0 -g OFLAGS = -O2 -CFLAGS = -std=gnu99 -fPIC -Wall -Wno-format-truncation $(OFLAGS) +CFLAGS = -std=gnu99 -fPIC -Wall $(OFLAGS) SHELL = /bin/sh 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) \ +@@ -59,15 +59,21 @@ UTILS = $(INSTALLABLE) \ gifsponge \ gifwedge -LDLIBS=libgif.a -lm +LDLIBS=-Wl,-rpath -Wl,$(LIBDIR) -lm all: libgif.so libgif.a libutil.so libutil.a $(UTILS) $(MAKE) -C doc -$(UTILS):: libgif.a libutil.a +$(UTILS):: libgif.so libutil.a -libgif.so: $(OBJECTS) $(HEADERS) - $(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) + +libgif.so.$(LIBMAJOR): libgif.so.$(LIBVER) + ln -s $< $@ + +libgif.so: libgif.so.$(LIBMAJOR) + ln -s $< $@ libgif.a: $(OBJECTS) $(HEADERS) $(AR) rcs libgif.a $(OBJECTS) -@@ -100,7 +106,7 @@ install-include: +@@ -99,7 +105,7 @@ install-include: install-lib: $(INSTALL) -d "$(DESTDIR)$(LIBDIR)" $(INSTALL) -m 644 libgif.a "$(DESTDIR)$(LIBDIR)/libgif.a" - $(INSTALL) -m 755 libgif.so "$(DESTDIR)$(LIBDIR)/libgif.so.$(LIBVER)" + $(INSTALL) -m 755 libgif.so.$(LIBVER) "$(DESTDIR)$(LIBDIR)/libgif.so.$(LIBVER)" ln -sf libgif.so.$(LIBVER) "$(DESTDIR)$(LIBDIR)/libgif.so.$(LIBMAJOR)" ln -sf libgif.so.$(LIBMAJOR) "$(DESTDIR)$(LIBDIR)/libgif.so" install-man: Index: head/graphics/giflib/pkg-plist =================================================================== --- head/graphics/giflib/pkg-plist (revision 517232) +++ head/graphics/giflib/pkg-plist (revision 517233) @@ -1,74 +1,80 @@ bin/gif2rgb bin/gifbuild bin/gifclrmp -bin/gifecho -bin/giffilter bin/giffix -bin/gifinto -bin/gifsponge bin/giftext bin/giftool include/gif_lib.h lib/libgif.a lib/libgif.so lib/libgif.so.7 -lib/libgif.so.7.1.0 +lib/libgif.so.7.2.0 man/man1/gif2rgb.1.gz man/man1/gifbg.1.gz man/man1/gifbuild.1.gz man/man1/gifclrmp.1.gz man/man1/gifcolor.1.gz man/man1/gifecho.1.gz man/man1/giffix.1.gz man/man1/gifhisto.1.gz man/man1/gifinto.1.gz man/man1/giflib.1.gz man/man1/giftext.1.gz man/man1/giftool.1.gz man/man1/gifwedge.1.gz %%PORTDOCS%%%%DOCSDIR%%/00README %%PORTDOCS%%%%DOCSDIR%%/gif2rgb.html %%PORTDOCS%%%%DOCSDIR%%/gif_lib.html %%PORTDOCS%%%%DOCSDIR%%/gifbg.html %%PORTDOCS%%%%DOCSDIR%%/gifbuild.html %%PORTDOCS%%%%DOCSDIR%%/gifclrmp.html %%PORTDOCS%%%%DOCSDIR%%/gifcolor.html %%PORTDOCS%%%%DOCSDIR%%/gifecho.html %%PORTDOCS%%%%DOCSDIR%%/giffix.html %%PORTDOCS%%%%DOCSDIR%%/gifhisto.html %%PORTDOCS%%%%DOCSDIR%%/gifinto.html %%PORTDOCS%%%%DOCSDIR%%/giflib.html +%%PORTDOCS%%%%DOCSDIR%%/gifstandard/GIF89a.html +%%PORTDOCS%%%%DOCSDIR%%/gifstandard/LZW-and-GIF-explained.html +%%PORTDOCS%%%%DOCSDIR%%/gifstandard/gif-1over100.png +%%PORTDOCS%%%%DOCSDIR%%/gifstandard/gif-1over64.png +%%PORTDOCS%%%%DOCSDIR%%/gifstandard/gif-aspectratio.png +%%PORTDOCS%%%%DOCSDIR%%/gifstandard/gif87.txt +%%PORTDOCS%%%%DOCSDIR%%/gifstandard/gif89.txt +%%PORTDOCS%%%%DOCSDIR%%/gifstandard/gif89a.css +%%PORTDOCS%%%%DOCSDIR%%/gifstandard/gif89a.js +%%PORTDOCS%%%%DOCSDIR%%/gifstandard/main.css %%PORTDOCS%%%%DOCSDIR%%/giftext.html %%PORTDOCS%%%%DOCSDIR%%/giftool.html %%PORTDOCS%%%%DOCSDIR%%/gifwedge.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/intro.html %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/animation_and_transparency.html %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/bits_and_bytes.html %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/comment_ext.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/gif_file_stream.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/global_color_table.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/graphic_control_ext.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/header_block.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/highlight_green.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/highlight_purple.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/image_data_block.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/image_descriptor_block.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/index.html %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/logical_screen_desc_block.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/lzw_decoding_bytes.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/lzw_encoding_codes.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/lzw_image_data.html %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/lzw_image_data_code_table.html %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/sample_1.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/sample_1_enlarged.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/sample_1_trans.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/sample_1_trans_blue.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/sample_1_trans_red.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/sample_2_animation_green.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/sample_2_animation_red.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/sample_2_animation_yellow.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/sample_2_green_large.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/sample_2_green_yellow_diff.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/sample_2_yellow_large.gif %%PORTDOCS%%%%DOCSDIR%%/whatsinagif/trailer_block.gif Index: head/x11-toolkits/gnustep-gui/Makefile =================================================================== --- head/x11-toolkits/gnustep-gui/Makefile (revision 517232) +++ head/x11-toolkits/gnustep-gui/Makefile (revision 517233) @@ -1,71 +1,71 @@ # Created by: Thomas Gellekum # $FreeBSD$ PORTNAME= gnustep-gui DISTVERSIONPREFIX= gui- DISTVERSION= 0_27_0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits gnustep MAINTAINER= theraven@FreeBSD.org COMMENT= GNUstep GUI library LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi LIB_DEPENDS+= libtiff.so:graphics/tiff LIB_DEPENDS+= libpng.so:graphics/png LIB_DEPENDS+= libgif.so:graphics/giflib LIB_DEPENDS+= libicui18n.so:devel/icu LIB_DEPENDS+= libsndfile.so:audio/libsndfile LIB_DEPENDS+= libao.so:audio/libao LIB_DEPENDS+= libflite.so:audio/flite USES= gnustep jpeg pkgconfig xorg USE_GNUSTEP= base build USE_XORG= x11 xt USE_GITHUB= yes GH_ACCOUNT= gnustep GH_PROJECT= libs-gui GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-tiff-library=${LOCALBASE}/lib CONFIGURE_ARGS+= --with-tiff-include=${LOCALBASE}/include CONFIGURE_ARGS+= --with-jpeg-library=${LOCALBASE}/lib CONFIGURE_ARGS+= --with-jpeg-include=${LOCALBASE}/include CONFIGURE_ARGS+= --with-x CONFIGURE_ARGS+= --with-x-include=${LOCALBASE}/include CONFIGURE_ARGS+= --with-x-include=${LOCALBASE}/lib MAKE_FLAGS+= OPTFLAG="${CFLAGS}" PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1} OPTIONS_DEFINE= DOCS CUPS ASPELL OPTIONS_DEFAULT= CUPS OPTIONS_SUB= yes DOCS_BUILD_DEPENDS= texi2html:textproc/texi2html \ texi2pdf:print/texinfo CUPS_CONFIGURE_ENABLE= cups CUPS_LIB_DEPENDS+= libcups.so:print/cups ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell ASPELL_CONFIGURE_ENABLE= aspell USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} post-patch: ${REINPLACE_CMD} -e "s|libpng/png.h|png.h|" ${WRKSRC}/configure ${REINPLACE_CMD} -e "s|doc=no|doc=yes|" ${WRKSRC}/GNUmakefile pre-configure: .for file in config.guess config.sub install-sh @${CP} ${GNUSTEP_PREFIX}/System/Library/Makefiles/${file} ${WRKSRC} .endfor post-install-DOCS-off: @${FIND} -d ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Documentation -type d -empty -delete .include