Commit graph

3919 commits

Author SHA1 Message Date
Roman Bogorodskiy
6b7278b809 Update to 1.0.2.
PR:		83150
Submitted by:	Anderson S. Ferreira (maintainer)
2005-07-08 18:42:02 +00:00
Pav Lucistnik
d565f90a4b - Fix build on systems without Perl
- Fix rc script, it failed to background the daemon process

PR:		ports/83067
Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
2005-07-08 15:16:53 +00:00
Sergey Skvortsov
1a56cbeb3a Update to 3.0001 2005-07-08 08:46:35 +00:00
Pav Lucistnik
3ef9e2400b - Update to 2.6.3-pl1
PR:		ports/83083
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
2005-07-07 15:29:18 +00:00
Sergey A. Osokin
1be9b4e5c7 Update to 3.40. 2005-07-07 13:24:11 +00:00
Sergey A. Osokin
1c6384b1a7 Update to 3.17. 2005-07-07 13:16:43 +00:00
Erwin Lansing
cb96680d3d Class::DBI::Sweet provides convenient count, search, page, and cache
functions in a sweet package. It integrates these functions with
"Class::DBI" in a convenient and efficient way.

Submitted by:	Lars Balker Rasmussen
2005-07-07 13:10:44 +00:00
Roman Bogorodskiy
205f4ec73e - update to 1.19
- pass maintainership to Lars Balker Rasmussen (lars@balker.dk)

PR:		83072
Submitted by:	Dominic Mitchell (former maintainer)
2005-07-07 04:33:34 +00:00
Herve Quiroz
2f524a5c53 - Update to 3.1.10 [1]
- Don't try to mkdir ${JAVAJARDIR} as it has been part of mtree for more than 3
  years now

PR:		83059 [1]
Submitted by:	maintainer [1]
2005-07-06 16:10:23 +00:00
Lars Thegler
cb47803e21 - Update to 0.07
- Port now requires perl 5.6
2005-07-05 20:25:57 +00:00
Roman Bogorodskiy
d47c1e1b9a Sync with lang/gauche.
PR:		82900
Submitted by:	Erik Greenwald (maintainer)
2005-07-03 04:26:15 +00:00
Jean-Yves Lefort
f95bf0e733 Chase the libevent update.
Reported by:	pointyhat
2005-07-01 22:47:21 +00:00
Dmitry Sivachenko
063331d5df Add missing manpage.
Spotted by:	kris
2005-06-29 08:48:41 +00:00
Sam Lawrance
bd32ff4333 Mark BROKEN on 4.x until I can fix it 2005-06-29 08:25:03 +00:00
Sam Lawrance
f02a440df2 Add missing BUILD_DEPENDS on postgresql-server
PR:		ports/82734
Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
2005-06-29 03:54:50 +00:00
Mathieu Arnold
790d544897 Update to 1.43 2005-06-28 15:43:27 +00:00
Jean-Yves Lefort
c246668a91 Update to 4.64
PR:		ports/82568
Submitted by:	maintainer
2005-06-27 14:49:48 +00:00
Lars Thegler
f996d55a2a Update to 0.04 2005-06-24 20:44:13 +00:00
Sam Lawrance
daea7dfda2 Forgot to add new file pkg-plist.
Spotted by:	maintainer

> Update to 1.1.0
>
> PR:		ports/82589
> Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
2005-06-24 14:53:36 +00:00
Sam Lawrance
be10df55cf Update to 1.1.0
PR:		ports/82589
Submitted by:	Vivek Khera <vivek@khera.org> (maintainer)
2005-06-24 11:22:43 +00:00
Thierry Thomas
3882c2f54a Add isql-viewer 2.1.8, jDBC 2.x compliant database front end.
PR:		37904
Submitted by:	Stefan Schmidt <stefan.schmidt (at) stadtbuch.de>

