svn commit: r423400 - in head/graphics/fly: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 6 09:01:51 UTC 2016


Author: amdmi3
Date: Thu Oct  6 09:01:50 2016
New Revision: 423400
URL: https://svnweb.freebsd.org/changeset/ports/423400

Log:
  - Switch to options helpers
  - Regenerate patches with `make makepatch`

Modified:
  head/graphics/fly/Makefile
  head/graphics/fly/files/patch-fly.c

Modified: head/graphics/fly/Makefile
==============================================================================
--- head/graphics/fly/Makefile	Thu Oct  6 08:22:57 2016	(r423399)
+++ head/graphics/fly/Makefile	Thu Oct  6 09:01:50 2016	(r423400)
@@ -25,8 +25,12 @@ do-build:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/fly ${STAGEDIR}${PREFIX}/bin
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
+
+do-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
 

Modified: head/graphics/fly/files/patch-fly.c
==============================================================================
--- head/graphics/fly/files/patch-fly.c	Thu Oct  6 08:22:57 2016	(r423399)
+++ head/graphics/fly/files/patch-fly.c	Thu Oct  6 09:01:50 2016	(r423400)
@@ -1,6 +1,6 @@
---- fly.c.orig	Sun Nov 25 19:39:28 2001
-+++ fly.c	Mon Oct 17 23:48:51 2005
-@@ -1270,6 +1270,11 @@
+--- fly.c.orig	2009-06-17 01:29:36 UTC
++++ fly.c
+@@ -1270,6 +1270,11 @@ void copy_to_img(FILE *infile, gdImagePt
  	} else {
  		img_file = gdImageCreateFromPng(img_to_copy);
  	}


More information about the svn-ports-all mailing list