Date: Sat, 15 Jun 2019 03:01:10 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504223 - head/audio/gsequencer Message-ID: <201906150301.x5F31APe084464@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Jun 15 03:01:10 2019 New Revision: 504223 URL: https://svnweb.freebsd.org/changeset/ports/504223 Log: audio/gsequencer: Add defines for the app to find license and logo screen png; Strip the binary PR: 238567 Reported by: Joël Krähemann <jkraehemann@gmail.com> (upstream) Modified: head/audio/gsequencer/Makefile Modified: head/audio/gsequencer/Makefile ============================================================================== --- head/audio/gsequencer/Makefile Sat Jun 15 00:53:27 2019 (r504222) +++ head/audio/gsequencer/Makefile Sat Jun 15 03:01:10 2019 (r504223) @@ -2,6 +2,7 @@ PORTNAME= gsequencer DISTVERSION= 2.1.76 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SAVANNAH/gsequencer/2.1.x @@ -32,8 +33,11 @@ USE_GCC= yes # the project uses gnu99 extensions, clan USE_CSTD= gnu99 USE_LDCONFIG= yes +CPPFLAGS+= -DAGS_LICENSE_FILENAME=\\\"${LOCALBASE}/share/licenses/gsequencer-2.1.76/GPLv3\\\" \ + -DAGS_LOGO_FILENAME=\\\"${DATADIR}/images/ags.png\\\" # there should be no need to supply AGS_LOGO_FILENAME here since the app knows its location LDFLAGS+= -luuid +INSTALL_TARGET= install-strip INSTALLS_ICONS= yes PLIST_SUB= PORTVERSION=${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906150301.x5F31APe084464>