1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

144556 Commits

Author SHA1 Message Date
Greg Lewis
5954b07aaa . Link with the system libz instead of building the our own internal
copy.  This should have the following effects:

  . Fix problems experienced by programmes that dynamically create their
    own copy of the JVM and are linked against the system's zlib (e.g.,
    eclipse).
  . Reduce the potential for zlib based security problems
    affecting the JDK.

  This is similar to the patch in the PR, but was actually backported from
  the patches for the jdk15 port, so its a touch different.

PR:		92459
2006-02-12 00:28:23 +00:00
Andrey Slusar
4120e2717e Update to 2.3
PR:		ports/92961
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2006-02-12 00:18:46 +00:00
Marcus Alves Grando
87f45f45eb Forget to add HPN patches. 2006-02-11 23:59:28 +00:00
Alexander Leidinger
1849fc2884 Update to 8.1.036. 2006-02-11 23:55:41 +00:00
Marcus Alves Grando
73824d118c - Update to 4.3p2 2006-02-11 23:55:26 +00:00
Michael Johnson
5d00704eda - Remove unneeded post-patch 2006-02-11 23:26:27 +00:00
Maho Nakata
e9c0c3a7e5 remove upstreamed patch 2006-02-11 23:24:00 +00:00
Gerald Pfeifer
d21c51245e Update to the 20060207 snapshot of GCC 3.4.6. 2006-02-11 23:23:18 +00:00
Gerald Pfeifer
cd62b69003 Update to the 20060210 snapshot of GCC 4.1.0. 2006-02-11 23:22:30 +00:00
Joe Marcus Clarke
79ded35e93 Update to 2.8.4.
* Add a check to see if PORTREVISION=0 in master ports. [1]
* Add checks for direct use of the pkg_* commands. [2]
* Add a check that if a port is new, it is not maintained by
  ports@FreeBSD.org. [3]
* Do not warn about .la files if USE_KDELIBS_VER is set. [4]
* Add a check for deprecated use of USE_RC_SUBR along with checks for its
  proper use. [5]

PR:		91324 [1]
		92888 [2]
		92665 [3]
		92586 [4]
Submitted by:	lofi [4]
		dougb [5]
2006-02-11 23:09:42 +00:00
Maho Nakata
be05391059 Update to SRC680_m156 2006-02-11 23:09:16 +00:00
Michael Johnson
653726b6c3 - Update to 0.11.18 2006-02-11 23:03:49 +00:00
Thierry Thomas
641ab393f0 Chase a silent update and make fetchable again.
- our patches to support FreeBSD have been included;

- support of Intel C++ and Fortran compilers for Linux has been added.

Full diff available at
<http://pompo.net/ports/cdf31-dist_060130_060209.diff>.

Reported by:	Ion-Mihai Tetcu on #bsdports
2006-02-11 23:01:47 +00:00
Joe Marcus Clarke
96c22fa7f5 Remove a duplicate PORTREVISION. 2006-02-11 23:01:40 +00:00
Eric Anholt
5bdc27617f Remove empty patch file.
Reported by:	thierry
2006-02-11 22:04:23 +00:00
Kris Kennaway
04b78a25ff Attempt to fix the bogus missing dependencies during the package build. 2006-02-11 21:57:32 +00:00
Andrey Slusar
fc59085b38 Fix plist.
Reported by:	pointyhat(kris)
2006-02-11 21:40:51 +00:00
Thierry Thomas
41ae3d419c Attempt to fix on amd64.
Submitted by:	Igor Pokrovsky <ip (at) doom.homeunix.org> (maintainer)
Reported by:	pointyhat via Kris
2006-02-11 21:40:39 +00:00
Thierry Thomas
c60f363713 Replace tr by DOS2UNIX: when using tr with LANG or LC_ALL set to a
multibyte locale, "Illegal byte sequence" were reported.

Reported by:	Derek Kulinski <takeda (at) takeda.tk>
2006-02-11 21:20:18 +00:00
Alexander Leidinger
d16f7bfb92 Reset maintainership to ports@ after ~4 months without any response to any
PR.

Thanks for contributing.

Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.

While I'm here:
 - fix a little nit in the csound port (I think the intention was to
   create no backup file instead of creating one with a "-e" extension)
 - set ARCH to i386 in the amd64 case for the acroread7 port. This
   is a work-around to be able to install everything when a dependency
   is not already installed (ARCH is read-only in sub-makes, so the
   dependencies can't change it). This should be removed when the
   dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]

