Commit graph

24 commits

Author SHA1 Message Date
Pietro Cerutti
c2972fcd0a - Fix build with clang
Feature safe:	yes
2012-12-03 09:10:19 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Mark Linimon
389b87950f Mark as broken on powerpc.
Hat:		portmgr
2010-04-01 06:44:48 +00:00
Pietro Cerutti
40d378fcb7 - Fix utmpx on CURRENT 2010-01-21 21:18:25 +00:00
Martin Wilke
8ca9f0d689 - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with src
PR:	ports/136065 ports/127469
Submitted by:	N.J. Mann <njm@njm.me.uk> and Aldis Berjoza <killasmurf86@gmail.com>

- Early identify port CONFLICTS

PR:	137855
Submitted by:		Piotr Smyrak <smyru@heron.pl>

- Add --no-same-permissions to the EXTRACT_AFTER_ARGS command.

Tijl Coosemans has been reported an issue that when root is extracting from the
tarball, and the tarball contains world writable files
(sysutils/policykit as an example), there is a chance that the files
gets changed by malicious third parties right after the extraction,
which makes it possible to inject code into the package thus compromise
the system.

Submitted by:	Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@)

- Fix some whitespaces

Tested with:	exp-run
2009-12-29 10:25:55 +00:00
Cy Schubert
21df3ce841 Fix a SIGSEGV in ps/ps.c when ps is setuid root or when run by root.
kvm_t kv was not set to zero and therefore kvm_open(3) was not called.

Fix another SIGSEGV in ps caused by the -O compile flag) when the -ef
flags are passed to ps.

Approved by:	gahr (maintainer)
2009-03-06 23:18:41 +00:00
Pietro Cerutti
7c8ecf9e01 - Add patch to work on -CURRENT
Submitted by:	ed@ via private e-mail
2009-03-02 19:56:56 +00:00
Erwin Lansing
ea4bdbb32d Mark BROKEN on 8: does not build after recent TTY changes.
Submitted by:	pointyhat
2009-01-08 18:12:55 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Pietro Cerutti
8a3c3590cb - Update to 070715
- Adopt maintainship

Approved by:	miwi (mentor)
2008-04-14 20:07:13 +00:00
Tilman Keskinoz
c63adb00c6 Fix build on CURRENT after PS_SWAPPINGOUT rename 2007-10-05 13:48:41 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Gabor Kovesdan
053520453d - Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter r-s
2007-04-20 15:12:29 +00:00
Martin Wilke
eb20619816 - Update to 070227
PR:             110986
Submitted by:   trasz
2007-03-28 21:54:41 +00:00
Erwin Lansing
50513d5d52 Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006
2006-08-04 12:34:50 +00:00
Thierry Thomas
4adef23672 Unbreak by s/'/"/ in sed commands list. 2006-07-27 07:55:12 +00:00
Vasil Dimov
134ef31226 Fix amd64 build
PR:		ports/92658
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
Reworked by:	vd
Approved by:	garga (mentor)
2006-02-07 10:44:12 +00:00
Marcus Alves Grando
2b75f75938 Update to 060122
portlint(1)

PR:		92245
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
2006-01-24 12:06:17 +00:00
Sergey Matveychuk
6a7db6ceec - Update to 051118
There have been major changes since 040603, including introduction of
  POSIX.1-2001 support.  This should be considered a major update.

PR:		ports/92159
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
2006-01-22 18:49:14 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Mark Linimon
7359600566 Reset maintainer per his request. We hope to see him back soon. 2005-12-02 02:05:39 +00:00
Thierry Thomas
7aef6172f3 Fix BUILD_DEPENDS.
Submitted by:	maintainer
Reported by:	Kris / pointyhat.
2004-06-12 11:59:18 +00:00
Thierry Thomas
23ced3ff9e Add heirloom 040603, the Heirloom Toolchest is a collection of
standard Unix utilities.

PR:		67547
Submitted by:	Cyrille Lefevre
2004-06-07 19:29:09 +00:00