Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jan 2020 20:53:40 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521771 - in head: devel/gperf devel/gperf/files emulators/vice graphics/diffpdf graphics/gnash graphics/graphviz graphics/swftools graphics/xv/files irc/hexchat-fish mail/rmilter multi...
Message-ID:  <202001012053.001KremF086085@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Wed Jan  1 20:53:40 2020
New Revision: 521771
URL: https://svnweb.freebsd.org/changeset/ports/521771

Log:
  - update to 3.1

Deleted:
  head/devel/gperf/files/
Modified:
  head/devel/gperf/Makefile
  head/devel/gperf/distinfo
  head/devel/gperf/pkg-descr
  head/emulators/vice/Makefile
  head/graphics/diffpdf/Makefile
  head/graphics/gnash/Makefile
  head/graphics/graphviz/Makefile
  head/graphics/swftools/Makefile
  head/graphics/xv/files/patch-xvpng.c
  head/irc/hexchat-fish/Makefile
  head/mail/rmilter/Makefile
  head/multimedia/sabbu/Makefile
  head/x11-clocks/asclock/Makefile

Modified: head/devel/gperf/Makefile
==============================================================================
--- head/devel/gperf/Makefile	Wed Jan  1 20:52:54 2020	(r521770)
+++ head/devel/gperf/Makefile	Wed Jan  1 20:53:40 2020	(r521771)
@@ -1,21 +1,18 @@
 # $FreeBSD$
 
 PORTNAME=	gperf
-PORTVERSION=	3.0.3
-PORTREVISION=	2
+PORTVERSION=	3.1
 CATEGORIES=	devel
 MASTER_SITES=	GNU
 
 MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	Generates perfect hash functions for sets of keywords
 
-LICENSE=	GPLv2
+LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 CONFLICTS=	ace+tao-[0-9]*
 MAKE_JOBS_UNSAFE=	yes
-# avoid GPLv3 in generated code
-PORTSCOUT=	ignore
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--docdir=${DOCSDIR}

Modified: head/devel/gperf/distinfo
==============================================================================
--- head/devel/gperf/distinfo	Wed Jan  1 20:52:54 2020	(r521770)
+++ head/devel/gperf/distinfo	Wed Jan  1 20:53:40 2020	(r521771)
@@ -1,2 +1,3 @@
-SHA256 (gperf-3.0.3.tar.gz) = 63287527c8d9e27e801cf0804436f3494bd569db05d49dcdd2a942ae72fa9055
-SIZE (gperf-3.0.3.tar.gz) = 865088
+TIMESTAMP = 1484078517
+SHA256 (gperf-3.1.tar.gz) = 588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2
+SIZE (gperf-3.1.tar.gz) = 1215925

Modified: head/devel/gperf/pkg-descr
==============================================================================
--- head/devel/gperf/pkg-descr	Wed Jan  1 20:52:54 2020	(r521770)
+++ head/devel/gperf/pkg-descr	Wed Jan  1 20:53:40 2020	(r521771)
@@ -19,6 +19,6 @@ Output from the GPERF program is used to recognize res
 the GNU C, GNU C++, and GNU Pascal compilers, as well as with the GNU
 indent program.
 
-LICENSE: GPL2 or later
+LICENSE: GPLv3 or later
 
 WWW: http://www.gnu.org/software/gperf/

Modified: head/emulators/vice/Makefile
==============================================================================
--- head/emulators/vice/Makefile	Wed Jan  1 20:52:54 2020	(r521770)
+++ head/emulators/vice/Makefile	Wed Jan  1 20:53:40 2020	(r521771)
@@ -30,8 +30,8 @@ LIB_DEPENDS=	libpng.so:graphics/png \
 		libgnutls.so:security/gnutls
 
 RESTRICTED=	ROMs are copyrighted by Commodore Business Machines
-USES=		compiler:c++11-lang gettext gmake iconv:wchar_t jpeg \
-		localbase:ldflags makeinfo pkgconfig readline xorg
+USES=		compiler:c++11-lang pkgconfig makeinfo localbase:ldflags \
+		gmake iconv:wchar_t jpeg readline gettext xorg
 USE_XORG=	xpm ice sm xext xv xt x11 xmu xxf86vm
 USE_XORG+=	xrender xinerama xi xrandr xcursor xcomposite xdamage xfixes
 HAS_CONFIGURE=	yes

Modified: head/graphics/diffpdf/Makefile
==============================================================================
--- head/graphics/diffpdf/Makefile	Wed Jan  1 20:52:54 2020	(r521770)
+++ head/graphics/diffpdf/Makefile	Wed Jan  1 20:53:40 2020	(r521771)
@@ -13,7 +13,7 @@ LICENSE=	GPLv2+
 
 LIB_DEPENDS=	libpoppler-qt5.so:graphics/poppler-qt5
 
-USES=		compiler:c++11-lang gl qmake qt:5
+USES=		compiler:c++11-lang qmake qt:5 gl
 USE_GL=		gl
 USE_QT=		buildtools linguist_build core gui printsupport widgets
 

Modified: head/graphics/gnash/Makefile
==============================================================================
--- head/graphics/gnash/Makefile	Wed Jan  1 20:52:54 2020	(r521770)
+++ head/graphics/gnash/Makefile	Wed Jan  1 20:53:40 2020	(r521771)
@@ -26,8 +26,8 @@ LIB_DEPENDS=	libltdl.so:devel/libltdl \
 
 CONFLICTS=	gnash-devel-[0-9]*
 