Not objected to by:	portmgr (explicit: krion; silence: rest)
Maintainer timeout:	~4 months
Submitted by:		Sangwoo Shim <sangwoos@gmail.com> [1]
PR:			87985 [1]
2006-02-11 21:03:14 +00:00
Jean-Yves Lefort
35d7addf04 - Update to 0.96
- Add NLS option
- Change default setting of TLS and IPV6 knobs to "on"

PR:		ports/93196
Submitted by:	maintainer
2006-02-11 20:57:38 +00:00
Jimmy Olgeni
e38bb39ae0 Upgrade to version 1.58. 2006-02-11 20:43:38 +00:00
Maxime Henrion
269806ef1b Update to csup-snap-20060211:
- Add support for retries when the connection is rejected by the server
  and the associated -1 and -r maxRetries options.
- Add missing description for the -4 and -6 options in csup.1.
- Ignore the return value of a chflags() call in fattr_install() to
  match CVSup.  This fixes csup over NFS.
- Correctly handle any locking error with assertions.
- Make the multiplexer code fully dynamic and cancelable.
- Handle errors in the sender and receiver threads correctly by closing
  the multilpexer and waking up all the threads blocked on any of the
  channels.  This means we don't hang when being disconnected for
  instance.
- Make several functions of the chan API, most notably chan_read() and
  chan_write() take a struct chan * instead of an id.  This saves a
  mutex lock and unlock for each call to these functions, and also
  reduces the contention on the multiplexer lock.
- Change the stream API so that we can associate a stream with a void *
  to support the previous change.  Update all the consumers.
- Optimize the scheduling of the sender thread so that it's not
  possible to have some channels starve others.
- Optimize mkdirhier() so that it saves many access() calls on average.
- Always set the "no rsync" option to the collections since we don't
  support the rsync updating algorithm yet.  I have yet to see a CVSup
  server trying to send me rsync updates of files in checkout mode but
  better safe than sorry.
- Fix the RCS keyword handling.  Updating the OpenBSD-src collection
  from an OpenBSD CVSup server now works.
- Correctly handle deletion requests for directories.
- And various minor bugfixes.
2006-02-11 20:08:53 +00:00
Jean-Yves Lefort
16ec38f8a6 Add xmms-msa.
xmms-msa is a spectrum analyzer with some nice features like a skin support
and some visualization modes (mirror, reverse, etc).

WWW: http://www.xmms.org/

PR:		ports/92809
Submitted by:	exprim <probyte@deviate.fi>
2006-02-11 19:54:22 +00:00
Michael Johnson
82a1251a65 - Revert to making ffmpeg default instead of ffmpeg-devel 2006-02-11 19:17:59 +00:00
Michael Johnson
b065128e5a - Update to 2.8.12 2006-02-11 19:15:54 +00:00
Michael Johnson
68b198602a - Fix build with new libquicktime
Submitted by:	ankon via irc.freenode.org/#FreeBSD-GNOME
Obtained from:	mjpeg cvs
2006-02-11 18:57:15 +00:00
Jeremy Messenger
db48d53ccc Transmission is a free, lightweight BitTorrent client. It features a
simple, intuitive interface on top on an efficient, cross-platform
back-end.

Transmission is open source (MIT license) and runs on Mac OS X (Cocoa
interface), Linux/NetBSD/FreeBSD/OpenBSD (GTK+ interface) and BeOS
(native interface).

WWW: http://transmission.m0k.org/

--

It is a slave port, the master is net-p2p/transmission.
2006-02-11 18:12:45 +00:00
Jeremy Messenger
5a278f26f6 -Update to 0.5.
-Make this port slave aware, the transmission-gtk2 is coming.
-Update the pkg-descr, copied from the README.
2006-02-11 18:10:29 +00:00
Erwin Lansing
47af532224 Add p5-Catalyst-Example-InstantCRUD , create a working CRUD Catalyst
example with the least of effort.

PR:		ports/93192
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2006-02-11 18:08:01 +00:00
Erwin Lansing
8de31b9ac7 Add p5-Catalyst-View-TT-ControllerLocal 0.02, catalyst TT View with
template names relative to the Controller.

PR:		ports/93189
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2006-02-11 17:52:27 +00:00
Erwin Lansing
c923f72f2b Add p5-DBIx-Class-WebForm 0.02, CRUD methods for DBIx::Class.
PR:		ports/93188
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2006-02-11 17:51:24 +00:00
Michael Nottebrock
adc4b71ee3 Fix plist. 2006-02-11 17:40:20 +00:00
Makoto Matsushita
a1f741f880 Fix some errors, including:
- Build fix when WITH_VMWARE_GTK is set.
- Reorder pkg-plist so that @unexec vmware-guestd.sh successfully done.
- Create directories for server modules, since xserver may not be installed.

