Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/games In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7494
Modified Files: angband.info Log Message: missing Dep fix install when coreutils is present Index: angband.info =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/games/angband.info,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- angband.info 4 Mar 2012 21:55:40 -0000 1.3 +++ angband.info 10 Sep 2013 18:30:31 -0000 1.4 @@ -1,7 +1,7 @@ Info2: << Package: angband%type_pkg[-nox] Version: 3.3.2 -Revision: 1 +Revision: 2 Type: -nox (boolean) Maintainer: None <fink-de...@lists.sourceforge.net> Source: http://rephial.org/downloads/3.3/angband-v%v.tar.gz @@ -17,9 +17,10 @@ (%type_raw[-nox] = .) gettext-tools, (%type_raw[-nox] = .) gtk+2-dev, (%type_raw[-nox] = .) glib2-dev, - libncurses5, (%type_raw[-nox] = .) libgettext8-dev, (%type_raw[-nox] = .) libglade2, + libiconv-dev, + libncurses5, (%type_raw[-nox] = .) libxml2, (%type_raw[-nox] = .) pango1-xft2-ft219-dev, (%type_raw[-nox] = .) x11-dev @@ -45,9 +46,13 @@ << Suggests: lua PatchScript: << + #!/bin/sh -ev perl -pi -e 's,-export-dynamic,,g' configure src/Makefile.std ### make seems to have problems finding install-sh in deep directories, so give it a base directory - perl -pi -e 's,MKDIR_P \= \@,MKDIR_P = \$\(MKPATH\)/\@,g' mk/extra.mk.in + ### But the fix fails with gmkdir, so only fix when coreutils is not installed + if [[ ! -x %p/bin/gmkdir ]]; then + perl -pi -e 's,MKDIR_P \= \@,MKDIR_P = \$\(MKPATH\)/\@,g' mk/extra.mk.in + fi << SetLDFLAGS: -liconv -lSDL ConfigureParams: << @@ -83,5 +88,9 @@ << License: GPL Homepage: http://rephial.org/ -DescPackaging: Previously maintained by James Gibbs. +DescPackaging:<< +Previously maintained by James Gibbs. + +-nox variant still needs -lSDL to resolve missing symbols (related to SDL sound). +<< << ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. Consolidate legacy IT systems to a single system of record for IT 2. Standardize and globalize service processes across IT 3. Implement zero-touch automation to replace manual, redundant tasks http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs