1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

128006 Commits

Author SHA1 Message Date
Munechika SUMIKAWA
c1d4ca0abd Upgrade to 1.5. 2005-06-18 06:37:29 +00:00
Maho Nakata
e1ece4900c Ifc trying to link against libdl, which is missing on freebsd.
Submitted by:	Aexander S. Usov <A.S.Usov@KVI.nl>
2005-06-18 03:58:11 +00:00
Andrew Thompson
917df0ba46 Fix build on 4.x, regex.h requires types.h for off_t.
Approved by:	lesi
2005-06-18 02:53:32 +00:00
Jean-Yves Lefort
2c7d8686db Add xmms-waterfall.
Waterfall is yet another XMMS spectrum analyzer. While most analyzers only
show a changing snapshot of the current sound, waterfall shows a scrolling
spectrogram, a 2-d plot of frequency vs time, with energy represented by
intensity. There are also options to use color to display stereo
discrepancies, frequency onsets, or frequency uniformity.

WWW: http://www.aigeek.com/waterfall/

PR:		ports/82372
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-06-18 00:28:43 +00:00
Jean-Yves Lefort
91fe3ef09d Add blobwars.
Since their world was invaded by an alien race, the Blobs have faced a
lifetime of war. But now they have a chance to win the war once and for all.

In Blob Wars : Metal Blob Solid, you take on the role of a fearless Blob
agent, Bob. Bob's mission is to infiltrate the various enemy bases around
the Blobs' homeworld and rescue as many MIAs as possible. But standing in his
way are many vicious aliens, other Blobs who have been assimilated and the
evil alien leader, Galdov.

WWW: http://www.parallelrealities.co.uk/blobWars.php

PR:		ports/82260
Submitted by:	Loren M. Lang <lorenl@alzatex.com>
2005-06-18 00:07:01 +00:00
Andrew Thompson
330095b819 Update to version 1.0.4.
Approved by:	lesi
2005-06-17 23:33:18 +00:00
Alexander Leidinger
e4a7cd4c8f Files was modified by accident in the last commit. Revert to previous
content.
2005-06-17 23:25:16 +00:00
Simon L. B. Nielsen
89d53d3ffa Document SA-05:10.tcpdump. 2005-06-17 23:19:34 +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
Oliver Lehmann
b347391f9a update to 2.1.1 2005-06-17 22:50:50 +00:00
Oliver Lehmann
c216ce74f9 update to 1.0.5 2005-06-17 22:45:27 +00:00
Oliver Lehmann
69b00e3869 update to 2.0.0.b.2 2005-06-17 22:45:05 +00:00
Maho Nakata
c5b77d76f6 Update to 1.1.4 (1.1.5?) m55.
anyway m55 is correct.
2005-06-17 21:59:56 +00:00
Joe Marcus Clarke
d422c470a0 Monkey Media is dead and broken. Remove it to fix certain build problems. 2005-06-17 21:35:31 +00:00
FUJISHIMA Satsuki
36f4e68a27 hook-up localedata. 2005-06-17 21:15:41 +00:00
Michael Johnson
ba2d70fc08 - Mark BROKEN on 4.x
pnet performance is low on 4.x anyways.
2005-06-17 19:54:28 +00:00
Simon L. B. Nielsen
377794aabe Document two vulnerabilities in Gaim. 2005-06-17 19:12:46 +00:00
Oliver Lehmann
8ead7f6251 Add marathon2-data 1.0,
data files for the alephone port from
Marathon 2.

PR:		79040
Submitted by:	Evan T. Dower <evantd@yahoo.com>
2005-06-17 19:05:12 +00:00
Alfred Perlstein
bbdc6fa005 Explicitly disable "soft syscalls" when compiling WITH_HARD_SYSCALLS. 2005-06-17 19:01:30 +00:00
Oliver Lehmann
6ead93ac15 update to 20050118
PR:		ports/79177
Submitted by:	Evan Dower <evantd@yahoo.com>
Approved by:	maintainer timeout (9 weeks)
2005-06-17 18:45:16 +00:00
Pav Lucistnik
2c00f3f226 - Update to 2.0.3
PR:		ports/82368
Submitted by:	Renato Botelho <freebsd@galle.com.br> (maintainer)
2005-06-17 18:44:11 +00:00
Jacques Vidrine
f9737b9ea0 Document an older, more serious gallery vulnerability. 2005-06-17 18:37:41 +00:00
Jacques Vidrine
b193fa2396 Document XSS vulnerabilities in gallery. 2005-06-17 18:30:12 +00:00
Jacques Vidrine
e4cd0f13f2 Document KDE kstars vulnerability. 2005-06-17 18:11:27 +00:00
Pav Lucistnik
b6d3fccfff - Update to 0.3.2
PR:		ports/82277
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-06-17 17:38:36 +00:00
Alfred Perlstein
1a3f9927f2 Make this work on FreeBSD 5.x. 2005-06-17 17:23:18 +00:00
Ade Lovett
06e15bfd81 Update to 1.5.18
More robust -pthread hack obtained from dfports.

