aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
Commit message (Collapse)AuthorAgeFilesLines
* Add unix domain socket support for Wnn backend and use it byhrs2008-11-081-0/+16
| | | | | | | | | | | | default. If $[CJKT]SERVER environment variable is defined, the value is used as the server host name. In JSERVER case, for example, the server name is determined in the following way: $JSERVER --(if null)--> wnn-jserver --(if null)--> "unix" If the server host name is null or matches "^unix$", unix domain socket is used. The path name of the socket can be specified in wnn-[cjkt]udpath custom variable.
* - Note the pluxml-devel update and migration tool.jadawin2008-11-051-0/+8
|
* Make note of git-shell location change.wxs2008-11-031-0/+8
|
* - Add "-a ADDR" option to jserver and "listenaddr" directive tohrs2008-10-301-0/+10
| | | | | | | | | | | jserverrc. This specifies listen address of the INET socket. Note that the default value is set as 127.0.0.1. If you need the old behavior (listen INADDR_ANY), use "-a 0.0.0.0" in $wnn_flags or modify jserverrc. - Fix a buffer overflow when very long file name is specified in the -f option. - Fix a typo in CONFIGURE_ARGS and COMMENT. - Rename a patch file (patch-Wnn-jd-serverdef).
* Note the asterisk-gui update.wxs2008-10-301-0/+8
| | | | | PR: ports/128403 Submitted by: Phillip N. <pneumann@gmail.com>
* - Updated to 1.7.0glarkin2008-10-291-0/+37
| | | | - Added MASTER_SITES for redundancy
* Document split of japanese/Canna and japanese/sj3, andhrs2008-10-271-0/+18
| | | | japanese/sj3-server default listen address change.
* Assorted formatting, whitespace, consistency, and spelling fixes.danfe2008-10-041-117/+114
|
* - Update to 3.0.STABLE9miwi2008-09-261-0/+10
| | | | | | | | - Make WITH_SQUID_COSS a no-op for now (see UPDATING) - Use "templates" as the default language directory PR: 127627 Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
* - Append proftpd entrybeech2008-09-251-0/+5
|
* - Add entry for ftp/proftpdbeech2008-09-251-0/+11
|
* - Fixed logcheck script silent failure in previous commitglarkin2008-09-111-0/+48
| | | | | | | | | | | | | | | | - Added handling for crontab installation problems - Incorported security fixes from PR opened after previous commit - Added UPDATING entry since configuration options have changed fairly significantly PR: ports/122842 Submitted by: Cezary Morga <cm@therek.net> PR: ports/127255 Submitted by: Yasuhiro KIMURA <yasu at utahime dot org> Reviewed by: glarkin Approved by: beech (mentor, implicit) Approved by: portmgr (marcus) Security: Incorrect addition of logcheck user to wheel group
* -Drop whitespacesmiwi2008-09-081-4/+4
|
* - Add update infos for www/mediawiki12 and www/mediawikimiwi2008-09-081-0/+7
|
* - repocopy net-mgmt/nagios -> net-mgmt/nagios2pgollucci2008-09-031-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and connect net-mgmt/nagios2 to the build - Move net-mgmt/nagios-devel -> net-mgmt/nagios (v3.0.3) - Add note to UPDATING o net-mgmt/nagios [3] SF Macro USE_RC_SUBR != yes (rename files/nagios.sh.in -> files/nagios.in) OPTIONS+= EVENT_BROKER [1] use @dirrmtry in pkg-plist o net-mgmt/nagios12 [2] SF Macro USE_RC_SUBR != yes (files/nagios.sh.tmpl -> files/nagios.in) Conversion to pkg-install, pkg-deinstall, pkg-message use @dirrmtry in pkg-plist o net-mgmt/nagios2 [4] SF Macro USE_RC_SUBR != yes (rename files/nagios.sh.in -> files/nagios.in) PRs: ports/126758 [4] ports/126761 [3] ports/126754 [2] ports/126684 [1] Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer) Reworked by: pgollucci - freebsd ports infrastructure changes Reviewed by: pgollucci Approved by: gabor (mentor)
* Add note about deprecations and changes in math/ploticus.linimon2008-09-031-0/+19
|
* Per user request, add a note about the move from pine to alpine.dougb2008-09-031-0/+11
|
* Add note about net-mgmt/smokepinglth2008-09-011-0/+8
|
* DEPENDS_ARGS doesn't work with packages and even if it didpgollucci2008-08-291-0/+8
| | | | | | | | | | | | | | | | | WITH_MODPERL2 / WITH_MODPERL is not handled correctly so the depency list for upcomming www/rt38 is way off. As such, we've split this port into MASTER (www/p5-Apache-DBI) and SLAVES (www/p5-Apache-DBI-mp1) and (www/p5-Apache-DBI-mp2). While here, cleanup the MASTER port a little - spell out the RUN_DEPENDS - remove USE_APACHE and let www/mod_perl* deal with it - pull the plist into Makefile Bump PORTREVISION Discussed with: pav on #bsdports Approved by: gabor (mentor)
* - Standardize my e-mail address to @FreeBSD.orgpgollucci2008-08-281-2/+2
| | | | Approved by: gabor (mentor)
* Fix formatting (sorry danfe).wxs2008-08-281-9/+9
|
* - Update to 1.6.0.1wxs2008-08-281-0/+18
| | | | | | | | | | | | | | | | | | | | | Lots of changes, the most visible of which is: With the default Makefile settings, most of the programs are now installed outside your $PATH, except for "git", "gitk" and some server side programs that need to be accessible for technical reasons. Invoking a git subcommand as "git-xyzzy" from the command line has been deprecated since early 2006 (and officially announced in 1.5.4 release notes); use of them from your scripts after adding output from "git --exec-path" to the $PATH is still supported in this release, but users are again strongly encouraged to adjust their scripts to use "git xyzzy" form, as we will stop installing "git-xyzzy" hardlinks for built-in commands in later releases. The 1.6.0 Release Notes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.txt The 1.6.0.1 Release Notes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.1.txt
* Add a note about qmHandle configuration filegarga2008-08-271-0/+8
|
* Add net/rabbitmq entry.vanilla2008-08-201-0/+11
|
* Missed copy-n-paste the howto upgrade process in glib20 part.mezz2008-08-191-1/+8
|
* - Split GNOME 2 and glib20 upgrade in 20080323 part as we have been getting amezz2008-08-191-1/+9
| | | | | | | | lot of build failure report about it cannot find -lgio-2.0. - Add graphics/cairo in AFFECTS as got a PR related with cairo requires newer pixmap. It should helps the green users. Reviewed by: marcus (also with English grammar tweak)
* More of formatting and language fixes.danfe2008-08-171-54/+58
|
* - Add entry for mail/asspbeech2008-08-171-0/+9
|
* * Copy sysutils/rdiff-backup to sysutils/rdiff-backup10vd2008-08-151-0/+8
| | | | | | | | * Upgrade sysutils/rdiff-backup from 1.0.5 to 1.2.0 * Minor changes in sysutils/rdiff-backup-devel in CONFLICTS and pkg-descr PR: ports/126313, ports/126314, ports/126315 (based on) Submitted by: Peter Schuller <peter.schuller@infidyne.com>
* - Update to version 2.60brix2008-08-141-0/+12
| | | | | | | | | | | | - Add note about new config file format to UPDATING: The layout of the ikiwiki.setup file has changed in a significant way in this release. Old setup files will continue to work, but new features, like the new websetup interface, require a new format setup file. You can convert old setup files into the new format by running the following command for all your ikiwiki.setup files: ikiwiki-transition setupformat ikiwiki.setup
* - mail/spamdyke is not backwards compatible with previous installations.wxs2008-08-121-0/+8
|
* - Kill EOL whitespace in recent entrydanfe2008-08-121-110/+112
| | | | - Usual round of language, format, and consistency nits
* - Update pgbouncer to 1.2.3mm2008-08-121-0/+12
| | | | | | | | | | | - Add new UID and GID for pgbouncer - Improve handling of example configuration files - Add support for the reload rc command - Other minor enhancements PR: ports/126454 Submitted by: mm Approved by: skv (maintainer)
* Flush my local queue of cleanups.danfe2008-08-081-34/+38
|
* - Update to 2.0.23chinsan2008-08-081-0/+14
| | | | | | | | - Use standard $WWWDIR PR: ports/125950 Submitted by: appleboy <appleboy.tw at gmail.com> Approved by: maintainer (me)
* - Update to 1.31, be sure to read in UPDATING.mezz2008-08-071-0/+14
| | | | | | | | - Move transmission to transmission-cli, transmission becomes a meta-port. - Add transmission-web, it's a web interface (Clutch) as it has merged into its project. Repocopy: marcus (transmission -> transmission-cli)
* - Update devel/qt4 entry (qt4-moc needs a force build too)miwi2008-08-061-2/+2
| | | | Reported by: ITetcu
* Style, reformat, kill EOL whitespace.danfe2008-08-061-20/+24
|
* - Add update note for devel/qt4 users.miwi2008-08-051-0/+13
|
* Note switch from cvsps-devel to cvsps with git.wxs2008-08-051-0/+10
|
* - Update to 2.0.5mm2008-07-281-0/+44
| | | | | | | | | | | - Change handling and structure of configuration files - Add new options to startup script ("reload", "debug") - Introduce pkg-message - Other fixes and enhancements PR: ports/124439 Submitted by: David Wood <david@wood2.org.uk> (maintainer) Tested by: mm
* - Reword last Firefox entry for better Englishdanfe2008-07-281-8/+8
| | | | - Another formatting nit while I'm here
* Author -> AUTHOR to reduce danfe's works. :-)mezz2008-07-281-1/+1
|
* Remove seek for plugins in lib/browser_plugins for now, because a few pluginsmezz2008-07-281-0/+11
| | | | | | | | | that built with Firefox 2 can causes Firefox 3 crashes. We are working on some changes plugins directory by using www/linux-mplayer-plugin/Makefile.npapi. Bump the PORTREVISION. Reported by: a few Discussed with: my team, FreeBSD GNOME Team
* More of language, formatting, and style improvements.danfe2008-07-281-153/+158
|
* Add some more instructions to the misc/shared-mime-info entry.marcus2008-07-261-0/+5
|
* Update shared-mime-info to 0.51, and remove conflicts with x11-fm/nautilus.marcus2008-07-261-0/+11
| | | | Add an UPDATING entry on how to properly perform this upgrade.
* Updated to 2.2.1glarkin2008-07-261-0/+9
| | | | | | PR: ports/125835 Submitted by: Filipe Rocha <filiperocha@gmail.com> (maintainer) Approved by: beech (mentor)
* - Don't say "The Foobar", it is incorrect. "The Foobar port" is betterdanfe2008-07-231-69/+73
| | | | | | | | | | | and more accurate (as we're in fact updating our ports, while vendor is updating their software. UPDATING talks about the former) [*] - Glance over several other entries and improve on wording and whitespace - Reformat overly short or long lines. Normally, 72-78 chars per line is most readable and pretty (there're a lot more to fix) - Spell `sql' as `SQL' where appropriate. (Ditto for `cpan', `svn'.) Suggested by: gavin [*]
* Reword Opera-related entries. Still, English can probably be improved.danfe2008-07-231-15/+16
|
* Usual round of wordsmithing:danfe2008-07-231-246/+256
| | | | | | | - Consistency and spelling corrections - Lots of whitespace fixes to improve readability - Reword couple of phases for better English - Kill EOF whitespace
* Fix typo: opied -> copiededwin2008-07-221-1/+1
| | | | Submitted by: "Philip M. Gollucci" <pgollucci@ridecharge.com>
* Post warning about net/freenet6 update.edwin2008-07-201-0/+10
|
* - Add entry for x11-fm/gprename 2.6.2 updaterafan2008-07-191-0/+11
| | | | | PR: ports/125610 Submitted by: Martin Tournoij <carpetsmoker at rwxrwxrwx.net>
* Fixed non-ASCII chars in the 20080714 entrytimur2008-07-181-17/+17
|
* Add an entry for devel/anjuta.marcus2008-07-181-0/+10
|
* Belatedly add an UPDATING entry for latest mail/svnmailer portsimon2008-07-171-0/+10
| | | | | | update. Submitted by: pgollucci@p6m7g8.com
* - Add entry for Squid-2.7.STABLE3beech2008-07-151-0/+17
|
* - Fix 20080701 (subversion) entrysem2008-07-141-4/+2
|
* - Add entry for databases/rrdtool 1.3.0 on the language bindings siderafan2008-07-141-0/+7
|
* Fix some typos.blackend2008-07-141-2/+2
|
* - Add entry for gtkdatabox2beech2008-07-121-0/+9
|
* Fix entry for science/gramps.wxs2008-07-111-2/+2
| | | | | PR: ports/125504 Submitted by: Anders Troback <freebsd@troback.com> (maintainer)
* - Fix typobeech2008-07-101-1/+1
| | | | | PR: ports/125458 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
* Update to version 2.52.brix2008-07-101-0/+9
| | | | | | | | | The IkiWiki editpage form now uses the raw page name, not the page title, in its 'page' cgi parameter. You will need to rebuild any existing ikiwiki installations in order to update their 'edit' links to the new format. Approved by: erwin (mentor, implicit)
* Add note about the kqemu-kmod -> kqemu-kmod-devel transition fornox2008-07-091-0/+13
| | | | users of emulators/qemu-devel
* - Update to 3.0.1tabthorpe2008-07-091-0/+8
| | | | | PR: ports/125027 Submitted by: Anders Troback <freebsd troback.com> (maintainer)
* Update IkiWiki to version 2.51.brix2008-07-051-0/+9
| | | | | | | | | The IkiWiki search plug-in now uses www/xapian-omega as backend instead of textproc/hyperestraier. You will need to update the configuration of any search enabled ikiwiki installations and rebuild them since the search form has changed. Approved by: erwin (mentor, implicit)
* Update to 0.40.mezz2008-07-051-0/+11
|
* - Add entry for irc/ratbox-servicesbeech2008-07-031-0/+20
|
* Instead of general ports with 'port* -a', speific what you need to do tomezz2008-07-031-3/+7
| | | | | | | | update these ports for poppler and firefox3. That way it won't break users' update when they are following the step by step and hit failure by 'port* -a'. Requested by: Ross Gohlke <ross@emerson.grinz.com> Reviewed by: marcus (on portupgrade part)
* Add an entry for mail/nocc: config file location is changed.ale2008-07-021-1/+8
|
* (1) Fix bindings dependencies when WITH_FREEBSD_SUBVERSION is setlev2008-07-021-0/+25
| | | | | | | | | (2) Fix CATEGORIES for devel/*-subversion ports (3) Add note to UPDATING about neon26/neon28 transition and binding changes. PR: ports/125168 [2] Submitted by: Dmitry Morozovsky <marck rinet ru> [1,2,3]
* Clarify the poppler/firefox3 wording.marcus2008-07-011-3/+4
|
* Add notes about poppler* and firefox3.mezz2008-07-011-0/+14
|
* Update x11-drivers/xf86-video-ati to 6.9.0 and separate mach64 and r128jkim2008-06-281-0/+14
| | | | | drivers into x11-drivers/xf86-video-mach64 and x11-drivers/xf86-video-r128 respectively.
* Add entry for irc/ircd-ratbox-develbeech2008-06-251-0/+12
| | | | | PR: ports/124799 Submitted by: Lewis <moggie@elasticmind.net>
* - The branch 1.9 not is more supported, from now on mod_security receive a ↵araujo2008-06-251-0/+11
| | | | | | | | | | | | | | new series called 2.5. x. - Take maintainership. Thanks to Alex Dupre which maintained this port by a long time. PR: ports/124828, ports/124830 Submitted by: araujo (myself) Approved by: Alex Dupre <ale@FreeBSD.org> (maintainer) Thanks to: WIKTORZAK Cedric <cedric@synapse-interactive.fr>
* Note changes in Opera 9.5itetcu2008-06-251-0/+13
|
* - Update to 2.2.9clement2008-06-241-0/+9
| | | | | - Add a note to UPDATING about the forced build of subversion because of apr/apu bumped version.
* - Drop whitespacesmiwi2008-06-231-3/+2
|
* - Fix grammer on lippe's 20080616 entry.lippe2008-06-181-1/+1
| | | | | Reported by: "Philip M. Gollucci" <pgollucci@p6m7g8.com> Approved by: gabor (mentor, implicit)
* Change to installing binaries with 'n' prefix as to not conflict withwxs2008-06-171-0/+8
| | | | | | | | | | | editors/2bsd-vi. It does, however, now conflict with editors/nvi-m17n. Remove dead MASTER_SITES. Remove unnecessary RELENG_4 hack. PR: ports/124547 Submitted by: Robert Wilson <hotaru@safe-mail.net>
* - Update to 2.6.0.lippe2008-06-171-0/+9
| | | | | | | | - Added note on UPDATING to upgrade dkim-milter. PR: ports/124486 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Approved by: gabor (mentor, implicit)
* -Update to 9.5, be sure to read in UPDATING.mezz2008-06-131-0/+28
| | | | | | | -Add Java 6 support for plugins, untest. -Remove pkg-message, we have UPDATING. Changelog: http://www.opera.com/docs/changelogs/linux/950/
* - Add entry for devel/pear-Date_Holidays subport splittabthorpe2008-06-091-0/+7
|
* - Clean up grammar on lippe's 20080605 entry.tabthorpe2008-06-091-3/+3
|
* Fix portmaster instructions (sorry, I don't use it) for devel/gettextade2008-06-071-1/+1
| | | | | | update. Submitted by: Lots and lots and *lots* of people
* - Fix merge mistakemiwi2008-06-071-1/+0
|
* On 2008-01-01, audio/paman was moved to audio/pavucontrol. But this seems to ↵lippe2008-06-061-0/+9
| | | | | | | | | | | | be a mistake since these are two distinct projects. PulseAudio Manager (paman) is a simple GTK frontend for the PulseAudio sound server. WWW: http://0pointer.de/lennart/projects/paman/ PR: ports/119674 Submitted by: Romain Tartiere <romain@blogreen.org> Approved by: gabor (mentor)
* Document procedure for new gettextade2008-06-061-0/+16
|
* - Update editors/emacs to 22.2.bsam2008-06-031-0/+10
| | | | | | | | | | - Change bsd.emacs.mk accordingly. - Fix comment about emacs-devel in bsd.emacs.mk. - Some lisp directories are changed, add a note to UPDATING. PR: 122783 Submitted by: KIMURA Yasuhiro <yasu at utahime.org> Approved by: keramida (maintainer timeout, 6 weeks)
* Add entry for www/ikiwiki.brix2008-06-021-0/+14
| | | | Approved by: erwin (mentor, implicit)
* - Add entry for net-im/jabberdmm2008-05-241-0/+11
|
* Add entry about nginx* versions changes.osa2008-05-201-0/+8
| | | | Submitted by: marck@
* Add entry for irc/bitlbee.brix2008-05-201-0/+8
| | | | Approved by: erwin (mentor)
* - Fix whitespacesmiwi2008-05-191-3/+3
|
* - Update to 0.6.0miwi2008-05-181-0/+12
| | | | | | | | | | | Notes: The slave ports multimedia/smplayer-qt4 have been removed with the upgrade of multimedia/smplayer to 0.6.0, qt3 is no longer supported. They are now fully integrated into multimedia/smplayer. Please uninstall multimedia/smplayer-qt4 port before upgrading multimedia/smplayer to version 0.6.0 or higher.
* - Fix format so that the UPDATING rss feed [1] works againrafan2008-05-171-11/+11
| | | | [1] http://kapranoff.ru/~kappa/files/ports.UPDATING.rss20.xml
* - Update to 2.6.0 [1]gabor2008-05-131-0/+26
| | | | | | | - Add Ms Word support via textproc/ripole PR: ports/123227 [1] Submitted by: Michael Scheidell <scheidell@secnap.net> [1]
* - Add an entry for audio/ampachejadawin2008-05-131-0/+8
| | | | Approved by: tabthorpe (mentor)
* - Add entry for databases/ptopbeech2008-05-091-0/+9
|
* - Add a note regarding audio/gramofile perl interface removal.rafan2008-05-071-0/+8
|
* - Correct date in last entryrafan2008-05-071-1/+1
|
* Add a note about the changes in net-mgmt/collectditetcu2008-05-061-1/+14
| | | | | PR: ports/123367 Submitted by: maintainer
* Add net/skype-devel entrybeech2008-05-041-0/+10
|
* - Fix typobeech2008-04-271-1/+1
|
* - Add entry for www/phpgedviewbeech2008-04-271-0/+13
|
* [PATCH] UPDATING: change some AFFECTS lines to work with pkg_updating(1)edwin2008-04-271-5/+5
| | | | | | | | Change some AFFECTS lines in ports/UPDATING to work with pkg_updating(1) PR: ports/123058 Submitted by: "Beat Gätzi" <beat@chruetertee.ch>
* - Edit skype entry to require fc6 on both versions.beech2008-04-201-2/+2
|
* Add an entry about clamav 0.93 updategarga2008-04-171-0/+16
| | | | Reviewed by: lots at #bsdports
* - Update skype entrybeech2008-04-151-1/+1
|
* - Fix typobeech2008-04-091-1/+1
| | | | | PR: ports/122579 Submitted by: Federico <federicogalvezdurand@yahoo.com>
* - Update to 1.30.araujo2008-04-081-0/+10
| | | | | | | | - Use CPAN macro. - Doesn't depend more on mod_perl. PR: ports/122395 Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com> (maintainer)
* Fix typo: tacker -> trackerlioux2008-04-071-1/+1
|
* Split tracker into gnome and non-gnome portsahze2008-04-061-0/+16
| | | | | | | | | | | | | | | | The sysutils/tracker port is now a meta port and tracker is now split into separate ports to allow non-GNOME users to install tracker without pulling in GNOME components. To upgrade please use the directions below. portmaster users: portmaster -o sysutils/tracker-client tracker portmaster -u sysutils/tracker portupgrade users: portupgrade -o sysutils/tracker-client tacker portupgrade -u sysutils/tracker Repocopied by: marcus
* - Add entry to databases/sqlite3mnag2008-04-051-0/+14
|
* Document move of qemu's tuntap scripts from /etc to ${PREFIX}/etcnox2008-04-041-0/+8
|
* - Fix whitespaces (no cookies for beech)miwi2008-03-301-1/+1
|
* - Add update notes for www/mediawiki usersmiwi2008-03-301-0/+7
|
* - Add entry for www/phpadsnew --> www/openxbeech2008-03-301-0/+14
|
* - Update 20080318: Skype entrybeech2008-03-281-5/+8
|
* Welcome to the new emulation/linux_base-f8 port.bsam2008-03-261-0/+7
| | | | Using: identical to emulation/linux_base-fc6.
* Add tell users to check in our known issues and solutions in GNOME 2.22 updatemezz2008-03-251-0/+4
| | | | section.
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 formarcus2008-03-241-0/+33
| | | | | | | | | | | | | | | | | | | | | | FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon
* Fix typo: emulation/ -> emulators/lioux2008-03-201-1/+1
|
* - Add further instructions for skypebeech2008-03-191-0/+6
|
* - Add entry for audio/gnump3djadawin2008-03-181-0/+7
| | | | Approved by: thierry (mentor)
* - Add entry for net/skype net/skype_develbeech2008-03-181-0/+16
|
* - net/iscsi-target configuration files location changed.rafan2008-03-161-0/+7
| | | | PR: 121733
* - Add a small note about $HOME/.e incompatibility with the newstas2008-03-161-0/+4
| | | | | | e17 version. Submitted by: lippe
* - Fix whitespacesmiwi2008-03-151-11/+11
|
* - Add notes for security/nmapfe usersmiwi2008-03-151-0/+9
|
* - Entry for mail/ezmlm-web 3.2rafan2008-03-131-0/+7
| | | | PR: 121267
* - Document enlightenment-devel upgrade path.stas2008-03-121-0/+11
|
* Add an entry about the mail/dovecot update.ehaupt2008-03-061-0/+11
|
* - Chase security/gnutls shlib version bumpnovel2008-03-031-0/+10
| | | | - Add an entry to UPDATING
* - Add entry for www/instikibeech2008-02-241-0/+12
|
* - Update to version 0.6.alepulver2008-02-201-0/+9
| | | | | | | - Add note to ports/UPDATING about configuration files. PR: ports/120234 Submitted by: Matthieu GUEGAN <matt.guegan@free.fr> (maintainer)
* - Updated to 1.3.2;wes2008-02-191-0/+9
| | | | | | | | | | | | | | - Use SF macro; - Sort pkg-plist; - Add NOTE to UPDATING. As submitted by Felippe, but I left the MASTER_SITE_SUBDIR setting because I couldn't fetch from SourceForge without it. If you experience download problems, please email me. PR: ports/120595 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> MFC after: 1 week
* - Update to 2.78.araujo2008-02-171-0/+11
| | | | | | | PR: ports/120028 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Reworked by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer) Approved by: itetcu (mentor, implicit)
* - Break long linessat2008-02-091-42/+48
| | | | - Feed my spellchecker
* Fix typos in the last entry.sem2008-02-081-2/+2
| | | | Submitted by: marck
* An entry about a new portupgrade requirement.sem2008-02-081-0/+10
|
* - Avoid a contradiction with our own manpagesat2008-02-041-1/+1
|
* Note that configuration and data files of www/xshttpd have been moved.johans2008-02-031-0/+9
|
* - Add entry for www/punbbbeech2008-02-031-0/+20
| | | | PR: ports/119964
* - Add entry for www/ziproxybeech2008-02-011-0/+7
| | | | PR: ports/120196
* Update to 0.5.8.2, be sure to read in UPDATING before you run it.mezz2008-01-271-0/+10
|
* - Update to 2.1.5.araujo2008-01-251-0/+10
| | | | Approved by: stas (mentor, implicit)
* - Update to 2.0.63clement2008-01-201-0/+9
| | | | | | | - Use BDB from bsd.database.mk instead of homebrew [1] PR: ports/119712 [1] Submitted by: mm [1]
* - s/bsd.databases.mk/bsd.database.mk/clement2008-01-201-1/+1
| | | | | PR: ports/119823 Submitted by: mm
* - Update to 2.2.8clement2008-01-201-0/+9
| | | | | | | | - Update documentation - Use BDB from bsd.databases.mk instead of homebrew [1] PR: ports/119711 [1] Submitted by: mm [1]
* - Add entry for net/radius2beech2008-01-191-0/+40
| | | | | | PR: ports/119582 Submitted by: David Wood <david@wood2.org.uk> (maintainer) Approved by: linimon (mentor)
* - Update to 2007.3lth2008-01-141-0/+10
| | | | - Also see: http://www.perforce.com/perforce/doc.073/user/relnotes.txt
* Add information about migrating to new default configuration ofbrix2008-01-091-0/+15
| | | | | | irc/bitlbee. Approved by: erwin (mentor)
* Fix typos.blackend2007-12-301-3/+3
|
* www/amphetadesk now uses USE_RC_SUBR amphetadesk rc.d scriptlioux2007-12-261-0/+8
|
* - Update to 0.8.7a.sem2007-12-171-0/+12
| | | | | Please note, the version has some issues that require you do some actions after update. Read UPDATING file for details.
* Entry describing recent changes to www/suphp, which solicits the needkoitsu2007-12-151-0/+30
| | | | for some Apache httpd.conf modifications.
* - Update to 1.4.0.118 (oss)beech2007-11-011-8/+6
| | | | Approved by: portmgr (linimon, kris), sat (mentor)
* Add a note about how to remedy rather common problem when upgradingdanfe2007-11-011-0/+22
| | | | | | x11/nvidia-driver port. Approved by: portmgr (marcus)
* - Add entry for net/skypebeech2007-10-311-0/+11
| | | | Approved by: portmgr (marcus)
* Note that sysutils/daemontools now builds on a NFS-mounted workdir.roam2007-10-301-0/+10
|
* Note the binary and library directory change in security/stunnel 4.21.roam2007-10-301-0/+12
|
* Add a -f to the portupgrade instruction to properly convert from scrollkeepermarcus2007-10-251-1/+1
| | | | to rarian.
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-251-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* - Fix whitespacesmiwi2007-10-241-5/+5
|
* - Add notes for databases/mysql-connector-java usersmiwi2007-10-241-0/+7
|
* - Add missing colon after date entryrafan2007-10-201-9/+9
| | | | Submitted by: beat at chruetertee.ch on freebsd-ports
* - Fix day entry for mediawikimiwi2007-10-111-1/+1
| | | | | PR: 117081 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
* Note the possible issues arising from the vpopmail-5.4.20 update.roam2007-10-091-0/+37
|
* - Update to 1.11.0miwi2007-10-081-0/+7
| | | | | | - Add notes in UPDATING for mediawiki users Approved by: maintainer implicit
* Add a note of OpenEXR and ilmbasenork2007-10-081-0/+18
|
* Since Fedora is not more Core the port emulators/linux_base-fc7 is renamedbsam2007-10-081-0/+7
| | | | emulators/linux_base-f7. Now it's Fedora 7.
* - Upgrade to 2.2.0mm2007-10-071-0/+12
| | | | | | PR: ports/115898 Submitted by: mm Approved by: maintainer (timeout)
* Fix packagename for m4.linimon2007-10-051-3/+3
|
* Document the window that the ports tree was broken by an m4 upgrade.linimon2007-10-011-0/+11
|
* [patch] port update for irc/ircd-ratboxedwin2007-09-281-0/+15
| | | | | | | | | | | | | | | | | | | | | | Update of irc/ircd-ratbox port from ircd-ratbox-2.2.5 to ircd-ratbox-2.2.6 [patch] port upgrade for irc/ratbox-services Update of irc/ratbox-services port from ratbox-services-1.0.3 to ratbox-services-1.1.2 Removal of irc/ircd-ratbox-devel The ircd-ratbox-devel port is depreciated and installs an out-dated version of ircd-ratbox. There is no current development release of ircd-ratbox; please could this port be deleted as the ratbox team are some time away from releasing a new development version. [Note that irc/ircd-ratbox-devel was synced with irc/ircd-ratbox] PR: ports/115950, ports/116156, ports/116158 Submitted by: Lewis <moggie@elasticmind.net> Approved by: shaun@
* - state the update of devel/p5-gearmand to devel/p5-Gearman-Serverclsung2007-09-261-0/+12
| | | | | Pointhat to: clsung (myself) PR: ports/116050
* Welcome to the new emulation/linux_base-fc7 port.bsam2007-09-241-0/+7
| | | | Using: identical to emulation/linux_base-fc6.
* - Update to 20070915beech2007-09-221-0/+9
| | | | | | PR: ports/116420 Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer) Approved by: sat (mentor)
* Fix some noticed spelling and consistency issues.danfe2007-09-201-7/+7
|
* - Mention x11/nvidia-driver in AFFECTS line for Xorg 7.3 entrydanfe2007-09-201-15/+15
| | | | - Kill EOL spaces while here (should be OK since previous entry is trivial)
* Add an entry aboutn new 3.0.26a version of net/samba3timur2007-09-191-0/+29
| | | | Approved by: shaun (mentor)
* - Add experimental support of OPTIONS.clement2007-09-191-0/+14
| | | | | | | | | | | | | | | | | | | | From UPDATING: By popular request, OPTIONS support has been added. When actived (default), these knobs are ignored: * WITH_<CATEGORY>_MODULES * WITHOUT_<CATEGORY>_MODULES * WITH_CUSTOM_<CATEGORY> * WITH_MODULES * WITHOUT_MODULES * WITH_STATIC_MODULES However, you can disable OPTIONS by defining WITHOUT_APACHE_OPTIONS. - move envvars support to the beginning of apache22_checkconfig() to be sure we're using envvars during configtest [1] PR: ports/116329 [1] Submitted by: Ruud Althuizen <ruud@il.fontys.nl> [1]
* Add a note about nvidia-driver in X.org 7.3 entry.flz2007-09-141-0/+11
| | | | Reminded by: Lowell gilbert on -questions
* - Update X.org ports to 7.3.flz2007-09-141-0/+10
| | | | | | | | - Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25. I hope that nobody will be bored enough on Christmas to remove them on that day. Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
* Document OpenLDAP 2.4.x using BDB 4.6 by defaultdelphij2007-09-071-0/+13
|
* - Upgrade qmail-scanner to 2.01garga2007-09-041-0/+28
| | | | | | | | | | | | | - Repocopy qmail-scanner to mail/qmail-scanner1 to preserver 1.x version I made a big confusion here, i forgot i have transfered maintainership of qmail-scanner to jmelo@, and I took the PR and did all the job. I explained to jmelo@ and he approved all these changes. PR: ports/115877 Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br> Approved by: jmelo (maintainer) Repocopied by: marcus
* - Update whois to 4.7.22 [1]sat2007-09-031-0/+8
| | | | | | | | - Rename whois binary from gwhois to mwhois [1] - Remove CONFLICTS from net/gwhois PR: ports/116001 [1] Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> (maintainer) [1]
* - Fix a subtle typosat2007-08-281-1/+2
| | | | - Wrap a long line
* - Update wordpress-mu and reworking the Makefile to follow standards.araujo2007-08-281-0/+8
| | | | Approved by: itetcu (mentor)
* Update to 5.1.21 release.ale2007-08-281-0/+9
|
* - Restore previous indentationrafan2007-08-261-42/+42
|
* Add an entry for net-im/pidgin to handle the sound file changes.marcus2007-08-221-0/+13
|
* - Extract command variable definitions from bsd.port.mk, they are now stored ingabor2007-08-041-0/+17
| | | | | | | | | bsd.commands.mk and can be easily reused within the infrastructure. - Revert old DESTDIR implementation. - Add a new, fully chrooted DESTDIR implementation as bsd.destdir.mk. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+24
| | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
* Update to the autotools new world order.ade2007-07-281-0/+19
| | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav
* Canonicalize @FreeBSD.org email addresses.danfe2007-07-231-8/+8
|
* Reflect recent changes in nvidia-driver ports.danfe2007-07-231-0/+10
|
* Remove previous entry about xf86-video-nv. Riva128 driver was loadedflz2007-07-191-13/+0
| | | | | automatically when using Driver "nv" so there's no change visible to the user.
* - Add an entry about xf86-video-nv update.flz2007-07-191-1/+14
| | | | - Fix a typo in previous entry.
* Upgrade to LLVM 2.0.brooks2007-07-181-0/+9
| | | | | | | | | | | | | From the release notes: "This is the first LLVM release to correctly compile and optimize major software like LLVM itself, Mozilla/Seamonkey, Qt 4.3rc1, kOffice, etc out of the box on linux/x86" For details on the changes to LLVM see: http://llvm.org/releases/2.0/docs/ReleaseNotes.html Submitted by: se PR: ports/114169
* Add notes for editors/emacs users.nobutaka2007-07-171-0/+18
|
* Change the pulseaudio realtime group from ``realtime'' to `pulse-rt'' to staymarcus2007-07-131-0/+9
| | | | in sync with the distribution.
* Remove trailing whitespace.marcus2007-07-131-5/+5
|
* - Update to 1.5.6lwhsu2007-07-061-0/+7
| | | | | | | | | - Update various language packs to the latest versions - Change default install directory from www/data/gallery to www/gallery - Use WWWDIR PR: ports/111568 Submitted by: Alex Varju <freebsd-ports AT varju.ca> (maintainer)
* Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-041-0/+10
|
* - Note for www/osCommerce userspav2007-06-151-0/+7
| | | | | PR: ports/113605 Submitted by: Vlad V. Teterya <vlad@vlad.uz.ua>
* - Notes for mediawiki Updatemiwi2007-06-151-0/+7
|
* Fix a typo in my previous commitjohans2007-06-151-1/+1
| | | | Reported by: sat
* Clarify that xshttpd-devel installs in $PREFIX/www/xshttpd/ not $LOCALBASE/..johans2007-06-151-2/+2
| | | | Reported by: sat
* Note that www/xshttpd-devel now installs into another directoryjohans2007-06-151-0/+9
| | | | Reviewed by: flz
* - Update to 1.4sat2007-06-131-6/+13
| | | | | | - Move out agent into net/zabbix-agent - New option for checking ldap servers (on by default) - Lots of minor fixes
* Don't live in the past.itetcu2007-06-131-1/+1
| | | | Submitted by: Michael Plass <michael@plass-family.net>
* Mention security/sshguard split.itetcu2007-06-131-0/+9
|
* - Bring back lines about portupgrade database recreating. They make no hurtsem2007-06-071-1/+3
| | | | | | | | but make us sure a user will not shout his leg by accidently changing BDB version. - Fix a typo. Noted by: kris
* In xorg serction:sem2007-06-071-4/+3
| | | | | | | | - remove useless database recreations commands for portupgrade-devel. It use the same format. - Fix a paragraph when was said Xorg recreate xorg.conf file on run. It does not, so you need see a log for defaults and fix your old xorg.conf by hands.
* Add note on updating devel/perforcelth2007-05-271-0/+10
|
* - Upgrade to 1.0.5.kuriyama2007-05-261-0/+8
|
* - Change the name to Xorg to indicate that not only the x11/xorgerwin2007-05-251-1/+10
| | | | | | | | | meta-port is affected. - Mention that users with unchanged environments can use fetchindex and do not need to build it by hand. Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk> Approved by: portmgr (self)
* Add entry for net/samba3 3.0.25krion2007-05-241-0/+76
| | | | Approved by: portmgr (self)
* Fix typo.flz2007-05-211-1/+1
| | | | | Reported by: ceri Approved by: portmgr (blanket)
* Update the X.Org updating instructions with some last-minute caveats andmarcus2007-05-201-10/+29
| | | | | | | | gotchas. Reviewed by: portmgr x11 Approved by: portmgr (implicit)
* Remove trailing whitespace.marcus2007-05-201-28/+28
| | | | Approved by: portmgr (implicit)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+103
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Cleanup ghostscript-gnu-commfont and related CJK font support meta ports.hrs2007-04-281-0/+15
| | | | | | | | | | | | | | | | | | | | | Changes include: - Set WITH_GHOSTSCRIPT_GNU forcibly. - Use PostScript virtual fonts to handle CJK CID/TT-CID emulated fonts. CIDFnmap still works but when a font is both in Resource/Font or Resource/CIDFont and in CIDFnmap, the former entry will be used. For the actual font mapping, see files in Resource/CIDFont/*. So, note that you need to remove (or rename) the virtual font if you use CIDFnmap for the moment. This is still a transitional measure and more consistent font management thoughout the ports collection should be added later. This is just an internal structural change; default font mapping has not been changed. - Add Chinese font support to print/gsfonts (but no dependency added).
* - Add notes for www/p5-Kwiki usersclsung2007-04-241-0/+15
|
* s/apropriate/appropriateblackend2007-04-131-1/+1
|
* - Correct uid/gid migration for net-mgmt/nagiosfor net-mgmt/nagiosrafan2007-04-121-1/+1
| | | | | | PR: ports/111434 Reported by: Andrey Volkov <volkov at nolty.ru> Submitted by: Jarrod Sayers <jarrod at netleader.com.au>
* Migrate japanese/ptex{,-base,-tetex} to japanese/ptex; the old versionhrs2007-04-081-0/+9
| | | | | | | | | | of japanese/ptex has been removed and japanese/ptex-tetex has been renamed with japanese/ptex. These are almost the same with each other (actually ptex-tetex had some upper compatibility with ptex), so there should be no functionality regression. Also, dependencies of the relevant ports have been updated and PORTREVISON bumped.
* - Add entry for net-mgmt/nagios uid/gid changes (from dynamic -> static)rafan2007-04-071-0/+17
| | | | | PR: ports/111345 Submitted by: Jarrod Sayers <jarrod at netleader.com.au> (maintainer)
* - Add a late note for ghostscript changesrafan2007-04-061-0/+13
|
* Add note about user of the gimp who have gimp-print installed.ahze2007-04-051-2/+5
|
* Add notes about updating graphics/gimp, graphics/gimp-devel and print/gutenprintahze2007-04-041-0/+35
|
* - Entry for devel/cvstrac 2.0.0 updaterafan2007-04-031-0/+10
|
* Replace a 644 -> 755 hack and remove in the UPDATING to a better solution bymezz2007-03-301-11/+0
| | | | | | | | | | using 'exec sh foobar' instead 'exec foobar'. The 644 is need for some users that are using noexec mounted home directory, which the 755 will block them. Bump the PORTREVISION. Bugs tracker: http://tinyurl.com/2lazb6 (sourceforge.net) Obtained from: Fluxbox SVN Submitted by: Mark Tiefenbruck (Fluxbox developer)
* - Make the gettext instructions a bit more fool-proof.pav2007-03-291-3/+6
| | | | | Requested by: netchild Useful until: someone invents bigger fool
* A note about emulators/linux_base-fc6.bsam2007-03-281-0/+32
|
* In 1.0rc3, they have changed ~/.fluxbox/startup from 755 to 644 that hasmezz2007-03-271-1/+11
| | | | | | | | caused not possible to start up your Fluxbox if you remove ~/.fluxbox or you are a first time user. Add a hack to get it back to 755 and explain the solution in UPDATING by run 'chmod 755 ~/.fluxbox/startup'. Reported by: infofarmer
* - add entry for lang/tcl-tk-wrapper, lang/tcl*, x11-toolkits/tk* usersmiwi2007-03-271-0/+10
|
* - Add entry for py-sip and py-qt usersmiwi2007-03-271-0/+8
| | | | Thanks to: ehaupt@ for review :)
* - Add entry for drupal rename.rafan2007-03-251-0/+8
|
* Typos fixing.blackend2007-03-251-2/+2
|
* pkgdb -F -> pkgdb -Ffmezz2007-03-201-1/+1
|
* The x11-wm/fluxbox-devel has been merged into x11-wm/fluxbox and removemezz2007-03-201-0/+20
| | | | | | | | | | | | | fluxbox-devel. The 0.1.14 version is gone for good. The highlight changes for fluxbox: -Update to 1.0rc2. -Change the prefix from X11BASE (/usr/X11R6) to LOCALBASE (/usr/local). -The bsetroot has been renamed to fbsetroot. As for the other ports, chase the fluxbox-devel -> fluxbox. Request by: too many to list (include developers)
* Add some verbiage about the devel/gettext upgrade.ade2007-03-181-0/+16
|
* Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-141-0/+16
|
* Ummm, this actually affects people right now... Not some future warning ortmclaugh2007-03-131-1/+1
| | | | | | something. Notified by: xride