Ticket #1102: portfile.diff
File portfile.diff, 1.2 KB (added by bchesneau@…, 21 years ago) |
---|
-
(a) Portfile-orig vs. (b) Portfile
a b 2 2 3 3 PortSystem 1.0 4 4 name proftpd 5 version 1.2. 8p5 version 1.2.9 6 6 categories net 7 7 maintainers fkr@opendarwin.org 8 8 description Highly configurable ftp-server. … … 13 13 homepage http://proftpd.linux.co.uk/ 14 14 platforms darwin freebsd 15 15 master_sites ftp://ftp.proftpd.org/distrib/source/ 16 checksums md5 417e41092610816bd203c3766e96f23b17 16 use_bzip2 yes 18 19 worksrcdir ${name}-1.2. 817 checksums proftpd-1.2.9.tar.bz2 md5 7c85503b160a36a96594ef75f3180a07 18 worksrcdir ${name}-1.2.9 20 19 depends_run path:/Library/StartupItems/DarwinPortsStartup:DarwinPortsStartup 21 20 configure.args --sysconfdir=${prefix}/etc --localstatedir=${prefix}/var/run 22 21 … … 34 33 configure.args-append --with-modules=mod_sql:mod_sql_mysql \ 35 34 --with-includes=${prefix}/include/mysql \ 36 35 --with-libraries=${prefix}/lib/mysql } 36 37 38 variant mysql4 { 39 depends_lib-append lib:libmysqlclient:mysql4 40 configure.args-append --with-modules=mod_sql:mod_sql_mysql \ 41 --with-includes=${prefix}/include/mysql \ 42 --with-libraries=${prefix}/lib/mysql 43 } 44 No newline at end of file