1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
Commit Graph

81438 Commits

Author SHA1 Message Date
Kris Kennaway
26fa8300c7 Fix build after recent sys.mk changes
Submitted by:	ru
2003-08-04 11:17:56 +00:00
Akinori MUSHA
a11066cf7b Update lang/ruby-devel to the long-awaited 1.8.0 release. (IA64 and
AMD64 ports still need some more testing and tweaking)

By this update, openssl, webrick and xmlrpc modules are now part of
the standard distribution.

Since this version should no longer be called -devel, I am planning on
repo-moving lang/ruby{,-devel} to lang/ruby{16,18}, respectively.
2003-08-04 11:15:05 +00:00
Kris Kennaway
1b5978046d Fix build after recent *.mk changes
Submitted by:	ru
2003-08-04 10:58:20 +00:00
Oliver Lehmann
79a39ae364 Grrr it's named %%PORTDOCS%% 2003-08-04 10:55:40 +00:00
Kris Kennaway
4de77f9889 New INDEX for 5.x, with 9073 ports. 2003-08-04 10:54:02 +00:00
Kris Kennaway
138f2ad7ff Switch to MASTER_SITE_DEBIAN_POOL
PR:		ports/50572
Submitted by:	Alex Semenyaka <alexs@ratmir.ru>
2003-08-04 10:47:28 +00:00
Oliver Lehmann
189014c506 fix pkg-plist
Noted by:	kris
2003-08-04 10:39:34 +00:00
Jun Kuriyama
f8439983e2 Grrr, patch-aj is CRLF. Convert to LF.
Pointy hat to:	kuriyama
2003-08-04 10:00:31 +00:00
Oliver Braun
5862bd01d4 Replace "PKCS#5" with "PKCS\#5" instead of "PKCS 5". 2003-08-04 09:48:38 +00:00
Yen-Ming Lee
dd21295c7f Upgrade security/clamav-devel to 20030803
PR:		55224
Submitted by:	Rob Evers <rob@debank.tv>
2003-08-04 09:24:25 +00:00
Alexey Zelkin
2e706dd4da Warn users about requirement of having linprocfs mounted in order to
start native JDK port build.  linprocfs mounted become pre-requisite of
build after Linux SUN JDK port was updated to 1.4.2.

Add run-time (pre-build) check for linprocfs mounted as well.

Bump space requirements note about disk space required for build of
whole JDK 1.4.1 port and package to more appropriate value (as reported
by many people).
2003-08-04 08:53:42 +00:00
Oliver Lehmann
f05ecd5daf update xmbmon to 203
Approved by:	maintainer
2003-08-04 08:46:09 +00:00
David E. O'Brien
346b76a924 Upgrade to the 28-July-2003 GCC 3.3.1 in-development snapshot. 2003-08-04 07:55:58 +00:00
Foxfair Hu
8eb6a2ba7c PR: 54872
Submitted by:	klm@uidzero.org <mavrik@ruby.ir.exodus.net>
Update to 1.3.0, also change maintainer's email address.
2003-08-04 07:48:53 +00:00
Dirk Meyer
e5ffc131ac - Fix support for python2.3
defaults to python2.2, python2.3 support is broken.
2003-08-04 07:27:34 +00:00
Dirk Meyer
9a4f0bcaf2 - Fix sound initialisation problem
- new option WITHOUT_AUDIO
default now supports sound on alpha
2003-08-04 06:50:44 +00:00
David E. O'Brien
fa5777841b Add 2 new GCC mirrors. 2003-08-04 06:50:31 +00:00
Dirk Meyer
3d0aa6b7c8 - use gcc32 on CURRENT
- honors CC and CFLAGS
- option IFMAIL_RUNAS optimized
- bump PORTREVISION
2003-08-04 05:44:29 +00:00
Daniel Eischen
96e0cc506e Update to version 3.2.1. 2003-08-04 05:12:54 +00:00
Kris Kennaway
a9d5f368f3 Use MASTER_SITE_DEBIAN_POOL (previous revision had a typo:
MASTER_SITES_DEBIAN instead of MASTER_SITE_DEBIAN)

PR:		ports/50572
Submitted by:	Alex Semenyaka <alexs@ratmir.ru>
2003-08-04 05:02:00 +00:00
Kris Kennaway
8697333ffb Use MASTER_SITE_DEBIAN_POOL and correct invalid use of USE_GNOME (missed in
earlier sweeps)

PR:		ports/50572
Submitted by:	Alex Semenyaka <alexs@ratmir.ru>
2003-08-04 05:00:09 +00:00
Dirk Meyer
edab3b7b7e - back out last changes
kris states that fpsetround is supported,
despite that is not part of C99 standard.
2003-08-04 04:39:31 +00:00
Kris Kennaway
4ef0a81390 Update to snort 2.0.1
PR:		ports/55218
Submitted by:	mharo
2003-08-04 01:30:47 +00:00
Kris Kennaway
6d22383b08 Add MASTER_SITE_DEBIAN_POOL which automatically chooses the correct URL
subdir for Debian pool sites:

  /main/pool/<first-letter-of-the-package-name>/<package-name>

Submitted by:	Alex Semenyaka <alexs@snark.ratmir.ru>
PR:		ports/50572
2003-08-04 01:21:05 +00:00
Kris Kennaway
943ac185d5 * Remove some obsolete options: BROKEN_ELF, USE_DGS, NO_WRKDIR,
NO_EXTRACT, NO_CONFIGURE, NO_PATCH. [1]

