Commit graph

17 commits

Author SHA1 Message Date
shattered
1162bdea4c PR/43946 -- Fix build with SunPro compiler 2012-08-05 13:39:04 +00:00
tnn
b62dba9bd7 The configure script stubbornly wants a python interpreter despite
not using it, and despite --without-python. Pretend we have one.
2011-03-12 19:36:44 +00:00
drochner
f9f69554ea update to 0.3.1
changes: bugfixes
2011-03-11 18:38:12 +00:00
wiz
f09b8dbca6 Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
2011-02-25 09:47:18 +00:00
seanb
af1c64bc45 - use pthread.buildlink3.mk instead of hardcoded '-lpthread' per
discussion on tech-pkg.
2010-08-17 13:10:22 +00:00
wiz
5e80e6a12b Update to 0.3.0. Set LICENSE. Since python .py file is not installed
even when python is enabled, comment out python dependency.

New in version 0.3.0
====================
* WARNING!!! Slight API change!!! see docs
  for px_proxy_factory_get_proxies()
* Credentials support (see API change above)
* A complete rewrite of the module manager
* file:// as valid PAC URLs
* Sample Mono application
* Automake 1.11 shaved output
* gnome backend rewrite (now w/o thread issues)
* Test suite base functionality exists
* Many solaris build fixes
* Seamonkey support as JS pacrunner
* Bugfixes
* Compiles for MS Windows using Mingw
2009-12-15 11:00:11 +00:00
dsainty
2293f79256 Roll back version 1.3 (pulling in lang/python/extension.mk). With the recent
-ldb4 fixes it's unlikely this there's any need or value in pulling in
extension.mk any more.
2009-09-10 02:03:11 +00:00
drochner
01e51e7785 David Sainty noticed that this pkg suffered from the spurious-db4
syndrome too
require the new Python versions and bump PKGREVISION
2009-09-09 15:11:31 +00:00
abs
cdab3733ce Add 26 to PYTHON_VERSIONS_ACCEPTED 2009-07-08 07:57:31 +00:00
joerg
e031855e4a Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 22:00:14 +00:00
dsainty
1f3a75444d Pull in lang/python/extension.mk when buildlinking.
Specifically, this fixes the build of dependent packages (like net/libsoup24)
under Linux, which attempt (and fail) to link in -ldb4 as requested by
${PREFIX}/lib/libproxy.la.
2009-04-07 03:14:07 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
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-20 19:23:50 +00:00
snj
e77d79c378 This packages wants python >= 2.5. 2009-03-18 17:19:30 +00:00
drochner
271a6636c3 ntohl etc are in POSIX, no need for _NETBSD_SOURCE 2009-03-18 12:40:52 +00:00
hasso
00495007da Add back a CFLAGS hack for NetBSD overlooked by me in last commit. 2009-03-18 03:55:29 +00:00
hasso
a311fcc69b Make it compile on DragonFly (and probably on some other systems). 2009-03-12 13:31:48 +00:00
jmcneill
6d85a75ca5 Import libproxy version 0.2.3.
libproxy is a library that provides automatic proxy configuration management.

libproxy offers the following features:

    * extremely small core footprint (< 35K)
    * no external dependencies within libproxy core (libproxy plugins may
      have dependencies)
    * only 3 functions in the stable external API
    * dynamic adjustment to changing network topology
    * a standard way of dealing with proxy settings across all scenarios
    * a sublime sense of joy and accomplishment
2009-03-04 02:11:07 +00:00