1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

116825 Commits

Author SHA1 Message Date
Cheng-Lung Sung
2b144cb24b - now it does install Unix::ConfigFile.3 in perl5.005.
Thanks to tobez@, who suggest and teach me to solve the problem, not just
move the problem to /dev/null.
2004-12-29 16:24:43 +00:00
Pav Lucistnik
2e505f0a09 - Update to 1.0.18
PR:		ports/75448
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Approved by:	snowchyld <mail-libsrs2-freebsd-ports@snowchyld.org> (maintainer)
2004-12-29 16:23:50 +00:00
Sergey Matveychuk
d056068bbf - update to 0.2.2
1) Made MGmDbArrayFree and MGmDbArray source in /libMG/src/libMG.h
      more readable. Fixed a few bad mallocs in MGmDbArrayFree as well.
   2) As per suggestions from John E Hein <jhein@timing.com> in
      libPMGR/src/libPMGR.h removed hard coded paths and changed so
      ports infrastructure files are accessed by using
      $PORTSDIR & $PKG_DBDIR environment vars and fixed hard coded
      path references in /portmanager/portmanager.c
   3) In pmupgrade.c added an abort if error during clean in an attempt
      to halt looping when a port conflict occurs, this is untested so
      temporary for now.
   4) libPMGR/src/PMGRrMakeDescribe.c fixed hard coded paths
   5) pmupgrade.c fixed hard coded paths
   6) pmupgrade.c Major cleanup of code, seperated upgrade routine into
      upgrade, checkForOldDepencies, and PMGRrDoUpgrade routines.
   7) fixed portmanager seg faulting when it self updates.  (thanks to
      "Noah" <admin2@enabled.com> for reporting
   8) Added "HINTS AND TIPS" section to portmanager(1) man page.

PR:             ports/75596
Submitted by:   maintainer
2004-12-29 15:41:05 +00:00
Jun Kuriyama
8967b8d02d Upgrade to 1.4.0. 2004-12-29 15:40:42 +00:00
Sergey Matveychuk
0ea5790b7e - Upgrade to 0.6
* Search port by "make search" (works on FreeBSD 5.3 as well)
  * Bugfix: missing default server support on -o

PR:		ports/75611
Submitted by:	maintainer
2004-12-29 15:36:38 +00:00
MANTANI Nobutaka
f2a397c5ea Update to 6.4. 2004-12-29 15:17:42 +00:00
Archie Cobbs
fbc5e72ec7 Upgrade to version 1.3. 2004-12-29 14:55:37 +00:00
Mathieu Arnold
3c606e457f Make it really use threads when asked to [1]
While I'm here, make it respect CFLAGS

PR:		[1] based on 75349
Submitted by:	[1] Axel Gonzalez <loox@e-shell.net>
2004-12-29 13:45:41 +00:00
Koop Mast
80d951324e Update to version 0.8.3.
Remove -E from reinplace line [1].

Submitted by:	bland [1].
2004-12-29 13:44:01 +00:00
Jun Kuriyama
00cc061408 o Apply ports/73114 (1)
- Update to 20020426a.
    - Update to bsd.java.mk 2.0
    - Register dependencies on textproc/xp and textproc/xml4j
    - Honor hier(7): install docs in DOCSDIR, samples in EXAMPLESDIR
    - Honor NOPORTDOCS
    - Single script with symlinks
    - Use 'classpath' from java/javavmwrapper
o Release maintainership.

PR:		ports/73114
Submitted by:	hq (1)
2004-12-29 13:39:02 +00:00
Herve Quiroz
ae8618d863 - Update to bsd.java.mk 2.0
- Backup config files during deinstall [1]
- Use MAN1 in Makefile [1]
- Fix pkg_add permission problem [2]
- ECHO_CMD -> ECHO_MSG [1]
- Bump PORTREVISION [1]
- Mark as DEPRECATED [1]
- Fix MASTER_SITE [1]
- Add $FreeBSD$ tags where missing [1]

