1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
Commit Graph

74056 Commits

Author SHA1 Message Date
Joe Marcus Clarke
2ecef0f2d9 Update to 1.6.2. 2003-04-04 05:22:52 +00:00
Norikatsu Shigemura
03be952534 o Move USE_PERL5_RUN into server part.
o Switch from p5-Mysql to p5-DBD-mysql.
o Add MySQL 4 support (and set it as default) to p5-DBD-mysql.
o Bump PORTREVISION accordingly.

PR:		ports/50315
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (mysql40 maintainer)
Approved by:	skv (p5-DBD-myql maintainer)
2003-04-04 05:21:36 +00:00
Yen-Ming Lee
223de69475 upgrate to scilab 2.7
PR:		50219 and 50221
Submitted by:	Jean-Sebastien Roy <js@jeannot.org>
2003-04-04 04:58:31 +00:00
Joe Marcus Clarke
f40ec725b7 Work around what I believe to be a broken implementation of isfinite()
in -CURRENT that was causing a numerical overflow in apps such as
GnuCash.

PR:	50089
2003-04-04 04:55:14 +00:00
Mario Sergio Fujikawa Ferreira
0acb6d0a5d Update location of ports after repo copy move from graphics to multimedia category
ports/graphics/divx4linux	-->	ports/multimedia/linux-divx4linux
ports/graphics/mplayer		-->	ports/multimedia/mplayer
ports/graphics/netshow		-->	ports/multimedia/netshow
ports/graphics/win32-codecs	-->	ports/multimedia/win32-codecs
2003-04-04 04:49:37 +00:00
Bill Fumerola
997b6465c4 upgrade to 0.66, takeover maintainership
Approved by:	maintainer
2003-04-04 04:07:16 +00:00
Hye-Shik Chang
83b5ba9d7e Update to 0.13 2003-04-04 02:52:24 +00:00
Hye-Shik Chang
7050ee5024 Update to 0.6.1 2003-04-04 02:51:15 +00:00
Pete Fritchman
362cc5034a Update to 1.3. 2003-04-04 02:45:05 +00:00
Hye-Shik Chang
bf43aeb821 Add missed files on the previous commit. 2003-04-04 02:38:27 +00:00
Pete Fritchman
5a4ca55da1 The author's site seems to have disappeared. Use a local mirror for now. 2003-04-04 02:37:02 +00:00
Hye-Shik Chang
408824d8e0 Update to 2.0.45. This update fixes a DDOS vulnerability.
PR:		50564 [1]
Submitted by:	Cy Schubert <cy@FreeBSD.org>, delphij@hotmail.com [1]
Requested by:	many
2003-04-04 02:36:57 +00:00
Pete Fritchman
099348fedf Update to 2.5. 2003-04-04 02:27:05 +00:00
Pete Fritchman
9f7ea48c45 Update to 1.0.27. 2003-04-04 02:24:42 +00:00
Mario Sergio Fujikawa Ferreira
28d8313f64 After repo copy from graphics category to newly create multimedia
one, update all appropriate references: *_DEPENDS, CATEGORIES

Repo copied by:		cvs (joe)
Approved by:		portmgr (self & no objections)
2003-04-04 01:38:40 +00:00
Mario Sergio Fujikawa Ferreira
f09bedf830 o Repo copy move special case. Background and methodology follows:
- In the past, this port was incorrectly added to multimedia
	  category even though it already existed in graphics
	  category. Therefore, it was removed.
	- Now, this port is being moved to multimedia category since
	  it should reside there. However, we cannot do the usual
	  repo copy since there are repo histories in both categories.
	- What to do?
		1) 'cvs checkout' both the graphics and the multimedia
		   versions of the port.
		2) 'cp' copy the files from the graphics version to
		   the multimedia one.
		3) 'cvs commit' the copied version from graphics
		   with a long commit message explaining the situation
o Appropriately update dependency references from graphics to
  multimedia category

Port creator:	ijlao
Date created:	Aug 8, 2002
2003-04-04 01:32:05 +00:00
Edwin Groothuis
7377d958bf Security update to p5-Business-OnlinePayment-WorldPay-Junior-1.03
In the words of the author:
	"Please be advised that I have today made an important
	security update to the module to fix a serious, remotely
	exploitable, bug in the module.

	I have also renamed the module today to avoid namespace
	conflicts with the Business::OnlinePayment API."

	Requested by: Jason Clifford <jason@ukpost.com> (author)

PR:		ports/50017
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-04-04 01:30:59 +00:00
Edwin Groothuis
fc49fd7885 move p5-Business-OnlinePayment from misc to finance
PR:		ports/50557
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-04-04 01:22:04 +00:00
Edwin Groothuis
f62fdf19ba move p5-Business-OnlinePayment from misc to finance
PR:		ports/50557
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-04-04 01:15:23 +00:00
Edwin Groothuis
b4f4b3da14 [Maintainer Update]: mail/gubby
Update to latest release.
	(which is 0.5.0)

PR:		ports/50561
Submitted by:	Michael L. Hostbaek <mich@freebsdcluster.org>
2003-04-04 00:48:45 +00:00
Edwin Groothuis
21aea6cfd9 Unbreak devel/bglibs by upgrading to 1.008
- Update to 1.008 (also unbreaking the port due to unfetchable
	  1.007 distfile)
	- Remove USE_REINPLACE - patching in pre-build is no longer
	  needed

