aboutsummaryrefslogtreecommitdiff
path: root/sysutils/heirloom
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/heirloom: Document and fix ncurses requirementJohn Marino2016-08-231-3/+4
| | | | | | | Approved by: ncurses blanket Notes: svn path=/head/; revision=420716
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Drop 8.x supportDmitry Marakasov2015-09-033-47/+12
| | | | | | | | | | | - Switch to options helpers - Drop @dirrm* from plist - Explicitly mark suid files as such in plist Approved by: portmgr blanket Notes: svn path=/head/; revision=395957
* Fix powerpc build.Cy Schubert2015-07-221-5/+1
| | | | | | | Submitted by: danfe Notes: svn path=/head/; revision=392653
* Assume maintainership.Cy Schubert2014-12-121-1/+1
| | | | Notes: svn path=/head/; revision=374570
* - Reset maintainership of my portsPietro Cerutti2014-12-101-1/+1
| | | | Notes: svn path=/head/; revision=374492
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-296-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* - STAGE-cleanPietro Cerutti2014-06-132-64/+174
| | | | | | | - Simplify Makefile Notes: svn path=/head/; revision=357657
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-3/+3
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Try a little harder to sanitize the builds: now ensure it builds not only inAlexey Dokuchaev2013-08-302-15/+24
| | | | | | | | | | parallel mode (-jX), but with disabled make jobs as well. While here, evict the trailing spaces at EOL in port description, and reindent it a bit. Reported by: bdrewery Notes: svn path=/head/; revision=325705
* - Attempt to fix parallel build (I've fixed most notable cases, and itAlexey Dokuchaev2013-07-263-15/+79
| | | | | | | | | | | | | allowed my 4-core Q9550 to build it -- but there might be more, since quality of this software (esp. makefiles) is not particularly high - Try to respect CFLAGS in addition to CC, wrap one overly long line - Cleanup Makefile while here: trim header, sort the knobs, employ USES - Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS, add OPTIONS_DEFINE, etc. Reported by: pointyhat-west Notes: svn path=/head/; revision=323715
* - Fix build with clangPietro Cerutti2012-12-032-0/+22
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=308127
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=289563
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Mark as broken on powerpc.Mark Linimon2010-04-011-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=251941
* - Fix utmpx on CURRENTPietro Cerutti2010-01-212-1/+165
| | | | Notes: svn path=/head/; revision=248321
* - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with srcMartin Wilke2009-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=246839
* Fix a SIGSEGV in ps/ps.c when ps is setuid root or when run by root.Cy Schubert2009-03-063-5/+38
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=229594
* - Add patch to work on -CURRENTPietro Cerutti2009-03-022-8/+31
| | | | | | | Submitted by: ed@ via private e-mail Notes: svn path=/head/; revision=229364
* Mark BROKEN on 8: does not build after recent TTY changes.Erwin Lansing2009-01-081-1/+7
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=225515
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Update to 070715Pietro Cerutti2008-04-142-7/+6
| | | | | | | | | - Adopt maintainship Approved by: miwi (mentor) Notes: svn path=/head/; revision=211260
* Fix build on CURRENT after PS_SWAPPINGOUT renameTilman Keskinoz2007-10-051-0/+12
| | | | Notes: svn path=/head/; revision=200910
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-1/+1
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Remove FreeBSD 4.X support from unmaintained ports in categories startingGabor Kovesdan2007-04-201-7/+1
| | | | | | | with letter r-s Notes: svn path=/head/; revision=190445
* - Update to 070227Martin Wilke2007-03-2812-538/+346
| | | | | | | | PR: 110986 Submitted by: trasz Notes: svn path=/head/; revision=188697
* Add support for DESTDIR part I.Erwin Lansing2006-08-041-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=169648
* Unbreak by s/'/"/ in sed commands list.Thierry Thomas2006-07-278-1/+129
| | | | Notes: svn path=/head/; revision=168860
* Fix amd64 buildVasil Dimov2006-02-071-0/+20
| | | | | | | | | | PR: ports/92658 Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> Reworked by: vd Approved by: garga (mentor) Notes: svn path=/head/; revision=155408
* Update to 060122Marcus Alves Grando2006-01-242-6/+6
| | | | | | | | | | portlint(1) PR: 92245 Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> Notes: svn path=/head/; revision=154340
* - Update to 051118Sergey Matveychuk2006-01-224-155/+341
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=154177
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Reset maintainer per his request. We hope to see him back soon.Mark Linimon2005-12-021-1/+1
| | | | Notes: svn path=/head/; revision=150183
* Fix BUILD_DEPENDS.Thierry Thomas2004-06-121-1/+2
| | | | | | | | Submitted by: maintainer Reported by: Kris / pointyhat. Notes: svn path=/head/; revision=111331
* Add heirloom 040603, the Heirloom Toolchest is a collection ofThierry Thomas2004-06-078-0/+593
standard Unix utilities. PR: 67547 Submitted by: Cyrille Lefevre Notes: svn path=/head/; revision=111026