Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 May 2015 21:56:42 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386897 - head/finance/gnucash
Message-ID:  <201505202156.t4KLugkr029967@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: truckman
Date: Wed May 20 21:56:42 2015
New Revision: 386897
URL: https://svnweb.freebsd.org/changeset/ports/386897

Log:
  Unbreak finance/gnucash build with GUILE2 option.
  
  Removal of the /usr/bin/perl symlink exposed a perl script used by
  the build that needs shebangfix.
  
  PR:		200251
  Approved by:	mat (mentor, implicit)

Modified:
  head/finance/gnucash/Makefile

Modified: head/finance/gnucash/Makefile
==============================================================================
--- head/finance/gnucash/Makefile	Wed May 20 21:51:53 2015	(r386896)
+++ head/finance/gnucash/Makefile	Wed May 20 21:56:42 2015	(r386897)
@@ -68,7 +68,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--disable-error-on-warning \
 		--disable-doxygen
-SHEBANG_FILES=	src/quotes/gnc-fq-dump
+SHEBANG_FILES=	src/gnc-test-env.pl src/quotes/gnc-fq-dump
 
 GLIB_SCHEMAS=	org.gnucash.dialogs.business.gschema.xml \
 		org.gnucash.dialogs.checkprinting.gschema.xml \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505202156.t4KLugkr029967>