1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
Commit Graph

11768 Commits

Author SHA1 Message Date
Sergey Matveychuk
386f566e15 - Fix build on 4.x (increase the max template depth)
PR:		ports/75723
Submitted by:	Simon Barner <barner(at)gmx.de>
Approved by:	portmgr (marcus)
2005-01-02 23:04:26 +00:00
Kirill Ponomarev
91f0f58ac5 Fix plist.
Approved by:	portmgr (implicit)
2005-01-02 13:03:09 +00:00
Kris Kennaway
648dc869a9 BROKEN: Missing dependency
Approved by:    portmgr (self)
2005-01-02 01:57:40 +00:00
Kris Kennaway
502f124782 BROKEN on alpha: Does not compile
Approved by:    portmgr (self)
2005-01-02 01:07:46 +00:00
Kris Kennaway
1ce09cf697 BROKEN on alpha: Does not build
Approved by:    portmgr (self)
2005-01-02 01:04:36 +00:00
Kris Kennaway
1a9f977f3f BROKEN on 4.x: Does not compile
Approved by:    portmgr (self)
2005-01-02 00:56:40 +00:00
Kris Kennaway
857b2a8349 Does not compile on alpha
Approved by:	portmgr (self)
2005-01-02 00:39:24 +00:00
Kris Kennaway
b06b1262bc Partially fix package building by adding a dependency on Xvfb in the
PACKAGE_BUILDING case.  Mark BROKEN because this package does not
build with python 2.4.

Approved by:	portmgr (self)
2005-01-01 22:21:26 +00:00
Alexander Leidinger
64cf27c85d Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.

It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).

This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).

Changes:
 - change the default linux_base from v7 to v8
 - add a newer freetype to linux_base-8 for nicer fonts display [1]
 - don't let cpio use hardlinks in the linux_base-8 port to quiet some
   warnings in some cases [2]
 - fix a cut&past error in the linux_base-8 pkg-install script [3]
 - convert the binary knob "USE_LINUX" to a version specifier, e.g.
   USE_LINUX=<value> specifies a dependency upon
   emulators/linux_base-<value>, exceptions are a value of "7" (which
   does what you want and adds a dependency to linux_base) and any
   value without a corresponding port in
   PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
   the default linux_base)
 - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
   this allows us to use the USE_LINUX_PREFIX knob for linux_base and
   paves the way for splitting up future linux base ports into
   individual pieces
 - remove RESTRICTED from some GPL licensed ports, even when we only
   distribute binaries, we get them from official linux sites, so
   anyone can grab them there if he needs to
 - add a dependency upon the linux X11 bits where necessary (based upon
   guesswork)
 - don't use USE_X_PREFIX in some linux ports since it adds a dependency
   to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
   solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
 - bump the portrevision of the linux ports ("better safe than sorry"
   algorithm)
 - pass maintainership of the important linux infrastructure to a
   mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
   doesn't like this: tell us your bikeshed color at freebsd-emulation@,
   my color would be "linuxolator@" in case someone cares...)
 - add a pkg-install script for linux-fontconfig, but don't use it;
   everything should work without it (the FreeBSD fc-cache program should
   do all the work), but in case we need it we just need to decomment the
   pkg-install part in the Makefile
 - fix some dependencies
 - fix some bugs
 - add some static plists
 - unbreak the ports with dependecies to more than one linux_base

This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.

Known bugs:
 - the linux-mesa and linux-devtools ports install libGL*.so symlinks
 - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
   the linux X11 port, so linx_Base-8 moans at deinstall time)

Future work (interested souls should coordinate with freebsd-emulation@):
 - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
   or modify the behavior of USE_XLIB in the USE_LINUX case
   AFAIK trevor has some patches.
 - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
   the PREFIX?= workaround in some linux ports
   Should be discussed/coordinated on/with x11@.
 - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
 - update to a more recent linux base

PR:			69997, 70539 (and maybe others)
Discussed with/on:	java@, x11@, trevor, portmgr
Tested by:		mezz, portmgr, pointyhat
RPM hunted down by:	Joseph Gelinas <scirocco@tasam.com> [1]
Requested by:		portmgr [2]
Submitted by:		kris [3]
Approved by:		portmgr
2004-12-31 18:24:10 +00:00
Oliver Lehmann
b4d7d61581 update to libzvbi 0.2.11 2004-12-31 11:36:46 +00:00
Munechika SUMIKAWA
a033656a8c gonzui is a source code search engine for accelerating open source
software development. In the open source software development,
programmers frequently refer to source codes written by others. Our
goal is to help programmers develop programs effectively by creating a
source code search engine that covers vast quantities of open source
codes available on the Internet.

WWW: http://namazu.org/~satoru/gonzui/
2004-12-30 18:41:48 +00:00
Mathieu Arnold
eae4b6d48d Update to 3.04
Add docs
2004-12-30 12:21:58 +00:00
Edwin Groothuis
f89ced56a9 Add NO_BUILD=yes since the do-build is commented out.
Noticed by: PointyHat Building Clusters Ltd.
2004-12-30 03:08:55 +00:00
MANTANI Nobutaka
fabbcf8b6b Remove patch-mach_dep.c.
This file should have been removed in previous update.

Pointed out by:	Scott Robbins <scottro@nyc.rr.com>, kris
2004-12-30 00:16:26 +00:00
Lars Thegler
3c63b2bc93 Update to 1.24 2004-12-29 22:53:16 +00:00
Pete Fritchman
866ee92c16 * update to 1.0
PR:		74848
Submitted by:	Phil Oleson <oz@nixil.net>
2004-12-29 20:43:25 +00:00
MANTANI Nobutaka
f2a397c5ea Update to 6.4. 2004-12-29 15:17:42 +00:00
Cheng-Lung Sung
6d93cf00dc - This module prototypes the Perl 6 'exported' and 'exportable' traits
in Perl 5.

PR:		ports/73485
Submitted by:	Yuan-Chung Hsiao <ychsiao AT ychsiao dot idv dot tw>
2004-12-29 01:35:12 +00:00
Thierry Thomas
a935fb1183 Add ocaml-equeue 2.0.1, the Equeue library for OCaml.
PR:		69422
Submitted by:	David JULIEN
2004-12-28 22:38:04 +00:00
Pav Lucistnik
821a521b51 - Switch to MASTER_SITE_SOURCEFORGE, osdn is unbearably slow 2004-12-28 20:45:49 +00:00
Pav Lucistnik
fa4ae56766 - Stop taking care of share/gnome/vfolders, it's now part of gnomehier 2004-12-28 20:31:28 +00:00
Joe Marcus Clarke
2b993a1e84 * Update to 0.10
* Move to a LOCALBASE PREFIX since gnome-vfs support was removed
* Cleanup leftover mimeinfo.cache files
* Make more portlint-friendly

Approved by:	maintainer (blanket)
2004-12-28 19:14:13 +00:00
Mathieu Arnold
925d8c28e5 Update to 0.06
Add docs
2004-12-28 13:04:55 +00:00
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