structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor)
network related tests (namely, in net/connect4.c and net/tcp4.c)
that fails in our package build cluster environment.
Thus, disable running self-tests during build process - create
a separate "selftest" Makefile target that would allow users
to run self-tests manually with "make selftest"
- Add USE_LDCONFIG
Nagged by: pointyhat via kris
Discussed with: oliver
- Add official FTP mirrors
- Replace deprecated INSTALLS_SHLIB with a new USE_LDCONFIG
PR: ports/97653 [1]
Submitted by: Martin Wilke <freebsd at unixfreunde dot de>
for deletion. Thanks to the following individuals:
Miroslav Lachman - Patch to remove non-configurable LDAP dependency
Thomas Abthorpe - A kick in the pants to get this done!
PR: ports/103403
Submitted by: maintainer (Greg Larkin)
.zo file generation more deterministic. Package building
should work reliably now, so unbreak the port.
- Explicitly depend on -lXft.
- Change the build to always use the libjpeg and libpng
libraries bundled with the source package.
* Repair CONFLICTS, which was broken by previous DESTDIR changes [2]
* Use "set --" instead of "set" for better robustness [3]
* Avoid :L modifier in ${USE_LDCONFIG} which broke e.g. /usr/X11R6
ports [4]
* Correct a comment typo [4]
* Force passive FTP mode by default (this is already the default with
the standard login class, so this is a NOP for most users) [5].
PR: ports/101809 [1], ports/102300 [2], ports/102514 [3],
ports/102750 [4], ports/96088 [5]
Submitted by: bsam [1], Matthias Andree <matthias.andree@gmx.de> [2],
infofarmer [3], flz [4],
Darren Pilgrim <darren.pilgrim@bitfreak.org> [5]
site-modules directories are created. But when it's installed as
package, these directories are not created. Fix it.
PR: ports/103373
Submitted by: NIIMI Satoshi
Research Council Canada (NRC). This software uses signals from radio
station CHU to set and frequency discipline the system clock on a
Linux (FreeBSD) based system.
WWW: http://www.rossi.com/chu/
PR: ports/103369
Submitted by: Diane Bruce <db(at)db.net>