Changeset 98239


Ignore:
Timestamp:
Sep 30, 2012, 6:00:29 PM (12 years ago)
Author:
jwa@…
Message:

wxWidgets30: new port (by name), copied from wxWidgets-devel, the devel release being considered to be of good quality leading to 3.0 series, when stable

Location:
trunk/dports/graphics/wxWidgets30
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/dports/graphics/wxWidgets30/Portfile

    r97300 r98239  
    33
    44PortSystem 1.0
    5 PortGroup               archcheck 1.0
    65
    7 name            wxWidgets-devel
     6name            wxWidgets30
    87conflicts       wxgtk wxWidgets
    98version         2.9.4
    109epoch           20120709
    11 revision        2
    1210
    1311license         wxwidgets-3.1
     
    4341                port:expat
    4442
    45 archcheck.files lib/libjpeg.dylib \
    46                 lib/libtiff.dylib \
    47                 lib/libpng.dylib \
    48                 lib/libz.dylib \
    49                 lib/libiconv.dylib \
    50                 lib/libexpat.dylib
    51 
    52 if {${os.major} < 9} {
     43if {${os.major} < 10} {
    5344   pre-fetch {
    54        ui_error "${name} requires Mac OS X 10.5 or later."
     45       ui_error "${name} requires Mac OS X 10.6 or later."
    5546       return -code error "incompatible Mac OS X version"
    5647   }
     
    9990}
    10091
    101 #platform darwin 11 {
    102 #    # 'InsetRect' was not declared in this scope
    103 #    macosx_deployment_target 10.6
    104 #}
    105 
    10692post-patch {
    10793    reinplace "s|@@MP_ARCH_FLAGS@@|[get_canonical_archflags]|g" ${worksrcpath}/../configure
     
    139125livecheck.type      regex
    140126livecheck.url       ${homepage}/downloads/
    141 livecheck.regex     Latest Development Release.*(2\\.\[0-9\]\\.\[0-9\]+)
     127livecheck.regex     Release.*(\[23\]\\.\[0-9\]\\.\[0-9\]+)
Note: See TracChangeset for help on using the changeset viewer.