Ticket #15883: prefix.diff
File prefix.diff, 15.9 KB (added by ryandesign (Ryan Carsten Schmidt), 16 years ago) |
---|
-
archivers/szip/Portfile
20 20 master_sites ftp://ftp.hdfgroup.org/lib-external/szip/${version}/src/ 21 21 checksums md5 21383e286267021cbe93cbb2698bf8b9 22 22 23 configure.args -- prefix=${prefix} --disable-encoding23 configure.args --disable-encoding 24 24 25 25 variant encoder { 26 26 configure.args-delete --disable-encoding -
audio/arts/Portfile
124 124 LD_LIBRARY_PATH=${x11prefix}/lib:${prefix}/lib 125 125 configure.cflags -Os 126 126 configure.cxxflags -Os 127 configure.args --prefix=${prefix} \ 128 --includedir=${prefix}/include \ 127 configure.args --includedir=${prefix}/include \ 129 128 --libdir=${prefix}/lib \ 130 129 --with-extra-includes=${prefix}/include \ 131 130 --with-extra-libs=${prefix}/lib \ -
cross/avr-libc/Portfile
17 17 depends_lib port:avr-gcc 18 18 depends_build port:binutils 19 19 20 configure.args -- prefix=${prefix} --host=avr --build=`./config.guess`20 configure.args --host=avr --build=`./config.guess` 21 21 -
devel/arabica/Portfile
24 24 depends_lib port:libxml2 \ 25 25 port:boost 26 26 27 configure.args --prefix=${prefix} \ 28 --with-parser=libxml2 \ 27 configure.args --with-parser=libxml2 \ 29 28 --with-libxml2=${prefix} \ 30 29 --with-boost=${prefix} 31 30 -
devel/fuzz/Portfile
11 11 homepage http://fuzz.sourceforge.net/ 12 12 master_sites sourceforge 13 13 checksums md5 8c8e7c49729e0a98c0414faac7778ec7 14 configure.args -- prefix=${prefix} --mandir=${prefix}/share/man14 configure.args --mandir=${prefix}/share/man 15 15 long_description The fuzz generator is designed to attack certain kinds \ 16 16 of software and expose one particular kind of bug \ 17 17 common in software. This is the situation where the \ -
devel/nspr/Portfile
25 25 ${worksrcpath}/configure 26 26 } 27 27 28 configure.args --prefix=${prefix} \ 29 --disable-debug 28 configure.args --disable-debug 30 29 31 30 build { system "cd ${worksrcpath} && make" } 32 31 -
emulators/bochs/Portfile
21 21 22 22 depends_run port:wget 23 23 24 configure.args --prefix=${prefix} \ 25 --exec-prefix=${prefix} \ 24 configure.args --exec-prefix=${prefix} \ 26 25 --bindir=${prefix}/bin \ 27 26 --mandir=${prefix}/share/man \ 28 27 --enable-all-optimizations \ -
games/wormux/Portfile
30 30 depends_lib port:libsdl_ttf port:libsdl_image port:libsdl_gfx \ 31 31 port:libsdl_mixer port:libsdl_net port:libxmlxx2 32 32 33 configure.args -- prefix=${prefix} --with-datadir-name=${prefix}/share/${name} \33 configure.args --with-datadir-name=${prefix}/share/${name} \ 34 34 --with-localedir-name=${prefix}/share/locale -
graphics/fnlib/Portfile
15 15 checksums md5 99e9558739b97c82b728e408d9cb1f01 16 16 depends_lib lib:libX11.6:XFree86 lib:libjpeg.62:jpeg lib:libpng.3:libpng \ 17 17 lib:libtiff.3:tiff lib:libImlib:imlib 18 configure.args --host=mac --prefix=${prefix}18 configure.args --host=mac 19 19 20 20 # this might break shinymetal on caseinsensitives fs'es 21 21 post-destroot { -
lang/bigloo/Portfile
27 27 checksums md5 abd8841aaebad0ed335e979abe7a0109 \ 28 28 sha1 12ae7f5cd9c104a35e08f91d2cc5da1b1a782956 29 29 30 configure.args --prefix=${prefix} \ 31 --mandir=${prefix}/share/man/man1 \ 30 configure.args --mandir=${prefix}/share/man/man1 \ 32 31 --infodir=${prefix}/share/info \ 33 32 --docdir=${prefix}/share/doc/bigloo \ 34 33 --lispdir=${prefix}/share/emacs/site-lisp/bigloo \ -
lang/clisp/Portfile
64 64 } 65 65 66 66 configure.cflags 67 configure.args -- prefix=${prefix} --with-libreadline-prefix=${prefix} \67 configure.args --with-libreadline-prefix=${prefix} \ 68 68 --with-libsigsegv-prefix=${prefix} --with-libiconv-prefix=${prefix} 69 69 70 70 configure { -
lang/swi-prolog-devel/Portfile
40 40 configure.cflags-append "-I${prefix}/include" 41 41 configure.env CIFLAGS=-I${prefix}/include 42 42 43 configure.args --prefix=${prefix} \ 44 --mandir=${prefix}/share/man \ 43 configure.args --mandir=${prefix}/share/man \ 45 44 --with-world 46 45 47 46 build.env LDFLAGS=-L${prefix}/lib \ -
mail/gmime/Portfile
28 28 port:gettext \ 29 29 port:zlib 30 30 31 configure.args -- prefix=${prefix} --disable-mono --enable-largefile31 configure.args --disable-mono --enable-largefile 32 32 33 33 test.run yes 34 34 test.target check -
mail/sympa/Portfile
57 57 port:p5-soap-lite \ 58 58 port:p5-perl-ldap 59 59 60 configure.args --prefix=${prefix} \ 61 --with-bindir=${prefix}/bin/${name} \ 60 configure.args --with-bindir=${prefix}/bin/${name} \ 62 61 --with-sbindir=${prefix}/bin/${name} \ 63 62 --with-libexecdir=${prefix}/libexec/${name} \ 64 63 --with-libdir=${prefix}/lib/${name} \ -
multimedia/ffmpeg/Portfile
54 54 55 55 platforms darwin 56 56 configure.cflags-append -DHAVE_LRINTF ${configure.cppflags} 57 configure.args -- prefix=${prefix} --disable-vhook \57 configure.args --disable-vhook \ 58 58 --mandir=${prefix}/share/man \ 59 59 --enable-shared --enable-pthreads 60 60 -
multimedia/tivodecode/Portfile
25 25 sha1 efabe4aee461e6da90ddc52abe9ae025c4185032 26 26 27 27 use_configure yes 28 configure.args -- prefix=${prefix} --datadir=${prefix}/share28 configure.args --datadir=${prefix}/share -
net/axel/Portfile
15 15 homepage http://wilmer.gaast.net/main.php/axel.html 16 16 checksums sha1 b9c9a4bb86ac5ffd53974af211edbfaefc182183 17 17 18 configure.args -- prefix=${prefix} --i18n=118 configure.args --i18n=1 19 19 build.args CFLAGS="-I${prefix}/include" \ 20 20 LFLAGS="-L${prefix}/lib -lintl -liconv" 21 21 -
net/mcabber/Portfile
32 32 bin:gpgme-config:gpgme \ 33 33 bin:gcrypt-config:libgcrypt 34 34 35 configure.args --prefix=${prefix} \ 36 --enable-otr \ 35 configure.args --enable-otr \ 37 36 --with-libotr-prefix=${prefix}/lib \ 38 37 --with-libotr-inc-prefix=${prefix}/include \ 39 38 --without-ssl \ -
net/netclasses-framework/Portfile
22 22 23 23 depends_build port:gnustep-make-cocoa 24 24 25 configure.args --prefix=${prefix}26 25 build.cmd . ${prefix}/GNUstep/Cocoa/System/Library/Makefiles/GNUstep.sh && ${build.cmd} 27 26 28 27 platform darwin 8 { patchfiles-append patch-Source-GNUmakefile.in } -
net/pidgin-encryption/Portfile
8 8 depends_lib port:nss port:pidgin 9 9 10 10 long_description ${description} 11 configure.args --prefix=${prefix} \ 12 --with-nss-includes=${prefix}/include/nss \ 11 configure.args --with-nss-includes=${prefix}/include/nss \ 13 12 --with-nss-libs=${prefix}/lib \ 14 13 --with-nspr-includes=${prefix}/include/nspr \ 15 14 --with-nspr-libs=${prefix}/lib -
net/rrdtool/Portfile
19 19 port:libpng \ 20 20 port:cairo 21 21 22 configure.args --prefix=${prefix} \ 23 --enable-perl-site-install \ 22 configure.args --enable-perl-site-install \ 24 23 --with-tcllib=${prefix}/lib \ 25 24 --disable-python \ 26 25 --disable-ruby \ -
net/scotty/Portfile
40 40 build.dir ${worksrcpath}/unix 41 41 destroot.dir ${worksrcpath}/unix 42 42 43 configure.args --prefix=${prefix} \ 44 --exec_prefix=${prefix} \ 43 configure.args --exec_prefix=${prefix} \ 45 44 --with-tcl=${prefix} \ 46 45 --with-tk=${prefix} 47 46 -
office/taskjuggler/Portfile
34 34 port:kdelibs3 \ 35 35 port:kdepim3 36 36 37 configure.args --prefix=${prefix} \ 38 --enable-mac \ 37 configure.args --enable-mac \ 39 38 --disable-docs \ 40 39 --without-arts \ 41 40 --with-qt-dir=${prefix}/lib/qt3 \ -
python/py-4suite-xml/Portfile
24 24 25 25 use_configure yes 26 26 configure.cmd ${python.bin} setup.py config 27 configure.args --prefix=${prefix} \ 28 --mandir=${prefix}/share/man 27 configure.args --mandir=${prefix}/share/man -
science/grads/Portfile
40 40 41 41 #configure.env LIBS="-lwmf" SUPPLIBS=${prefix} 42 42 configure.env SUPPLIBS=${prefix} 43 configure.args -- prefix=${prefix} --with-readline --with-lats \43 configure.args --with-readline --with-lats \ 44 44 --with-nc --with-dods --with-hdf --with-x \ 45 45 --without-printim --without-gui 46 46 -
science/ncview/Portfile
25 25 patchfiles patch-Makefile.in 26 26 depends_lib port:netcdf 27 27 28 configure.args --prefix=${prefix} \ 29 --with-netcdf_incdir=${prefix}/include \ 28 configure.args --with-netcdf_incdir=${prefix}/include \ 30 29 --with-netcdf_libdir=${prefix}/lib \ 31 30 --with-bindir=${prefix}/bin 32 31 -
sysutils/dcfldd/Portfile
15 15 checksums md5 952026c872f11b53ce0ec6681a3eef0a \ 16 16 sha1 fb1c55f107a6af5ef8703a44d33476e508815913 \ 17 17 rmd160 3a6fba197686da8f1890d21f75b6bc2ae18592a7 18 configure.args -- prefix=${prefix} --mandir=${prefix}/share/man18 configure.args --mandir=${prefix}/share/man 19 19 20 20 patchfiles patch-sha1.h.diff 21 21 -
www/httperf/Portfile
22 22 platforms darwin 23 23 master_sites ftp://ftp.hpl.hp.com/pub/httperf/ 24 24 checksums md5 2971956d4846349f9e8d3c54acd591a5 25 configure.args --prefix=${prefix}26 25 destroot.destdir prefix=${destroot}${prefix} \ 27 26 exec_prefix=${destroot}${prefix} -
www/yaws/Portfile
38 38 39 39 default_variants +yapp 40 40 41 configure.args --prefix=${prefix} \ 42 --sysconfdir=${prefix}/etc \ 41 configure.args --sysconfdir=${prefix}/etc \ 43 42 --localstatedir=${prefix}/var 44 43 45 44 variant yapp description {Yapp application handler} { -
x11/blackbox/Portfile
23 23 livecheck.regex "Latest release: <em>(\[0-9a-z.\]+)</em>" 24 24 25 25 depends_lib lib:libX11.6:XFree86 26 configure.args -- prefix=${prefix} --mandir=${prefix}/share/man26 configure.args --mandir=${prefix}/share/man 27 27 28 28 platform darwin 7 { 29 29 patchfiles-append patch-Toolbar.cc -
x11/blt/Portfile
24 24 configure.cppflags "-L${prefix}/lib" 25 25 configure.cflags "-O3 -fno-common" 26 26 27 configure.args --prefix=${prefix} \ 28 --exec_prefix=${prefix} \ 27 configure.args --exec_prefix=${prefix} \ 29 28 --bindir=${prefix}/bin \ 30 29 --includedir=${prefix}/include \ 31 30 --libdir=${prefix}/lib \ -
x11/rep-gtk/Portfile
27 27 28 28 depends_lib port:gtk2 port:librep 29 29 30 configure.args --without-gnome --without-libglade --prefix=${prefix}30 configure.args --without-gnome --without-libglade 31 31 -
x11/sawfish/Portfile
24 24 port:audiofile \ 25 25 port:esound 26 26 27 configure.args --prefix=${prefix} \ 28 --infodir=${prefix}/share/info \ 27 configure.args --infodir=${prefix}/share/info \ 29 28 --mandir=${prefix}/share/man 30 29 31 30 post-install { -
x11/tktable/Portfile
19 19 port:tcl \ 20 20 port:tk 21 21 22 configure.args --prefix=${prefix} \ 23 --with-tcl=${prefix}/lib \ 22 configure.args --with-tcl=${prefix}/lib \ 24 23 --with-tk=${prefix}/lib \ 25 24 CPPFLAGS=-I${prefix}/include \ 26 25 CFLAGS=-I${prefix}/include \