PR:		75604 [1], 57235 [2]
Submitted by:	maintainer [1] [2]
2004-12-29 13:25:09 +00:00
Mathieu Arnold
df68892349 Update to 1.23
Timeout: almost a month
2004-12-29 13:10:40 +00:00
Mathieu Arnold
e4e249340f Update to 1.04
Add some doc
2004-12-29 13:08:16 +00:00
Koop Mast
b3bf3f5a5a Remove USE_REINPLACE=yes, we don't use it anymore [1].
Remove USE_PYTHON=yes [1].
Remove optional libgnomeui dependencie. Its only used for the examples. And
we don't build those [2].

Discussed with:	maintainer [1],[2].
Submitted by:	bland [1]
Approved by:	maintainer (implicit)
2004-12-29 13:08:15 +00:00
Peter Pentchev
08b6b866be Fix the build on FreeBSD versions around 5.2 when EAI_NODATA was
temporarily aliased to EAI_NONAME.
No PORTREVISION bump, since this is a no-op on earlier and later versions,
and it didn't build at all until now on the affected versions.

Reported by:	Bretislav Kubesa <bretislav.kubesa@centrum.cz>
2004-12-29 12:28:55 +00:00
Norikatsu Shigemura
905bbd7cfe Update to 2004.12.29. 2004-12-29 10:41:53 +00:00
Kirill Ponomarev
36515a2be0 Update to 4.6.26
PR:		ports/75602
Submitted by:	maintainer
2004-12-29 10:05:09 +00:00
Andrey A. Chernov
32cec34686 Upgrade to 1.2.8 2004-12-29 09:17:04 +00:00
Kirill Ponomarev
82fd48012e Patch was rerolled because of some bug fixes.
Approved by:	maintainer
2004-12-29 08:59:49 +00:00
Sergey Matveychuk
84a734af24 - fix build with GTK
PR:		ports/75593
Submitted by:	maintainer
2004-12-29 08:31:22 +00:00
Peter Pentchev
c4851008af Fix the parallel build when WITH_IPV6 is specified: the Makefile was
missing a couple of dependencies on the uint32.h header, so make(1) was
postponing its creation.
Bump PORTREVISION, since it is the same for the IPv6 and !IPv6 cases,
although this particular change does not affect the !IPv6 case at all.

PR:		75564
Submitted by:	oHmEr <ohmer@epita.info>
2004-12-29 08:05:50 +00:00
Greg Lewis
570d5359ee . Update to 1.01.022. 2004-12-29 06:37:28 +00:00
Mario Sergio Fujikawa Ferreira
120a8c37bf New port kfile-torrent version 0.6: Konqueror KFilePlugin to display
info about BitTorrent .torrent files
2004-12-29 06:05:59 +00:00
Michael Johnson
681c18ec48 Add forgotten patches to fix build on 4.x 2004-12-29 04:45:48 +00:00
Pav Lucistnik
607838a9cc Add oggsplit, a simple tool for splitting multiplexed (grouped or chained) Ogg
files into separate streams.
2004-12-29 04:24:24 +00:00
Mario Sergio Fujikawa Ferreira
d3997bd11e o Track BitTorrent's codeville development repository
- BitTorrent/Downloader.py: change (self.active_requests vs
  self.backlog) proportion handling
- BitTorrent/download.py: add exception handling around Storage
  method call
o Bump PORTREVISION

Obtained from:	BitTorrent's codeville repository
2004-12-29 03:35:40 +00:00
Michael Johnson
6d3f2a711b - Fix expr usage for 4.x since expr on 4.x
is not POSIX compliant. [1]

Submitted by:	girgen [1]
2004-12-29 03:28:51 +00:00
Michael Johnson
5cffd563b1 - Update pkg-descr to better reflect firefox
- Fix expr usage for 4.x since expr on 4.x
  is not POSIX compliant. [1]

