misc/tinderbox does not install the php extension for the
selected database, because the extension is added to USE_PHP
after bsd.port.pre.mk inclusion.
PR: ports/92065
Submitted by: Vasil Dimov <vd@FreeBSD.bg>
- Shared lib version and PORTREVISION bumb for all affected ports.
While I'm here:
- Remove USE_MESA knob where it was (35 ports).
It marked as depricated for 2 years.
PR: ports/90247
Submitted by: Ermal Lu?i <eri--@albabsd.org>
- Use SUB_LIST/SUB_FILES rather than a bunch of seds
- Tidy whitespace in pkg-install and pkg-deinstall scripts
- Tidy up rc script and improve tests using ps
Approved by: clement (mentor)
to reflect latest changes to /etc/rc.d/ldconfig which are the use of ldconfig
directories (${PREFIX}/libdata/ldconfig{,32}). This change is meant to remove
so-called ldconfig startup scripts installed by ports as 000.${foo}.sh.
The bsd.ldconfig.mmk file is only temporary as this should move quickly to
bsd.port.mk. Anyway, to use it, just define the following in your ports' Makefile :
USE_LDCONFIG= dir1 dir2
and (before bsd.ldconfig.mk moves to bsd.port.mk) :
post-install: install-rc-script
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).
Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.
This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.
In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.
Bump PORTREVISION to make sure that users and packages
pick up this change.
o Update Krecipes to version 0.9.1.
o New version builds on FreeBSD 4.11 ... unbreak for 4.x
o Clean up Makefile
- OPTIONS cleanup
- Use USE_SQLITE
- Remove unneccesary -O2 optimization from configure script
- Disable databases not selected in OPTIONS so startup
Wizard disables unavailable selections
o New version no longer installs a shared lib and the
pkg-plist is the same for any chosen database(s)
o Make pkg-descr a little more concise and list available backends
PR: ports/91361
Submitted by: Jason E. Hale <jhale@bluebottle.com>
APproved by: "Henry Miller" <hank@blackhole.com>