9b9e FreshPorts -- sysutils/heirloom
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
heirloom 070715_3 sysutils on this many watch lists=1 search for ports that depend on this port
The Heirloom Toolchest is a collection of standard Unix utilities
Maintained by: gahr@FreeBSD.org search for ports maintained by this maintainer
Port Added: 07 Jun 2004 19:36:36
License: not specified in port


The Heirloom Toolchest is a collection of standard Unix utilities.
Highlights are:

* Derived from original Unix material released as open source by Caldera. 
* Up to four versions of each utility corresponding to SVID3/SVR4,
  SVID4/SVR4.2MP, POSIX.2/SUSV2, and 4BSD (SVR4 /usr/ucb).
* Support for lines of arbitrary length and in many cases binary input data. 
* Support for multibyte character sets, especially UTF-8. 
* More than 100 individual utilities including bc, cpio, diff, ed, file,
  find, grep, man, nawk, oawk, pax, ps, sed, sort, spell, and tar.
* The cpio utility can read and write zip files, GNU tar files, and
  the cpio formats of Cray UNICOS, SGI IRIX (-K), SCO UnixWare (-c)
  and Tru64 UNIX (-e). It is also available with the pax interface.
* Extensive documentation including a manual page for any utility. 
* Runs on Linux, Solaris, Open UNIX, and FreeBSD. 

WWW: http://heirloom.sourceforge.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. shells/pdksh
  2. devel/gmake
Required To Run:
  1. shells/pdksh
There are no ports dependent upon this port

To install the port: cd /usr/ports/sysutils/heirloom/ && make install clean
To add the package: pkg_add -r heirloom


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/heirloom/heirloom/070715/
  3. http://freefr.dl.sourceforge.net/project/heirloom/heirloom/070715/
  4. http://garr.dl.sourceforge.net/project/heirloom/heirloom/070715/
  5. http://heanet.dl.sourceforge.net/project/heirloom/heirloom/070715/
  6. http://hivelocity.dl.sourceforge.net/project/heirloom/heirloom/070715/
  7. http://ignum.dl.sourceforge.net/project/heirloom/heirloom/070715/
  8. http://internode.dl.sourceforge.net/project/heirloom/heirloom/070715/
  9. http://iweb.dl.sourceforge.net/project/heirloom/heirloom/070715/
  10. http://jaist.dl.sourceforge.net/project/heirloom/heirloom/070715/
  11. http://nchc.dl.sourceforge.net/project/heirloom/heirloom/070715/
  12. http://ncu.dl.sourceforge.net/project/heirloom/heirloom/070715/
  13. http://netcologne.dl.sourceforge.net/project/heirloom/heirloom/070715/
  14. http://osdn.dl.sourceforge.net/project/heirloom/heirloom/070715/
  15. http://space.dl.sourceforge.net/project/heirloom/heirloom/070715/
  16. http://sunet.dl.sourceforge.net/project/heirloom/heirloom/070715/
  17. http://superb-dca3.dl.sourceforge.net/project/heirloom/heirloom/070715/
  18. http://switch.dl.sourceforge.net/project/heirloom/heirloom/070715/
  19. http://tenet.dl.sourceforge.net/project/heirloom/heirloom/070715/
  20. http://ufpr.dl.sourceforge.net/project/heirloom/heirloom/070715/
  21. http://waix.dl.sourceforge.net/project/heirloom/heirloom/070715/

Number of commits found: 24

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
03 Dec 2012 09:10:19
Original commit files touched by this commit  070715_3
gahr search for other commits by this committer
- Fix build with clang

Feature safe:	yes
21 Jan 2012 17:40:15
Original commit files touched by this commit  070715_3
eadler search for other commits by this committer
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
19 Mar 2011 12:38:54
Original commit files touched by this commit  070715_3
miwi search for other commits by this committer
- Get Rid MD5 support
01 Apr 2010 06:44:48
Original commit files touched by this commit  070715_3
linimon search for other commits by this committer
Mark as broken on powerpc.