Remark:  isql-viewer depends on IBM's version (2.2) of BSF before it has
been donated to the Apache Software Foundation. Therefore this version
still uses the package name "com.ibm.bsf". In the current version of BSF,
the package name has been changed to "org.apache.org" to reflect the new
ownership. Thus, no separate port has been created to install this
dated version of BSF.
2005-06-23 20:41:39 +00:00
Mathieu Arnold
75ed347d82 Update to 0.22
Submitted by: Lars Balker Rasmussen <lars balker dk>
2005-06-20 14:15:15 +00:00
Alex Dupre
02dfd9c007 Update to 5.0.7 release. 2005-06-18 14:06:09 +00:00
Alexander Leidinger
23b3bc4b0d Mega-patch to cleanup the ports infrastructure regarding our linux bits:
- USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD
    tools to strip binaries anymore, so it's not neccesary anymore to override
    STRIP and STRIP_CMD.
  - USE_LINUX_PREFIX implies NO_MTREE now.
  - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries
    instead upon the native FreeBSD libraries.
  - The variable LINUX_BASE_PORT contains a string which is suitable as an
    item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the
    default (or overriden) linux base, ${LINUX_BASE_PORT} should be used
    instead of a hardcoded reference.
  - Change all ports to comply to the "new world order".
  - The Ports Collection now allows to override the default linux_base port.
    Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use
    ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use
    ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}).
  - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base
    port and if USE_LINUX isn't set to "yes" (case insensitive), the port will
    be marked as IGNORE. [1]
  - Readd USE_LINUX knobs into several ports and make several uses of a
    conditional dependency ("USE_LINUX?=") into an unconditional one
    ("USE_LINUX=") which where removed/changed by Trevor to allow the use of
    alternative linux_base ports. While this is a nice goal, the implementation
    resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob
    in this commit is supposed to fix the problem while keeping the feature.
    Basicaly this includes a backout of Trevor's commit, to prevent confusion
    I mention it here explicitely.
  - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports.
    Chase dependencies for this.
  - Changes to make linux_devtools installable on amd64, remove some stray
    device nodes (they don't work on recent OS versions and aren't really
    needed).
  - Make linux_base-8 PREFIX clean and remove some stray device nodes.
    Additionally tell a little bit more about how to setup NIS/YP [2].
  - Update the PGSQL dependency in the linux-opengroupware port to a recent
    version (the old one isn't available anymore), I don't know if this
    works (at least it isn't more broken than before).
  - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux
    ports, the former path exists already and gets populated by other
    packages too (PREFIX=LINUXPREFIX!).
  - Fix some obvious (non-linuxolator) bugs in some linux ports while being
    there.
  - Bump PORTREVISION where neccesary.

Requested by:	portmgr (linimon) [1]
Submittted by:	Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2]
Approved by:	portmgr (kris, linimon), maintainers (or maintainer timeout)
Tested on:	ports cluster (kris)
Reviewed by:	silence on emulation@
Superseedes PR:	69997

Maintainer approval from:
	chris@chrisburkert.de
	cracauer@cons.org
	des
	girgen
	jamie@bishopston.net
	mezz
	mi
	nivit@users.sf.net
        pat
	simond@irrelevant.org
	riggs@rrr.de
	Udo.Schweigert@Siemens.com
2005-06-17 22:59:29 +00:00
Dmitry Sivachenko
aae805b635 Upgrade to version 1.2.10. 2005-06-17 11:53:35 +00:00
Sergey Skvortsov
52a0cbb859 Update to 0.18 2005-06-16 12:33:44 +00:00
Jeremy Messenger
1b45bf5cd1 Correct a dependency, sqlite2 -> sqlite3. Bump the PORTREVISION.
Submitted by:	Peter Czanik <pczanik@fang.fa.gau.hu> (in freebsd-ports list)
2005-06-16 08:45:38 +00:00
Sergey A. Osokin
b2cadaadb0 Update to 3.39.
Make patch directory more punctual.
2005-06-16 07:01:33 +00:00
Sergey A. Osokin
e71cab4cb5 Update to 3.16. 2005-06-16 06:57:55 +00:00
Sergey Matveychuk
89460193db - Update to 3.7
PR:		ports/82234
Submitted by:	maintainer
2005-06-15 05:36:31 +00:00
Joe Marcus Clarke
82df2d6531 Fix the path to the desktop item icon.
Submitted by:	Franz Klammer <klammer@webonaut.com>
2005-06-15 03:39:18 +00:00
Joe Marcus Clarke
21ba433221 Update to 1.2.2. 2005-06-15 03:26:23 +00:00
Dejan Lesjak
5a2bfbf499 Directory share/pixmaps is now included in mtree
(BSD.x11-4.dist rev. 1.27), so remove it from plist.
2005-06-15 02:43:36 +00:00
Dejan Lesjak
5066edac69 Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27). 2005-06-15 02:42:14 +00:00
Alex Dupre
0b4285ce02 Add support for Berkeley DB 4.3 and set it as default version.
PR:		ports/82019
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2005-06-14 14:47:26 +00:00
Alex Dupre
c6543f9124 Fix oracle extension.
PR:		ports/81382
Submitted by:	Simun Mikecin <sime@logos.hr>
2005-06-14 14:27:20 +00:00
Thierry Thomas
249616773b Add jasperreports 0.6.8, a powerful open source Java reporting tool. 2005-06-12 19:20:30 +00:00
Sergey Skvortsov
54a1630d6e * reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
2005-06-11 16:13:12 +00:00
Alex Dupre
cee3a2fc9f Fix compilation on FreeBSD 4.X.
Submitted by:	many
2005-06-11 12:32:44 +00:00
Michael Johnson
9e0baf57a5 - Update to 1.8.30 2005-06-10 12:50:54 +00:00
Kirill Ponomarev
786408dcf4 Fix build. 2005-06-09 20:43:24 +00:00
Kirill Ponomarev
197f1d0292 Fix build with MySQL 4.1
Provided by:	ale
2005-06-09 20:41:09 +00:00
Michael Johnson
376199f710 - Add missing man pages 2005-06-09 17:19:00 +00:00
Max Khon
afc0fbf91c - Remove dead MASTER_SITES.
- Move faster MASTER_SITES to the top.

Approved by:	MAINTAINER
2005-06-08 09:31:33 +00:00
Alex Dupre
ccb18423a8 Update to 4.1.12 release.
PR:		ports/81690
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
2005-06-08 07:33:21 +00:00
Alex Dupre
aa16ee34f1 Update to 5.0.6 release. 2005-06-08 07:32:15 +00:00
Michael Johnson
2fde91edb0 - Update to 1.8.29 2005-06-07 07:07:00 +00:00
Pav Lucistnik
60b9fc026d - Update to 2.6
- Fix broken autodetection of mysql library

PR:		ports/81399, ports/81950
Submitted by:	Jonathan Weiss <jw@innerewut.de>,
		Phil Pennock <pdp@nl.demon.net>
Approved by:	maintainer timeout (13 days 10 hours)
2005-06-06 21:36:27 +00:00
Pav Lucistnik
ef1661457b - Update to 1.0.0a2
PR:		ports/81145
Submitted by:	John Oxley <john@yoafrica.com>
Approved by:	maintainer timeout (14 days)
2005-06-06 15:38:55 +00:00
Sergey Skvortsov
2895a64581 Update to 2.9008 2005-06-06 08:39:49 +00:00