| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
penv - 'program environment' or 'ports environment' - is a simple
utility that executes a given command after setting some environment
variables corresponding to the current directory. This makes it
much easier to keep persistent environment settings for building
the same ports over and over again.
For example, the following series of commands:
$ echo cp1251 > /var/db/penv/databases/mysql323-server/WITH_CHARSET
$ echo all > /var/db/penv/databases/mysql323-server/WITH_XCHARSET
..allows a simple way to build the MySQL-3.23 server with the same
character set configuration every time by doing:
[root@ringworld:/usr/ports/databases/mysql323-server]# penv make
For more information, see the penv.1 manual page and the sample
configuration file in the penv distribution.
|
|
|
|
|
|
|
| |
for gkrellm
PR: 29829
Submitted by: Patrick Li <pat@databits.net>
|
| |
|
|
|
|
| |
it needs.
|
|
|
|
|
|
|
|
|
|
| |
- Fix a bug where it causes an error when portsdb detects a DB_VERSION
bump.
Reported by: Ollivier Robert <roberto@eurocontrol.fr>
- Add a new option for portsdb(1): -f/--force, so you can force it to
update database regardless of timestamps.
|
|
|
|
|
|
|
|
|
|
| |
- Bump DB_VERSION, since PkgVersion was changed a bit.
Reported by: fritz.heinrichmeyer@fernuni-hagen.de
- Add a missing argument for Dir::chdir_do().
Reported by: "Li-lun Wang (Leland Wang)" <llwang@infor.org>
|
|
|
|
| |
Reported by: "Li-lun Wang (Leland Wang)" <llwang@infor.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pkg_fetch:
- Yet another new utility, which downloads binary packages from a
remote site. Optionally it can also download the required packages
recursively.
portupgrade:
- Do not regard "no package found" as an error when upgrading packages
with -PP.
pkgdepfix, portsclean -L:
- Fix a problem where the ruby 1.6.4 release fails in error.
Reported by: David Wolfskill <david@catwhisker.org>
portcvsweb:
- Explicitly execute a browser via /bin/sh, as the specification says.
other stuff:
- Improve the manpage and the completion definitions.
|
|
|
|
|
|
|
|
|
|
| |
- Fix a stupid bug in the last version when generating a pkgname as a
string.
- Fix a stupid sorting bug in portsclean -L.
and some minor corrections that don't really matter.
Reported by: Jimmy Olgeni <olgeni@uli.it>
|
|
|
|
|
| |
during configure
BUMP Portrevision
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Overall:
- Support the cases where PORTREVISION == 0 and PORTEPOCH == 0.
portupgrade:
- Add a new option: -l/--log-results, which is used to save the
results as a file. [new]
- Properly exit with a non-zero status when main() does not return a
valid value. [fix]
portsclean:
- Finally implement portsclean -L/--libclean, which cleans the old
shared libraries that are not recorded in the package database. It
moves old and orphan shared libraries to ${PREFIX}/lib/compat/pkg.
[new]
- In concert with this feature, the portupgrade port now digs the
directory and installs a startup script which runs `ldconfig -m
${PREFIX}/lib/compat/pkg'. [new]
- Implement portsclean -DD, which cleans all the distfiles which are
not referenced from any port that is currently installed, which
portsclean -D only cleans the distfiles which are not referenced
from any port in the ports tree. [new]
Note that -DD runs very fast but removes more, whereas -D runs so
slow but removes less.
Idea provided by: Kris Kennaway <kris@obsecurity.org>
portsdb:
- Do not fail in the case when INDEX.db and INDEX.rbo are not in sync
somehow. [fix]
- Implement -r/--recursive. (a bit slow, though) [new]
Completions:
- Improve and update zsh compdefs.
- Add completion definitions for bash. [new]
..and several minor improvements. Enjoy!
|
|
|
|
|
|
| |
Use MANCOMPRESSED instead of tweaking MAKE_ENV.
Remove the WRKSRC hack, I've learned to package up my stuff properly.
Change e-mail addresses and URL's to ones at ringlet.net.
|
|
|
|
|
|
|
|
| |
maintain and improve QT/KDE on FreeBSD. This group (at this time)
consists of: demon, olgeni, kevlo, lauri@kde.org, rwatson, and will.
While I'm here, fail build of kdelibs11 if kdelibs2 is installed. This
was originally supposed to be committed with the 2.2 update, but...
|
|
|
|
|
| |
ETC is already set so why should configure need to autodetect
Also if you build as non-root you don't have correct perms on etc
|
|
|
|
|
| |
PR: 30038
Submitted by: leeym@utopia.leeym.com
|
| |
|
| |
|
|
|
|
| |
Rushed by: olgeni :-)
|
|
|
|
| |
Just include a typo fix and call it 20010823b.
|
| |
|
|
|
|
|
|
| |
a tree.
Obtained from: OpenBSD
|
|
|
|
| |
Obtained from: OpenBSD
|
|
|
|
|
|
|
|
| |
Reported by: David M. Heller <dheller1@rochester.rr.com>
- Replace another occurrence of /usr/local with ${LOCALBASE}.
- Bump PORTREVISION.
|
|
|
|
| |
Submitted by: Jimmy Olgeni <olgeni@uli.it>
|
|
|
|
|
|
| |
paths, so it works even if /usr/sbin is not in user's PATH.
Reported by: Christopher Masto <chris@netmonger.net>
|
|
|
|
| |
Reviewed by: ade
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Overall:
- Fix commands and libraries to run on a statically linked ruby.
- If a command fails to load dynamic modules with dynamically linked ruby,
restart itself with statically linked ruby.
This is to cope with the 4.3 -> 4.4 upgrade, since ruby's dynamic modules
are under a directory with a name including a FreeBSD version. Now
portupgrade can upgrade itself and ruby even after a major FreeBSD upgrade.
portupgrade:
- Fix a bug where portupgrade -sS 'su root -c %s' did not properly work.
[Submitted by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp>]
portcvsweb:
- Accept a port path as well.
portsdb:
- Adopt better error handling and a better PORTS_DBDIR selection algorithm.
- Check database errors a bit harder.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Overall:
* Fix a bug where when -R is set the specified package in the first
place is not included somehow.
[Reported by: Jose M. Alcaide <jose@we.lc.ehu.es>]
* Improve the path regularization routines.
portsdb:
* Update the INDEX first, and then the database even if the options
are specified in reversed order. (-uU)
portupgrade:
* Fix a misfeature where "skip" was regarded as failure, when checking
for dependent ports' build/install failure.
[Pointed out by: Jimmy Olgeni <olgeni@uli.it>, Jose M. Alcaide
<jose@we.lc.ehu.es>]
* Do not move a backup package under PKG_DBDIR, but just keep it under
TMPDIR. It should not require a large amount of free space in
PKG_DBDIR.
[Pointed out by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>]
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Don't hardcode "gtk12-config", but use GTK_CONFIG and IMLIB_CONFIG vars.
- patch improvement
- plist fixes
- remove added group cdwrite on deinstall
- chown root:cdwrite various utilities used by xcdroast, such as
cdrecord, and set them chmod 4710. I don't know if I like this.
Opinions (Security Officer?)?
|
| |
|
|
|
|
|
| |
negative swap values on an Alpha with 2GB swap. I should probably use
`long long' for large swap x86 machines. (anybody want to help test?)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Overall:
- Disregard -r and -R when -a is also specified; there is no
need to recurse when you do with everything.
- Fix a bug in -r and -R routines where it might fail in error
if dependencies of a package were all wrong.
[Caught by: Mamoru Iwaki <iwaki@bsp.bc.niigata-u.ac.jp>]
- Fix the support for the case where PORTSDIR is a symlink.
- Squeeze //'s.
- Run `stty sane' before building each port, on interrupt, and
before exit.
- Accept portorigin_glob and pkgname_glob with paths, except
for -x/--exclude.
portupgrade:
- Fix `portupgrade -Ni' (portinstall -i).
- Skip ports and packages that once failed, and do not try to
upgrade multiple packages of an origin.
- If a port or a package failed to build or install, skip its
dependents. This behavior can be overridden by the new
option, -g/--go-on.
pkgdepfix:
- Backup +CONTENTS files before removing duplicates.
portsclean:
- Start implementing -L/--libclean.
misc/tcsh/complete.sample:
- Add a simple example of tcsh completion definitions.
[Contributed by: kuwa@flab.fujitsu.co.jp]
|
|
|
|
| |
Submitted by: Oliver Lehmann <lehmann@ans-netz.de> (MAINTAINER)
|
|
|
|
| |
MFC after: 2 weeks
|
|
|
|
| |
MFC after: 2 weeks
|
| |
|
|
|
|
|
|
|
|
|
|
| |
portupgrade:
Fix -A and -B which were broken when I introduced -L.
[Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>]
portsdb:
Implement -M/--master-recursive, -R/--upward-recursive and
-x/--exclude, and sort the result in dependency order.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
portsdb:
Do not clobber the INDEX file until the new one is ready,
so you don't have a zero-sized INDEX while updating it.
pkgdepfix:
Implement an origin duplicates fixer (only invoked when -o is
specified), and when it fixes one, redo the whole session.
Make the cyclic dependencies fixer a bit more intelligent.
portcvsweb:
Conform to the Secure BROWSER (SB) Specification proposed by
David A. Wheeler.
cf. http://www.dwheeler.com/browse/secure_browser.html
http://www.tuxedo.org/~esr/BROWSER/
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove ugly do-configure and use Makefile.FREEBSD as the Makefile
for the program
- Add do-install target
- Remove COPYING from installing into docs directory
(as if we dont got enough copies of the GPL floating around)
- Sort pkg-plist
PR: 29780
Submitted by: MAINTAINER
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Introduce a new environment variable "PORTS_INDEX", to specify an
alternate ports INDEX file location. You can set this to something
like `/usr/ports/INDEX.txt" not to overwrite the one under the
control of CVSup/CVS/CTM.
- Fix portinstall (portupgrade -N) which I broke recently by mistake.
- Change the report format. It shouldn't be too verbose unless you
specify -v.
|
|
|
|
|
|
|
| |
Manage intrusion attemps recorded in the system log
PR: 29259
Submitted by: Tim Daneliuk <tundra@tundraware.com>
|
|
|
|
| |
Submitted by: many people
|
|
|
|
|
| |
- Include the hotfix.
- Unbreak `portversion -t'.
|
|
|
|
|
| |
PR: 28693
Submitted by: James Howard <howardjp@well.com>
|
|
|
|
|
|
| |
ruby, instead of "/usr/bin/env ruby".
Requested by: OOTOMO Hiroyuki <wbhacker@tky3.3web.ne.jp>
|
|
|
|
|
|
|
|
|
|
|
|
| |
* cfengine deadlocking in the resolver due to being linked against libc_r
* cfd issuing 'ioctl: No such network device' whenever it is invoked.
change maintainer email
add more docs
Patches obtained from Michael Kyle <mike@rainc.com>
PR: 29649
Submitted by: MAINTAINER
|
|
|
|
| |
fails in error when one specifies -r and has an empty +REQUIRED_BY.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pkg_deinstall/pkg_glob, portupgrade:
- Fix the glob expander to exclude not installed packages recorded
in +CONTENTS and +REQUIRED_BY files.
pkg_deinstall/pkg_glob, portupgrade, portversion:
- Properly handle regular expression errors.
pkg_glob:
- Properly define a signal handler.
- Show a better report.
portsdb: (overall)
- Try doing make INDEX when no INDEX file is present, and if it
fails raise an exception.
portupgrade:
- Add a new option: -L/--log-prefix, with which a user can save a
build & installation log file for each port/package.
- Show a concise and helpful message for each upgrading error. It
now autoatically guesses the reason of each failure using the same
algorithm that Ports Wraith's processlogs script uses.
- Fix a bug where 'portupgrade -aE' raised an error.
portversion:
- Support -r/-R/-x as other tools do.
- Fix a bug where `portversion -E' raises an error.
|
| |
|
|
|
|
| |
Submitted by: John Reynolds <jreynold@sedona.ch.intel.com>
|
| |
|
|
|
|
|
|
|
| |
Fix a trivial but annoying behavior. Print progress messages during
(automatically) updating the ports database to stderr instead of
stdout, so the output of `portversion -c > script' won't contain any
unexpected progress messages.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(No bugs have been found in the previous version)
portupgrade, portversion, pkg_deinstall, pkg_glob, portsdb:
- Add a new option -E/--regex, which allows you to use the extended
regular expression instead of the shell glob pattern to specify
packages or ports.
portupgrade:
- [IMPORTANT] Turn -c/--clean and -C/--cleanup on by default.
[Suggested by: Ian Dowse <iedowse@maths.tcd.ie>}
- Now that -c/--clean is on by default, -Fc no longer means
"fetch-only + do distclean before each fetch". Instead, a new
option -D/--distclean is added which can be used with or without
-F/--fetch.
- Add new options -w/--noclean and -W/--nocleanup.
- Always do `make clean-depends' before building dependent ports.
- Add a new option -E/--regex, which allows you to use the extended
regular expression to specify packages.
- Add a long option --use-packages-only for -PP.
- Rewrite the WARNING section of the manpage and mention
pkgdepfix(1) in it.
[Suggested by: Ian Dowse <iedowse@maths.tcd.ie>]
pkg_glob, pkg_deinstall:
- Add back long options.
|
|
|
|
|
|
| |
on my local mirror at ftp://csociety-ftp.ecn.purdue.edu/pub/kde/. :\
Submitted by: scottl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* All patches except sysutils/kdeadmin/files/patch-rpmMessages.c:
- Either obsoleted or merged into KDE.
* All pkg-plists:
- Huge diffs are due to mass conversion from static HTML pages
to XML/XSL versions.
* audio/kdemultimedia2:
- aRts + Noatun, etc. now work and play MP3s et al properly,
using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug]
from compile.
* converters/kdesupport2:
- Obsolete. No longer used in this version of KDE.
* deskutils/kdepim:
- Use autoconf and account for brokenness in the configure
script by replacing invocations of INSTALL under libical
with the proper incantations.
- Per David O'Brien's request, move libimap to libkimap;
this was performed by Rik Hemsley <rikkus@kde.org>.
* devel/kdesdk:
- New module with some helpful tools. One in particular that
seems demanded is ``kbabel'', which, as I've been told, is
a translator's wet dream.
- Workaround dumb problem in kbabel's libgettext (which I could
not figure out how to remove) by replacing its error() with
errc(). KBabel seems to run fine with this patch.
* devel/kdevelop:
- Fix lame check for libkdeui.so.* by replacing it with just
a check for libkdeui.so. It's been/being removed from
kdevelop after 2.2.
* editors/koffice:
- Fix kivio compile errors by substituting in PTHREAD_LIBS
in the correct place. Compensate for kivio's dependency
on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so
in kivio.desktop.
* games/kdegames2:
- Some new games.
* graphics/kdegraphics2:
- Fix link errors in libkscan and kamera where they
require gettext (ie: add -lintl).
- Fix compile error in kamera.cpp which is dependent on a
correctly done gphoto2.. of course, this will only help
people who've manually installed gphoto2 themselves.
* net/kdenetwork2:
- Mimelib was moved here (reason for removal of kdesupport2).
* misc/kdeaddons:
- New module to FreeBSD ports; some simple addons for KDE2.
Suggested by Lauri Watts <lauri@kde.org>.
* misc/kdeutils2:
- Added a couple manpages.
* x11-clocks/kdetoys2:
- Some new apps.
* sysutils/kdeadmin:
- Remove kuser from compile because it has some problems. ;\
* x11/kdelibs2:
- Add libFAM dependency to help people who run FAM; FAM
increases the overall desktop responsiveness.
Submitted by Lauri Watts <lauri@kde.org>.
- Add CUPS dependency to bring in KDE's new print system.
- Add bzip2/libxml2 dependencies to support the new help kioslave.
- Disable installation of libltdl stuff to prevent conflicts
with other stuff. Submitted by wjv.
- Add pkg-req script to avoid conflicts with kdelibs11; add
to Makefile too. Submitted by benno.
- Be sure to remove the pth header conflicts stuff from the
arts/mcop_mt section.
- Fix problem with configure trying to find -lfam in the
wrong place.
- Remove kspell and api subdirs from doc; we don't need them,
and there are problems trying to build/install them.
Submitted by Lauri Watts <lauri@kde.org>.
* x11/kdebase2:
- Solve link permissions problem by changing the modes on
files installed by kdesktop/init/Templates to 644.
Submitted by Jim Durham <durham@w2xo.pgh.pa.us>.
* x11/kde2:
- Bump version; no other changes.
Special thanks to Lauri Watts <lauri@kde.org> for helping me test
packages generated by these changes on a virgin system. I believe
that this is the best-tested update I've ever done for KDE, and it
really shines this time around.
I just noticed there are a couple other PRs in the PR db that need
to be addressed. I will take care of those by tomorrow. Sorry...
PR: 22735, 28549
Blanket approval by: demon (kdesdk, kdevelop)
|
|
|
|
| |
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
Alpha8 would not compile)
- Enable non-root mode
- Update maintainer email
Submitted by: maintainer
|
|
|
|
| |
- Still BROKEN on -CURRENT
|
|
|
|
| |
Submitted by: bento
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dependencies.
- Fix a bug in the cyclic dependencies handler where it couldn't
always cope with a cycle properly.
[Problem found by: Fritz Heinrichmeyer <jfh@jfh00.fernuni-hagen.de>]
- Don't emit a confusing error message "Cannot update the ports DB!"
on a recoverable error.
- Implement a cyclic dependencies fixer in pkgdepfix(1).
(Cyclic dependencies could never be generated if ports are made
properly..)
|
|
|
|
|
|
|
| |
- Takeover as MAINTAINER
PR: 29512
Submitted by: Anders Nordby <anders@fix.no>
|
|
|
|
| |
A MTA log analyzer
|
| |
|
|
|
|
|
| |
- Reword and fix documents.
- Make portsdb -U not imply -u.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
portsclean:
- Rewrite in Ruby and implement the distfiles cleaner. [new]
portsdb:
- Show a progress message while updating INDEX.*.
- Record version information into INDEX.rdo.
- Record category information into INDEX.rdo and enhance the API
accordingly.
- Introduce the automatic PORTS_DBDIR selector. Now it will use
whichever writable directory in the following ones: $PORTS_DBDIR,
$PORTS_DIR, /usr/ports, $PKG_DBDIR, /var/db/pkg, $TMPDIR, /var/tmp,
/tmp (checked in the order named)
portcvsweb:
- New tool: a tool to open CVSweb to view a CVS log. [new]
|
|
|
|
|
|
|
|
|
| |
o re-phrase PKGMESSAGE and typo fix: PREFIX -> /usr/local
o gracefull install/deinstall of a default configuration file
PR: 28917
Submitted by: MAINTAINER,
Karaszi Istvan <raszi@bigfoot.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pkg_deinstall:
- Bring in most of the options of pkg_delete(1).
- Add a new option `-P', which preserves shared libraries.
- List failed packages if any.
- Obsolete GNU style long options, which take space and would
only rarely be used.
portupgrade:
- Make portupgrade use pkg_deinstall instead of pkg_delete, to
utilize its -P option.
- Now portupgrade always uninstalls old packages, but
preserves shared libraries by default. The -u option has
been changed to mean "Do not preserve old shared libraries".
Note, however, that its behavior is the same as before, it
is just the default behavior that has been changed.
With this change, portupgrade no longer leaves extra garbage
even if you don't specify -u, but only old versions of
shared libraries for safety. :)
- Utilize $tmpdir properly for pkg_tarup. (previously
PKGREPOSITORY was used prior to PKG_TMPDIR or TMPDIR)
- Add a notice regarding the disk space for backup files.
Since it's my birthday today, I just wish this update doesn't contain
terrible bugs.. ;)
|
|
|
|
|
| |
PR: 29533
Submitted by: Pete Fritchman <petef@databits.net>
|
| |
|
|
|
|
|
| |
PR: 29494
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
changing the modes on several directories to 2755.
Guess I should have noticed this at my first installworld
after testing this port. Bad me, no cookie.
Submitted by: bento
|
|
|
|
|
| |
PR: 29243
Submitted by: MAINTAINER
|
|
|
|
| |
Correct WWW.
|
|
|
|
|
|
|
| |
- Update patch-af and pkg-descr for new release
- NOPORTDOCS support for pkg-plist and sort it
PR: 29396
|
|
|
|
| |
Submitted by: mrakm
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Add knobs for mkisofs slave port.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
overall:
- Fix commands not to quit when user answers ^D to a yes/no question.
- Call pkg_* commands in fullpaths.
portupgrade:
- When -s is specified, run sudo to build & install dependent ports
when some are missing, too.
portsclean:
- This is a new command which cleans ports' working directories.
|
|
|
|
|
|
|
|
|
|
|
| |
o Be more graceful with install/deinstall: handle situation
where man/ru_RU.KOI8-R exists prior to installation of this port,
i.e., it cannot be a symlink
o Protect configuration file with perms 0400
This is a followup commit to the following PR
PR: 29024
|
|
|
|
|
|
|
|
|
|
|
|
| |
o PREFIX safeness
o hier(7) police: share/ipa/examples -> share/examples/ipa
o better deinstall:
- remove all pending directories
- more graceful removal of startup files
o deploy BSD_INSTALL_* var where appropriate
PR: 29024
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
o LIB_DEPENDS on gdbm
o Better deinstall handling
o Several port style changes
o Add both WWW and Author tags
PR: 28799
Submitted by: Alec Wolman <wolman@cs.washington.edu>
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
portupgrade:
- Make portupgrade a little bit more fail-safe by restoring modified
dependency info on installation failure.
portversion:
- Make portversion refer to the ports database and run several times
faster. (!)
portsdb:
- Do not immediately fail in error when it finds an error in the INDEX
file, but skip the line and continue.
|
|
|
|
|
| |
PR: 29212
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
have been made to the existing utilities)
pkg_deinstall: This is a package deinstaller with wildcards and
dependency recursion support.
pkg_glob: This is a package glob expander with wildcards and
dependency recursion support.
|
| |
|
|
|
|
| |
A lib that creates a libxml2 tree w/ info. token on a *NIX filesystem
|
|
|
|
|
|
|
|
| |
Rename patches to sensible names
Sync port with archivers/star
PR: 29092
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
PR: 29133
Submitted by: maintainer
|
|
|
|
|
| |
PR: 29125
Submitted by: maintainer
|
|
|
|
| |
cvsup port instead. I am removing the *-bin ports.
|
|
|
|
|
| |
PR: 29106
Submitted by: Konrad Heuer <kheuer@gwdu60.gwdg.de>
|
|
|
|
| |
Last File Manager
|
|
|
|
| |
drop maintainership
|
|
|
|
| |
drop maintainership
|
|
|
|
|
| |
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 29044
Submitted by: maintainer
|
|
|
|
| |
syntax.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-07-14 17:05 knu
* misc/zsh/: _pkgdepfix, _portupgrade, _portversion: Improve zsh
compdefs.
2001-07-14 16:40 knu
* portupgrade.1: Fix manpage.
[Submitted by: Sean Chittenden <sean@chittenden.org>]
2001-07-03 14:26 knu
* pkgdepfix.1, portsdb, portsdb.1, portsdb.rb, portupgrade.1:
Introduce a new environment variable PORTS_DBDIR, which specifies
an alternative ports database directory. This is useful when
/usr/ports is on a readonly filesystem.
[Requested by: Makoto MATSUSHITA <matusita@jp.freebsd.org>]
Warn and abort the update if PORTS_DBDIR is not writable,
instead of just failing in error.
|
| |
|
| |
|
|
|
|
|
| |
PR: 28770
Submitted by: MAINTAINER
|
|
|
|
|
|
|
|
|
| |
log_analysis is a log file analysis engine that extracts relevant
data for any of the recognized log messages and produces a summary
that is much easier to read.
PR: 28711
Submitted by: Pete Fritchman <petef@databits.net>
|
|
|
|
|
| |
PR: 28814
Submitted by: Anders Nordby <anders@fix.no>
|
|
|
|
|
| |
PR: 28579, 28582, 28583, 28585, 28586, 28587, 28590, 28591, 28595, 28599
Submitted by: Patrick Li <pat@databits.net>
|
| |
|
|
|
|
|
|
|
| |
Display directories with files ordered by ending "extension".
PR: 28305
Submitted by: Bourne-again Superuser <toor@tundraware.com> (hmmmm....)
|
| |
|
|
|
|
|
| |
PR: 28661
Submitted by: Pete Fritchman <petef@databits.net>
|
|
|
|
| |
we need to worry about.
|
|
|
|
| |
Submitted by: imp
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
reading variable sized blocks of data every second. This should be
more efficient.
Suggested & tested by: se
* Add a syntax for excluding CD-ROM drives etc.
Suggested by: des, se, many others...
Manual page updates coming soon.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
filesystem.
WARNING: The sole reason why I'm adding this port is to allow me upgrade
gnomeutils port to the latest version. For some very strange reason
this new version requires libext2fs to build. The only thing I know
for sure about e2fsprogs is that it compiles cleanly on 4-STABLE and
5-CURRENT systems - I have not tested it in action. Please use it
with extremal precaution, because due to its low-level nature and
Linux roots it can do Very Bad Things[tm] to your data, set fire
on your house, kill your cat or something else even more horrible. If
someone wants to take over maintainership please feel free to do so.
|
|
|
|
|
| |
This version pushes a better (working) version of the local changes
back into the main yggdrasil sources.
|
| |
|
|
|
|
|
| |
PR: 28559
Submitted by: MAINTAINER
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 28459
Submitted by: MAINTAINER
|
| |
|
|
|
|
| |
Prompted by: vanilla
|
|
|
|
|
| |
PR: 27848
Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-B CMD
--beforebuild CMD Run the sapecified command before each build. If the
command exits in failure, the port/package will be
skipped. Here is some typical uses:
portupgrade -B 'cvs update' 'gnome*'
portupgrade -aB 'test ! `make -V IS_INTERACTIVE`'
-x GLOB
--exclude GLOB Exclude packages matching the specified glob pattern.
Exclusion is performed after recursing dependency in
response to -r and/or -R, which means, for example,
the following command will upgrade all the packages
depending on XFree86 but leave XFree86 as it is:
portupgrade -rx XFree86 XFree86
|
|
|
|
|
| |
PR: 28422
Submitted by: MAINTAINER
|
| |
|
|
|
|
| |
of the target.
|
|
|
|
| |
Approved by: sobomax, obrien
|
| |
|
|
|
|
|
| |
PR: 28336
Submitted by: MAINTAINER
|
|
|
|
| |
messages.
|
| |
|
|
|
|
|
|
|
|
| |
of Makefile
- Overlook on port update
PR: 28266
Submitted by: Patrick Li <pat@databits.net>
|
| |
|
|
|
|
|
| |
PR: 28263
Submitted by: Patrick Li <pat@databits.net>
|
|
|
|
| |
Submitted by: olgeni
|
|
|
|
| |
time (it was overwritten by the program's Makefile).
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
portupgrade:
Add a new option: -N/--new. If it is specified, portupgrade
installs a new one when a specified package is not installed.
portinstall:
New command equivalent to `portupgrade -N'. You can specify a port
origin to name the one you want to install, too:
e.g. `portinstall shells/zsh'
|
|
|
|
| |
Submitted by: olgeni
|
|
|
|
|
|
|
| |
clefevre@citeweb.net -> clefevre@redirect.to
PR: 27867 (followup)
Submitted by: maintainer
|
| |
|
|
|
|
| |
This fixes the fdescfs support in the latest 5-CURRENT (post FS /sys reorg).
|
|
|
|
|
|
|
|
| |
Remove unneeded patch (patch-ae)
Add new locales in pkg-plist
PR: 27920
Submitted by: maintainer
|
| |
|
|
|
|
|
|
| |
the path to the kernel sources. Make the port Makefile follow suit.
Submitted by: dd
|
| |
|
|
|
|
|
|
| |
LSOF now *requires* a populated /usr/src if building on a machine using
devfs (ie, 5-CURRENT). There is no other currently existing way for it
to get the information it needs.
|
|
|
|
|
|
|
|
|
|
| |
This is a maintenance release.
- Manpages provided.
- Ports DB got faster.
- Wording fixed.
- New feature added to portsdb(1): you can use it to expand
port/pkgname globs. (archivers/p5-*, zsh, gnome*, etc.)
|
| |
|
|
|
|
|
| |
PR: 28113
Submitted by: petef@databits.net
|
|
|
|
| |
Remove unused WEBMIN_SERVER variable.
|
|
|
|
|
|
| |
Do the same for pkg-descr files.
Approved by: markm
|
|
|
|
| |
change master site & WWW
|
|
|
|
| |
Suggested by: will
|
|
|
|
|
| |
Change sprintf -> snprintf
Change -O2 -> -O
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Beware of bugs, just in case. ;)
portupgrade:
- Sort packages by default and remove -s/--sort.
- Rename -y/--yield/-Y/--yield-command to -s/--sudo/-S/--sudo-command.
- Implement -a/--all.
- Implement -x/--exclude=GLOB.
- Exit on OptionParser::ParseError immediately.
- Do not call "make fetch-recursive" but just "make fetch", now that
portupgrade does recursion itself.
- In fetch mode, specify -DPACKAGE_BUILDING for ports that define
IS_INTERACTIVE. [Submitted by: Jimmy Olgeni <olgeni@uli.it>]]
portversion:
- Exit on OptionParser::ParseError immediately.
portsdb:
- New tool: which updates INDEX and INDEX.db in the ports directory.
pkgdepfix:
- Implement origin fixer with intelligent guessing, finally!
(-o/--fix-origin)
- Make pkgdep guessing more intelligent.
|
|
|
|
| |
Submitted by: Jimmy Olgeni <olgeni@uli.it>
|
|
|
|
|
|
|
|
| |
process belonging to that user.
PR: 27704
Submitted by: Jeff Palmer <scorpio@drkshdw.org>
Reviewed by: keichii
|
|
|
|
|
|
|
|
|
| |
- Add windowmaker as secondary category
- Add NOPORTDOCS support to Makefile and PLIST
- Update WWW tag inside DESCR
Submitted by: Patrick Li <pat@databits.net>
Approved by: maintainer (timeout after 2 weeks)
|
|
|
|
|
|
| |
some German related message files have been changed.
Noticed by: Mars G Miro <mars@cannoncreek.com>
|
|
|
|
| |
the package.
|
|
|
|
| |
Found by: bento
|
|
|
|
|
|
|
|
|
| |
after a given time with a given signal. A 'warning' signal
is sent first, then, after a timeout, a 'kill' signal, similar
to the way init(8) operates on shutdown.
WWW: http://ringwraith.online.bg/devel/sys/timelimit/
Author: Peter Pentchev <roam@orbitel.bg>
|
|
|
|
| |
Reviewed by: will
|
|
|
|
|
| |
PR: 27856
Submitted by: Anders Nordby <anders@fix.no>
|
|
|
|
|
|
| |
PR: 27923
Submitted by: maintainer
Reviewed by: awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
portupgrade:
- Change the meaning of -P/--use-packages. If specified once, it
uses packages whenever available or uses ports. If specified
twice, it never try to use ports but only uses packages.
- The package directory is now specified via the environment
variable, by PKGREPOSITORY and PKGREPOSITORYSUBDIR.
Print the usages to stdout instead of stderr.
|
|
|
|
|
|
|
|
|
|
|
| |
portupgrade:
- Implement -P/--use-packages, which everyone bugged me with. :>
pkgdepfix:
- Add "delete" to the choices as to how to deal with a stale
dependency.
- Alter the prompt message.
- Add zsh compdef.
|
|
|
|
|
|
|
|
| |
and pkg_add, don't let setup.sh start the service. The setup script is now
automatically called when not installing in batch mode.
Also, "borrow" better pkg-plist implementation from the vim5 port: it
allows to have @execs at the end of pkg-plist (thanks to O'Brien :-))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pkgdepfix:
- Implement automatic guessing.
- Add yes-to-all to the choices of yes/no prompt.
- Do "stty sane" on interrupt.
portupgrade:
- Backing up +REQUIRED_BY must have been done before pkg_delete.
[Submitted by: SASAKI Katuhiro <sahiro@vanilla.freemail.ne.jp>]
Because of the portupgrade bug, portupgrade -u would have broken some
of your +REQUIRED_BY files. Please fix them up with pkgdepfix.
|
|
|
|
|
|
|
|
| |
this is version 20010606.
A new tool pkgdepfix is added. It allows you to interactively fix
/var/db/pkg's @pkgdep / +REQUIRED_BY discrepancies. Run this
periodically to let portupgrade properly trace dependencies.
|
| |
|
|
|
|
|
| |
PR: 27871
Submitted by: MAINTAINER
|
| |
|
|
|
|
| |
to not include the trailing slash.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With a small disk being 20GB these days, chances are pretty good that
an ailing sector will not be read while still being recoverable by
the drive.
Diskcheck daemon will read disks in the background at a low rate and
that way give the diskdrive a chance to detect and correct soft read
errors before they become hard errors.
Idea by: phk
Written by: ben
|
|
|
|
|
|
|
|
|
|
| |
I think I have finally fixed the problem some people have seen that it
deletes a package registry in some cases! At the same time, -m and -p
now works properly again.
Those problems were all due to Shellwords::shellwords' destroying its
given string. Thanks to Tadayuki OKADA <tadayuki@mediaone.net> for
sending me a report that made me realize what the problem was.
|
|
|
|
|
|
|
| |
- Be verbose during installation
- Add PKGMESSAGE with run instructions
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
I'd like to call this a stable release, and take a rest for a while
until the next stable release. ;)
|
|
|
|
|
| |
* Fix file permissions and owners of replaced files.
* Stop raising a false alarm. (which was harmless, though..)
|
|
|
|
|
|
|
|
| |
* No need to recurse @pkgdep search, really.
* Support the latest pkg_tarup.
* Backup +REQUIRED_BY a bit earlier, just in case.
* If it fails to copy the new +REQUIRED_BY to the package's dbdir,
emit a message and save the file in TMPDIR.
|
|
|
|
|
|
|
| |
tarballs in TMPDIR if defined or /var/tmp when PKGREPOSITORY is not
defined.
Suggested by: Jimmy Olgeni <olgeni@uli.it>
|
|
|
|
|
| |
do upgrade as root and TMPDIR and /var/db/pkg are on different
filesystems.
|
|
|
|
| |
of servers started by webmin.
|
|
|
|
| |
unless -y is specified.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Fix the Makefile/PKGNAME error detection.
[Reported by: Tadayuki OKADA <tadayuki@mediaone.net>]
* Implement -y/--yield which yields root priledges where needed.
* Implement -Y/--yield-command which specifies the command to yield
root priledges. (default: sudo)
|
|
|
|
|
|
|
| |
- install documentation.
PR: 27771
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
portupgrade:
- Fix a bug that -s/--sort didn't work. D'oh!
- Make -u/--uninstall fail-safe. It backs up old
installations with the help of pkg_tarup and restores on
installation failure.
- Show option errors more gracefully.
- Die on signals more gracefully.
portversion:
- Show option errors more gracefully.
- Die on signals more gracefully.
|
|
|
|
|
|
| |
3d object
Submitted by: Patrick Li <pat@databits.net>
|
|
|
|
|
|
|
|
|
| |
- update port to version 1.18
- add NOPORTDOCS support to PLIST
- be more minimalistic about patching, move some of the responsability
to CONFIGURE_ARGS
Submitted by: Patrick Li <pat@databits.net>
|
|
|
|
|
|
|
|
| |
or +REQUIRED_BY.
Reported by: Jimmy Olgeni <olgeni@uli.it>
I'll debug harder next time. Sorry for this. :(
|
|
|
|
|
| |
Everything should now be fine while bug reports and thoughtful
suggestions are always welcome.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a milestone release for me. Enjoy. :>
portupgrade changes:
- Implement -s/--sort which sorts packages in the dependency order.
- Implement -R/--upward-recursive, and get -r/--recursive working for
upgrading as well. (Finally!)
- Add -DBATCH to the make fetch' commandline to prevent ports from
dumbly waiting for user input.
Greatly inspired by: Jimmy Olgeni <olgeni@uli.it> (Thanks!!)
portversion changes:
- Make command output optimal by using portupgrade's -s option.
- Report possible ports' Makefile breakage.
|
|
|
|
|
| |
PR: 27566
Submitted by: Mark Pulford <mark@kyne.com.au>
|
|
|
|
|
| |
PR: 27228
Submitted by: maintainer
|
|
|
|
|
|
|
| |
Prints a list of all usernames in /etc/passwd
PR: 27207
Submitted by: Jamie Heckford <jamie@jamiesdomain.org.uk>
|
|
|
|
|
|
|
|
| |
change maintainer
PR: 26730
Submitted by: Anders Nordby <anders@fix.no> (new maintainer)
No response from: old maintainer
|
|
|
|
|
|
|
| |
System maintenance package written in Python and CSH
PR: 27022
Submitted by: Dale Weber <netman@dynaplex.net>
|
|
|
|
|
|
|
|
|
|
| |
2) Add PKGMESSAGE with additional FreeBSD specific installation
information
3) Install sample startup script
4) Bump PORTREVISION due to (1)
PR: 27617
Submitted by: Vivek Khera <khera@kciLink.com>
|
|
|
|
|
| |
changed the MAINTAINER line to an email alias that directs mail to
us both.
|
|
|
|
|
|
| |
configuration file.
Noticed by: mi
|
|
|
|
| |
Submitted by: fenner's distfile checking scripts
|
|
|
|
|
| |
PR: 27513
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* man
A search that returns only one match will display a Location: line
instead of going directly to the result.
* shell
On Solaris, the path is not set correctly for commands entered, causing
those outside /usr/sbin:/usr/sbin not to be found.
* mysql
Clicking on a user, host, database, table or column privilege to edit
it brings up the wrong record.
For the full change log, see http://www.webmin.com/webmin/updates.html.
I also removed the WITH_UPDATES option: updates are now installed by
default. The updates filenames have a proper version and revision number,
and when a new update comes out the port should no longer break because of
sudden md5 changes.
The WEBMIN_MODULES section now fits 80 columns.
|
|
|
|
|
| |
sysutils/gnomecontrolcenter. Wierd stuff[tm] was happening
with the nightly build after the change that I missed.
|
|
|
|
|
| |
PR: 27308
Submitted by: Anders Nordby <anders@fix.no>
|
|
|
|
| |
Submitted by: Jimmy Olgeni <olgeni@FreeBSD.org>
|
| |
|
|
|
|
|
| |
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
|
|
|
|
|
| |
PR: ports/26826
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
p5-Apache-MP3 => 2.16
p5-Convert-UUlib => 0.111
p5-Email-Find => 0.03
p5-GD => 1.33
p5-HTML-Parser => 3.24
p5-I18N-Charset => 1.08
p5-I18N-LangTags => 0.20
p5-MIME-Lite => 2.111
p5-Set-Scalar => 1.09
p5-Sort-ArbBiLex => 3.4
p5-URI => 1.12
p5-Unix-Syslog => 0.95
and change MAINTAINER to ports@FreeBSD.org:
p5-Convert-UUlib
p5-Unix-Syslog
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the one-second sleep between invocations was moved to after the actual
invocation. This sleep could be interrupted by a SIGCHLD in the case
of a failing service, and the service could be restarted way more than
the documented once-per-second. Move the sleep back before the fork(),
just don't sleep before the very first fork, so the service starts faster.
Silence by: Daniel J. Bernstein (no telling if he'll fix this in later
daemontools releases, so I guess we'll have to do it as part
of our port..)
Approved by: nbm (maintainer)
|
|
|
|
|
|
| |
WindowMaker
Submitted by: Patrick Li <pat@databits.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
p5-Apache-AuthTicket => 0.31
p5-Apache-AuthenCache => 0.04
p5-Business-CreditCard => 0.23
p5-CGI-Cache => 1.03
p5-Crypt-CipherSaber => 0.60
p5-Crypt-SSLeay => 0.25
p5-File-Cache => 0.16
p5-Filter => 1.23
p5-FreezeThaw => 0.41
p5-HTML-Stream => 1.49
p5-Mail-Audit => 1.10
p5-Mail-Box => 1.111
p5-Mail-IMAPClient => 2.1.2
p5-Mail-Sender => 0.7.08
p5-Math-FixedPrecision => 0.14
p5-Math-GMP => 1.07
p5-NNTPClient => 0.37
p5-Net-SSLeay => 1.07
p5-Proc-Background => 1.03
p5-Quota => 1.3.3
p5-Text-Template => 1.31
p5-WWW-Search => 2.19
p5-XML-RSS => 0.97
p5-chart => fix pkg-plist
|
|
|
|
| |
of arguments, allowing safe passing of shell metacharacters.
|
|
|
|
| |
Submitted by: Elliot L. Tobin <tobin@mail.eecis.udel.edu>
|
|
|
|
| |
Approved by: MAINTAINER
|
|
|
|
|
|
|
| |
between directory trees and for merging changes from one tree into
another.
Obtained from: Paul Mackerras <paulus@samba.org>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: i386/26780
Submitted by: A.G. Russell <arussell@djv.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From the change log:
* The module reports the error "The PostgreSQL database on your system is
version , but Webmin only supports versions 6.5 and above". This is often
caused by the shared libraries needed by Postgres not being in Webmin's
shared library path.
See also http://www.webmin.com/webmin/updates.html for previous module
changes.
Also, a cosmetic change: be a bit more verbose when unpacking updated
modules.
PORTREVISION bump, but this will only affect people using the WITH_UPDATES
option.
|
|
|
|
|
|
|
|
|
|
| |
bunch of GNOME applications under one convenient building mechanism.
Applications include:
mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
|
|
|
|
| |
ports that depend on GNOME and need to change for 1.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CVS repo bloat, I'll only list the updates.
graphics/imlib 1.9.9 -> 1.9.10
textproc/xml-i18n-tools 0.8 -> 0.8.1
x11/gnomelibs 1.2.11 -> 1.2.13
devel/oaf 0.6.2 -> 0.6.5
devel/gconf 0.12 -> 1.0.0
devel/gnomevfs 0.5 -> 1.0
graphics/gdk-pixbuf 0.9.0 -> 0.11.0
sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1
print/gnomeprint 0.25 -> 0.28
devel/bonobo 0.37 -> 1.0.3
audio/gnomeaudio 1.0.0 -> 1.4.0
x11/gnomecore 1.2.4 -> 1.4.0.3
devel/libgtop 1.0.11 -> 1.0.12
x11/gnomeapplets 1.2.4 -> 1.4.0.1
misc/gnomeuserdocs NEW 1.4.1
misc/gnomeutils 1.2.1 -> 1.4.0
deskutils/gnomepim 1.2.0 -> 1.4.0
games/gnomegames 1.2.0 -> 1.4.0.1
print/ggv 0.95 -> 1.0
editors/ghex 1.1.4 -> 1.2
devel/bugbuddy 1.2 -> 2.0.1
devel/glade 0.5.11 -> 0.6.2
sysutils/gtop 1.0.12 -> 1.0.13
x11/xalf NEW 0.11
x11-toolkits/py-gtk 0.6.6 -> 0.6.7
x11-toolkits/py-gnome 1.0.53 -> 1.4.0
x11-toolkits/guile-gtk 0.19 -> 0.20
x11-toolkits/guile-gnome 0.10 -> 0.20
devel/libsigc++ 1.0.1 -> 1.0.3
x11-toolkits/gnome-- 1.1.15 -> 1.1.17
x11-toolkits/panel-- NEW 0.1
x11-fm/gnomemc 4.5.51 -> 4.5.54
|