Hat:            portmgr
21 Jan 2010 21:18:26
Original commit files touched by this commit  070715_3
gahr search for other commits by this committer
- Fix utmpx on CURRENT
29 Dec 2009 10:25:55
Original commit files touched by this commit  070715_3
miwi search for other commits by this committer
- 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
06 Mar 2009 23:18:41
Original commit files touched by this commit  070715_3
cy search for other commits by this committer
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)
02 Mar 2009 19:56:56
Original commit files touched by this commit  070715_2
gahr search for other commits by this committer
- Add patch to work on -CURRENT

Submitted by:   ed@ via private e-mail
08 Jan 2009 18:11:41
Original commit files touched by this commit  070715_1
erwin search for other commits by this committer
Mark BROKEN on 8: does not build after recent TTY changes.

Submitted by:   pointyhat
06 Jun 2008 14:03:26
Original commit files touched by this commit  070715_1
edwin search for other commits by this committer
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)
14 Apr 2008 20:07:13
Original commit files touched by this commit  070715
gahr search for other commits by this committer
- Update to 070715
- Adopt maintainship

Approved by:    miwi (mentor)
05 Oct 2007 13:48:41
Original commit files touched by this commit  070227
arved search for other commits by this committer
Fix build on CURRENT after PS_SWAPPINGOUT rename
04 Aug 2007 11:41:31
Original commit files touched by this commit  070227
gabor search for other commits by this committer
- 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)
20 Apr 2007 15:12:30
Original commit files touched by this commit  070227
gabor search for other commits by this committer
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
  with letter r-s
28 Mar 2007 21:54:41
Original commit files touched by this commit  070227
miwi search for other commits by this committer
- Update to 070227

PR:             110986
Submitted by:   trasz
04 Aug 2006 12:34:50
Original commit files touched by this commit  060122
erwin search for other commits by this committer
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
27 Jul 2006 07:55:12
Original commit files touched by this commit  060122
thierry search for other commits by this committer
Unbreak by s/'/"/ in sed commands list.
07 Feb 2006 10:44:12
Original commit files touched by this commit  060122
vd search for other commits by this committer
Fix amd64 build

PR:             ports/92658
Submitted by:   Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
Reworked by:    vd
Approved by:    garga (mentor)
24 Jan 2006 12:06:17
Original commit files touched by this commit  060122
mnag search for other commits by this committer
Update to 060122
portlint(1)

PR:             92245
Submitted by:   Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
22 Jan 2006 18:49:14
Original commit files touched by this commit  051118
sem search for other commits by this committer
- 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>
22 Jan 2006 02:52:21
Original commit files touched by this commit  040603
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
02 Dec 2005 02:05:39
Original commit files touched by this commit  040603
linimon search for other commits by this committer
Reset maintainer per his request.  We hope to see him back soon.
12 Jun 2004 11:59:19
Original commit files touched by this commit  040603
thierry search for other commits by this committer
Fix BUILD_DEPENDS.

Submitted by:   maintainer
Reported by:    Kris / pointyhat.
07 Jun 2004 19:29:09
Original commit files touched by this commit  040603
thierry search for other commits by this committer
Add heirloom 040603, the Heirloom Toolchest is a collection of
standard Unix utilities.

PR:             67547
Submitted by:   Cyrille Lefevre

Number of commits found: 24

28b7
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
asterisk*Jun 19
asterisk10*Jun 19
clamav*Jun 19
clamav-devel*Jun 19
cyrus-imspd*Jun 19
glpi*Jun 19
otrsJun 19
otrsJun 19
tshark*Jun 19
tshark-lite*Jun 19
wireshark*Jun 19
wireshark-lite*Jun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18

15 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24569
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 3
new 48 hours10
new 7 days30
new fortnight85
new month175

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0