non port: UPDATING |
Number of commits found: 2792 (showing only 100 on this page) |
Friday, 24 Feb 2006
|
00:35 ade
Add some blurb about the recent libtool mega-commit and some suggestions
on how to (carefully) handle the large number of ports affected by this
change.
Approved by: portmgr (implicit)
 |
Wednesday, 22 Feb 2006
|
05:41 hrs
Add note about change of print/acroread7 and the localized versions.
 |
Monday, 20 Feb 2006
|
22:38 tobez
Fix the date in the perl-related note.
Reported by: thompsa
 |
20:35 tobez
Mention lang/perl5.8 update and briefly describe how to proceed with the
upgrade.
 |
15:11 vanilla
Add entry of x11-wm/enlightenment.
Submitted by: Jason Selwitz <jselwitz.at.verizon.net>
 |
Saturday, 11 Feb 2006
|
14:43 lawrance
Update to 1.3.25.
PR: ports/91704
Submitted by: ehaupt
Approved by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer, timeout
4 weeks)
 |
Tuesday, 7 Feb 2006
|
08:50 lawrance
Clean up Tomcat 4, 4.1, 5, and 5.5 ports.
These changes apply to all ports, unless mentioned otherwise:
- Move jakarta-tomcat55 to tomcat55 (it is no longer a Jakarta project). [6]
- Improve the tomcat55 rc script. Fix PID handling. Improve the
shutdown process. Use USE_RC_SUBR to its full potential. [2]
- Backport tomcat55 rc script to the other tomcat ports. This allows
us to pass command line arguments to the JVM. Noted in UPDATING.
[1], [3], [4]
- Change ownership of installed files. All files are now installed
with default uid/gid (root:wheel) except for those in the conf/, logs/,
temp/ and work/ directories. [5]
- No longer install tomcatXXctl binary. rc scripts are more flexible
and can be reconfigured without recompiling.
- Remove AUTO_START and STOP_TIMEOUT (replaced with rc tomcatXX_stop_timeout).
- Remove a long list of sed expressions in favour of SUB_LIST.
- Move pkg_{,de}install to files/pkg_{,de}install.in. Add them to
SUB_FILES. Tidy up substitutions and remove hardcoded values.
- Some nonfunctional tidying and removal of Makefile cruft.
PR: ports/38018 [1], ports/38020 [2], ports/74344 [3],
ports/75143 [4], ports/83434 [5], ports/92692 [6]
Submitted by: Ari Suutari <ari.suutari@syncrontech.com> [1] [2],
SimpleRezo Team <freebsd@simplerezo.com> [3],
Anton Yudin <toha@toha.org.ua> [4],
Jan Grant <jan.grant@bristol.ac.uk> [5],
lawrance [6]
Approved by: Kang Liu <liukang@cn.freebsd.org> (maintainer) [6]
Maintainer timeouts on [1], [2], [3], [4], [5]
Big thanks to: hq for the initial tomcat55 script
jasonb on FreeNode #tomcat for packaging advice
 |
Thursday, 2 Feb 2006
|
00:32 kuriyama
Add a note about expat2 upgrade.
Suggested by: lofi
 |
Wednesday, 1 Feb 2006
|
20:13 jylefort
Note that mbmon was moved from sysutils/xmbmon to sysutils/mbmon.
 |
12:02 barner
Add note about x11/tilda config file syntax change.
PR: ports/92646
 |
Tuesday, 31 Jan 2006
|
09:11 roam
Catch up with stunnel's tools/Makefile to make the port's "make cert"
target actually work again.
Follow the upstream author's idea of keeping all stunnel-related
configuration files into ${PREFIX}/etc/stunnel/ - now "make cert" also
installs the certificate there instead of ${PREFIX}/etc/.
Bump PORTREVISION and add a note to UPDATING for the certificate
location change.
PR: 91991
Reported by: Jiri Pridal <jiri.pridal@firebrno.cz>
 |
Monday, 30 Jan 2006
|
20:12 cperciva
Update sysutils/portsnap to version 1.0, to match the version in the
src tree.
This only affects users of FreeBSD 5.4 and earlier, since the port is
IGNOREd for recent versions of the FreeBSD base system.
PR: ports/92563
Approved by: linimon
 |
Friday, 27 Jan 2006
|
13:05 danfe
Fix a few spelling typos and whitespace at EOLs.
 |
Thursday, 26 Jan 2006
|
12:45 lesi
Belatedly note deprecation of DPS support with X.Org 6.9
and suggest reinstall of ports that were linked with DPS
libraries.
Reminded by: pav
 |
