summaryrefslogtreecommitdiffstats
path: root/net/libgnetwork
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN on !i386: Does not compilekris2004-12-171-2/+2
|
* Fix the pkg-plist.mezz2004-12-102-1/+18
| | | | Reported by: pointyhat
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-071-1/+1
| | | | big upgrade.
* BROKEN on amd64: Does not compilekris2004-07-111-1/+7
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-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.marcus2004-06-061-1/+1
| | | | Pointy hat to: sergei
* Fix the build in the case that SSL is not enabled (the default until thismarcus2004-05-032-2/+22
| | | | | | port adds support for GnuTLS 1.0). Reported by: bento
* Disable GnuTLS support until support for newer versions of GnuTLS has beenmarcus2004-04-111-9/+9
| | | | | | added. Reported by: bento
* Use the correct GnuTLS shared lib version.marcus2004-04-091-1/+1
| | | | Reported by: bento via kris
* Add libgnetwork, a GLib-based network wrapper API that is slated to becomemarcus2004-04-057-0/+140
| | | | the de facto standard for GNOME.
* Looks like I was overzealous, and added a GNOME 2.5 port to the tree a bitmarcus2004-01-247-121/+0
| | | | | | early. libgnetwork will come back when GNOME 2.6 is released. Reported by: bento
* Add a missing BUILD_DEPENDS on intltool.marcus2004-01-181-0/+2
|
* Add libgnetwork, a glib-2 network abstraction API.marcus2004-01-037-0/+119
OpenPOWER on IntegriCloud