Commits
Jeremy Huddleston Sequoia authored 489e9099715
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name xorg-libXt |
6 6 | version 1.1.5 |
7 - | revision 1 |
7 + | revision 2 |
8 8 | categories x11 devel |
9 9 | license X11 |
10 10 | maintainers {jeremyhu @jeremyhu} openmaintainer |
11 11 | description X.org libXt |
12 12 | homepage https://www.x.org |
13 13 | platforms darwin macosx |
14 14 | long_description X Toolkit Intrinsics, an abstract widget library upon \ |
15 15 | which other toolkits are based. Xt is the basis for many toolkits, \ |
16 16 | including the Athena widgets, Xaw, and LessTif, a Motif \ |
17 17 | implementation. |
30 30 | |
31 31 | depends_lib port:xorg-libsm \ |
32 32 | port:xorg-libX11 |
33 33 | |
34 34 | configure.env-append RAWCPP=${configure.cpp} |
35 35 | |
36 36 | patchfiles no-flat.patch |
37 37 | use_autoreconf yes |
38 38 | autoreconf.args -fvi |
39 39 | |
40 - | variant flat_namespace description "Link libXt with -flat_namespace for compatibility with legacy software" { |
41 - | configure.ldflags-append -Wl,-flat_namespace |
42 - | } |
43 - | |
44 40 | livecheck.type regex |
45 41 | livecheck.url http://xorg.freedesktop.org/archive/individual/lib/?C=M&O=D |
46 42 | livecheck.regex libXt-(\\d+(?:\\.\\d+)*) |