[>]
http://marc.info/?l=openbsd-ports-cvs&m=140766121123082&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-10 13:55:14
Module name: ports
Changes by: espie@cvs.openbsd.org 2014/08/10 02:59:48
Modified files:
infrastructure/mk: pkgpath.mk perl.port.mk bsd.port.mk
Log message:
framework to allow fake as non-root, based on an idea and initial patch by
naddy.
Not turned on yet, as it involves a critical new file.
Basically:
- introduce new variations on SUBST cmds to install various files
- use pkg_subst -i in !root mode
- unhardcode install path where possible, to allow for an install-wrapper
that disregards owner/groups.
- do links during fake to disable chown/chgrp/install.
Extra tweak (always-wrap) to actually encode "perl \
${PORTSDIR}/infra/bin/install-wrapper" as an install script, required by a few ports \
that keep track of the install script for later (eg., ruby, postgres).
[>]
http://marc.info/?l=openbsd-ports-cvs&m=140766472823719&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-10 14:55:16
Module name: ports
Changes by: espie@cvs.openbsd.org 2014/08/10 03:58:07
Modified files:
audio/umurmur : Makefile
cad/fritzing : Makefile
comms/smstools : Makefile
databases/iodbc: Makefile
databases/pkglocatedb: Makefile
databases/ports-readmes-dancer: Makefile
databases/py-couchdb: Makefile
databases/redis: Makefile
devel/boris : Makefile
devel/intellij : Makefile
devel/libJudy : Makefile
devel/libaudiofile: Makefile
devel/lualdoc : Makefile
devel/ocaml-mlgmp: Makefile
devel/vtcl : Makefile
editors/vim : Makefile
emulators/sdlmame: Makefile
emulators/sdlmess: Makefile
games/clonekeen: Makefile
games/freecol : Makefile
games/opentyrian: Makefile
games/renpy : Makefile
games/singularity: Makefile
geo/qgis : Makefile
lang/abcl : Makefile
lang/clojure : Makefile
lang/icon/interp: Makefile
lang/lua/5.2 : Makefile
lang/spidermonkey: Makefile
mail/exim : Makefile
mail/mozilla-thunderbird: Makefile
mail/rss2email : Makefile
misc/rocrail : Makefile
multimedia/get_iplayer: Makefile
multimedia/mediatomb: Makefile
net/coccinella : Makefile
net/jnettop : Makefile
net/miniupnp/miniupnpd: Makefile
net/rrdtool : Makefile
net/zabbix : Makefile
print/hplip : Makefile
print/lyx : Makefile
productivity/projectlibre: Makefile
productivity/radicale: Makefile
productivity/taskd: Makefile
security/cyrus-sasl2: Makefile
sysutils/logtail: Makefile
textproc/dblatex: Makefile
textproc/xml2rfc: Makefile
www/chive : Makefile
www/chromium : Makefile
www/dillo : Makefile
www/firefox-esr: Makefile
www/mozilla-firefox: Makefile
www/opengroupware: Makefile
www/seamonkey : Makefile
www/xombrero : Makefile
x11/i3 : Makefile
x11/qwt : Makefile
Log message:
use more specific version of SUBST_* where appropriate
[>]
http://marc.info/?l=openbsd-ports-cvs&m=140769860431958&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-10 23:55:10
Module name: ports
Changes by: sthen@cvs.openbsd.org 2014/08/10 13:23:00
Modified files:
net/wireshark : Makefile distinfo
net/wireshark/patches: patch-Makefile_in
Log message:
SECURITY update to wireshark 1.10.9: dissector crashes, buffer underruns.
patch-Makefile_in is now empty but cannot be removed until trees are
fully unlocked. Noted in an XXX comment in Makefile.
[>]
http://marc.info/?l=openbsd-ports-cvs&m=140770316800792&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-11 00:55:10
Module name: ports
Changes by: zhuk@cvs.openbsd.org 2014/08/10 14:39:03
Modified files:
infrastructure/bin: portcheck
Log message:
Add check for WANTLIBs hidden by RUN_DEPENDS. This WILL eventually break
bulk build, and I know at least two people (ajacoutot@ and me) that were
already bitten by this problem.
This somewhat increase check time, unfortunately, but not too much.
Test for this feature to follow after full unlock.
[>]
http://marc.info/?l=openbsd-ports-cvs&m=140770746501857&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-11 01:55:14
Module name: ports
Changes by: jca@cvs.openbsd.org 2014/08/10 15:50:41
Modified files:
net/lftp : Makefile distinfo
net/lftp/patches: patch-configure
net/lftp/pkg : PLIST
Log message:
Update to lftp-4.5.3, from Rafael Sadowski.
While here:
- remove MAINTAINER, mail address bounces
- fix (rather, hack) libssl detection which got broken with the removal
of RAND_egd
ok sthen@
[>]
http://marc.info/?l=openbsd-ports-cvs&m=140775690812954&w=2
obsd.info.14
openbsd-ports-cvs(obsdave,2) — All
2014-08-11 15:55:12
Module name: ports
Changes by: sthen@cvs.openbsd.org 2014/08/11 05:34:42
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
When copying pkg/README{,-*} from the port directory, pass -m to SUBST_CMD
to ensure that a sane file mode are set.
Also use SUBST_CMD -m for rc.d scripts (it wasn't available at the time the
current code using a separate chmod was written).
Discussed with espie, slight tweaks to previous diff to take _FAKESUDO into
account.