From owner-svn-ports-head@freebsd.org Sun Feb 7 11:56:37 2016 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 8FD4DA9F86F; Sun, 7 Feb 2016 11:56:37 +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 497277B1; Sun, 7 Feb 2016 11:56:37 +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 u17BuaVT045949; Sun, 7 Feb 2016 11:56:36 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17Buard045947; Sun, 7 Feb 2016 11:56:36 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602071156.u17Buard045947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Feb 2016 11:56:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408384 - in head/graphics/synaesthesia: . 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: Sun, 07 Feb 2016 11:56:37 -0000 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 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'