summaryrefslogtreecommitdiff
path: root/net/libsoup24/buildlink3.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-04-27Recursive bump from icu shlib major bumped to 49.obache1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-07-08recent libsoup doesn't use gnutls directly but through glib-networking,drochner1-2/+1
so there is no need to maintain a direct dependency
2011-06-10recursive bump from textproc/icu shlib major bump.obache1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2010-06-14replace the gnome-keyring dependency by one on libgnome-keyring whichdrochner1-2/+2
is a subset of the former, ride on the libpng update
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-03-27improve buildlink with pre-gnome option.obache1-2/+9
2010-02-28Add a gnome option, enabled by default.tonio1-2/+9
Fix PR pkg/42854, applying a similar patch. Remove the dependency on gtk-doc, it wasn't used.
2010-02-25I had libsoup24-2.26.3 installed which was good enough, but I didn'treed1-2/+3
have any gnome-keyring so I get this error: ===> Creating toolchain wrappers for gst-plugins0.10-soup-0.10.18 ERROR: gnome-keyring>=0.4.0 is not installed; can't buildlink files. *** Error code 1 My workaround is to abuse the BUILDLINK_API_DEPENDS to: BUILDLINK_API_DEPENDS.libsoup24+= libsoup24>=2.28.0 (where that version is when the include of gnome-keyring was added)
2009-12-21propagate dependency on GConf (for users of libsoup-gnome)drochner1-1/+2
2009-10-18libtool archive references gnome-keyring, so include its buildlink3.mk here.wiz1-1/+2
2009-04-12Bump ABI depends because this version of the buildlink3.mk filewiz1-2/+2
pulls in more dependencies.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-16Needs sqlite3jmcneill1-1/+2
2009-03-16Needs libproxyjmcneill1-1/+2
2008-04-10import libsoup24-2.4.1, a new major branch of libsoup, for usedrochner1-0/+24
by gnome-2.22, can be installed in parallel with libsoup-devel