Commit Graph

217 Commits

Author SHA1 Message Date
Mario Sergio Fujikawa Ferreira
f0317fa28e Most command line scripts have been renamed on both net/py-bittorrent-devel
and net/py-bittorrent-core-devel versions 4.1.4
2005-08-28 18:24:31 +00:00
Michael Nottebrock
5e8ccd9a4b Fix typo.
Spotted by:	Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Approved by:	portmgr
2005-08-04 20:55:25 +00:00
Michael Nottebrock
d4bba75048 There was a file move between KDE modules again after all, unfortunately
we discovered it late. Register appropriate CONFLICTS and put some
instructions in UPDATING.

Approved by:	portmgr (linimon)
2005-08-04 19:58:57 +00:00
Brooks Davis
b048a5130d Note Sun Grid Engine updates. 2005-07-29 02:18:38 +00:00
Sergey Skvortsov
68a0530caa Change layout for firebird-server accordingly to hier(7) spirit.
See UPDATING for the details.
2005-07-27 15:38:05 +00:00
Sergey Matveychuk
b72015fcc0 Add notice sysutils/nut has a rcNG script now
PR:		ports/84089
Submitted by:	Joerg Pulz <Joerg.Pulz@frm2.tum.de> (port maintainer)
Reported by:	Thomas Laus <lausts@acm.org>
2005-07-26 14:48:26 +00:00
Ken Smith
ea8bbd96f7 Note the shared library version bump in HEAD and RELENG_6.
Discussed with:	portmgr@
2005-07-22 17:32:08 +00:00
Alexey Dokuchaev
97641b2d75 More consistency and markup nits. 2005-07-15 08:59:34 +00:00
Alexey Dokuchaev
14aac0a132 Fix a bunch of typos. 2005-07-15 08:40:35 +00:00
Michael Nottebrock
2f6ec9e269 The binary incompatibility affects pure Qt applications as well, suggest
recompiling Qt and all ports depending on it.
2005-07-11 10:37:26 +00:00
Michael Nottebrock
3f30a66803 Advise about the possible fallout of and suggest a fix for the binary
incompatibility to qt that occurs if kdelibs has been compiled against
old versions of qt-copy.
2005-07-10 18:36:39 +00:00
Florent Thoumie
95db1dc767 - Correct URL in an old mail/getmail entry.
PR:		ports/82827
Submitted by:	Linh Pham <question+fbsdports@closedsrc.org>
2005-06-30 17:05:57 +00:00
Alexey Dokuchaev
99a8c0e087 Introduce WITH_LEGACY_GPU_SUPPORT option, which sticks us to previous
version of NVidia driver release for the sake of supporting some "legacy"
GPUs.  Note that this options is unsupported, and presumably would only be
needed for a few unlucky souls out there.

PR:		ports/82758
2005-06-30 04:18:22 +00:00
Anton Berezin
0a906037e4 Mention lang/perl5.8 upgrade and describe what to do after. 2005-06-24 09:17:58 +00:00
Florent Thoumie
5badfc1fec - Document latest changes to ftp/proftpd. 2005-06-22 18:54:28 +00:00
Sergey Matveychuk
8e7fa9577c - Saving config.php was a bad idea. cacti's developers make cahnges in it.
I've moved DB settings from config.php to db-settings.php and save it
  instead.

  Read UPDATING.

Reported by:    Zoltan Frombach <tssajo@hotmail.com>,
                Andrej Zverev <az@inec.ru>
2005-06-21 13:26:54 +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
Alexander Leidinger
9c4b6e1908 Fix typo.
Submitted by:	Dominique Goncalves <dominique.goncalves@gmail.com>
2005-06-11 12:17:11 +00:00
FUJISHIMA Satsuki
f077e755aa Add update entry for ftp/wget. Only SSL users may be affected. 2005-06-10 21:44:46 +00:00
Lars Thegler
06a8870de6 Adding note on updating Perforce to 2005.1 2005-06-01 14:21:42 +00:00
Kirill Ponomarev
43b36d57a9 Remove trailing spaces. 2005-05-27 07:41:40 +00:00
Alexander Leidinger
5467f22bb7 - Describe how to keep the old config after updating sylpheed-claws. [1]
- Remove a stray ','.

