Commit graph

86321 commits

Author SHA1 Message Date
Adam Weinberger
c30cb1f3d8 The description implied that we didn't need help tracking down
the memory problem with this game. Change the wording accordingly,
and explicitly beg for help.
2003-10-16 14:08:46 +00:00
Alexander Nedotsukov
e6c08ebb5b Fix memory access after free().
This was a source of SIGBUS in print/printpreview on -CURRENT.

Reported by: Jacek Wotka <cn@team-fatal.com>
2003-10-16 13:56:59 +00:00
Mathieu Arnold
f616b23d9d Add p5-Devel-Size 0.58,
Perl extension for finding the memory usage of Perl variables.
2003-10-16 13:11:54 +00:00
Mathieu Arnold
f3ff6b66c7 Add p5-Devel-Trace 0.10,
Print out each line before it is executed (like sh -x).
2003-10-16 13:02:31 +00:00
Mathieu Arnold
a34c33ffe9 Add p5-Crypt-CBCeasy 0.24,
Easy things make really easy with Crypt::CBC.
2003-10-16 12:49:03 +00:00
MANTANI Nobutaka
1d5f34b20f Correct pkg-plist. 2003-10-16 12:21:43 +00:00
Munechika SUMIKAWA
a1e3a86c2e Upgrade to 1.2.8.rc1 and fix dependency.
PR:		ports/58118
Submitted by:	Martijn Lina <martijn@pacno.net>
2003-10-16 11:45:48 +00:00
Mathieu Arnold
f5b16f6061 Update to 0.21 2003-10-16 11:19:44 +00:00
Max Khon
f1c183c944 Unbreak build on -CURRENT. Maintainer informed. 2003-10-16 11:12:12 +00:00
Sergey Skvortsov
70ccd43411 Add p5-POE-Exceptions 0.03, POE class for handling exceptions. 2003-10-16 10:20:59 +00:00
Sergey Skvortsov
32748a50c2 Updated to 0.06
PR:		ports/58086
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
2003-10-16 10:12:01 +00:00
Ollivier Robert
d5d9e99c73 Restrict this port to i386 architecture, I don't know of any VAIO using
anything else than Wintel.
2003-10-16 10:11:13 +00:00
Ollivier Robert
5538253cee Fix the previous fix by properly replacing \ at the end of
the lines with \n\

Pointy hat to: roberto
2003-10-16 10:05:33 +00:00
Dima Dorfman
27a30e91e2 jabber-aim != jabber-jud
Approved by:	maintainer timeout
2003-10-16 10:00:50 +00:00
Munechika SUMIKAWA
78b2490e2d Do not build this port on alpha and sparc64 since APM is not supported
on them.
2003-10-16 09:58:21 +00:00
Dima Dorfman
7e33379c83 Upgrade to 1.9.7.
PR:		57809
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-16 09:56:30 +00:00
Sergey A. Osokin
c64bf98a2f Fix build on -CURRENT [1]
Also make portlint(1) much more happy:
 remove hyphen from PORTNAME and add PKGNAMEPREFIX;
 fix pkg-plist;
Bump PORTREVISION.

Submitted by:	Cheng-Lung Sung <clsung@dragon2.net> [1],
		osa
PR:		58062
2003-10-16 09:34:30 +00:00
Kirill Ponomarev
ee23979ad1 - Update to 0.9.13
PR:		58112
Submitted by:	maintainer
2003-10-16 09:33:51 +00:00
Edwin Groothuis
c515badd57 This port is only for the i386 architecture.
Noticed by: bento/kris

Approved by:	maintainer
2003-10-16 09:26:32 +00:00
Ollivier Robert
3b6cf62483 Unbreak for CURRENT.
Make it X11BASE/LOCALBASE-clean.

Transfert maintainership to freebsd-ports@ as I don't have a VAIO anymore.
2003-10-16 09:20:37 +00:00
Mark Linimon
af4d8fc609 Fix typo in maintainer address (note the fact that the originator
is correctly typed).
2003-10-16 08:48:06 +00:00
Kirill Ponomarev
63bf19aff0 - Fix build on -current
PR:		58084
Submitted by:	maintainer
2003-10-16 08:41:33 +00:00
Hye-Shik Chang
dc35e9f9c4 Update to 1.3
Notified by:	yakkle <yakkle@hanmail.net>
2003-10-16 08:39:31 +00:00
Kirill Ponomarev
9de2981a64 - Update haproxy to 1.1.25
PR:		58092
Submitted by:	maintainer
2003-10-16 08:34:25 +00:00
Erwin Lansing
e858481833 - Update to 5.9
- add dependency on p5-Storable

Submitted by:	maintainer
2003-10-16 08:02:00 +00:00
Kirill Ponomarev
bd5406af87 - Unbreak this port on -current
- Maintainer informed

PR:		58094
Submitted by:	Michael Edenfield <kutulu@kutulu.org>
2003-10-16 08:01:27 +00:00
Kirill Ponomarev
8581351dbd - Unbreak this port on -current
- Maintainer informed

