Date: Fri, 5 Mar 2021 23:19:57 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567432 - in head/misc/free42: . files Message-ID: <202103052319.125NJvil015857@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri Mar 5 23:19:56 2021 New Revision: 567432 URL: https://svnweb.freebsd.org/changeset/ports/567432 Log: misc/free42: Update 2.4.2 -> 3.0.1 Reported by: portscout Deleted: head/misc/free42/files/patch-common_free42.h head/misc/free42/files/patch-gtk_build-intel-lib.sh Modified: head/misc/free42/Makefile head/misc/free42/distinfo head/misc/free42/files/patch-gtk_Makefile Modified: head/misc/free42/Makefile ============================================================================== --- head/misc/free42/Makefile Fri Mar 5 23:07:28 2021 (r567431) +++ head/misc/free42/Makefile Fri Mar 5 23:19:56 2021 (r567432) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= free42 -DISTVERSION= 2.4.2 +DISTVERSION= 3.0.1 CATEGORIES= misc MASTER_SITES= http://thomasokken.com/free42/upstream/ DISTNAME= ${PORTNAME}-nologo-${DISTVERSION} @@ -22,7 +22,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 USES= compiler dos2unix gmake gnome localbase pkgconfig tar:tgz xorg -USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango +USE_GNOME= atk cairo gdkpixbuf2 gtk30 pango USE_XORG= x11 xmu DOS2UNIX_FILES= gtk/IntelRDFPMathLib20U1/LIBRARY/float128/op_system.h gtk/IntelRDFPMathLib20U1/LIBRARY/float128/architecture.h Modified: head/misc/free42/distinfo ============================================================================== --- head/misc/free42/distinfo Fri Mar 5 23:07:28 2021 (r567431) +++ head/misc/free42/distinfo Fri Mar 5 23:19:56 2021 (r567432) @@ -1,3 +1,3 @@ -TIMESTAMP = 1563338442 -SHA256 (free42-nologo-2.4.2.tgz) = 7d1bec2a67e817856de56675b6ec5758d212e5707f3e050e451b1d0d4215c434 -SIZE (free42-nologo-2.4.2.tgz) = 7403471 +TIMESTAMP = 1614985753 +SHA256 (free42-nologo-3.0.1.tgz) = 8211a76fbdbd0ffdacd96ec36129c998a07ef5859c148f29e620432da8c457bc +SIZE (free42-nologo-3.0.1.tgz) = 7438742 Modified: head/misc/free42/files/patch-gtk_Makefile ============================================================================== --- head/misc/free42/files/patch-gtk_Makefile Fri Mar 5 23:07:28 2021 (r567431) +++ head/misc/free42/files/patch-gtk_Makefile Fri Mar 5 23:19:56 2021 (r567432) @@ -1,50 +1,8 @@ ---- gtk/Makefile.orig 2017-11-20 03:58:50 UTC +--- gtk/Makefile.orig 2021-03-05 01:52:42 UTC +++ gtk/Makefile -@@ -15,12 +15,11 @@ - # along with this program; if not, see http://www.gnu.org/licenses/. - ############################################################################### - --CFLAGS = -MMD \ -+FLAGS_COMMON = \ -+ -MMD \ - -Wall \ - -Wno-parentheses \ - -Wno-write-strings \ -- -g \ -- -I/usr/X11R6/include \ - $(shell pkg-config --cflags gtk+-2.0) \ - -DVERSION="\"$(shell cat ../VERSION)\"" \ - -DDECIMAL_CALL_BY_REFERENCE=1 \ -@@ -29,13 +28,14 @@ CFLAGS = -MMD \ - -DDECIMAL_GLOBAL_EXCEPTION_FLAGS=1 \ - -DDECIMAL_GLOBAL_EXCEPTION_FLAGS_ACCESS_FUNCTIONS=1 - --CXXFLAGS = $(CFLAGS) \ -+CFLAGS+= $(FLAGS_COMMON) -+ -+CXXFLAGS+= $(FLAGS_COMMON) \ - -fno-exceptions \ - -fno-rtti \ - -D_WCHAR_T_DEFINED - --LDFLAGS = -L/usr/X11R6/lib --LIBS = gcc111libbid.a -lXmu $(shell pkg-config --libs gtk+-2.0) -+LIBS = gcc111libbid.a -lXmu $(shell pkg-config --libs gtk+-2.0) -lX11 - - ifeq "$(shell uname -s)" "Linux" - LDFLAGS += -Wl,--hash-style=both -@@ -118,7 +118,7 @@ clean: FORCE - readtest_lines.cc \ - gcc111libbid.a \ - *.o *.d *.i *.ii *.s symlinks core.* -- rm -rf IntelRDFPMathLib20U1 -+ #rm -rf IntelRDFPMathLib20U1 - - cleaner: FORCE - rm -f `find . -type l` \ -@@ -128,7 +128,7 @@ cleaner: FORCE - readtest_lines.cc \ - gcc111libbid.a \ +@@ -136,7 +136,7 @@ cleaner: FORCE + readtest_lines.cc \ + gcc111libbid.a \ *.o *.d *.i *.ii *.s symlinks core.* - rm -rf IntelRDFPMathLib20U1 + #rm -rf IntelRDFPMathLib20U1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103052319.125NJvil015857>