Suggested by:	Ion-Mihai Tetcu <itetcu@people.tecnik93.com> [1]
2005-05-27 07:39:44 +00:00
Michael Johnson
5363d93395 - Make note about mpeg4ip and mpeg4ip-libmp4v2 a little more clear
Starting with version 1.3 mpeg4ip-libmp4v2 installs libmp4av that mpeg4ip
  previously installed. It is advised to de-install mpeg4ip-libmp4v2 and
  mpeg4ip before updating to mpeg4ip-1.3 or mpeg4ip-libmp4v2-1.3. If you
  have already updated mpeg4ip-libmp4v2 and mpeg4ip you should deinstall
  mpeg4ip and reinstall mpeg4ip-libmp4v2 before updating mpeg4ip.

  This does not affect users who just have mpeg4ip-libmp4v2 installed
  and not mpeg4ip.
2005-05-24 23:50:08 +00:00
Michael Johnson
011f85c761 - Add note about updating mpeg4ip and mpeg4ip-libmp4v2
Starting with version 1.3 mpeg4ip-libmp4v2 installs libmp4av that mpeg4ip
  previously installed. It is advised to de-install mpeg4ip-libmp4v2 and
  mpeg4ip before updating to mpeg4ip-1.3 or mpeg4ip-libmp4v2-1.3. If you
  have already updated mpeg4ip-libmp4v2 or mpeg4ip you should reinstall
  both mpeg4ip-limp4v2 and mpeg4ip.
2005-05-24 21:14:23 +00:00
Simon Barner
c8747bf850 Fix typo. 2005-05-23 18:32:50 +00:00
Simon Barner
82fe928873 - Update to 1.7.7 [1]
- Convert to OPTIONS [1]
- Use %%DATADIR%% [2]
- Add a hint to UPDATING because of changed config file semantics. [1]

Submitted by:	maintainer [1],
		barner [2]
PR:		ports/81375
2005-05-23 16:13:41 +00:00
Pav Lucistnik
33ad773d04 - Update Squid to 2.5.STABLE10
PR:		ports/81213
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
2005-05-19 14:17:01 +00:00
Sergey Matveychuk
06509de513 - Update to 2.0.0-R5
This release has significant change in API.
  All old code *will* broken.
  Read how to fix it here: http://perl.apache.org/docs/2.0/rename.html

PR:		ports/79962
Submitted by:	maintainer
2005-05-17 17:13:43 +00:00
Sergey Matveychuk
965a94b41e - Document databases/firebird spliting
Submitted by:	maintainer
2005-05-17 16:35:12 +00:00
Roman Bogorodskiy
7ea10becc8 Add a note about dropping WITH_PPERL support in devel/svk.
PR:		80910
Submitted by:	Rong-En Fan (devel/svk maintainer)
2005-05-12 04:16:38 +00:00
Mario Sergio Fujikawa Ferreira
21880d4e61 Add note on multimedia/ffmpeg-devel 2005-05-12 03:15:59 +00:00
Palle Girgensohn
ebc37b4280 Fixing problems with the recent security patch: When bison was not
installed, the patched gram.y file would not be used and the security
patch would be a no-op. Also, I've had reports of compilation errors
related to bison.

Since checking for the correct version of bison is hard and error
prone, I'm doing what the postgresql distribution does - patching the
yacc:ed .c file to get rid of the building dependency.

Bumping portrevision of -server.

Pointy hat to:	me
Noticed by:	Mike Harding and others
Security:	http://www.vuxml.org/freebsd/6b4b0b3f-8127-11d9-a9e7-0001020eed82.html
Approved by:	seanc (implicit)
2005-05-11 00:40:15 +00:00
Mario Sergio Fujikawa Ferreira
8d66dae76d Add advices about lang/ocaml update to 3.08.3 2005-05-01 18:10:27 +00:00
Oliver Lehmann
39baf03e56 move mail/courier-authlib to security/courier-authlib which is a meta-port now.
Submitted by:		Yarema <yds@CoolRat.org>
In corporation with:	Jose M Rodriguez <josemi@freebsd.jazztel.es>, Milan Obuch <ports@dino.sk>, myself
2005-04-26 19:17:32 +00:00
FUJISHIMA Satsuki
34fb1487fa add notes for www/opera and www/opera-devel.
PR:		80142
Submitted by:	Arjan Van Leeuwen <avleeuwen@gmail.com>
2005-04-21 11:48:57 +00:00
Pav Lucistnik
7266577267 - Add notes for devel/ipython update
PR:		ports/80148
Submitted by:	Dryice Liu <dryice@liu.com.cn>
2005-04-20 14:26:42 +00:00
Jeremy Messenger
301d88e4b3 - Update to 8.0, see the changelog for details:
http://www.opera.com/linux/changelogs/800/