Submitted by:	girgen [1]
2004-12-29 03:25:23 +00:00
Michael Johnson
c7a7f8f4e8 Update to 0.2.3 2004-12-29 02:30:45 +00:00
Pav Lucistnik
2afbeab87a - Rewrap to fit on 80 columns console
Approved by:	anholt (x11 hat)
2004-12-29 02:29:31 +00:00
Pav Lucistnik
d2e100396b - Update to 1.7
PR:		ports/75414
Submitted by:	Rob. <spamrefuse@yahoo.com>
2004-12-29 02:26:08 +00:00
Joe Marcus Clarke
1326e56c4f desktop-file-utils now lives in LOCALBASE.
Reported by:	mezz
2004-12-29 02:23:30 +00:00
Cheng-Lung Sung
f8b214b307 - does not install Unix::ConfigFile.3 under perl5.005
Noticed by:	kris
2004-12-29 02:22:28 +00:00
Joe Marcus Clarke
aca8e2a600 Chase the new location for update-desktop-database by allowing the command
to be found in PATH.
2004-12-29 02:18:31 +00:00
Mario Sergio Fujikawa Ferreira
9711fe3b69 Update WWW tag 2004-12-29 02:10:37 +00:00
Mario Sergio Fujikawa Ferreira
52b9615cda Update to 2.1 2004-12-29 02:10:33 +00:00
David E. O'Brien
c402284b4c Initial cut at making this buildable on 4.x.
It still needs work, but maybe someone else will take it farther.
2004-12-29 01:57:28 +00:00
Pav Lucistnik
5fb1a4c0bf - Fix build with gcc 3.4
PR:		ports/75590
Submitted by:	Samy Al Bahra <samy@kerneled.org>
2004-12-29 01:56:32 +00:00
Pav Lucistnik
b6ce3f7d0d - Fix fetching, unbreak
PR:		ports/75591
Submitted by:	Samy Al Bahra <samy@kerneled.org>
2004-12-29 01:37:08 +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
Cheng-Lung Sung
ff70699f3d - plog use preg_* stuff, so add pcre to USE_PHP
Noticed by:	leeym
2004-12-29 01:30:07 +00:00
Pav Lucistnik
9746cb0b1a Polymake is a versatile framework for experimental discrete mathematics. The
standard distribution contains tool collections for the algorithmic treatment
of polytopes and polyhedra, and finite simplicial complexes.  It offers an
unified interface to a wide variety of algorithms and free software packages
from the computational geometry field, such as convex hull computation or
visualization tools.

PR:		ports/75405
Submitted by:	Ewgenij Gawrilow <gawrilow@math.TU-Berlin.DE>
2004-12-29 01:29:57 +00:00
Maxim Sobolev
eb61df704e o Provide rc.d script;
o Fix build on 5.2.1.

Submitted by:	Marat N.Afanasyev <amarat@ksu.ru>
2004-12-29 00:01:54 +00:00
Stefan Eßer
8a2f81433d Move entry for xblast-beta to the end of the file, where it belongs.
I definitely should have read the usage instructions ...

Reminded by:		kris
2004-12-28 23:43:10 +00:00
Pav Lucistnik
6fb561edff Add gsystem, a virtual reality simulation framework, specialised on life and
evolution simulation. I'm a main developer of this framework and I will also
keep the FreeBSD port up-to-date, as I'm using FreeBSD as my primary platform.
See http://www.g-system.at for details.

PR:		ports/75466
Submitted by:	Raphael Langerhorst <raphael-langerhorst@gmx.at>
2004-12-28 23:30:00 +00:00
Edwin Groothuis
032b88811d Welcome new maintainer! 2004-12-28 23:19:42 +00:00
Edwin Groothuis
03cfe242ee Add use_imake to get makedepend
Noticed by: pointyhat / kris
2004-12-28 23:01:00 +00:00
Edwin Groothuis
615a2c95ef add mrxvt to the Makefile.
Noticed by: kris
2004-12-28 22:56:16 +00:00
Stefan Eßer
19012881b3 Remove now obsolete xblast-beta: the main xblast port has just
been updated to a much more advanced version.
2004-12-28 22:54:42 +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