- Store distfiles in portupgrade/ subdir
- Fix installation to support staging and mark USE_STAGE for upcoming staging support
- Fix pkgng automatic dependency handling
- Speed up some make variable lookups
PR: ports/168954
Submitted by: Bryan Drewery <bryan@shatow.net> (maintainer)
- move to optionsNG framework [1]
- while here use packages for perl dependencies, in favor of SITE_PERL pm files
and complete migration to optionsNG framework [2]
PR: ports/168906
Submitted by: maintainer, rnejdl@ringofsaturn.com [1], jgh@ [2]
Approved by: maintainer
%%JAVA_VERSION%% inserted into it was never expanded...
Now that we aren't using JDK-1.{3,4} anyway, the setting of JAVA_VERSION
is, probably, redundant. Remove it and bump PORTREVISION.
While here, declare the port as unsafe for parallel building. Unfortunately.
- Add my LOCAL to MASTER_SITES
- Add LICENSE
- Add {BUILD|RUN}_DEPENDS to ensure minimal gupnp version
- Sort USE_GNOME
- Take maintainership
Changes: http://git.gnome.org/browse/gupnp-igd/tree/NEWS
- Build with thread-safe support by default
- Add lzma support
- Adjust OPTIONS:
- Add ICONV, KML and WEBP
- Remove GRASS (cyclic dependency), PERL, PHP, PYTHON, RUBY and THREADS (default)
- Move language bindings to separate ports:
- Move Perl binding to graphics/p5-Geo-GDAL
- Move PHP binding to graphics/php-gdal
- Move Python binding to graphics/py-gdal
- Move Ruby binding to graphics/ruby-gdal
- Add corresponding CONFIGURE_ARGS for disabled features
- Cosmetic change
Changes: http://trac.osgeo.org/gdal/wiki/Release/1.9.1-News
- Make MAKE_JOBS_SAFE=yes.
- Replace OPTIONS with OPTIONSng. Bump PORTREVISION because a package created
with Makefile.drivers r1.8 had some inconsistent default values.
and hence MASTER_SITE_GCC. It is delivering corrupted tarballs for
at least one snapshot of GCC, and a different one for every download.
PR: 168956
Co-analysed by: Anton Shterenlikht <mexas@bristol.ac.uk>
Talking to fluffy@ on IRC, I found out the hard way that my commit
0ba35fd5a81df57fb0f943c3dddd35d43ebc3383 has not been included in Qt
4.8.2, so things were pretty much borked when one tried to use
non-base gcc.
Instead of changing the behavior of g++-base.conf and setting
QMAKE_{CC,CXX} in "leaf" mkspecs, my upstream commit simply sets these
values after including g++-base.conf where needed (ie. in the
freebsd-g++46 mkspec, where we use gcc46 and g++46).
Bump PORTREVISION once again, sorry for the hassle.
The Ruby CookieJar is a library to help manage client-side cookies
in pure Ruby. It enables parsing and setting of cookie headers,
alternating between multiple 'jars' of cookies at one time (such
as having a set of cookies for each browser or thread), and supports
persistence of the cookies in a JSON string.
Both Netscape/RFC 2109 cookies and RFC 2965 cookies are supported.
WWW: https://github.com/dwaite/cookiejar
- Make MAKE_JOBS_SAFE=yes.
- Replace OPTIONS with OPTIONSng. Bump PORTREVISION because a package created
with Makefile.drivers r1.3 had some inconsistent default values.