Date: Sun, 7 Feb 2016 11:56:36 +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: r408384 - in head/graphics/synaesthesia: . files Message-ID: <201602071156.u17Buard045947@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Feb 7 11:56:36 2016 New Revision: 408384 URL: https://svnweb.freebsd.org/changeset/ports/408384 Log: - Clarify LICENSE - Add LICENSE_FILE - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/graphics/synaesthesia/Makefile head/graphics/synaesthesia/files/patch-configure Modified: head/graphics/synaesthesia/Makefile ============================================================================== --- head/graphics/synaesthesia/Makefile Sun Feb 7 11:56:26 2016 (r408383) +++ head/graphics/synaesthesia/Makefile Sun Feb 7 11:56:36 2016 (r408384) @@ -10,14 +10,15 @@ MASTER_SITES= http://www.logarithmic.net MAINTAINER= ports@FreeBSD.org COMMENT= Real-time graphical music representation program -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= alias gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE} USE_SDL= sdl -PORTDOCS= README +PORTDOCS= * PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= DOCS @@ -28,7 +29,9 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> Modified: head/graphics/synaesthesia/files/patch-configure ============================================================================== --- head/graphics/synaesthesia/files/patch-configure Sun Feb 7 11:56:26 2016 (r408383) +++ head/graphics/synaesthesia/files/patch-configure Sun Feb 7 11:56:36 2016 (r408384) @@ -1,11 +1,11 @@ ---- configure.orig Sat May 26 11:34:45 2001 -+++ configure Sat May 26 11:34:50 2001 -@@ -785,8 +785,6 @@ - +--- configure.orig 2005-12-29 02:52:19 UTC ++++ configure +@@ -1664,8 +1664,6 @@ fi + ac_config_commands="$ac_config_commands default-1" -CXXFLAGS="-O4" -CFLAGS="-O4" - # Extract the first word of "gcc", so it can be a program name with args. - set dummy gcc; ac_word=$2 + ac_ext=c + ac_cpp='$CPP $CPPFLAGS'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602071156.u17Buard045947>