1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 11:40:31 -04:00
Commit graph

5 commits

Author SHA1 Message Date
Mathieu Arnold
6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00
Brooks Davis
7eeab3d6e6 Update to 2.2.2
PR:		ports/154568
Submitted by:	Ruslan Mahmatkhanov
2011-02-11 18:12:28 +00:00
Brooks Davis
3328e736fa Move to the new distribution site on googlecode and upgrade to 2.1.1. 2010-12-08 23:46:28 +00:00
Brooks Davis
7b81defd3b Upgrade to 1.4.3 which fixes all of the bugs I had patched around and more.
Prodded by:	Michael <postmaster at softsearch dot ru> (ages ago),
		portscout (via miwi)
2009-02-13 20:11:13 +00:00
Brooks Davis
a4694ad913 Fix a couple bugs and remove the IGNORE variable:
- select can be interrupted and return EINTR so we need to loop around it
   while it does so rather than treating it as a fatal error.
 - all process creations are matched with a wait() so having a SIGCHLD
   handler that performs a wait(-1) is pointless and racy.  We tend to
   loose the race over half the time and as a result were reporting
   successful processes as failed.

Add a couple features:
 - Skip commented lines in the host specification.
 - Allow '-' as an alias for stdin in the host file specification.
2007-07-06 20:30:24 +00:00