Tested with:	full build of x11/gnome2 and x11/kde3
2005-06-17 17:12:00 +00:00
Ade Lovett
ccff16c57f Update to 0.14.5
Tested with:	full build of x11/gnome2 and x11/kde3
2005-06-17 17:11:00 +00:00
Eric Anholt
99f1e6024b Respect ${PREFIX}
Submitted by:	Soeren Straarup <xride@x12.dk>
2005-06-17 17:10:17 +00:00
Jacques Vidrine
82957a65f9 Document fd_set overruns reported by 3APA3A. 2005-06-17 17:00:17 +00:00
Cy Schubert
39830a9c20 Update 1.6.3 --> 1.8.1 2005-06-17 17:00:02 +00:00
Yen-Ming Lee
6f0a8dad45 - fix wget dependency
PR:		82361
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
2005-06-17 16:29:41 +00:00
James E. Housley
cfc879afdd Update to DAT 4516 2005-06-17 16:24:59 +00:00
Roman Bogorodskiy
c448328c19 Update to 0.7.3.
PR:		82357
Submitted by:	Marcus Grando (maintainer)
2005-06-17 15:45:17 +00:00
FUJISHIMA Satsuki
738229ce96 fix dependency. rev1.21 did not work at all.
Submitted by:	kris
2005-06-17 15:43:42 +00:00
Roman Bogorodskiy
683ce41d14 Update to 0.4.1.
PR:		82358
Submitted by:	Marcus Grando (maintainer)
2005-06-17 15:39:54 +00:00
Herve Quiroz
f0c5487aa0 - Update to 1.1b4
- Don't try to mkdir ${JAVAJARDIR} as it has been part of mtree for more than 3
  years now
- Use FIND | INSTALL_DATA to install documentation
2005-06-17 15:37:29 +00:00
Daichi GOTO
68f52696ed sysutils/topless: update to 1.41
Changes of topless itself (not ports) from the previous version (1.36)
are as follows:

  - Improve portability by using printf(1) instead of echo(1).
  - Use "diff -C" instead of "diff -u" to make line parsing easier.
  - Fix man page.
  - "make install" can now be run by non-root user.
  - Sync help message to man page.
  - Remove README since it is the same as man page.

PR:		ports/82359
Submitted by:	maintainer
2005-06-17 15:17:07 +00:00
Oliver Lehmann
404c1a8f4a fix build on 4
Noted by:	pointyhat via kris
2005-06-17 15:13:06 +00:00
Kris Kennaway
6789db2273 BROKEN: Incorrect pkg-plist 2005-06-17 15:05:38 +00:00
Craig Rodrigues
1b80f907b9 Add xfsprogs.
Approved by:	demon (ports mentor)
2005-06-17 13:37:14 +00:00
Sergey Skvortsov
538e4d7073 Fix .packlist 2005-06-17 13:16:34 +00:00
Sergey Skvortsov
2c1e23ea78 Add p5-Net-SDP 0.02,
Session Description Protocol (RFC 2327) packet
parser/generator.
2005-06-17 13:11:02 +00:00
Koop Mast
5dcd509592 Update to 1.0.1. Bug fix release. 2005-06-17 12:47:44 +00:00
Pav Lucistnik
ec5bba0564 - Update to 0.4.14 2005-06-17 12:33:36 +00:00
Pav Lucistnik
99f0ad0869 - Update to 0.4.3 2005-06-17 12:33:23 +00:00
Dmitry Sivachenko
aae805b635 Upgrade to version 1.2.10. 2005-06-17 11:53:35 +00:00
Jean-Yves Lefort
0a74d6beb6 - Update to 3.8.2 [1]
- Unsilence the build

PR:		ports/82267 [1]
Submitted by:	Andrej Zverev <az@inec.ru> [1]
2005-06-17 11:48:16 +00:00
Martin Blapp
f96edbcae8 Upgrade to 2.71
Submitted by:	No feedback from maintainer
2005-06-17 11:24:15 +00:00
Philip Paeps
037ca6ea1d Unbreak after the recent mod_perl2 api dance.
Approved by:	krion (mentor)
Obtained from:	svn.perl.org (mostly)
2005-06-17 11:10:08 +00:00