Monday, 23 Jan 2006
|
09:31 garga
- Add a note about recent changes on all qmail related ports.
PR: ports/84053
 |
Friday, 20 Jan 2006
|
13:27 pav
- Fix typo
 |
Saturday, 14 Jan 2006
|
13:59 clement
- Update to 1.3.34+1.37
- Use new apache framework.
 |
Friday, 13 Jan 2006
|
15:59 lioux
Instructions regarding program pathname fixes within multimedia/qvamps
 |
Thursday, 12 Jan 2006
|
19:15 lofi
editors/vimpart is gone since KDE 3.5, mention this in UPDATING and add
vimpart to the list of ports do pkg_deinstall before updating, since there
has been one report of portupgrade not dealing gracefully with it.
 |
16:24 mnag
Add entry about rcNG script in mail/postfix, mail/postfix1, mail/postfix21 and
mail/postfix-current
 |
14:33 novel
Add an entry for the recent gnutls update.
Requested by: mezz
 |
00:53 lioux
Add a note on multimedia/lxdvdrip 1.51_1 update
 |
Wednesday, 11 Jan 2006
|
09:45 lth
Note on updating of Perforce
 |
Tuesday, 10 Jan 2006
|
04:03 brooks
- Change DRUPDIR to www/durpal. www/data is owned by the installed
webserver and should not be modified
- Add a dependancy on php?-xml
- Delete redundant DISTNAME definition
- Don't undo the config file dance by splatting the default over the
top of the preserved file
- Get rid of an unnecessicary .for loop
- Move the message into pkg-message so it can be seen when installed
as a package, add an entry with an Apache Alias example for the
new DRUPDIR, and slightly improve the database examples
Approved by: maintainer
 |
Monday, 9 Jan 2006
|
17:30 girgen
Update postgresql with latest patch release.
A critical fix repairs an error in ReadBuffer that can cause data loss
due to overwriting recently-added pages. This applies to the 8.1 and
8.0 branches on all platforms.
Note that this update might require a reindex of textual columns under
certain conditions; please see UPDATING.
Other fixes included are:
-- Character string locale comparison bug. This may require a REINDEX
on text column indexes in some locales, such as Hungarian.
-- Prevent accidental changes of locale by plperl
-- Two fixes for Japanese encodings
-- Two fixes for COPY CSV
-- Fixes for functions returning RECORD
-- Fixes to autovacuum, dblink and pgcrypto
 |
Sunday, 8 Jan 2006
|
19:31 lofi
Update to KDE 3.5.0
 |
10:55 barner
Fix last fetchmail entry.
Spotted by: remko
 |
Friday, 6 Jan 2006
|
00:39 thierry
Add a note about a script to migrate Kronolith's back-end from MCAL
to SQL.
 |
Thursday, 5 Jan 2006
|
12:40 barner
Add entry noting that starting with fetchmail 6.3.0 the directory where
idfiles are created must be writeable to the fetchmail process.
Obtained from: fetchmail-announce (Matthias Andree)
 |
11:10 edwin
Add info about "default off" for www/wwwoffle, security/ipsec-tools
 |
Wednesday, 28 Dec 2005
|
03:13 lioux
Instructions on how to handle multimedia/tovid now that it depends
upon shells/bash
 |
Tuesday, 27 Dec 2005
|
21:27 edwin
[Maintainer update] shells/scponly: Fix WinSCP compativility and etc
PR: ports/90983
Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org>
 |
Sunday, 25 Dec 2005
|
17:24 vanilla
Add www/libapreq2 & p5-libapreq2.
 |
Thursday, 22 Dec 2005
|
20:24 girgen
Fix "bad" language.
Pointed out by: Volker Stolz
 |
Monday, 19 Dec 2005
|
17:21 lioux
Fix typo on net/mldonkey-devel + ocaml 3.09 portupgrade instructions
 |
Tuesday, 13 Dec 2005
|
08:56 barner
Add missing word in mail/fetchmail entry from 2005-12-10.
 |
08:31 ale
Add instructions on how to update pear if something fails.
 |
04:15 lawrance
Note that ntop now uses rcNG and logs to ntop by default.
Submitted by: Wesley Shields <wxs@csh.rit.edu> (ntop maintainer)
 |
Sunday, 11 Dec 2005
|
00:18 lioux
net/mldonkey-devel has been fixed to work with lang/ocaml version
3.09. Add instructions on what is required from the ocaml toolchain.
 |