- Use DATADIR in plist.
- To upgrade, please read in either pkg-descr or UPDATING for detail
- The pkg-descr will be update when opera.com is in less traffic.
- Copy pkg-message in UPDATING. As for www/opera maintainer/committer,
  you can just add 'www/opera' when it updates to 8.0.
2005-04-19 21:08:56 +00:00
Volker Stolz
ef19d51b2b Note that net-mgmt/cricket now uses a separate user
PR:		ports/73926
Submitted by:	Phil Homewood
Forgotten by:	ijliao
2005-04-15 10:01:15 +00:00
Palle Girgensohn
763de9d278 Upgrade PostgreSQL to 8.0.2. Here's the brief release note:
Over the past several weeks, Tom Lane has been working on replacing
  our old Cache Management Alorithm (ARC) with a new, patent free one
  (2Q).

  In order to reduce the number of 8.x deployments out there that are
  using the old manager, we have just released 8.0.2, and encourage
  adminstrators to upgrade at their earliest convience.

  For those already running 8.x on your production servers, please
  note that this upgrade does *NOT* require a dump restore, but due to
  a bump in the major version number for the client library (libpq),
  it *WILL* require all client applications to be recompiled at the
  same time.

For full release info, see
http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-2

Apart from the upgrade, three new config options are added:

 A patch (experimental) for supporting proper collation
 of utf-8 encoded locales, using IBM's ICU package (devel/icu). See
 http://people.freebsd.org/~girgen/postgresql-icu/README.html for more
 info.

 An optional patch written by Evgen Potemkin, which allows
 PostgreSQL to make hierarchical queries à la Oracle [1].

 An option is added that allows the use of 64 bit ints to
 store dates [2].

PR: ports/79165 [1], ports/76999 [2]
Submitted by: Marcos Tischer Vallim [1], Christian Ullrich [2]
Approved by: ade, seanc (implicit)
2005-04-13 23:15:49 +00:00
Xin LI
0448df228e mail/spamd (OpenBSD's pf spamd) is now RCng'ed. 2005-04-13 12:24:23 +00:00
Pav Lucistnik
3e5e4251dd - Note about updating of www/quixote
PR:		ports/79851
Submitted by:	Dryice Liu <dryice@liu.com.cn>
2005-04-13 08:33:40 +00:00
Koop Mast
08d76cf1aa Add a note about the change in the gdm start script. 2005-04-11 08:14:22 +00:00
Michael Nottebrock
e5914f9c26 \*kde\* matches too many ports, kde\* \*kde-i18n\* should be safer.
Noted by: wca
2005-04-08 00:36:07 +00:00
Michael Nottebrock
55fd77ca30 Slighty change the UPDATING instructions so that i18n ports are
caught by portupgrade as well.

Submitted by:	Heino Tiedemann <rotkaps_spam_trap@gmx.de>
2005-04-07 23:51:32 +00:00
Alex Dupre
e0ac3ec195 Describe the new way to set the mysql40 database directory.
Please, look at it if you don't use default path!
2005-04-06 13:43:52 +00:00
Joe Marcus Clarke
7044e83b3e Remove trailing whitespace. 2005-04-03 07:01:49 +00:00
Joe Marcus Clarke
89db3fc447 Add an entry for net/tac_plus4. 2005-04-03 07:01:23 +00:00
Brooks Davis
97058ab04a Switch mDNSResponder from the Apple startup script to a simple rc.subr
script.  This means that mdnsd is not started by default and must be
enabled by adding an mdnsd_enable="YES" line to your /etc/rc.conf.

This works around a panic in the multicast code when network interfaces
are removed and multicast sockets are open on them since many users of
this port only need the utilities, not the daemon.

Approved by:	portmgr (krion)
2005-03-25 17:24:13 +00:00
Michael Nottebrock
3bdc1b8873 Eventually I'll learn to count, too. 2005-03-21 00:10:00 +00:00
Michael Nottebrock
82b6c236e8 Missed a teensy detail there. 2005-03-20 19:11:58 +00:00