[33519] trunk/dports/lang/4th

mww at macports.org mww at macports.org
Mon Jan 28 14:31:25 PST 2008


Revision: 33519
          http://trac.macosforge.org/projects/macports/changeset/33519
Author:   mww at macports.org
Date:     2008-01-28 14:31:24 -0800 (Mon, 28 Jan 2008)

Log Message:
-----------
version 3.5c2

Modified Paths:
--------------
    trunk/dports/lang/4th/Portfile
    trunk/dports/lang/4th/files/configure
    trunk/dports/lang/4th/files/patch-Makefile.OSX

Modified: trunk/dports/lang/4th/Portfile
===================================================================
--- trunk/dports/lang/4th/Portfile	2008-01-28 22:23:20 UTC (rev 33518)
+++ trunk/dports/lang/4th/Portfile	2008-01-28 22:31:24 UTC (rev 33519)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			4th
-version			3.5c
+version			3.5c2
 categories		lang
 platforms		darwin
 maintainers		mww
@@ -18,16 +18,17 @@
 homepage		http://www.xs4all.nl/~thebeez/4tH/foldtree.html
 master_sites	http://www.xs4all.nl/~thebeez/4tH/
 distname		${distname}-unix
-checksums	sha1 58a05249bce1f62536eca1813466aeebc43e1aa0
+checksums	sha1 1f1dfb33f43ad45d03acd43878d0fe297d9c4461
 patchfiles	patch-Makefile.OSX
 
 worksrcdir		${worksrcdir}/sources
 
 post-extract { xinstall -m 755 ${filespath}/configure ${worksrcpath} }
 
+configure.env-append	PREFIX=${prefix}
 build.args		-f Makefile.OSX
+destroot.args		-f Makefile.OSX
 
-destroot.destdir	LIBRARIES=${destroot}${prefix}/lib BINARIES=${destroot}${prefix}/bin
 post-destroot {
 	xinstall -m 755 -d ${destroot}${prefix}/share/doc
 	file copy ${worksrcpath}/../documentation ${destroot}${prefix}/share/doc/${name}

Modified: trunk/dports/lang/4th/files/configure
===================================================================
--- trunk/dports/lang/4th/files/configure	2008-01-28 22:23:20 UTC (rev 33518)
+++ trunk/dports/lang/4th/files/configure	2008-01-28 22:31:24 UTC (rev 33519)
@@ -1,4 +1,7 @@
 #!/bin/sh
-echo "CC=${CC:-cc}" > flags
+echo "LIBRARIES=\$(DESTDIR)${PREFIX}/lib" > flags
+echo "INCLUDES=\$(DESTDIR)${PREFIX}/include" >> flags
+echo "BINARIES=\$(DESTDIR)${PREFIX}/bin" >> flags
+echo "CC=${CC:-cc}" >> flags
 echo "CFLAGS=-DUNIX -fsigned-char -Wall ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" >> flags
 

Modified: trunk/dports/lang/4th/files/patch-Makefile.OSX
===================================================================
--- trunk/dports/lang/4th/files/patch-Makefile.OSX	2008-01-28 22:23:20 UTC (rev 33518)
+++ trunk/dports/lang/4th/files/patch-Makefile.OSX	2008-01-28 22:31:24 UTC (rev 33519)
@@ -1,9 +1,9 @@
---- Makefile.OSX	2007-12-23 02:35:12.000000000 +0100
-+++ Makefile.OSX	2007-12-24 15:24:40.000000000 +0100
-@@ -20,6 +20,7 @@
- BINARIES=/usr/local/bin
+--- Makefile.OSX	2008-01-20 11:48:03.000000000 +0100
++++ Makefile.OSX	2008-01-28 23:23:25.000000000 +0100
+@@ -21,6 +21,7 @@
  CC=cc
- CFLAGS= -DUNIX -fsigned-char -Wall -O3
+ ARCH=-arch ppc -arch i386
+ CFLAGS= $(ARCH) -DUNIX -fsigned-char -Wall -O3
 +include flags
  
  OBJ4TH = errs_4th.o save_4th.o load_4th.o free_4th.o comp_4th.o \

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080128/bbcf7105/attachment-0001.html


More information about the macports-changes mailing list