Commit Graph

143182 Commits

Author SHA1 Message Date
Pav Lucistnik
d7f81e2676 - Fix WWW
Reported by:	Brooks Davis <brooks@one-eyed-alien.net>
2006-01-24 08:33:06 +00:00
Pav Lucistnik
f5992a25f1 - Record dependency on iconv
Reported by:	krismail
2006-01-24 08:29:42 +00:00
Pav Lucistnik
b5c298d25f - Add another master site
PR:		ports/92244
Submitted by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw> (maintainer)
2006-01-24 08:27:18 +00:00
Cheng-Lung Sung
7b0c9cf67a - Update www/p5-Handel from version 0.31 to 0.32
PR:		92227
Submitted by:	hideo (maintainer)
2006-01-24 08:04:12 +00:00
Pav Lucistnik
ce65ce37e0 Clone of the strategy board game 'Blokus'. Four players must place
as many of their 21 pieces on the board as possible while preventing
others from doing the same.

This is made difficult by the fact that a piece played by a player
must touch another of the player's pieces, but only at their corners
(a player's first piece must touch a board corner).

The game is over when no player can play any new pieces. The winner
is the player with the fewest & smallest pieces remaining. Bonus
points are awarded for playing all pieces.

Features a tweakable AI to take the place of any human players.

WWW: http://blokish.sourceforge.net/

PR:		ports/91961
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
2006-01-24 07:50:14 +00:00
Anton Berezin
c5a4de3c1d Update to 3.23. 2006-01-24 07:49:41 +00:00
Pav Lucistnik
3217bcc878 - Update to 0.103
PR:		ports/92172
Submitted by:	Miguel Mendez <mmendez@energyhq.be> (maintainer)
2006-01-24 07:47:36 +00:00
Edwin Groothuis
295732eff2 Small tool to check the necessary lines in the distinfo files, based
on the contents of the distinfo files.

#
# Small tool to find distinfo with missing MD5/SHA256/SIZE statements,
# based on the assumption that if there is one of the MD5/SHA256/SIZE
# statements, then there should be all of them (except for SIZE
# when MD5/SHA256 is set to IGNORE).
#
# Usage: distinfochecker [-v] [-d directory]
# -v    - verbose (print)
# -d    - use directory instead of /usr/ports
#
2006-01-24 07:30:07 +00:00
Alex Dupre
98bb6c6c4c Add a fix to another deficency of php devs that think FreeBSD is (D)evil:
- re-enable persistence support in soap extension
2006-01-24 07:16:40 +00:00
Edwin Groothuis
41ce2d5cf9 SHA256ify
Approved by: krion@
2006-01-24 06:38:31 +00:00
Joe Marcus Clarke
196e09871b Add a missing USE_GETTEXT.
Reported by:	dosirak via kris
2006-01-24 06:38:15 +00:00
Thierry Thomas
0c9dfe0a85 Don't mark BROKEN on amd64, since libsupc++ is no more used.
Tested by:	Pedro F. Giffuni <giffunip (at) yahoo.com>
2006-01-24 06:33:03 +00:00
Edwin Groothuis
6075e8825a SHA256ify (manually checked)
>
> Approved by: krion@
2006-01-24 05:43:37 +00:00
Tom McLaughlin
7738167174 Add mirror site on MASTER_SITE_LOCAL.
Prompted by:	kris
2006-01-24 04:41:29 +00:00
Kris Kennaway
7d24c09057 BROKEN with WITHOUT_NLS: Does not build without gettext 2006-01-24 04:05:15 +00:00
Edwin Groothuis
41dd8d3092 SHA256ify (manually checked)
Approved by: krion@
2006-01-24 03:59:35 +00:00
Kris Kennaway
6c5210bdd5 BROKEN with WITHOUT_NLS: Does not build without gettext 2006-01-24 03:45:18 +00:00
CHOI Junho
128b0a5cf6 Activate linm, mc-style terminal file manager. 2006-01-24 03:28:14 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Kris Kennaway
14d7d12a05 BROKEN with WITHOUT_X11: Configure fails without X support 2006-01-24 02:39:33 +00:00
Kris Kennaway
9182ebb0b0 BROKEN when WITHOUT_X11: Broken dependency 2006-01-24 02:26:13 +00:00
James E. Housley
2aa7406102 Fix Patch sites
PR:		92235
2006-01-24 01:47:44 +00:00
Joe Marcus Clarke
2f48f87633 Be sure to use the standard GConf source. 2006-01-24 01:37:03 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Tor Egge
8f82445315 Backport 2002-04-24 fix from newer linuxthreads versions to avoid hangs
or busy wait loop due to race between timeout and pthread_cond_signal.
2006-01-24 01:05:01 +00:00
Yen-Ming Lee
612fe0907a - update to 1.1.1
- assign maintainership to perl@

PR:		92086
Submitted by:	leeym
Approved by:	maintainer
2006-01-24 00:56:41 +00:00
Tor Egge
156af82b83 Fix timeout/cond signal race causing extra restart signal to be generated
but not consumed.
2006-01-24 00:56:27 +00:00
Mark Linimon
18ad5ce26e Fix 'make search' on 4.X. Has no effect on 5.X and 6.X which worked
correctly to start with.

NOTE: if you have your ports tree outside of /usr/ports and don't make your
own INDEX, 'make search' will return no results.  This was a pre-existing
problem which no one had ever noticed.

People with long experience in software can imagine the merriment of
attempting to debug the current problem given this, for themselves.

PR:		ports/92189
Submitted by:	linimon
Fix from	clement
2006-01-23 23:54:22 +00:00
Edwin Groothuis
c8276f2dd3 SHA256ify
Approved by: krion@
2006-01-23 23:49:42 +00:00
Mark Linimon
390e15c842 Fix regression in all-depends-list target on 4.X due to ancient, buggy,
make(1) that does not support -C properly.

PR:		ports/92188, 92189
Submitted by:	tobez, linimon
Patch from:	clement
Tested on:	4.10, 5.4, 6.0
2006-01-23 22:29:26 +00:00
Thierry Thomas
d056c7e4f4 Actually patch-configure can be removed. 2006-01-23 22:25:27 +00:00
Thierry Thomas
4326f204ae Since v. 7.2, gmake is not necessary, and it's possible to remove the
-lsupc++ patch.

Suggested by:	Marc Lehmann <schmorp (at) schmorp.de> (author)
2006-01-23 21:56:19 +00:00
Brooks Davis
a558911631 Document local root exploit in SGE. 2006-01-23 21:29:46 +00:00
Brooks Davis
c4e811d664 Fix a local root exploit in SGE and SGEEE. In sysutils/sge upgrade to
the security release 6.0.7.1.  For sysutils/sge53 and sysutils/sgeee53
(a slave of sge53), patch directly.  While I'm here deprecate SGE 5.3.

Obtained from:	Sun
Security:	57a0242d-8c4e-11da-8ddf-000ae42e9b93 (VuXML)
2006-01-23 21:28:51 +00:00
Mark Linimon
3e974a1f30 Add to hamradio virtual category.
Requested by:	Diane Bruce
2006-01-23 21:23:29 +00:00
Joerg Wunsch
64488459e8 Upgrade to 1.4.3.
As the current doxygen appears to be broken and does no longer build
documentation for dtostre/dtostrf, drop these from pkg-plist.doc by
now.
2006-01-23 21:17:02 +00:00
Pav Lucistnik
da66f3d247 - Zope 3.1 is now 3.2 2006-01-23 21:14:05 +00:00
Mark Linimon
eae991e3b4 Back out last change while problem is being investigated.
Noticed by:	krion
Hat:		portmgr
Pointy hat:	edwin
2006-01-23 21:13:46 +00:00
Tilman Keskinoz
8521332f21 Don't run swig, it is not necessary.
If a user accidently has swig13 installed, the port compiles, but
does not work.

PR:		92109
Reported by:	mhjacks@swbell.net
2006-01-23 21:12:48 +00:00
Pav Lucistnik
83dc61301a - Update to 3.2.0
- Rename to www/zope3

PR:		ports/91818
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
2006-01-23 21:11:17 +00:00
Pav Lucistnik
542585b560 - Abandonware; detonate in two months
- Portlint

PR:		ports/92221
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2006-01-23 21:07:20 +00:00
Pav Lucistnik
29b876340c slst generates statistics from the output of syslog.
With slst one can find tendencies and unexpected changes in the behaviour of
the running processes.

WWW: http://www.vanheusden.com/recoverdm/

PR:		ports/92155
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
2006-01-23 21:03:30 +00:00
Pav Lucistnik
2f95cf14bc - Update to 0.7
PR:		ports/92219
Submitted by:	Ulf Lilleengen <lulf@stud.ntnu.no> (maintainer)
2006-01-23 20:56:51 +00:00
Pav Lucistnik
fecb2f131a - Update to 0.99
PR:		ports/92217
Submitted by:	Dominik Brettnacher <domi@dominik.saargate.de> (maintainer)
2006-01-23 20:52:22 +00:00
Thierry Thomas
f608bc93dc Update to 8.2.0-3.
For Linux, --allow-multiple-definition has been added to the linker
options, but it does not seem useful for us.
2006-01-23 20:47:57 +00:00
Pav Lucistnik
120d63cacb - Drop maintainership. ENOTIME for ports, so let someone else take better care
of them.

Submitted by:	Brad Davis <so14k@so14k.com>
2006-01-23 20:27:33 +00:00
Thierry Thomas
6f68485987 Don't override run-autotools target, this is not necessary with the new
bsd.autotools.mk.

Submitted by:	Igor Pokrovsky <ip (at) doom.homeunix.org> (maintainer)
2006-01-23 20:24:00 +00:00
Pav Lucistnik
7a943468f2 - dusage is a peaceware 2006-01-23 20:21:54 +00:00
Pav Lucistnik
981e5688cb Using a list of pathnames, this program filters the output of du(1) to
find the amount of disk space used for each of the paths (actually, it
collects all values in one single du run). It adds the new value to
the list, shifting old values up. It then generates a nice report of
the amount of disk space occupied in each of the specified paths,
together with the amount it grew (or shrinked) since the previous run,
and since 7 runs ago. When run daily, this gives daily and weekly
figures.

PR:		ports/92139
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
2006-01-23 20:21:39 +00:00
Andrey Slusar
4e5f6fe712 Remove not needed pkg-plist. 2006-01-23 20:14:44 +00:00