PR:		58093
Submitted by:	Michael Edenfield <kutulu@kutulu.org>
2003-10-16 07:52:01 +00:00
Dima Dorfman
bae6f46a0f Removed empty file. 2003-10-16 07:18:51 +00:00
Dima Dorfman
c87c87d74f Upgrade to 1.9.7.
PR:		57810
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-16 07:11:25 +00:00
Mark Linimon
f53477fcd4 Add www. 2003-10-16 06:44:22 +00:00
Adam Weinberger
7fa399c32d Clean up USE_GNOME list. 2003-10-16 06:01:48 +00:00
Hye-Shik Chang
a04c65dddb - Enable restricting compatible python versions by USE_PYTHON
eg)
    USE_PYTHON=     yes     # backward compatible
    USE_PYTHON=     2.2     # same as PYTHON_VERSION=python2.2
    USE_PYTHON=     2.1+    # 2.1 at least
    USE_PYTHON=     2.0-2.2 # from 2.0 to 2.2
    USE_PYTHON=     -2.3    # up to 2.3. 2.4 is not allowed.

- Introduce a new variable, PYTHON_PKGNAMESUFFIX for ports that is
  more popular without 'py-' prefix like Mailman or Zope.

Reviewed by:	silence on ports@
2003-10-16 05:58:53 +00:00
Edwin Groothuis
df41c55859 Added patches to get it compiling on -current.
Informed maitna.er
2003-10-16 05:38:54 +00:00
Hye-Shik Chang
d01c77a494 Add alpha to list of 64bit architectures. (This fixes package
building on alpha)

Spotted by:	kris
2003-10-16 05:36:05 +00:00
Edwin Groothuis
443cc9ea79 add several patches to make it compiling on -current again.
Informed maintainer.
2003-10-16 05:34:33 +00:00
Edwin Groothuis
902e992ec1 Reset maintainer:
<satbran@web.de>: host mx-ha01.web.de[217.72.192.149] said: 550
	<satbran@web.de> Benutzer nicht bekannt/User unknown (in reply to RCPT TO
	command)
2003-10-16 05:27:13 +00:00
Edwin Groothuis
f2f20a63b1 Unbreak port by adding lots of \n\'s
Informed maintainer.
2003-10-16 05:20:26 +00:00
Kris Kennaway
79742d9938 Add back previous maintainer: it seems the mail bounce was caused by
problems with the .org TLD.
2003-10-16 05:15:18 +00:00
Hye-Shik Chang
8b02c99cb5 Give an explicit dependency on libiconv to resolve consumer
port's problem on automated build environment.

Spotted by:	kris
2003-10-16 05:14:10 +00:00
Edwin Groothuis
af5431b09b Add USE_XLIB to make the port building on bento. 2003-10-16 05:07:17 +00:00
Hye-Shik Chang
039b799659 Enable WITHOUT_X11 knob.
Suggested by:	Neil Darlow <neil@darlow.co.uk>
2003-10-16 05:03:23 +00:00
Hye-Shik Chang
bdcdb54c36 Update to 0.4.2
PR:		58088
Submitted by:	Jeremy Messenger <mezz7@cox.net>
2003-10-16 04:54:58 +00:00
Kris Kennaway
042afb8649 Before committing the previous BROKEN changes I carefully checked the status
of each port on bento and for recent fixes.  Unfortunately at some point I
got confused and switched to the wrong list :-)  As a result I picked up a
number of ports that were fixed a while ago.  Sorry for the false alarm,
maintainers.

Pointy hat to:	kris
2003-10-16 04:15:48 +00:00
Kris Kennaway
531482e14d Reset bouncing maintainer address 2003-10-16 03:12:15 +00:00
Adam Weinberger
a227e9dec1 Update MASTER_SITES and WWW. 2003-10-16 02:51:20 +00:00
Jun Kuriyama
1fdddb6f1c Grr, cleanup variables. 2003-10-16 02:29:53 +00:00
Jun Kuriyama
83f596adf8 Unbreak on 5.x.
Prodded by:	kris
2003-10-16 02:29:05 +00:00
Kris Kennaway
73f86248bd BROKEN on 5.x: does not compile 2003-10-16 02:26:47 +00:00
Kris Kennaway
8431636b7c BROKEN on 5.x: does not compile 2003-10-16 01:57:27 +00:00
Edwin Groothuis
2b018847da [patch] sysutils/lire: point to DocBook-XML
I build the lire port today, and noticed, that it did not
	pick up docbookx.dtd from DocBook-XML correctly, but it was
	configured to use DocBook-SGML, and it didn't even find
	that .dtd.

	With my patch, `lire' is able procduce HTML output, and
	also probably PDF output (not tested, but it relies on
	DocBook, too).

PR:		ports/57229
Submitted by:	Simon Barner <barner@in.tum.de>
2003-10-16 01:48:33 +00:00