Saturday, 10 Dec 2005
|
22:51 barner
Add instructions for mail/fetchmail users how to configure certificates in
order to avoid verbose warnings that appeared with fetchmail 6.3.0.
 |
Thursday, 8 Dec 2005
|
17:28 lioux
Add information regarding update of net/py-bittorrent to version
4.2.1
 |
Wednesday, 7 Dec 2005
|
10:46 hrs
- Update to 1.1.1-a021.
- Use rc.subr(8) for startup scripts.
- Remove unnecessary patch files.
 |
Sunday, 4 Dec 2005
|
00:18 clement
- prepare removal of www/apache2 in favor of www/apache20 for naming
consistency
- add entries in UPDATING (for apache22 too)
PR: ports/78119
Repocopied by: marcus
 |
Friday, 2 Dec 2005
|
12:04 vsevolod
Note www/plone upgrade
 |
11:32 lawrance
- Fix MOVED entry for security/racoon to direct users to security/ipsec-tools
- Add an UPDATING entry for ipsec-tools regarding changed configuration file
locations for racoon.
 |
Thursday, 1 Dec 2005
|
15:47 garga
- Add a note about update to ocaml-3.09.0
PR: ports/89780
Submitted by: maintainer
 |
Tuesday, 29 Nov 2005
|
11:03 ale
Update monotone to 0.24 release:
- add PORTDOCS
- add UPDATING instructions
Submitted by: maintainer
 |
Monday, 28 Nov 2005
|
15:27 delphij
New UPDATING item: the meaning of option IPV6 has been fliped with the
lighttpd 1.4.7 upgrade, to match other ports (On=Enable, Off=Disable).
The IPV6 is still enabled by default, like in the previous versions.
 |
Saturday, 19 Nov 2005
|
23:47 lawrance
Fix typo.
Reported by: mux
 |
Sunday, 13 Nov 2005
|
21:05 lesi
Note removal of xterm-static and that contrary to usual sequence,
xorg-clients or XFree86-clients should be upgraded before xterm.
Discussed with: krion
 |
15:45 krion
Remove trailing spaces.
 |
Saturday, 5 Nov 2005
|
11:19 lofi
Update to KDE 3.4.3 / KOffice 1.4.2
 |
05:48 ahze
- Add note about updating gnome/gtk/glib ports
20051105:
AFFECTS: all users of gnome/glib/gtk
AUTHOR: gnome@FreeBSD.org
GNOME has been updated to 2.12 and gtk/glib to 2.8.
DO NOT USE portupgrade(1) to update your ports. Instead, use
the gnome_upgrade.sh script from
http://www.marcuscom.com/downloads/gnome_upgrade212.sh
 |
Friday, 4 Nov 2005
|
12:31 garga
- Add a note about www/trac update to 0.9
PR: ports/88453
Submitted by: Rui Lopes <rgl@ruilopes.com>
Approved by: maintainer
 |
Monday, 31 Oct 2005
|
11:32 mnag
Fix typo. games/py-balazar -> games/py-slune
Notified by: Stefan Walter <sw@gegenunendlich.de>
 |
Thursday, 13 Oct 2005
|
13:56 garga
Add a note about www/mediawiki that was moved to www/mediawiki14 and updated
to 1.5.0
 |
12:17 garga
Add a note about mail/qmrtg updgrade.
 |
Tuesday, 11 Oct 2005
|
23:01 lioux
Fix typo: AUTHOUR -> AUTHOR
 |
22:15 lioux
Add www/amphetadesk amphetadesk-0.93.1_1 entry
 |
Monday, 10 Oct 2005
|
17:54 mnag
Add entry on UPDATING and MOVED to reflect right name
of slune
games/py-slune to games/slune
 |
14:47 hq
Document the last update to devel/apache-ant:
- Use of java/javavmwrapper
- ANT_INCLUDE_SHARED_JARS switch behavior
 |
Sunday, 9 Oct 2005
|
16:31 mnag
Add entry on UPDATING and MOVED to reflect right name
of balazar
games/py-balazar to games/balazar
 |
Saturday, 8 Oct 2005
|
07:09 lawrance
- Upgrade rdiff-backup to 1.0.1, which is the logical next version for both
rdiff-backup and rdiff-backup-devel.
- Remove rdiff-backup-devel and add an entry to MOVED to migrate users to
rdiff-backup.
- Add an UPDATING to notify users about the incompatibility between the
last version of rdiff-backup and version 1.0.1
PR: ports/86108
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: Steve Clement <steve@ion.lu> (maintainer, rdiff-backup)
Peter Schuller <peter.schuller@infidyne.com> (maintainer,
rdiff-backup-devel)
Discussed with: submitter and a couple of other rdiff-backup users
 |
