Ticket #15883: prefix.diff

File prefix.diff, 15.9 KB (added by ryandesign (Ryan Carsten Schmidt), 16 years ago)
  • archivers/szip/Portfile

     
    2020master_sites    ftp://ftp.hdfgroup.org/lib-external/szip/${version}/src/
    2121checksums       md5 21383e286267021cbe93cbb2698bf8b9
    2222
    23 configure.args  --prefix=${prefix} --disable-encoding
     23configure.args  --disable-encoding
    2424
    2525variant encoder {
    2626        configure.args-delete   --disable-encoding
  • audio/arts/Portfile

     
    124124                LD_LIBRARY_PATH=${x11prefix}/lib:${prefix}/lib
    125125configure.cflags        -Os
    126126configure.cxxflags      -Os
    127 configure.args  --prefix=${prefix} \
    128                 --includedir=${prefix}/include \
     127configure.args  --includedir=${prefix}/include \
    129128                --libdir=${prefix}/lib \
    130129                --with-extra-includes=${prefix}/include \
    131130                --with-extra-libs=${prefix}/lib \
  • cross/avr-libc/Portfile

     
    1717depends_lib                     port:avr-gcc
    1818depends_build                   port:binutils
    1919
    20 configure.args          --prefix=${prefix} --host=avr --build=`./config.guess`
     20configure.args          --host=avr --build=`./config.guess`
    2121
  • devel/arabica/Portfile

     
    2424depends_lib         port:libxml2 \
    2525                    port:boost
    2626
    27 configure.args      --prefix=${prefix} \
    28                     --with-parser=libxml2 \
     27configure.args      --with-parser=libxml2 \
    2928                    --with-libxml2=${prefix} \
    3029                    --with-boost=${prefix}
    3130
  • devel/fuzz/Portfile

     
    1111homepage                http://fuzz.sourceforge.net/
    1212master_sites            sourceforge
    1313checksums               md5 8c8e7c49729e0a98c0414faac7778ec7
    14 configure.args          --prefix=${prefix} --mandir=${prefix}/share/man
     14configure.args          --mandir=${prefix}/share/man
    1515long_description        The fuzz generator is designed to attack certain kinds \
    1616                        of software and expose one particular kind of bug \
    1717                        common in software. This is the situation where the \
  • devel/nspr/Portfile

     
    2525                ${worksrcpath}/configure
    2626}
    2727
    28 configure.args  --prefix=${prefix} \
    29                 --disable-debug
     28configure.args  --disable-debug
    3029
    3130build { system "cd ${worksrcpath} && make" }
    3231
  • emulators/bochs/Portfile

     
    2121
    2222depends_run     port:wget
    2323
    24 configure.args  --prefix=${prefix} \
    25                 --exec-prefix=${prefix} \
     24configure.args  --exec-prefix=${prefix} \
    2625                --bindir=${prefix}/bin \
    2726                --mandir=${prefix}/share/man \
    2827                --enable-all-optimizations \
  • games/wormux/Portfile

     
    3030depends_lib         port:libsdl_ttf port:libsdl_image port:libsdl_gfx \
    3131                    port:libsdl_mixer port:libsdl_net port:libxmlxx2
    3232
    33 configure.args      --prefix=${prefix} --with-datadir-name=${prefix}/share/${name} \
     33configure.args      --with-datadir-name=${prefix}/share/${name} \
    3434                    --with-localedir-name=${prefix}/share/locale
  • graphics/fnlib/Portfile

     
    1515checksums       md5 99e9558739b97c82b728e408d9cb1f01
    1616depends_lib     lib:libX11.6:XFree86 lib:libjpeg.62:jpeg lib:libpng.3:libpng \
    1717                lib:libtiff.3:tiff lib:libImlib:imlib
    18 configure.args   --host=mac --prefix=${prefix}
     18configure.args   --host=mac
    1919
    2020# this might break shinymetal on caseinsensitives fs'es
    2121post-destroot   {
  • lang/bigloo/Portfile

     
    2727checksums         md5 abd8841aaebad0ed335e979abe7a0109 \
    2828                  sha1 12ae7f5cd9c104a35e08f91d2cc5da1b1a782956
    2929
    30 configure.args    --prefix=${prefix} \
    31                   --mandir=${prefix}/share/man/man1 \
     30configure.args    --mandir=${prefix}/share/man/man1 \
    3231                  --infodir=${prefix}/share/info \
    3332                  --docdir=${prefix}/share/doc/bigloo \
    3433                  --lispdir=${prefix}/share/emacs/site-lisp/bigloo \
  • lang/clisp/Portfile

     
    6464}
    6565
    6666configure.cflags
    67 configure.args --prefix=${prefix} --with-libreadline-prefix=${prefix} \
     67configure.args --with-libreadline-prefix=${prefix} \
    6868               --with-libsigsegv-prefix=${prefix} --with-libiconv-prefix=${prefix}
    6969
    7070configure {
  • lang/swi-prolog-devel/Portfile

     
    4040configure.cflags-append "-I${prefix}/include"
    4141configure.env   CIFLAGS=-I${prefix}/include
    4242
    43 configure.args  --prefix=${prefix}              \
    44                 --mandir=${prefix}/share/man    \
     43configure.args  --mandir=${prefix}/share/man    \
    4544                --with-world
    4645
    4746build.env       LDFLAGS=-L${prefix}/lib         \
  • mail/gmime/Portfile

     
    2828                port:gettext \
    2929                port:zlib
    3030
    31 configure.args  --prefix=${prefix} --disable-mono --enable-largefile
     31configure.args  --disable-mono --enable-largefile
    3232
    3333test.run        yes
    3434test.target     check
  • mail/sympa/Portfile

     
    5757                        port:p5-soap-lite \
    5858                        port:p5-perl-ldap
    5959
    60 configure.args          --prefix=${prefix} \
    61                         --with-bindir=${prefix}/bin/${name} \
     60configure.args          --with-bindir=${prefix}/bin/${name} \
    6261                        --with-sbindir=${prefix}/bin/${name} \
    6362                        --with-libexecdir=${prefix}/libexec/${name} \
    6463                        --with-libdir=${prefix}/lib/${name} \
  • multimedia/ffmpeg/Portfile

     
    5454
    5555platforms       darwin
    5656configure.cflags-append -DHAVE_LRINTF ${configure.cppflags}
    57 configure.args  --prefix=${prefix} --disable-vhook \
     57configure.args  --disable-vhook \
    5858                --mandir=${prefix}/share/man \
    5959                --enable-shared --enable-pthreads
    6060
  • multimedia/tivodecode/Portfile

     
    2525                sha1 efabe4aee461e6da90ddc52abe9ae025c4185032
    2626
    2727use_configure   yes
    28 configure.args  --prefix=${prefix} --datadir=${prefix}/share
     28configure.args  --datadir=${prefix}/share
  • net/axel/Portfile

     
    1515homepage        http://wilmer.gaast.net/main.php/axel.html
    1616checksums       sha1 b9c9a4bb86ac5ffd53974af211edbfaefc182183
    1717
    18 configure.args  --prefix=${prefix} --i18n=1
     18configure.args  --i18n=1
    1919build.args      CFLAGS="-I${prefix}/include" \
    2020                LFLAGS="-L${prefix}/lib -lintl -liconv"
    2121
  • net/mcabber/Portfile

     
    3232                     bin:gpgme-config:gpgme \
    3333                     bin:gcrypt-config:libgcrypt
    3434
    35 configure.args      --prefix=${prefix} \
    36                     --enable-otr \
     35configure.args      --enable-otr \
    3736                    --with-libotr-prefix=${prefix}/lib \
    3837                    --with-libotr-inc-prefix=${prefix}/include \
    3938                    --without-ssl \
  • net/netclasses-framework/Portfile

     
    2222
    2323depends_build           port:gnustep-make-cocoa
    2424
    25 configure.args          --prefix=${prefix}
    2625build.cmd               . ${prefix}/GNUstep/Cocoa/System/Library/Makefiles/GNUstep.sh && ${build.cmd}
    2726
    2827platform darwin 8       { patchfiles-append patch-Source-GNUmakefile.in }
  • net/pidgin-encryption/Portfile

     
    88depends_lib     port:nss port:pidgin
    99
    1010long_description ${description}
    11 configure.args  --prefix=${prefix} \
    12                 --with-nss-includes=${prefix}/include/nss \
     11configure.args  --with-nss-includes=${prefix}/include/nss \
    1312                --with-nss-libs=${prefix}/lib \
    1413                --with-nspr-includes=${prefix}/include/nspr \
    1514                --with-nspr-libs=${prefix}/lib
  • net/rrdtool/Portfile

     
    1919                        port:libpng \
    2020                        port:cairo
    2121
    22 configure.args          --prefix=${prefix} \
    23                         --enable-perl-site-install \
     22configure.args          --enable-perl-site-install \
    2423                        --with-tcllib=${prefix}/lib \
    2524                        --disable-python \
    2625                        --disable-ruby \
  • net/scotty/Portfile

     
    4040build.dir               ${worksrcpath}/unix
    4141destroot.dir            ${worksrcpath}/unix
    4242
    43 configure.args          --prefix=${prefix} \
    44                         --exec_prefix=${prefix} \
     43configure.args          --exec_prefix=${prefix} \
    4544                        --with-tcl=${prefix} \
    4645                        --with-tk=${prefix}
    4746
  • office/taskjuggler/Portfile

     
    3434                    port:kdelibs3 \
    3535                    port:kdepim3
    3636
    37 configure.args      --prefix=${prefix} \
    38                     --enable-mac \
     37configure.args      --enable-mac \
    3938                    --disable-docs \
    4039                    --without-arts \
    4140                    --with-qt-dir=${prefix}/lib/qt3 \
  • python/py-4suite-xml/Portfile

     
    2424
    2525use_configure           yes
    2626configure.cmd           ${python.bin} setup.py config
    27 configure.args          --prefix=${prefix} \
    28                         --mandir=${prefix}/share/man
     27configure.args          --mandir=${prefix}/share/man
  • science/grads/Portfile

     
    4040
    4141#configure.env LIBS="-lwmf" SUPPLIBS=${prefix}
    4242configure.env SUPPLIBS=${prefix}
    43 configure.args     --prefix=${prefix} --with-readline --with-lats \
     43configure.args     --with-readline --with-lats \
    4444                   --with-nc --with-dods --with-hdf --with-x      \
    4545                   --without-printim --without-gui
    4646
  • science/ncview/Portfile

     
    2525patchfiles              patch-Makefile.in
    2626depends_lib             port:netcdf
    2727
    28 configure.args          --prefix=${prefix} \
    29                         --with-netcdf_incdir=${prefix}/include \
     28configure.args          --with-netcdf_incdir=${prefix}/include \
    3029                        --with-netcdf_libdir=${prefix}/lib \
    3130                        --with-bindir=${prefix}/bin
    3231
  • sysutils/dcfldd/Portfile

     
    1515checksums       md5 952026c872f11b53ce0ec6681a3eef0a \
    1616                sha1 fb1c55f107a6af5ef8703a44d33476e508815913 \
    1717                rmd160 3a6fba197686da8f1890d21f75b6bc2ae18592a7
    18 configure.args  --prefix=${prefix} --mandir=${prefix}/share/man
     18configure.args  --mandir=${prefix}/share/man
    1919
    2020patchfiles      patch-sha1.h.diff
    2121
  • www/httperf/Portfile

     
    2222platforms        darwin
    2323master_sites     ftp://ftp.hpl.hp.com/pub/httperf/
    2424checksums        md5 2971956d4846349f9e8d3c54acd591a5
    25 configure.args   --prefix=${prefix}
    2625destroot.destdir prefix=${destroot}${prefix} \
    2726                 exec_prefix=${destroot}${prefix}
  • www/yaws/Portfile

     
    3838
    3939default_variants        +yapp
    4040
    41 configure.args          --prefix=${prefix} \
    42                                         --sysconfdir=${prefix}/etc \
     41configure.args          --sysconfdir=${prefix}/etc \
    4342                                        --localstatedir=${prefix}/var
    4443
    4544variant yapp description {Yapp application handler} {
  • x11/blackbox/Portfile

     
    2323livecheck.regex "Latest release: <em>(\[0-9a-z.\]+)</em>"
    2424
    2525depends_lib     lib:libX11.6:XFree86
    26 configure.args  --prefix=${prefix} --mandir=${prefix}/share/man
     26configure.args  --mandir=${prefix}/share/man
    2727
    2828platform darwin 7 {
    2929        patchfiles-append patch-Toolbar.cc
  • x11/blt/Portfile

     
    2424configure.cppflags      "-L${prefix}/lib"
    2525configure.cflags        "-O3 -fno-common"
    2626
    27 configure.args          --prefix=${prefix} \
    28                         --exec_prefix=${prefix} \
     27configure.args          --exec_prefix=${prefix} \
    2928                        --bindir=${prefix}/bin \
    3029                        --includedir=${prefix}/include \
    3130                        --libdir=${prefix}/lib \
  • x11/rep-gtk/Portfile

     
    2727
    2828depends_lib      port:gtk2 port:librep
    2929
    30 configure.args --without-gnome --without-libglade --prefix=${prefix}
     30configure.args --without-gnome --without-libglade
    3131
  • x11/sawfish/Portfile

     
    2424                port:audiofile \
    2525                port:esound
    2626
    27 configure.args --prefix=${prefix} \
    28                --infodir=${prefix}/share/info \
     27configure.args --infodir=${prefix}/share/info \
    2928               --mandir=${prefix}/share/man
    3029
    3130post-install {
  • x11/tktable/Portfile

     
    1919                        port:tcl \
    2020                        port:tk
    2121
    22 configure.args          --prefix=${prefix} \
    23                         --with-tcl=${prefix}/lib \
     22configure.args          --with-tcl=${prefix}/lib \
    2423                        --with-tk=${prefix}/lib \
    2524                        CPPFLAGS=-I${prefix}/include \
    2625                        CFLAGS=-I${prefix}/include \