93889 Commits

Author SHA1 Message Date
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
espie
28b7bc2ff3 bulk-fix: prevent chromium from picking up installed libv8
okay sthen@
2014-07-28 12:33:47 +00:00
ajacoutot
67675a29fe Unbreak build.
ok sthen@ jasper@
2014-07-28 09:49:44 +00:00
kili
8fe8e948eb Rename rc scripts of apache-httpd to apache resp. apache2 to get rid
of a conflict with base httpd.

ok sthen@
2014-07-27 10:51:37 +00:00
naddy
39264c5be6 Fix chroot instructions to work with the perl version we ship in 5.6.
While here, drop some obsolete configuration examples and tweak the
default man.cgi URL.
ok espie@
2014-07-26 19:38:03 +00:00
juanfra
95a08f3f70 Unbreak Racket on i386 changing the default GC to Senora.
Matthew Flatt (Racket) suggested to change the default GC instead of
to patch the outdated version of Boehm included with Racket.

Problems on i386 reported by sthen@. Tested on amd64 and i386 by me.

OK sthen@ jasper@.
2014-07-26 18:03:31 +00:00
zhuk
b15d2f4b20 Tweak python3 @conflicts for py-setuptools and py-distribute right.
Spotted by naddy@, rpointel@ (MAINTAINER) agrees with the fix.

okay espie@
2014-07-26 11:26:46 +00:00
pascal
b7bbd19079 Fix detection of arc4random.
ok brad@ sthen@
2014-07-26 09:27:29 +00:00
naddy
69f2eef9a7 Skip linuxism to fix build on LP64 archs that aren't amd64.
While here, remove the mistaken NO_TEST.

ok sthen@
2014-07-25 22:03:30 +00:00
brad
9d8eef2c55 Fix LZO integer overflow issues. CVE-2014-4610
ok sthen@
2014-07-25 20:37:58 +00:00
naddy
0d0160ad6a Work around a missing Makefile rule to derive a .lo from a source file
in a subdirectory; fixes the build on sparc64.

While here, don't run autoconf.  Nothing requires it.

ok jca@
2014-07-25 20:24:51 +00:00
zhuk
0ea76f6c1f Apply a hammer to kdevelop and digikam-kde4 since OBJECT_DEPENDS
doesn't work as advertised. To be investigated later, and we need
reliable builds now.

okay naddy@ who probably hates those ports now
2014-07-25 17:45:58 +00:00
landry
e0febff2aa Pass --enable-gstreamer=1.0 and add gstreamer1/plugins-base to BDEP, so
that TB is in sync with firefox. Fixes espie's build issue where
configure would choke on missing gst-plugins-base. Bump REVISION-main to
be on the safe side.
2014-07-25 17:26:18 +00:00
zhuk
5243b5979d Bring back BUILD_DEPENDS+=graphics/opencv,-java hack; will be dealt
properly in OpenCV post-release.

failed again at naddy@'s
2014-07-25 15:05:32 +00:00
jsing
5415a2a317 The size of if_msghdr changed with r1.156 of net/if.h, which means that
the various Sizeof*MsgHdr constants are now incorrect. This results in
various problems when attempting to parse the routing messages. Fix this
by respecting the header length returned from the kernel.

Makes regress pass again...

ok sthen@
2014-07-25 14:39:41 +00:00
jsing
8ab8f40717 Update lang/go to version 1.3.
ok matthew@ naddy@ sthen@
2014-07-25 13:36:55 +00:00
ajacoutot
1d64b02099 Properly include stock icons in the library.
Originally reported by maja@

ok sthen@ jasper@
2014-07-25 12:12:54 +00:00
zhuk
11980a23e7 The sort(1) is more clever than me. 2014-07-25 12:03:44 +00:00
zhuk
473d7c6106 Print understandable error in case we didn't find where to place new
REVISION mark instead of cryptic Perl warnings.
2014-07-25 12:03:14 +00:00