Thursday, 6 Oct 2005
|
12:46 lth
Added note about upgrade of net/smokeping
 |
Wednesday, 5 Oct 2005
|
01:55 jylefort
Document the x11-wm/devilspie configuration file format change.
 |
Sunday, 2 Oct 2005
|
17:56 lioux
Instructions for recent split of py-wxPython26 has been split into
py-wxPython26, py-wxPython26-unicode and py-wxPython26-common
 |
Tuesday, 27 Sep 2005
|
08:10 vsevolod
Describe mail/dovecot upgrading procedure.
 |
Friday, 23 Sep 2005
|
20:24 pav
- UPDATING entry for www/b2evo
 |
Sunday, 11 Sep 2005
|
21:49 vsevolod
Note mail/libspf2 change.
PR: 85000
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
 |
Wednesday, 7 Sep 2005
|
15:21 adamw
Add note about metakit's python bidness.
 |
Sunday, 4 Sep 2005
|
15:24 krion
More typo fixes.
Noticed by: pav
 |
15:19 krion
Fix typo and remove trailing spaces.
 |
12:18 pav
- Update to 1.7.8
- Provide option to disable Diablo II server
PR: ports/85584
Submitted by: Max E. Kuznecov <mek@mek.uz.ua> (maintainer)
 |
Friday, 2 Sep 2005
|
15:37 hq
Document the latest changes in www/jakarta-tomcat55
 |
12:51 garga
- Don't use more scripts/*, now use OPTIONS
- Add UPDATING note
PR: ports/85591
Submitted by: maintainer
 |
Sunday, 28 Aug 2005
|
18:24 lioux
Most command line scripts have been renamed on both net/py-bittorrent-devel
and net/py-bittorrent-core-devel versions 4.1.4
 |
Thursday, 4 Aug 2005
|
20:55 lofi
Fix typo.
Spotted by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Approved by: portmgr
 |
19:58 lofi
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)
 |
Friday, 29 Jul 2005
|
02:18 brooks
Note Sun Grid Engine updates.
 |
Wednesday, 27 Jul 2005
|
15:38 skv
Change layout for firebird-server accordingly to hier(7) spirit.
See UPDATING for the details.
 |
Tuesday, 26 Jul 2005
|
14:48 sem
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>
 |
Friday, 22 Jul 2005
|
17:32 kensmith
Note the shared library version bump in HEAD and RELENG_6.
Discussed with: portmgr@
 |
Friday, 15 Jul 2005
|
08:59 danfe
More consistency and markup nits.
 |
08:40 danfe
Fix a bunch of typos.
 |
Monday, 11 Jul 2005
|
10:37 lofi
The binary incompatibility affects pure Qt applications as well, suggest
recompiling Qt and all ports depending on it.
 |
Sunday, 10 Jul 2005
|
18:36 lofi
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.
 |
Thursday, 30 Jun 2005
|
17:05 flz
- Correct URL in an old mail/getmail entry.
PR: ports/82827
Submitted by: Linh Pham <question+fbsdports@closedsrc.org>
 |
04:18 danfe
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
 |
Friday, 24 Jun 2005
|
09:17 tobez
Mention lang/perl5.8 upgrade and describe what to do after.
 |
Wednesday, 22 Jun 2005
|
18:54 flz
- Document latest changes to ftp/proftpd.
 |
Tuesday, 21 Jun 2005
|
13:26 sem
- 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>
 |
Friday, 17 Jun 2005
|
22:59 netchild
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
 |
Saturday, 11 Jun 2005
|
12:17 netchild
Fix typo.
Submitted by: Dominique Goncalves <dominique.goncalves@gmail.com>
 |
Friday, 10 Jun 2005
|
21:44 sf
Add update entry for ftp/wget. Only SSL users may be affected.
 |
Wednesday, 1 Jun 2005
|
14:21 lth
Adding note on updating Perforce to 2005.1
 |
Friday, 27 May 2005
|
07:41 krion
Remove trailing spaces.
 |
07:39 netchild
- 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]
 |
Tuesday, 24 May 2005
|
23:50 ahze
- 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.
 |
21:14 ahze
- 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.
 |
Monday, 23 May 2005
|
18:32 barner
Fix typo.
 |
Number of commits found: 2792 (showing only 100 on this page) |