Commit graph

11745 commits

Author SHA1 Message Date
Ade Lovett
72697b59f8 Update to 1.9.4 2004-12-28 06:43:02 +00:00
Joe Marcus Clarke
89f0921b9b We don't need to distinuish between %%LOCALBASE%% and %D anymore in the plist. 2004-12-28 03:28:02 +00:00
Joe Marcus Clarke
2928edd19a ${X11BASE}/libdata/pkgconfig was added to mtree, so we no longer need to
handle it here.

Reported by:	pointyhat via kris
2004-12-28 03:26:25 +00:00
Joe Marcus Clarke
60c0fdbc6d Be sure to create the empty lib/gettext directory during package creation.
Spotted by:	pav
2004-12-28 02:16:39 +00:00
Joerg Wunsch
9b9c4750c1 Upgrade to binutils 2.15.
Revert from USE_LIBTOOL to binutil's own libtool, as libtool13 could
not grok the --without-pic option, and the configure script is not
prepared to handle libtool15 (yet) which in turn could have understood
--without-pic.  Sigh.  At least, that way we can avoid the overhead
of building all the unneeded shared libs.

Still, libtool insists on installing libbfd.la.  As this file is really
small, I give in, and added it to pkg-plist.
2004-12-27 22:58:17 +00:00
Edwin Groothuis
869609f3f8 Disable test suit for the time being.
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-12-27 22:51:17 +00:00
Joerg Wunsch
3d60c46bc2 Fix pkg-plist. Obviously, recent versions of doxygen produce a different
set of files out of the same source. :-/
2004-12-27 21:17:31 +00:00
Lars Thegler
a15151c11e Add p5-IO-CaptureOutput 1.02, capture STDOUT/STDERR from subprocesses
and XS/C modules.
2004-12-27 17:18:18 +00:00
Joerg Wunsch
b2c7001f56 Fix pkg-plist. (Remove two shared directories.) 2004-12-27 15:47:51 +00:00
Lars Thegler
dbf14f2962 Add p5-Test-MockModule 0.04, override subroutines in a module for unit
testing.
2004-12-27 14:50:44 +00:00
Volker Stolz
b3cb3518b1 Add file missed in previous commit 2004-12-27 11:42:35 +00:00
Volker Stolz
006ecc902e - Add some suppression files & fix packaging[1]
(bump PORTREV)
- Warn if USER_LDT is not present in 4.x-kernel [2]

PR:		ports/71832 [1]; ports/75436 [2]
Submitted by:	Frerich Raabe;   maintainer
2004-12-27 11:41:40 +00:00
Edwin Groothuis
9d35f2979e Welcome to the second epoch bump of devel/sdl12 due to compilation
problems on 4.x:

See the following thread in
http://twomix.devolution.com/pipermail/sdl/2004-December/thread.html:
	[SDL] Can not compile SDL with gcc < 3.1 (3 messages)

Up to now no fix in their cvs repository:
	http://www.libsdl.org/cgi/cvsweb.cgi/SDL12/src/video/
2004-12-26 21:54:46 +00:00
Thierry Thomas
0de0ec5b0b Fix plist and bump PORTREVISION.
PR:		ports/75506
Submitted by:	maintainer.
2004-12-26 17:06:35 +00:00
Sergey Matveychuk
c71f872b94 - Fix plist on 4.x
Submitted by:	pointyhat via kris
2004-12-26 11:50:10 +00:00
Lars Thegler
47cea381a5 Removed patch residue
reported by:	pointyhat via kris
2004-12-26 11:34:07 +00:00
Thierry Thomas
3d4ff15bb4 Upgrade to 2.0.
The major changes compared to the Chora 1.x versions are:
	* Subversion support
	* Patchset information
	* Cvsgraph integration
	* Simple commit statistics
	* Access keys.
	* mod_rewrite support for prettier URLs.
2004-12-26 10:26:54 +00:00
Akinori MUSHA
a9d12038cb Update to 3.3.1. 2004-12-25 22:00:44 +00:00
Akinori MUSHA
644871a13b Update to 0.8.0. 2004-12-25 21:50:36 +00:00
Akinori MUSHA
e42bdbab4b Back out the previous commmit and fix installation.
Please do not break my port just to satisfy portlint..
2004-12-25 21:39:35 +00:00
Akinori MUSHA
923fa401cc Update to 0.2.5. 2004-12-25 21:34:57 +00:00
Akinori MUSHA
9af30db32e Add ruby-io-reactor, a Ruby module that implements an asynchronous
multiplexeded IO Reactor.
2004-12-25 19:51:40 +00:00
Akinori MUSHA
12abfcb4cc Update to 0.1.3. 2004-12-25 18:32:47 +00:00
Mario Sergio Fujikawa Ferreira
5bb578428d Remove deprecated USE_SIZE 2004-12-25 11:43:58 +00:00
Edwin Groothuis
e7df52d206 Add pcre to the USE_PHP variable.
Noticed by: pointyhat
2004-12-25 09:10:17 +00:00
Sergey Matveychuk
59afaf2b29 - Fix install
Pointed out by:	pointyhat via kris
2004-12-25 08:43:37 +00:00
Alexey Dokuchaev
4d98319b70 Unbreak the build with recent GCC. 2004-12-24 15:23:27 +00:00
Sergey Matveychuk
8e673f82a7 - Update devel/rvm to 1.10
PR:		ports/74035
Submitted by:	Radim Kolar <hsn(at)netmag.cz>
Reviewed by:	maintainer (timeout: 2 weeks from second remind)
2004-12-24 12:57:08 +00:00
Sergey Matveychuk
19acb22d90 - Update devel/boost to 1.32.0
- Add slave devel/boost-python port
- Remove devel/spirit because of it's a part boost now