Even though this makes no "installed" content change, but bump
PORTREVISION since pkg-plist/pkg-plist.tools are changed.

PR:		93100
Submitted by:	Scot Hetzel, swhetzel at gmail dotcom
2006-02-11 17:23:19 +00:00
Roman Bogorodskiy
b21cb2fa5f - Fix building when an older version of bmpx is installed [1]
- Remove curl dependency since it is not needed anymore [2]

Reported by:	Anish Mistry <amistry@am-productions.biz> [1],
		David Le Brun <david@dyn-ns.net> [2]
2006-02-11 16:53:33 +00:00
Erwin Lansing
5638050f2f Update to 1.60
PR:		93174
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-11 16:20:07 +00:00
Sam Lawrance
d6516924ee Update to 1.2.
PR:		ports/93182
Submitted by:	Dirk Engling <erdgeist@erdgeist.org> (maintainer)
2006-02-11 16:19:59 +00:00
Sam Lawrance
41f0b98586 Mark DEPRECATED (mastersite gone, no longer maintained). De-orbit in
a couple months.

PR:		ports/92985
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2006-02-11 16:10:56 +00:00
Hiroki Sato
33cd19d442 - Set UNAME_s=Linux since FreeBSD's native uname(1) is invoked
from the wrapper script under some circumstances[*].
  Bump PORTREVISION.

- Add another site to MASTER_SITES.

Reported by:	nyan
2006-02-11 15:35:24 +00:00
Sam Lawrance
a9b2abd74d Fix typo in knob name.
Submitted by:	Scot Hetzel <swhetzel@gmail.com> (maintainer)
2006-02-11 15:18:25 +00:00
Cy Schubert
c9072780e0 Make LATEST_LINK unique. 2006-02-11 15:13:51 +00:00
Vanilla I. Shu
3876a18def Upgrade to latest version. 2006-02-11 15:13:21 +00:00
Vanilla I. Shu
86dc520fa7 Upgrade to 0.16.8.02. 2006-02-11 15:11:28 +00:00
Vanilla I. Shu
7a1d3a7b64 - Update to 0.16.8
- Added two knobs:  WITHOUT_ESOUND and WITHOUT_NLS
- Tweaked CONFIGURE_ARGS by removing old arguments (or defaults) and
  stopped it from compiling the path of libraries into the binaries.

PR:		ports/93166
Submitted by:	Sean Farley <sean-freebsd@farley.dot.org>
2006-02-11 15:10:31 +00:00
Sam Lawrance
c26c867171 Switch to the 5.x binary (IGNORE on 4.x).
Add some additional instructions required for ymessenger to run.
Bump PORTREVISION.

PR:		ports/91491
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
Approved by:	sethk@meowfishies.com (maintainer, timeout 4 weeks)
2006-02-11 14:44:20 +00:00
Sam Lawrance
6d613280d7 Correctly define APMDEVICE for FreeBSD.
PR:		ports/91815
Submitted by:	Darren L. LaChausse <dlachausse@yahoo.com>
Approved by:	thorsten.greiner@web.de (maintainer, timeout 4 weeks)
2006-02-11 14:43:19 +00:00
Sam Lawrance
8ab5c9b774 Update to 0.1.1.
PR:		ports/91753
Submitted by:	Fredrik Lindberg <fli@shapeshifter.se>
Approved by:	henriknj@0xmilk.org (maintainer, timeout 4 weeks)
2006-02-11 14:43:14 +00:00
Sam Lawrance
3d301eecf9 Out with the old rc.d script, in with the new.
PR:		ports/91442 (requested by)
Submitted by:	Mike <mspam@hideaway.net>
Approved by:	mi (maintainer, timeout 4 weeks)
2006-02-11 14:43:10 +00:00
Sam Lawrance
e160263de0 Update to 1.3.25.
PR:		ports/91704
Submitted by:	ehaupt
Approved by:	Dean Hollister <dean@odyssey.apana.org.au> (maintainer, timeout 4 weeks)
2006-02-11 14:43:04 +00:00
Sam Lawrance
94389aaa47 Add a patch to make mod_fastcgi work with Apache 2.2.
Convert to USE_APACHE framework.

PR:		ports/91190
Submitted by:	Dominic Mitchell <dom@happygiraffe.net>
Approved by:	JunSeon Oh <hollywar@mail.holywar.net> (maintainer, timeout 5 weeks)
2006-02-11 14:42:59 +00:00