From owner-svn-ports-head@freebsd.org Thu Oct 15 21:01:18 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3460A16056; Thu, 15 Oct 2015 21:01:18 +0000 (UTC) (envelope-from amdmi3@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 mx1.freebsd.org (Postfix) with ESMTPS id 622ECD22; Thu, 15 Oct 2015 21:01:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9FL1H6a043436; Thu, 15 Oct 2015 21:01:17 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9FL1HqK043434; Thu, 15 Oct 2015 21:01:17 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510152101.t9FL1HqK043434@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 15 Oct 2015 21:01:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399414 - in head/games/tuxpaint: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2015 21:01:18 -0000 Author: amdmi3 Date: Thu Oct 15 21:01:17 2015 New Revision: 399414 URL: https://svnweb.freebsd.org/changeset/ports/399414 Log: - Drop 8.x support - Regenerate patches with `make makepatch` Modified: head/games/tuxpaint/Makefile head/games/tuxpaint/files/patch-Makefile Modified: head/games/tuxpaint/Makefile ============================================================================== --- head/games/tuxpaint/Makefile Thu Oct 15 21:00:20 2015 (r399413) +++ head/games/tuxpaint/Makefile Thu Oct 15 21:01:17 2015 (r399414) @@ -45,12 +45,6 @@ PORTDATA= * OPTIONS_DEFINE= DOCS -.include - -.if ${OPSYS} == FreeBSD && ${OSVERSION} <= 901000 -CFLAGS+= -Dfmemopen_alternative -.endif - post-extract: @${CHMOD} -R a+rX ${WRKSRC} @${RM} -rf ${WRKSRC}/fonts/locale/vi_docs Modified: head/games/tuxpaint/files/patch-Makefile ============================================================================== --- head/games/tuxpaint/files/patch-Makefile Thu Oct 15 21:00:20 2015 (r399413) +++ head/games/tuxpaint/files/patch-Makefile Thu Oct 15 21:01:17 2015 (r399414) @@ -1,6 +1,6 @@ ---- Makefile.orig 2013-03-18 11:17:31.189596000 +0000 -+++ Makefile 2010-10-19 01:08:15.000000000 +0900 -@@ -143,9 +143,9 @@ +--- Makefile.orig 2014-08-19 07:28:33 UTC ++++ Makefile +@@ -143,9 +143,9 @@ MAGIC_PREFIX:=$(DESTDIR)$(LIBDIR)/lib/tu # Docs and man page: DOC_PREFIX:=$(DESTDIR)$(PREFIX)/share/doc/tuxpaint @@ -13,7 +13,7 @@ # BASH tab-completion file: COMPLETIONDIR:=$(DESTDIR)/etc/bash_completion.d -@@ -610,8 +607,8 @@ +@@ -610,8 +610,8 @@ install-default-config: @echo @echo "...Installing default config file..." @install -d $(CONFDIR) @@ -24,7 +24,7 @@ # Install BASH completion file: .PHONY: install-bash-completion -@@ -1152,10 +1143,10 @@ +@@ -1152,10 +1152,10 @@ tp-magic-config: src/tp-magic-config.sh. @echo "...Generating 'Magic' tool API configuration script..." @sed -e s/__VERSION__/$(VER_VERSION)/ \ -e s/__APIVERSION__/$(MAGIC_API_VERSION)/ \ @@ -39,7 +39,7 @@ src/tp-magic-config.sh.in \ > tp-magic-config -@@ -1178,7 +1169,7 @@ +@@ -1178,7 +1178,7 @@ linux_PLUGIN_LIBS:= PLUGIN_LIBS:=$($(OS)_PLUGIN_LIBS) #MAGIC_CFLAGS:=-g3 -O2 -fvisibility=hidden -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall $(MAGIC_SDL_CPPFLAGS) -Isrc/