PR:		ports/75377
Submitted by:	Simon Barner <barner(at)gmx.de> (maintainer)
2004-12-24 12:23:12 +00:00
Mario Sergio Fujikawa Ferreira
b908acd9c8 o Update to 1.3
- Includes support for Python 2.4
- Fix a memory leak when using the profiler
- Built-in functions that read the local variables -- locals(),
  eval(), execfile(), vars(), dir(), input() -- now work correctly

Approved by:	maintainer (2 weeks timeout)
2004-12-24 09:27:07 +00:00
Sergey Skvortsov
926e4d0675 Update to 1.0.1 2004-12-24 08:49:25 +00:00
Joe Marcus Clarke
4a2efaa439 Remove the empty lib/gettext directory.
Reported by:	pointyhat via kris
2004-12-24 08:38:44 +00:00
Joe Marcus Clarke
7b4e3eab41 Update to 2.6.8. 2004-12-24 04:52:17 +00:00
Jeremy Messenger
b2528d992a Update MASTER_SITES for 2.3 -> 2.4. 2004-12-23 20:29:05 +00:00
Mathieu Arnold
e524f8aea6 Update to 0.86
Autogenerate EXAMPLESDIR plist
2004-12-23 14:01:10 +00:00
Nik Clayton
41f61269b1 Add an appropriate MASTER_SITE_SUBDIR assignment so that the distfile can
be found.
2004-12-23 12:50:41 +00:00
Alexey Dokuchaev
602729a7e1 Fix build with GCC 3.4.2, and unbreak. 2004-12-23 10:48:05 +00:00
Alexey Dokuchaev
00c5c75ce3 - Unbreak (fix C++ issues)
- Add missing word in COMMENT line
- Bump PORTREVISION since we patch file that will get installed
2004-12-23 10:38:20 +00:00
Lars Thegler
004ca53675 - Update to 0.50 2004-12-23 10:15:38 +00:00
Kirill Ponomarev
14d8295472 Bump shlib version for graphics/sdl_gfx and bump PORTREVISION for
depended ports.
2004-12-23 10:10:15 +00:00
Norikatsu Shigemura
d9ed90620d Reset MAINTAINER to ports@.
We cannot contact them for a long time.

Discussed with:	hrs
Approved by:	kiri(blanket), mita(blanket),
		shige(blanket), taoka(blanket)
2004-12-23 09:32:50 +00:00
Norikatsu Shigemura
617938836d Clean up SQLite and related ports.
o Move databases/sqlite to databases/sqlite2.
o Fix dependency on databases/sqlite.
o Update sqlite2 to 2.8.15.
o Bump PORTREVISION, accordingly.

Approved by:	portmgr, maintainers of sqlite and related ports
2004-12-23 08:25:47 +00:00
Sergey Skvortsov
ac8dacab33 Fix pkg-plist.
Pointed by:	kris
2004-12-23 08:21:39 +00:00
Edwin Groothuis
a1e354b0a9 New port games/wormux and patch for devel/clanlib-devel
This port requires devel/clanlib-devel. But there is unresolved
	symbol in libclanGL.so. This is path for devel/clanlib-devel.

PR:		ports/75186
Submitted by:	Anton Yudin <toha@toha.org.ua>
Approved by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
2004-12-23 07:29:42 +00:00
Edwin Groothuis
05070ad12d Upgrade devel/sdl12 to 1.2.8
Nearly all changes are fixes, no API breakages, no version bump.
2004-12-23 06:02:04 +00:00
Dejan Lesjak
5870a4864c Bump PORTREVISION, since html manpages are no longer built/installed
and that changes packaging content.
2004-12-23 05:31:04 +00:00
Edwin Groothuis
dcf18bc770 devel/asis: must build without -fno-strict-aliasing
ASIS is build using the GCC that comes from the GNAT port,
	which is a 2.8.1-based compiler that neither supports nor
	needs -fno-strict-aliasing, which is now present in the
	system default CFLAGS value. To allow this port to build
	on a recent -CURRENT, this CFLAGS setting thus needs to be
	overridden by the port's Makefile.

PR:		ports/75376
Submitted by:	Thomas Quinot <thomas@cuivre.fr.eu.org>
2004-12-23 01:39:18 +00:00
Eric Anholt
c90ee83f03 Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2
DRI drivers are incompatible with the old libGL in XFree86, they have been
repocopied to graphics/xfree86-dri.  Also note that with this commit the html
manpages are going away, and with it the runtime dependency on perl for the
imake port.

Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt

Props to:	kris (multiple cluster runs and sorting through logs)
		lesi (fixing all the issues in those logs, and more)
2004-12-23 01:35:49 +00:00
Thierry Thomas
89f5b9eee1 Upgrade to 1.2.2. 2004-12-22 21:41:46 +00:00
Vanilla I. Shu
ba4971a2b6 Fix pkg-plist.
PR:		ports/75424
Submitted by:	pirzyk@
2004-12-22 20:11:29 +00:00