Changeset 14458 for trunk/dports


Ignore:
Timestamp:
Oct 7, 2005, 7:07:05 AM (18 years ago)
Author:
yeled
Message:

add xlabel patch - thanks david champion.
also reorder DB args to be more specific so configure doesnt pick up
unwanted db types.
Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

Location:
trunk/dports/mail/mutt-devel
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/mail/mutt-devel/Portfile

    r14455 r14458  
    1 # $Id: Portfile,v 1.23 2005/10/06 22:09:08 yeled Exp $
     1# $Id: Portfile,v 1.24 2005/10/07 07:07:04 yeled Exp $
    22
    33PortSystem 1.0
     
    9090variant qdbm requires cvs {
    9191                depends_build-append    port:qdbm
    92                 configure.args-append   --enable-qdbm
    93                 configure.args-append   --without-bdb
     92                configure.args-append   --enable-qdbm --without-bdb --without-gdbm
    9493                configure.env-append    CPPFLAGS="-I${prefix}/include"
    9594}
     
    9796variant gdbm {
    9897                depends_build-append    port:gdbm
    99                 configure.args-append   --enable-gdbm
    100                 configure.args-append   --without-bdb
     98                configure.args-append   --enable-gdbm --without-bdb --without-qdbm
    10199                configure.env-append    CPPFLAGS="-I${prefix}/include"
    102100}
     
    104102variant db4     {
    105103                depends_lib-append    port:db4
    106                 configure.args-append --enable-bdb
     104                configure.args-append --enable-bdb --without-qdbm --without-gdbm
    107105                configure.env-append  CPPFLAGS="-I${prefix}/include/db4"
    108106}
     
    152150}
    153151
    154 # needs dgc to update for manual.txt FAILS
    155 #variant xlabel {
    156 #    patch_sites-append http://home.uchicago.edu/~dgc/sw/mutt/
    157 #    patchfiles-append  patch-1.5.8.dgc.xlabel_ext.7 patch-1.5.8.dgc.xlabel_sort.1
    158 #    checksums-append   patch-1.5.8.dgc.xlabel_ext.7 md5 \
    159 #                                               5c7f55d7b1d4d72b2db6e91d195c5d87 \
    160 #                                               patch-1.5.8.dgc.xlabel_sort.1 md5 \
    161 #                                               04d42552ff57c73df47303ed6da30260
    162 #}
     152variant xlabel {
     153    patch_sites-append http://home.uchicago.edu/~dgc/sw/mutt/
     154    patchfiles-append   patch-0.20051006.1.dgc.xlabel_ext.7 \
     155                                                patch-1.5.8.dgc.xlabel_sort.1
     156    checksums-append    patch-0.20051006.1.dgc.xlabel_ext.7 md5 \
     157                                                c81a7c7cc201177205acc6c7f295ee4e \
     158                                                patch-1.5.8.dgc.xlabel_sort.1 md5 \
     159                                                04d42552ff57c73df47303ed6da30260
     160}
    163161
    164162variant smtp {
Note: See TracChangeset for help on using the changeset viewer.