aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade ganglia to 3.0.0.Brooks Davis2005-03-011-0/+16
| | | | | | | | | | | | | 3.0.0 mostly consists of a more flexable portable gmond which requires a new config file format. Information about changes in this release can be found on the website at: http://ganglia.info/archives/cat_releases.html and in ports/UPDATING. Notes: svn path=/head/; revision=130134
* Fix typo in 20041128 mail/dspamVolker Stolz2005-02-281-1/+1
| | | | Notes: svn path=/head/; revision=129996
* Disable threads again; it has caused the more troubles. This time, it hasJeremy Messenger2005-02-251-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} include in the build to kill the headache of old '_r' and can't run with something like ruby-opengl, ruby-sdl, ruby-gtk2 and etc on FreeBSD 4.x or older 5.x. With this commit should solve those issues. It is recommend you to rebuild any apps that depend on lang/ruby18, so see the UPDATING for detail. Remove the 'BROKEN' on the other ports that knu has added them few weeks ago. Some of them have been tested, so if one of them is still broke then please let us know and one of us will re-add the 'BROKEN'. This changes was worked by lofi and me. lofi did everything on FreeBSD 4.x and I did others. lofi, thanks for help! Tested by: many people Tested on: i386 (FreeBSD 4.x, 5.x and 6.x), amd64 (FreeBSD 5.x and 6.x), and sparc64 (FreeBSD 5.x and 6.x) Not test on: ia64 and alpha Approved by: portmgr (kris) Notes: svn path=/head/; revision=129708
* - Fix event MPM build [1]Clement Laforet2005-02-241-0/+6
| | | | | | | | | - Add a small UPDATING entry. You have to rebuild all your apache modules. Reported by: clement's apache tinderbox [1] Notes: svn path=/head/; revision=129648
* Describe the new way to set the mysql41 database directory.Alex Dupre2005-02-151-0/+10
| | | | | | | Please, look at it if you don't use default path! Notes: svn path=/head/; revision=128974
* - Add note about updating nagios to 2.0b2Pav Lucistnik2005-02-141-0/+10
| | | | | | | | PR: ports/77478 Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> (nagios maintainer) Notes: svn path=/head/; revision=128861
* Add a note for pitfalls regarding teTeX 3.0.Hiroki Sato2005-02-131-0/+30
| | | | Notes: svn path=/head/; revision=128692
* o Add CONFLITS.Norikatsu Shigemura2005-02-121-0/+13
| | | | | | | | | | | o Set install prefix to ${X11BASE}, clearly. o Bump PORTREVISION, accordingly. Reviewd by: hrs, Yoshihiko Sarumaru <mistral@imasy.or.jp> Approved by: KOMATSU Shinichiro <koma2@ms.u-tokyo.ac.jp> Notes: svn path=/head/; revision=128596
* Update to 2.99.13.20040204, a teTeX-3.0 release candidate.Hiroki Sato2005-02-061-0/+18
| | | | | | | | | | A lot of tools and macros has been updated and the share/texmf* directory structure has been changed as well. The portupgrade utility should work, but please read http://people.freebsd.org/~hrs/tetex-upgrade.txt before upgrading. Notes: svn path=/head/; revision=128144
* The slippery pthread support for systems prior to 502102 has beenAkinori MUSHA2005-02-051-0/+13
| | | | | | | | | | | | | | | | | | | | | dropped and the lang/ruby16_r and lang/ruby18_r ports have been removed, since no one seems to appreciate the partially working solution. Good news is that the pthread support of lang/ruby18 is now enabled by default for newer systems, which means the ruby interpreter is linked with libpthread. This will allow threaded extension libraries to run and work properly on those systems. The --march=cputype flag is disabled because it gets ruby to malfunction and fail to build. I don't know if the problem is in libpthread or in gcc. (It really makes me wonder if they had actually tested before asking me to do this somewhat risky change ;-) Notes: svn path=/head/; revision=128068
* Don't tell that it is not necessary to upgrade perl-dependent ports,Anton Berezin2005-02-011-3/+0
| | | | | | | | | since failing to do so will mess up dependencies in the future. Noticed by: mat Notes: svn path=/head/; revision=127856
* Document lang/perl5 and lang/perl5.8 update.Anton Berezin2005-02-011-0/+24
| | | | Notes: svn path=/head/; revision=127847
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-0/+19
| | | | | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127737
* An an entry for net/howl on using its new rcNG script.Joe Marcus Clarke2005-01-301-0/+14
| | | | Notes: svn path=/head/; revision=127681
* - bring xfce4 to 4.2Oliver Lehmann2005-01-261-0/+9
| | | | | | | | | | | - remove x11-fm/xfce4-fm-icons misc/xfce4-panel-themes (obsoleted by that update) - take maintainership of x11-wm/xfce4-session [1] - bump PORTREVISION of all plugins because they need to be linked against the new xfce4 libs Approved by: maintainer [1] Notes: svn path=/head/; revision=127441
* Enter PostgreSQL 8.0.0. Given 4.11 is still being released, abuse -devel bySean Chittenden2005-01-231-0/+14
| | | | | | | | | | | | | | | | | | | | | | | stuffing the 8.0.0 release in here for the time being. Port epoch bumped because 8.0.rc* is greater than 8.0.0. A note from UPDATING to people who want to use 8.0.0 via -devel in production: The -devel port has been updated to contain 8.0 release since postgresql80-server can not be updated until 4.11 is released and the changes in PR ports/75344 are committed. Users who need 8.0 now can use the -devel port, however, once postgresql80-server has been committed, -devel will begin tracking 8.1. Please be smart about tracking ports and if used in production, update to databases/postgresql80-server as soon as it becomes available. No dump/reload will be required when changing from -devel to postgresql80-server. Check out the release notes and the shiny new PostgreSQL.org website at: http://www.PostgreSQL.org/docs/8.0/static/release.html#RELEASE-8-0 Notes: svn path=/head/; revision=127126
* Add a entry on upgrading the SpamBouncer installation.Thierry Thomas2005-01-171-1/+9
| | | | Notes: svn path=/head/; revision=126679
* Whitespaces cleanup.Kirill Ponomarev2005-01-171-4/+4
| | | | Notes: svn path=/head/; revision=126673
* Add an entry about astk-client's parameters file.Thierry Thomas2005-01-171-0/+8
| | | | Notes: svn path=/head/; revision=126669
* 20050108: s/rc.sub[^r]/&r/Oliver Lehmann2005-01-171-1/+1
| | | | | | | Noted By: ceri Notes: svn path=/head/; revision=126655
* adjust 20050108 entry about courier-imapOliver Lehmann2005-01-171-2/+3
| | | | | | | Thanks to: Koop Mast <kwm@rainbow-runner.nl> Notes: svn path=/head/; revision=126654
* Add an entry instructing people to remove an unintentionally-createdAdam Weinberger2005-01-141-0/+19
| | | | | | | /etc/pam.d directory, which causes lockouts on 4.x. Notes: svn path=/head/; revision=126460
* Add entry for irc/iip update problemMario Sergio Fujikawa Ferreira2005-01-101-0/+31
| | | | Notes: svn path=/head/; revision=126076
* Add an entry for nautilus-cd-burner, and the cdrtools problem.Joe Marcus Clarke2005-01-101-0/+15
| | | | Notes: svn path=/head/; revision=126073
* Fix typos in portnames.Michael Nottebrock2005-01-081-4/+4
| | | | | | | | PR: ports/75940 Submitted by: Dan Langille <dan@langille.org> Notes: svn path=/head/; revision=125798
* upadate to courier-authlib 0.52, courier-imap 4.0.1 and sqwebmail 5.0.0Oliver Lehmann2005-01-081-0/+34
| | | | | | | Special thanks for testing and sugestions to: Brian Candler <B.Candler@pobox.com> Notes: svn path=/head/; revision=125759
* Additionally suggest adding /tmp/.ICE-unix to daily_clean_tmps_ignore for usersMichael Nottebrock2005-01-031-0/+3
| | | | | | | | | | of daily_clean_tmps_enable (periodic). Submitted by: Hilko Meyer <hilko.meyer@gmx.de> Approved by: portmgr Notes: svn path=/head/; revision=125690
* Say hello to the linux mega patch, it consolidates our linux bits aAlexander Leidinger2004-12-311-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | little bit and allows to proceed to a more recent linux_base from a stable (read as: the major bugs should be ironed out or identified and most linux ports build just fine) source. It also allows to ship 4.11 with a working linuxolator (the EOLed linux_base is marked forbidden because of a security hole). This is a major update, please read UPDATING (and CHANGES if you develop linux ports). Changes: - change the default linux_base from v7 to v8 - add a newer freetype to linux_base-8 for nicer fonts display [1] - don't let cpio use hardlinks in the linux_base-8 port to quiet some warnings in some cases [2] - fix a cut&past error in the linux_base-8 pkg-install script [3] - convert the binary knob "USE_LINUX" to a version specifier, e.g. USE_LINUX=<value> specifies a dependency upon emulators/linux_base-<value>, exceptions are a value of "7" (which does what you want and adds a dependency to linux_base) and any value without a corresponding port in PORTSDIR/emulators/linux_base-<value> (which adds a dependency to the default linux_base) - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob, this allows us to use the USE_LINUX_PREFIX knob for linux_base and paves the way for splitting up future linux base ports into individual pieces - remove RESTRICTED from some GPL licensed ports, even when we only distribute binaries, we get them from official linux sites, so anyone can grab them there if he needs to - add a dependency upon the linux X11 bits where necessary (based upon guesswork) - don't use USE_X_PREFIX in some linux ports since it adds a dependency to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean solution would be to remove the implicit USE_XLIB from USE_X_PREFIX) - bump the portrevision of the linux ports ("better safe than sorry" algorithm) - pass maintainership of the important linux infrastructure to a mailinglist, hijack freebsd-emulation@ for this purpose (if somebody doesn't like this: tell us your bikeshed color at freebsd-emulation@, my color would be "linuxolator@" in case someone cares...) - add a pkg-install script for linux-fontconfig, but don't use it; everything should work without it (the FreeBSD fc-cache program should do all the work), but in case we need it we just need to decomment the pkg-install part in the Makefile - fix some dependencies - fix some bugs - add some static plists - unbreak the ports with dependecies to more than one linux_base This also fixes some ports which are marked BROKEN because of dependencies to v7 and v8 of linux_base at the same time. Known bugs: - the linux-mesa and linux-devtools ports install libGL*.so symlinks - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by the linux X11 port, so linx_Base-8 moans at deinstall time) Future work (interested souls should coordinate with freebsd-emulation@): - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies, or modify the behavior of USE_XLIB in the USE_LINUX case AFAIK trevor has some patches. - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of the PREFIX?= workaround in some linux ports Should be discussed/coordinated on/with x11@. - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/ - update to a more recent linux base PR: 69997, 70539 (and maybe others) Discussed with/on: java@, x11@, trevor, portmgr Tested by: mezz, portmgr, pointyhat RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1] Requested by: portmgr [2] Submitted by: kris [3] Approved by: portmgr Notes: svn path=/head/; revision=125613
* - Add a note for users of www/awstatsPav Lucistnik2004-12-311-1/+8
| | | | | | | - Collect nearby spurious whitespace Notes: svn path=/head/; revision=125596
* Also suggest to not use clear_tmp_enable right now, since it'll nukeMichael Nottebrock2004-12-291-0/+4
| | | | | | | /tmp/.ICE-unix on each boot. Notes: svn path=/head/; revision=125469
* Add a note about checking the ICE socket directory in case KDE refusesMichael Nottebrock2004-12-291-0/+13
| | | | | | | | to start after upgrading to Xorg 6.8.1 (which for some reason that's escaping me makes .ICE-unix/ not owned by root a fatal error). Notes: svn path=/head/; revision=125460
* Add a notice about the personal configuration file of Gambas DatabaseThierry Thomas2004-12-271-0/+8
| | | | | | | | | Manager. Reminded by: Kris. Notes: svn path=/head/; revision=125295
* Alert about the upgrade process of Horde's application.Thierry Thomas2004-12-261-0/+18
| | | | Notes: svn path=/head/; revision=125210
* Explain the switch from graphics/dri to graphics/xfree86-dri forDejan Lesjak2004-12-241-0/+15
| | | | | | | | | | XFree86-4-Server users. Prodded by: rpratt Submitted by: ade (wording of entry), rpratt (portupgrade line) Notes: svn path=/head/; revision=125086
* Remove trailing spaces.Kirill Ponomarev2004-12-241-4/+4
| | | | Notes: svn path=/head/; revision=125075
* - Suggest that sysutils/portupgrade should be upgraded prior toAkinori MUSHA2004-12-241-1/+11
| | | | | | | | | lang/ruby18. - Fix the path of rskkserv.conf.sample that was changed a while ago. Notes: svn path=/head/; revision=125023
* Fix ports: security/clamav and security/clamav-devel (change dbEdwin Groothuis2004-12-221-0/+8
| | | | | | | | | | | | | | | directory to /var/db/clamav and fix removal of db on deinstall) For the sake of coherence, the ClamAV database should be installed in /var/db/clamav, not /usr/local/share/clamav. Also fixes the database removal on package deinstallation. PR: ports/74172 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Approved by: Rob Evers <rob@debank.tv> Notes: svn path=/head/; revision=124772
* - Add a small note about gpgme* changesClement Laforet2004-12-211-0/+9
| | | | Notes: svn path=/head/; revision=124668
* Document the upgrade procedure for JDictionary due to recent file locationHerve Quiroz2004-12-191-0/+10
| | | | | | | changes. Notes: svn path=/head/; revision=124472
* Let net/freenet6 use rc.subrEdwin Groothuis2004-12-131-0/+7
| | | | Notes: svn path=/head/; revision=123965
* Fix typos.Michael Nottebrock2004-12-131-2/+2
| | | | Notes: svn path=/head/; revision=123959
* Add note about cryptplug's dependency change and it not being requiredMichael Nottebrock2004-12-131-0/+13
| | | | | | | for PGP/MIME support in KMail any longer. Notes: svn path=/head/; revision=123957
* Add headsup for databases/postgresql-relay rc.conf usages.Edwin Groothuis2004-12-131-0/+7
| | | | Notes: svn path=/head/; revision=123888
* Add note about split of sysutils/bacula.Mark Linimon2004-12-131-0/+11
| | | | | | | | PR: ports/74481 Submitted by: lkoeller@FreeBSD.org Notes: svn path=/head/; revision=123867
* Describe a quirk when using mail/getmail with Python 2.4Sergey Matveychuk2004-12-081-0/+12
| | | | | | | | PR: ports/74874 Submitted by: Linh Pham <question+fbsdports(at)closedsrc.org> Notes: svn path=/head/; revision=123513
* Replace a command for the recent Python 2.4 upgrade to a finer andHye-Shik Chang2004-12-061-1/+1
| | | | | | | | | smarter one. Submitted by: Eugene Mungmung Kim <ab@astralblue.net> Notes: svn path=/head/; revision=123280
* Add a note on updating multimedia/ffmpegMario Sergio Fujikawa Ferreira2004-12-051-0/+19
| | | | Notes: svn path=/head/; revision=123254
* Correct a command: need -f option to rebuild them all.Hye-Shik Chang2004-12-021-1/+1
| | | | Notes: svn path=/head/; revision=122959
* Add a updating hint for the recent lang/python updates.Hye-Shik Chang2004-12-021-0/+10
| | | | Notes: svn path=/head/; revision=122958
* - Drop few words for dspam usersPav Lucistnik2004-11-281-0/+7
| | | | Notes: svn path=/head/; revision=122638