Changeset 4461 for trunk/dports


Ignore:
Timestamp:
Jan 5, 2004, 11:18:06 AM (20 years ago)
Author:
michaelm
Message:

Version bump based on
Bug: 1341
Submitted by: Daniel J. Luke
Reviewed by: Michael Maibaum
Approved by:
Obtained from:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/databases/db4/Portfile

    r3883 r4461  
    1 # $Id: Portfile,v 1.17 2003/11/03 16:51:28 wbb4 Exp $
     1# $Id: Portfile,v 1.18 2004/01/05 11:18:06 michaelm Exp $
    22
    33PortSystem 1.0
    44name            db4
    5 version         4.1.25
    6 revision        1
     5version         4.2.52
    76categories      databases
    87maintainers     michaelm@opendarwin.org
     
    1211master_sites    http://www.sleepycat.com/update/snapshot/
    1312distname        db-${portversion}
    14 checksums       md5 df71961002b552c0e72c6e4e358f27e1
     13checksums       md5 cbc77517c9278cdb47613ce8cb55779f
    1514worksrcdir      ${distname}/build_unix
    1615configure.cmd   ../dist/configure
    1716configure.args  --enable-compat185 --enable-dump185 --enable-cxx \
    18                   --enable-dynamic --includedir=${prefix}/include/db4 \
     17                  --includedir=${prefix}/include/db4 \
    1918                  --program-transform-name=s,^db,db4,
    2019
     
    2221                --with-tcl=/usr/lib }
    2322
    24 platform darwin 6 { configure.args-append   --enable-tcl \
    25                 --with-tcl=/System/Library/Tcl/8.3 }
     23platform darwin 6 { depends_lib-append bin:tclsh8.4:tcl
     24                configure.args-append   --enable-tcl \
     25                --with-tcl=${prefix}/lib }
     26
     27variant java      { configure.args-append  --enable-java }
    2628
    2729destroot.destdir  prefix=${destroot}${prefix} \
Note: See TracChangeset for help on using the changeset viewer.