-USES=		cpe tar:bzip2 compiler:c++11-lang autoreconf gl gmake gnome \
-		libtool pkgconfig jpeg gnome gl desktop-file-utils xorg
+USES=		cpe tar:bzip2 compiler:c++11-lang autoreconf gmake libtool \
+		pkgconfig jpeg gnome gl desktop-file-utils xorg
 CPE_VENDOR=	gnu
 GNU_CONFIGURE=	yes
 WANT_GSTREAMER=	yes

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Wed Jan  1 20:52:54 2020	(r521770)
+++ head/graphics/graphviz/Makefile	Wed Jan  1 20:53:40 2020	(r521771)
@@ -114,6 +114,7 @@ PHP_LIB_DEPENDS=	libpcre.so:devel/pcre \
 GHOSTSCRIPT_LIB_DEPENDS=	libgs.so:print/${_GS_PORT}
 
 XPM_CONFIGURE_WITH=		x
+XPM_CONFIGURE_ENV=		ac_cv_header_sys_inotify_h=no
 DIGCOLA_CONFIGURE_WITH=		digcola
 IPSEPCOLA_CONFIGURE_WITH=	ipsepcola
 IPSEPCOLA_IMPLIES=		DIGCOLA

Modified: head/graphics/swftools/Makefile
==============================================================================
--- head/graphics/swftools/Makefile	Wed Jan  1 20:52:54 2020	(r521770)
+++ head/graphics/swftools/Makefile	Wed Jan  1 20:53:40 2020	(r521771)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libt1.so:devel/t1lib \
 		libfreetype.so:print/freetype2 \
 		libfontconfig.so:x11-fonts/fontconfig
 
-USES=		gl gmake pkgconfig jpeg
+USES=		gmake pkgconfig jpeg gl
 USE_GL=		glut
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_lib_zzip_zzip_file_open=no

Modified: head/graphics/xv/files/patch-xvpng.c
==============================================================================
--- head/graphics/xv/files/patch-xvpng.c	Wed Jan  1 20:52:54 2020	(r521770)
+++ head/graphics/xv/files/patch-xvpng.c	Wed Jan  1 20:53:40 2020	(r521771)
@@ -480,8 +480,8 @@
 -      commentsize += strlen(info_ptr->text[i].key) + 1 +
 -                     info_ptr->text[i].text_length + 2;
 +    for (i = 0; i < _num_text; i++)
-+      commentsize += strlen(_text[i].key) + 1 +
-+                     _text[i].text_length + 2;
++      commentsize += strlen(_text[i].key) + 2 +
++                     _text[i].text_length + _text[i].itxt_length + 1;
  
      if ((pinfo->comment = malloc(commentsize)) == NULL) {
        png_warning(png_ptr,"can't allocate comment string");

Modified: head/irc/hexchat-fish/Makefile
==============================================================================
--- head/irc/hexchat-fish/Makefile	Wed Jan  1 20:52:54 2020	(r521770)
+++ head/irc/hexchat-fish/Makefile	Wed Jan  1 20:53:40 2020	(r521771)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	hexchat:irc/hexchat
 RUN_DEPENDS=	hexchat:irc/hexchat
 
-USES=		gnome pkgconfig ssl tar:bz2
+USES=		tar:bz2 pkgconfig ssl gnome
 USE_GNOME=	glib20
 
 CFLAGS+=	-I${LOCALBASE}/include/glib-2.0

Modified: head/mail/rmilter/Makefile
==============================================================================
--- head/mail/rmilter/Makefile	Wed Jan  1 20:52:54 2020	(r521770)
+++ head/mail/rmilter/Makefile	Wed Jan  1 20:53:40 2020	(r521771)
@@ -17,7 +17,7 @@ NOT_FOR_ARCHS_REASON=	fails to compile: error: Unsuppo
 USE_GITHUB=	yes
 GH_ACCOUNT=	vstakhov
 
-USES=		bison cmake compiler:c11 gnome pkgconfig ssl
+USES=		compiler:c11 cmake pkgconfig bison ssl gnome
 USE_GNOME=	glib20
 
 USERS=		_rmilter

Modified: head/multimedia/sabbu/Makefile
==============================================================================
--- head/multimedia/sabbu/Makefile	Wed Jan  1 20:52:54 2020	(r521770)
+++ head/multimedia/sabbu/Makefile	Wed Jan  1 20:53:40 2020	(r521771)
@@ -13,7 +13,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libsndfile.so:audio/libsndfile
 
-USES=		compiler:c++11-lang gmake gnome iconv pkgconfig sdl tar:bzip2
+USES=		tar:bzip2 compiler:c++11-lang gmake pkgconfig iconv sdl gnome
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-ffmpeg
 

Modified: head/x11-clocks/asclock/Makefile
==============================================================================
--- head/x11-clocks/asclock/Makefile	Wed Jan  1 20:52:54 2020	(r521770)
+++ head/x11-clocks/asclock/Makefile	Wed Jan  1 20:53:40 2020	(r521771)
@@ -15,7 +15,7 @@ LICENSE=	BSD2CLAUSE
 
 CONFLICTS=	asclock-gtk-[0-9]* asclock-xlib-[0-9]*
 
-USES=		imake tar:tgz xorg
+USES=		tar:tgz imake xorg
 USE_XORG=	xpm xext x11
 PLIST_FILES=	bin/asclock man/man1/asclock.1.gz
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001012053.001KremF086085>