- Fix an option SDL -> SDL2 (in the audio group)
- Fix the use of XORG -> X11 when enabling X11 support
- Bump revision, as depending on the options chosen, package contect may
have changed.
Reported by: ak
Since this patch converts all affected ports, bsd.cran.mk no longer supports
NO_STAGE and errors out if NO_STAGE is set.
Exp-run: ports/184216
Reviewed by: bdrewery
Approved by: portsmgr, wen
Changes:
- Fix pkg rquery always printing index like lines
- Fix pkg -vv suggestion so it print something actually usable
- Fix shlib's -P and -R options were swapped round.
- Replace broken pkg_repos_count() by pkg_repos_total_count() and pkg_repos_activated_count()
- Fix parsing of options (in manifest)
- pkg add http:// now fetch to a temporary location and cleanup after itself
- Fix generation of the manifest digest
- Properly calculate how many packages where removed
- Fix support for dependencies with the same name (grrrr Fix you port if they have package name collision !!!!)
- Fix pkg info -R in case multiple dependencies has the same name
- Support STAGEDIR
- Pet portlint: move LICENSE upward
- While I'm here, update USE_PYTHON
PR: ports/184300
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
- Support STAGEDIR
- While I'm here:
- Remove leading indefinite article from COMMENT
- Convert to new LIB_DEPENDS format
- Use USES=pathfix
PR: ports/184271
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
of the JAR it was installing from getopt.jar to java-getopt.jar
This broke jode and, possibly, some other ports depending on
getopt.jar.
Submitted by: pkg-fallout
Since we now configure with --with-gmp=${LOCALBASE} this is no longer
necessary, and due to bugs in binutils (which should not install ansidecl.h
into ${PREFIX}/include) and GCC (which should search its own include
directories with higher priority) can lead to build failures.
PR: 184327
Reported by: mat, Andrzej Tobola <ato@iem.pw.edu.pl>
astro/boinc-* will break when not using X11 there [1]
- Bump PORTREVISION
This was not a problem for the default package for net/boinc-client
as it is built with X11 on.
Submitted by: Oleksii Zolotarov via private mail [1]
- add staging support
- update USE_PYTHON value
- drop BDB from options list, there is no such option (portlint warning)
changelog:
3.3.2 is primarily a bugfix release, with only very limited new features added.
- Tracks were sometimes selected incorrectly when searching a playlist
- Sometimes the main window wouldn't appear when minimizing to the system tray
- More tags supported for MP4/M4A/FLAC/OGG files
- Locale bugs when executing --help
- Updated Windows installer dependency download versions
- Fixed plugins: librivox
PR: 183843
Submitted by: rm (myself)
Approved by: jsa (maintainer, by mail)