Ticket #796: patch-apr

File patch-apr, 1.6 KB (added by jcorley1@…, 21 years ago)

Portfile patch

Line 
1--- Portfile.orig       Sun Aug 17 15:25:18 2003
2+++ Portfile    Sun Aug 17 15:25:47 2003
3@@ -1,23 +1,25 @@
4 # $Id: Portfile,v 1.15 2003/08/16 17:21:15 fkr Exp $
5 
6-PortSystem 1.0
7-name           apr
8-version                0.9.3
9-categories     devel
10-maintainers    jcorley1@nc.rr.com
11-description    the apache group's portability library
12-
13-long_description       The Apache Portable Runtime is a library of C data \
14-                       structures and routines, forming a system portability \
15-                       layer that covers as many operating systems as \
16-                       possible, including Unices, Win32, BeOS, and OS/2. 
17-
18-homepage       http://apr.apache.org/
19-platforms      darwin
20+PortSystem          1.0
21+name                apr
22+version             APACHE_2_0_47
23+categories          devel
24+maintainers         jcorley1@nc.rr.com
25+description         the apache group's portability library
26 
27-master_sites   http://www.apache.org/dist/apr/
28-distfiles      apr-0.9.3.tar.gz
29+long_description    The Apache Portable Runtime is a library of C data \
30+                    structures and routines, forming a system portability \
31+                    layer that covers as many operating systems as \
32+                    possible, including Unices, Win32, BeOS, and OS/2. 
33 
34-checksums      apr-0.9.3.tar.gz md5 03b243de20ffcf4f30565bc4771489a6
35+homepage            http://apr.apache.org/
36+
37+master_sites        http://www.apache.org/dist/apr/
38+
39+checksums           md5 a1bd1c36712d65b3cc1ef6aabfef37d5
40+
41+pre-configure       { system "cd ${worksrcpath} && ./buildconf"
42+                    }
43+
44+configure.args-append    --with-installbuilddir=${prefix}/share/apr-0/build
45 
46-configure.args-append  --with-installbuilddir=${prefix}/share/apr-0/build