Date: Thu, 6 Oct 2016 09:01:50 +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: r423400 - in head/graphics/fly: . files Message-ID: <201610060901.u9691oHR088273@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610060901.u9691oHR088273>