Subject: Ports with version numbers going backwards: graphics/kimdaba, science/gerris...
Looks like an issue with Tools/scripts/bumpportrevision, I'll check
it in a second.
Update sysutils/rdiff-backup-devel from 1.1.4 to 1.1.5:
* escape from rdiff-backup's mastering - being a slave to rdiff-backup
becomes too hard to maintain with respect to changes in 1.1.5
* Makefile: mandatory variables imported from ../rdiff-backup/Makefile
* Makefile: add new entry to MAN1
* Makefile: slightly alter post-install target to make it install all
man pages listed in MAN1
* add files/patch-setup.py which is now different from the one located
in ../rdiff-backup/files/
* add own pkg-descr
* sync pkg-plist
PR: ports/91301
Submitted by: Vasil Dimov <vd@datamax.bg>
My original dist file mistakenly contained object files and
a gzipped man page. (I simply forgot to make clean before
rolling the tarball.) Someone on your end enhanced the port
Makefile to remove these post-extract as a workaround. I've
since cleaned up the dist file, and updated the port Makefile
and distinfo. Here's the new tree:
PR: ports/91247
Submitted by: Jason Bacon <bacon@smithers.neuro.mcw.edu>
* portversion(1) also reads MOVED and trace origin change,
and, when invoked with "-v", displays the new origin.
Example:
% portversion -v screen
screen-4.0.2_2 < needs updating (port has 4.0.2_3) (=> 'sysutils/screen')
* Add "--ignore-moved" to portupgrade(1) and portversion(1).
When invoked with this option, both programs totally ignore MOVED.
If you encounter strange behaviour of these programs, try this out.
* Add IGNORE_MOVED option to pkgtools.conf.
This can be used to selectively ignore MOVED by pkgs.
See pkgtools.conf.sample for details.
* Keep the order of MOVED entries, and do not trace back to old entries.
Previously, when encounters the following entries,
editors/emacs|editors/emacs19|2004-03-20|emacs 19.x moved to a non-default port location
editors/emacs21|editors/emacs|2004-03-20|emacs 21.x moved to default port location
portupgrade traces as "editors/emacs21" -> "editors/emacs" -> "editors/emacs19".
I thought this behavior should not be what we want to, so added this change.
PR: ports/91272
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
The update is mostly relevant to linux, where eiciel does
now support extended user attributes.
PR: ports/91248
Submitted by: Andreas Kohn <andreas@syndrom23.de>
Thank you for reporting. I also discovered this problem a few hours ago.
The source of this trouble is that the following line exists in MOVED,
lang/php4|lang/php4|2003-05-22|re-separated from www/mod_php4
where "moved from" and "moved to" is the same, but portupgrade
does not check this case and infinite loop occurs.
Fix to this problem will be in the next portupgrade release,
but in the meanwhile, whould you commit the following patch,
please?
PR: ports/91209
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org>
(1) Change the versioning scheme of portupgrade.
portupgrade now becomes 2.0.0!
(2) Add FreshPorts support to portcvsweb(1).
You can view CVS history via FreshPorts instead of CVSweb
by using "portcvsweb -F". See the man page of portcvsweb(1) for details.
(3) If the change of the origin is written in MOVED,
portupgrade reads and chases it.
You no longer need to supply the origin of the new pkg by "-o" option.
Example:
When ftp/wget-devel is moved to ftp/wget, previously you had to run,
% portupgrade -o ftp/wget wget
Now, just run
% portupgrade wget
and portupgrade will do what you want to do.
(4) Try to guess the pkg to be upgraded, when no pkgname is supplied
as a command line argument.
This can be done only when the current directory is under $PORTSDIR.
Example:
Running
% cd /usr/ports/ftp/wget
% portupgrade
will upgrade ftp/wget.
(5) The frequency of INDEX generation on official site is now sufficient,
recommend to run "portsdb -F" (fetch INDEX from official site)
instead of "portsdb -U" (make INDEX by yourself) in portsdb(1). [1]
PR: ports/91164
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
Pointed out by: Enrique Matias <cronopios at gmail dot com> [1]
- Add PCI IDs for both SMBus controllers of AMD-8111. NB:
The non-smb(4) access to the AMD-8111 SMBus 2.0 controller
is broken -- should use EC, like our amdsmb.c driver does.
nctop is a remote system monitor for unix hosts.
It is a client/server-application using UDP-packets to
receive the information of the hosts running the daemon and
listed in the clients configuration file. For each host
the client displays a line containing:
* hostname
* load averages
* cpu states (sys/user/idle)
* real memory usage (used/free/total)
* number of users currently logged in
WWW: http://www.rz.uni-karlsruhe.de/~hj28/
PR: ports/84521
Submitted by: Ralf Becker <ralf@akk.org>
- add switch ('-g') to automatically generate the exclude file from kept or
installed packges
- improve command line processing
- improve recursive cutting of leaves
PR: ports/91021
Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
if portmanager has been installed for the first time it can't copy
pm-020.conf-SAMPLE to pm-020.conf.
PR: ports/90957
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
pdumpfs has been updated but corresponding changes are
not made to pdumpfs-rsync so that it doesn't work.
PR: ports/90880
Submitted by: Yoshihiro Ota <ota@j.email.ne.jp>
- Don't add offsets, they are added automatically by the chip.
- Make sure to read all registers with MSBs after reading from
the extended resoltion register, otherwise they stay locked.
This makes mbmon actually work on Asus S2882-D Opteron server
motherboards with the ADM1027 chip, using amdpm(4) + smb(4).
(Except it doesn't show the 4th FAN RPM counter; fix not
committed at this time.)
In collaboration with: Vsevolod Lobko
This is a completely new eject command, loosely modelled
after the Linux eject, which is far more feature-rich than
the existing FreeBSD eject. Like the Linux eject, it accepts
either device names or mount points to specify the device,
and supports tray-close where available. I originally
contacted the author of the existing eject port, but he
wasn't interested in making any such enhancements. Hence,
a new eject command written entirely from scratch, with the
eventual goal of supporting as many ioctls and hardware
devices as possible.
PR: ports/90396
Submitted by: Jason Bacon <bacon@smithers.neuro.mcw.edu>
This software is buggy, and "stat" has been in the base system
since FreeBSD 4.10.
PR: ports/25490
Submitted by: Tony Finch <dot@dotat.at> <dot@dotat.at>
Approved by: wosch (maintainer, timeout 4 years)
make config have their video scrambled. Fixed by adding TERM= back to environment
during make.
PR: ports/90633
Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)