93957 Commits

Author SHA1 Message Date
bcallah
2ca7569aab Update to 1.4.8.2 2014-08-10 21:31:54 +00:00
zhuk
ccc1c21ad5 Add a note to remove patch on the next update, upstream did a good job. 2014-08-10 21:02:39 +00:00
zhuk
8c6767683f Get rid of "|| error=true" where it's not needed. 2014-08-10 20:46:04 +00:00
zhuk
149ee8c0bf Add support for SKIPDIR, STARTDIR and STARTAFTER environment variables,
like bsd.port.subdir.mk does. Allows to continue a long "portcheck -A"
session.
2014-08-10 20:41:54 +00:00
zhuk
cb0d60b618 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.
2014-08-10 20:39:03 +00:00
sthen
276102a7d1 update to Calibre 1.48.0 2014-08-10 19:50:37 +00:00
sthen
6ebc37f6ed 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.
2014-08-10 19:23:00 +00:00
jasper
a0900f3f54 update to virt-viewer-1.0 2014-08-10 18:32:22 +00:00
pascal
ab2d4a35a0 Update to tor 0.2.4.23; mitigates the attack described at
https://blog.torproject.org/blog/tor-weekly-news-%E2%80%94-august-6th-2014
2014-08-10 16:51:53 +00:00
jasper
960bc3b312 update to libpeas-1.10.1 2014-08-10 11:59:17 +00:00
jasper
2714a48460 update to evince-3.12.2 2014-08-10 11:57:05 +00:00
jasper
99894d144e update to ruby-shadow-2.3.4 2014-08-10 11:37:28 +00:00
jasper
4372752da9 fix path to install(1) 2014-08-10 11:34:27 +00:00
jasper
4c746b924a don't hardcode path to mod_rewrite.so so that the default config
works with openbsd-httd-openbsd again.

ok sthen@ rpe@
2014-08-10 11:12:26 +00:00
jasper
a798a9cdd9 remove BROKEN-sparc64 as it's autofixed; it works fine now on sparc64. 2014-08-10 11:11:36 +00:00
jasper
ec2012fe78 update to gssdp-0.14.8 2014-08-10 11:06:54 +00:00
espie
ca9e7b363b unhardcode path to install 2014-08-10 10:20:34 +00:00
espie
1e03f31759 _FAKESUDO where needed, from naddy 2014-08-10 10:13:18 +00:00
espie
fba99f4fde more appropriate uses of INSTALL_PROGRAM.
Unhardcode chown.
2014-08-10 10:11:47 +00:00
espie
b33a13668c missed SUBST_* 2014-08-10 10:11:05 +00:00
espie
25bb934cf8 document -i 2014-08-10 10:07:10 +00:00
espie
92816cd8fc use more specific version of SUBST_* where appropriate 2014-08-10 09:58:04 +00:00
espie
40715699cf okay, SUBST_DATA/SUBST_PROGRAM/SUBST_MAN are always -c, so encode it as well 2014-08-10 09:02:21 +00:00
espie
6e0d873217 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).
2014-08-10 08:59:48 +00:00
espie
6d9d41a321 new flag -i, to ignore owner/group errors 2014-08-10 08:55:30 +00:00
ajacoutot
1990a3855b Update to salt-2014.1.10. 2014-08-10 08:28:13 +00:00
ajacoutot
63b0cb5e2a Update to nagstamon-1.0. 2014-08-10 08:11:06 +00:00
ajacoutot
712f0d4d4c Update to salt-testing-2014.8.5. 2014-08-10 08:09:34 +00:00
ajacoutot
85110fec51 Merge upstream's fix for vte crash.
ok jasper@
2014-08-10 08:05:35 +00:00
ajacoutot
dc2719b7c5 Update to harfbuzz-0.9.34. 2014-08-10 08:01:05 +00:00
ajacoutot
c10b1a8d1c Update to poppler-0.26.3.
input/ok kili@ (maintainer)
2014-08-10 07:56:40 +00:00
ajacoutot
7d65125212 Update to hwdata-0.268. 2014-08-10 07:54:56 +00:00
ajacoutot
3831b0ddaa Put icon under share/pixmaps so that it's found by the desktop file. 2014-08-10 07:51:21 +00:00
ajacoutot
bae57e492e SECURITY update to cups-1.7.5. 2014-08-10 07:49:27 +00:00
ajacoutot
940b20c6a7 +heimdal
ok sthen@
2014-08-10 07:44:57 +00:00
espie
78927d1235 force install without path in xmindpath contrib 2014-08-10 07:25:45 +00:00
espie
91f6fde2ee unhardcode chown 2014-08-09 21:35:09 +00:00
espie
e1f5ffa474 fix .a printed names and such. 2014-08-09 21:34:12 +00:00
espie
748ebf3a92 only chmod files, fixes rights on directories 2014-08-09 21:33:22 +00:00
naddy
59988170cb Update to 1.28. Noteworthy changes in this release:
* New checkpoint action: totals
* Extended checkpoint format specification.
* New option --one-top-level
* New option --sort
* New exclusion options
* Manpages
2014-08-09 19:46:19 +00:00
naddy
a640a965dd update to 4.3 patchlevel 22 2014-08-09 19:44:40 +00:00
jca
74f0b23d8a New homepage. From Stefan Wollny. 2014-08-09 19:39:34 +00:00
jca
b86749e037 Use ${_MASTER_SITE_FREEBSD} instead of hardcoding (outdated) locations. 2014-08-09 19:31:22 +00:00
jca
17056b40d7 The FreeBSD ports-distfiles and local-distfiles infrastructures have
changed.  "go for it" naddy@
2014-08-09 19:29:23 +00:00
espie
93027e6ee4 makefile patch lost +x right on directory, bad when non-root 2014-08-09 16:59:14 +00:00
espie
f750aaf025 specify install command without a path, so that we can override it 2014-08-09 08:11:09 +00:00
naddy
fa713664dc sync 2014-07-30 15:46:04 +00:00
naddy
206193e0e5 Fix segfault in gnome-terminal-server process.
This fix from espie@; ok ajacoutot@ jasper@ robert@

(The tree is still locked.)
2014-07-30 14:30:54 +00:00
naddy
cb348c8075 fix build after SSL compression removal; from brad@ et al. 2014-07-30 14:28:24 +00:00
naddy
54c2cf6621 sync; 8829 2014-07-28 18:28:26 +00:00