* Remove support for USE_KDE{BASE,LIBS}_VER=2, since KDE 2.x is no
  longer in the ports collection [2]

* Add support for semi-automatic processing of GNU info files; they
  should be listed in the INFO variable (without the trailing .info),
  and appropriate installation/deinstallation code will be automatically
  added to the temporary pkg-plist before package registration. [3]

Submitted by:	arved [1][2], gerald [3]
PR:		ports/54782 [1][2], ports/54883 [3]
2003-08-04 01:17:39 +00:00
Michael Haro
43375d0579 add WWW and remove MANPREFIX as it was already set by bsd.port.mk
PR:		52157
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-08-04 01:01:36 +00:00
Jacques Vidrine
7c7a969acb Fix remote denial-of-service bug in address parser.
<URL:http://archives.neohapsis.com/archives/fulldisclosure/2003-q3/1377.html>
2003-08-04 00:16:51 +00:00
Edwin Groothuis
915ef55950 Typo in pkg-descr
Submitted by:	Matthew Luckie <mjl@luckie.org.nz>
2003-08-04 00:03:59 +00:00
Joe Marcus Clarke
01a913ae61 Add pkg_install, a snapshot of the -CURRENT package installation framework
for use with older versions of FreeBSD.

PR:		54478
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-08-03 21:44:33 +00:00
Tilman Keskinoz
78163f252f Add dependency on gettext.
PR:		55210
Submitted by:	Mark Linimon <linimon@lonesome.com>
2003-08-03 21:41:20 +00:00
Adam Weinberger
f90a64a7c1 Bump PORTEPOCH.
Reminded by:	marcus
2003-08-03 21:35:39 +00:00
Joe Marcus Clarke
70909995d4 Clean up the pkg-descr a bit. 2003-08-03 21:35:38 +00:00
Tilman Keskinoz
61e6d9ec4e Add USE_PERL5_BUILD
PR:		55148
Submitted by:	Volker Stolz <vs@foldr.org>
2003-08-03 21:01:22 +00:00
Tilman Keskinoz
5be2775866 Add KLuJe, a LiveJournal client for KDE
PR:		54975
Submitted by:	Jesse McConnell <jesse_mcconnell@hotmail.com>
2003-08-03 20:47:26 +00:00
Adam Weinberger
7b7db796dd Update to 2.0.90.
from the PR:
Changes in this update:
- Quicktime 6 instead of Quicktime 5
- added Realplayer 9 codecs
- added xanim codecs
- Win32_dmo (Windows Media 9) is obsolete, it is included in
  the main win32codecs
- binaries.zip also adds no real new drivers and is obsolete.

With Win32_dmo and binaries, everything from avifile has
disappeared and I removed the avifile version number from win32-codecs.

PR:		ports/55217
Submitted by:	maintainer
2003-08-03 20:39:53 +00:00
Joe Marcus Clarke
3ed7aec631 Check for va_copy(), and use it if found. This should help out 64-bit
systems.

PR:		55214
Submitted by:	maintainer
2003-08-03 19:59:23 +00:00
Hye-Shik Chang
4fa5508c8d - Enable build on python2.3
- Enable build on environments that ${LOCALBASE} != /usr/local
2003-08-03 19:34:24 +00:00
Hye-Shik Chang
1617a31472 Enable build on python2.3 2003-08-03 19:25:34 +00:00
Hye-Shik Chang
aa0e9522d6 Use %%PYTHON_SITELIBDIR%% to enable package build on python2.3 2003-08-03 19:20:58 +00:00
Hye-Shik Chang
ce53a9d11d Link with not tk83 but tk84. 2003-08-03 19:09:00 +00:00
Oliver Lehmann
c1136f2f68 replace PERL -pi by REINPLACE_CMD
PR:		47653
Submitted by:	Simon Schubert <corecode@corecode.ath.cx>
Approved by:	maintainer
2003-08-03 18:55:29 +00:00
Kirill Ponomarev
40c35d281e Don't use configure-message target.
Move libtoolize and aclocal issues to post-patch.
Unbreak INDEX

Submitted by:	Mathieu Arnold
Approved by:	fjoe (mentor) (implicit)
2003-08-03 15:47:23 +00:00
Tilman Keskinoz
1ad10a2e85 Change Stefan's emailadress to one that doesn't bounce emails from
kris.

Submitted by:	maintainer.
2003-08-03 14:44:45 +00:00
Dirk Meyer
543bad20f4 - mark BROKEN for gcc33 2003-08-03 12:44:15 +00:00
Tilman Keskinoz
a0df803fa0 Add qscintilla, QT port of scintilla. 2003-08-03 10:29:00 +00:00
Dirk Meyer
4df358a3b9 - mark NOT_FOR_ARCHS for amd64 2003-08-03 10:08:36 +00:00
Dirk Meyer
2b7bcde1e2 - mark BROKEN, incompatible with gcc33 2003-08-03 10:03:37 +00:00
Dirk Meyer
2431af67cb - mark BROKEN for OSVERSION > 501101
gcc33 does not support varargs.h
2003-08-03 10:01:03 +00:00
Dirk Meyer
b6d13a5528 - NOT_FOR_ARCHS amd64, fpsetround does not exist. 2003-08-03 09:54:44 +00:00
Stefan Eßer
8a49ba1a28 Upgrade to kplayer-0.3.0 2003-08-03 09:47:56 +00:00