Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6238
Added Files: xmkmf-10.9.info Log Message: add 10.9 variant of xmkmf which BuildDepends/Depends on gcc48-compiler --- NEW FILE: xmkmf-10.9.info --- Package: xmkmf Version: 1.0.2 Revision: 1104 Description: X11 legacy build tools License: BSD Maintainer: Dave Morrison <d...@finkproject.org> BuildDepends: gcc48-compiler, pkgconfig, fink (>= 0.24.12) Depends: gcc48-compiler Distribution: 10.9 Source: mirror:sourceforge:fink/imake-%v.tar.bz2 Source2: mirror:sourceforge:fink/xorg-cf-files-%v.tar.bz2 Source-MD5: 02fea5a02ba2857c7d81820c8e8b8e6f Source2-MD5: 5f62dd5545b782c74f6e4e70d0e6552c PatchFile: %n.patch PatchFile-MD5: a27507bde4c01b10fa5500fd6848f755 PatchScript: << #! /bin/sh -ev perl -pi -e 's|/usr/local|/usr/X11|' ../xorg-cf-files-%v/site.def if [ "%m" == "x86_64" ] ; then cd .. sed 's|/usr/bin/llvm-cpp-4.2|%p/bin/cpp-fsf-4.8|g' < %{PatchFile} |sed 's|/usr/bin/llvm-gcc-4.2|%p/bin/gcc-fsf-4.8|g' | patch -p0 fi << NoSetMAKEFLAGS: true SetMAKEFLAGS: -j1 ConfigureParams: --mandir=%p/share/man CompileScript: << #!/bin/sh -ev ./configure %c make cd ../xorg-cf-files-%v ./configure %c perl -pi -e 's|%p|/usr/X11|' site.def << InstallScript: << #!/bin/sh -ev make install DESTDIR=%d cd ../xorg-cf-files-%v make install DESTDIR=%d mkdir %i/lib/%n mv %i/bin %i/lib/%n << DocFiles: COPYING ChangeLog README Homepage: http://xorg.freedesktop.org/ DescDetail: << Under 10.5, this package provides the xmkmf script and the imake executable and their supporting config files that are no longer supplied with the X11R7 release from x.org. Under 10.4, this package simply gives symlinks to the appropriate files in /usr/X11R6 (so that .info files which work in both 10.4 and 10.5 can easily be constructed). Thanks to Martin Costabel and Benjamin Reed for earlier versions. << DescUsage: << In order to use xmkmf and imake to compile legacy packages (under 10.4 or 10.5), one should have a BuildDepends on the present package, and supply export PATH=%p/lib/xmkmf/bin:$PATH export IMAKEINCLUDE=-I%p/lib/X11/config in the CompileScript and InstallScript of the packages. Failing to do this runs the risk that some users may not have xmkmf and/or imake (or the necessary config files) available at build time. << DescPackaging: << The revision number of the 10.5 version is kept higher than that of the 10.4 version so that users who are upgrading from 10.4 to 10.5 will have this package replaced by the correct, new version. << ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs