AC_DEFUN([GNOME_GHTTP_CHECK],[ AC_REQUIRE([GNOME_INIT_HOOK]) GHTTP_LIB= AC_CHECK_FUNC(connect,,[ AC_CHECK_LIB(socket,connect, GHTTP_LIB="-lsocket $GHTTP_LIB",,$GHTTP_LIB)]) AC_CHECK_FUNC(gethostbyname,,[ AC_CHECK_LIB(nsl,gethostbyname, GHTTP_LIB="-lnsl $GHTTP_LIB",,$GHTTP_LIB)]) AC_CHECK_LIB(ghttp, ghttp_request_new, GHTTP_LIB="-lghttp $GHTTP_LIB",GHTTP_LIB="",-L$gnome_prefix $GHTTP_LIB) AC_SUBST(GHTTP_LIB) AC_PROVIDE([GNOME_GHTTP_CHECK]) ]) /~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libvpx
Commit message (Expand)AuthorAgeFilesLines
* multimedia/libvpx: update 1.6.0jbeich2016-09-309-268/+17
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-1/+1
* multimedia/libvpx: bundled fixes from Firefoxjbeich2016-03-155-0/+227
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.mat2016-03-081-2/+2
* multimedia/libvpx: unbreak build on aarch64jbeich2015-11-152-1/+5
* multimedia/libvpx: update 1.5.0jbeich2015-11-155-37/+8
* multimedia/libvpx: bring more Chromium defaultsjbeich2015-11-111-4/+11
* multimedia/libvpx: update to 1.4.0.488 (snapshot)jbeich2015-08-156-43/+62
* - Remove dependency on bash, not required anymoreashish2015-06-151-6/+1
* multimedia/libvpx: update to 1.4.0jbeich2015-06-096-72/+25
* Fix build error introduced by changes to default behavior of perl port.sbruno2015-06-011-1/+4
* Remove $FreeBSD$ from patches files everywhere.mat2015-05-233-9/+0
* - Add CPE infoamdmi32015-05-051-1/+2
* multimedia category: Remove $PTHREAD_LIBSmarino2015-03-261-2/+0
* - Fix build with GCC 5ashish2015-02-151-0/+31
* - Drop @dirrm* from and add empty directories to pkg-plistsamdmi32015-02-021-1/+0
* - Add support for building on ARMv6 platformsashish2014-12-103-0/+25
* Add fix for building with clang 3.5ashish2014-12-083-0/+55
* - Convert USE_BZIP2 to USESamdmi32014-06-061-3/+2
* - Fix breakage on 9-STABLE due to GCC changes in r260075ashish2014-01-131-0/+6
* - Update to 1.3.0ashish2014-01-096-30/+26
* - Fix bug where upgrading port results in missing files[1]ashish2013-12-184-37/+14