Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BROKEN on !i386: Does not compile | kris | 2004-12-17 | 1 | -2/+2 |
| | |||||
* | Fix the pkg-plist. | mezz | 2004-12-10 | 2 | -1/+18 |
| | | | | Reported by: pointyhat | ||||
* | Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the | marcus | 2004-11-07 | 1 | -1/+1 |
| | | | | big upgrade. | ||||
* | BROKEN on amd64: Does not compile | kris | 2004-07-11 | 1 | -1/+7 |
| | |||||
* | Apply a big libtool patch to allow porters to use the libtool installed by | marcus | 2004-07-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet | ||||
* | Chase the gnutls shared lib version. | marcus | 2004-06-06 | 1 | -1/+1 |
| | | | | Pointy hat to: sergei | ||||
* | Fix the build in the case that SSL is not enabled (the default until this | marcus | 2004-05-03 | 2 | -2/+22 |
| | | | | | | port adds support for GnuTLS 1.0). Reported by: bento | ||||
* | Disable GnuTLS support until support for newer versions of GnuTLS has been | marcus | 2004-04-11 | 1 | -9/+9 |
| | | | | | | added. Reported by: bento | ||||
* | Use the correct GnuTLS shared lib version. | marcus | 2004-04-09 | 1 | -1/+1 |
| | | | | Reported by: bento via kris | ||||
* | Add libgnetwork, a GLib-based network wrapper API that is slated to become | marcus | 2004-04-05 | 7 | -0/+140 |
| | | | | the de facto standard for GNOME. | ||||
* | Looks like I was overzealous, and added a GNOME 2.5 port to the tree a bit | marcus | 2004-01-24 | 7 | -121/+0 |
| | | | | | | early. libgnetwork will come back when GNOME 2.6 is released. Reported by: bento | ||||
* | Add a missing BUILD_DEPENDS on intltool. | marcus | 2004-01-18 | 1 | -0/+2 |
| | |||||
* | Add libgnetwork, a glib-2 network abstraction API. | marcus | 2004-01-03 | 7 | -0/+119 |