[33614] trunk/dports/sysutils/pv/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 31 08:07:14 PST 2008


Revision: 33614
          http://trac.macosforge.org/projects/macports/changeset/33614
Author:   ryandesign at macports.org
Date:     2008-01-31 08:07:12 -0800 (Thu, 31 Jan 2008)

Log Message:
-----------
pv: update to 1.1.0 and fix build failure on Leopard; closes #14104

Modified Paths:
--------------
    trunk/dports/sysutils/pv/Portfile

Modified: trunk/dports/sysutils/pv/Portfile
===================================================================
--- trunk/dports/sysutils/pv/Portfile	2008-01-31 15:41:09 UTC (rev 33613)
+++ trunk/dports/sysutils/pv/Portfile	2008-01-31 16:07:12 UTC (rev 33614)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		pv
-version		1.0.1
+version		1.1.0
 categories	sysutils
 platforms	darwin
 maintainers	meissnem at gmail.com
@@ -18,7 +18,15 @@
 homepage	http://www.ivarch.com/programs/pv.shtml
 master_sites	sourceforge:pipeviewer
 use_bzip2	yes
-checksums	md5 d0dfbd1a901040cd1d6bc47c0962ca15 \
-		sha1 99bee1b992f6ffd4e66c7a83892b0129df32b9ab \
-		rmd160 6398044999d44933ad6b1ac88e45d784367f75b4
+checksums	md5 c0ca1f0cac602ac04ea1d8834231af99 \
+		sha1 d45afb281f379fa9b1da6c7c5985f5b25a2856bd \
+		rmd160 0951132e7691ba63981c3441bed8994ec8c90fd0
 configure.args	--mandir=${prefix}/share/man --infodir=${prefix}/share/info
+depends_lib	port:gettext
+
+platform darwin 9 {
+	post-patch {
+		reinplace "s|^# define stat64 stat$||g" ${worksrcpath}/autoconf/header.in
+		reinplace "s|^# define fstat64 fstat$||g" ${worksrcpath}/autoconf/header.in
+	}
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080131/7ee5a66f/attachment.html


More information about the macports-changes mailing list