PR:		ports/50560
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-04-04 00:44:16 +00:00
Edwin Groothuis
ad1601a58a sysutils/pear-Log: upgrading to 1.6.1.
Upgrading pear-Log to 1.6.1.
	It fixes a typo that broke the Log_Observer class.

PR:		ports/50579
Submitted by:	Thierry Thomas <thierry@pompo.net>
2003-04-04 00:36:47 +00:00
Martin Blapp
c163578692 Same as in patch patch-registry+source+registry.cxx
This part was just wrong. mkstemp does return a file descriptor,
not a string. This could lead to crashes. MacOS will have the same
problems.
2003-04-03 22:17:17 +00:00
Martin Blapp
98853485fa This part was just wrong. mkstemp does return a file descriptor,
not a string. This could lead to crashes. MacOS will have the same
problems.
2003-04-03 22:12:55 +00:00
Martin Blapp
c2b7b7a880 Remove redundant getpwuid_r from the patch. Build getpwuid_r part
for FreeBSD too.
2003-04-03 21:40:30 +00:00
Martin Blapp
adc446565d Fix crash in Autopilot->Report. 2003-04-03 21:37:44 +00:00
James E. Housley
66af8fd42e 4256 Emergency DAT release due to:
W32/Pretty.gen@MM incorrect identification.
2003-04-03 21:13:28 +00:00
Mario Sergio Fujikawa Ferreira
be8e00d299 Update to 0.7.34.20030319
Approved by:	maintainer
2003-04-03 21:10:59 +00:00
Bruce A. Mah
8edcccd2b7 Maintainer update of subversion to 0.20.1.
PR:		50511
Submitted by:	Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
2003-04-03 20:35:06 +00:00
Dirk Meyer
6670a706f1 - use bsd.openssl.mk 2003-04-03 19:39:55 +00:00
Cy Schubert
8bfe750936 Udate 2.5.5 -> 2.5.6. 2003-04-03 19:32:14 +00:00
Ying-Chieh Liao
a14211f177 add wmapp 0.0.4.1
A DockApp Graphics Library
2003-04-03 18:45:57 +00:00
Dirk Meyer
511ef527ff - honor CC and use PHREAD_LIBS and PTHREAD_FLAGS
Submitted by:	marius@alchemy.franken.de
2003-04-03 18:25:48 +00:00
Dirk Meyer
2e88b8ec35 - honor CC and use PTHREAD_LIBS and PTHREAD_FLAGS
marius@alchemy.franken.de
2003-04-03 18:24:52 +00:00
Dirk Meyer
cae454ac23 - rename Makefile.ssl to bsd.openssl.mk 2003-04-03 18:24:31 +00:00
Ying-Chieh Liao
364861920e add dbf 0.5.1
Show and convert the content of dBASE III, IV, and 5.0 files
2003-04-03 18:17:29 +00:00
Oliver Braun
9017f67316 Add ocaml-net 0.95, OCaml modules for Internet applications.
PR:		ports/48818
Submitted by:	Stephane Legrand <stephane@freebsd.org>
2003-04-03 15:16:47 +00:00
Oliver Braun
8580df88de Upgrade to 3.07.
Approved by:	maintainer
2003-04-03 15:07:51 +00:00
Oliver Braun
b8cf954390 Fix building with Winbind under 5.0.
PR:		ports/50519
Submitted by:	Sergey A.Osokin <osa@FreeBSD.org.ru>
Approved by:	maintainer
2003-04-03 15:06:12 +00:00
Mario Sergio Fujikawa Ferreira
8773f94b67 New port linux-understand_java version 1.4 Build 204: Understand
can parse a Java project helping reverse engineer it
2003-04-03 14:55:37 +00:00
Max Khon
50c87885e0 Update to 1.5.22.20030403
PR:		50562
2003-04-03 14:36:01 +00:00
Ying-Chieh Liao
935e85e49e add it++ 3.7.0
Mathematical, signal processing and communication library
2003-04-03 13:20:58 +00:00
Gerald Pfeifer
97ebd85a1f Appease portlint by using ${GMAKE}, ${GREP}, and some whitespace changes. 2003-04-03 09:55:58 +00:00
Gary Jennejohn
03bc6bb84d Update to version 9.3n. 2003-04-03 09:45:45 +00:00
Edwin Groothuis
819c98476f graphics/gd2 installs libgd.so.4.
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
2003-04-03 09:45:31 +00:00
Edwin Groothuis
de84f4f630 Fix $ENV{} in the patchfile
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
2003-04-03 09:40:13 +00:00
Ying-Chieh Liao
04f0acacc2 upgrade to 1.5.2 2003-04-03 09:22:02 +00:00
Edwin Groothuis
0be0822a7c fix pkg-descr
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
2003-04-03 08:39:06 +00:00
Anton Berezin
90d331733b Give maintainership to Michael L. Hostbaek <mich@freebsdcluster.org>,
the original submitter of this port (PR 40956).
2003-04-03 08:35:00 +00:00
Mario Sergio Fujikawa Ferreira
5f9d8c24e7 Update to 1.0.1 2003-04-03 08:01:43 +00:00