Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2015 21:01:17 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399414 - in head/games/tuxpaint: . files
Message-ID:  <201510152101.t9FL1HqK043434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
-
-.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/



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