| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
The bsd.*.mk architecture has not supported these antique releases for
quite some time.
Hat: portmgr
Notes:
svn path=/head/; revision=166082
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* file/FileManager.java, file/FileManager.class, file/file.jar
Do not try to use String.replaceAll (available from 1.4 on) in replace_str.
* miniserv.pl
Fix for Windows backslash characters in path.
* net/freebsd-lib.pl, net/macos-lib.pl, net/netbsd-lib.pl, net/openbsd-lib.pl
Comment changed (host.conf -> nsswitch.conf)
* syslog/module.info
os_support setting changed (redhat-linux related)
Notes:
svn path=/head/; revision=166042
|
|
|
|
|
|
|
|
| |
* add support for FreeBSD 6.x
* drop support for FreeBSD 4.x, 5.x
Notes:
svn path=/head/; revision=166037
|
|
|
|
|
|
|
|
|
|
| |
file.
PR: ports/98681
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Notes:
svn path=/head/; revision=165960
|
|
|
|
|
|
|
|
| |
PR: ports/98676
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Notes:
svn path=/head/; revision=165959
|
|
|
|
|
|
|
|
|
|
|
|
| |
The POST-INSTALL script of the binary package tries to
execute MAKEDEV which is a no-op on 5.x, but nonsense on
6.x and above:
PR: ports/99237
Submitted by: Helge Oldach <aacclijun06@oldach.net>
Notes:
svn path=/head/; revision=165910
|
|
|
|
| |
Notes:
svn path=/head/; revision=165835
|
|
|
|
| |
Notes:
svn path=/head/; revision=165834
|
|
|
|
|
|
|
| |
Approved by: ahze (mentor)
Notes:
svn path=/head/; revision=165799
|
|
|
|
|
|
|
|
| |
delete distfiles for old ports with the -o option, or that have
been moved.
Notes:
svn path=/head/; revision=165786
|
|
|
|
| |
Notes:
svn path=/head/; revision=165784
|
|
|
|
| |
Notes:
svn path=/head/; revision=165783
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
=============
1. Add -b option to make a backup package of the installed port
2. Add -g option to make a package of the new port
3. Add -o option to replace an installed port with a new port from a
different location (e.g., portmaster -o emulators/linux_base-fc4 linux_base)
The second argument can also be specified as the name of the installed port
(e.g., linux_base-8-8.0_15)
4. Add -s option to detect no-longer-needed dependencies, and offer the user
a choice to delete them.
General improvements:
=====================
1. Update usage() to reflect reality, and organize it better
2. Switch to using DEPORIGIN to detect missing dependency tracking, which
provides dramatically fewer false positives, and more useful tools to fix
actual problems
3. Factor out more common code into functions
4. Only pay attention to +REQUIRED_BY files for dependency tracking if they
are > 0 bytes
5. Simplify option parsing
6. Make whitespace more consistent in -a message
7. Only grep for dependencies if we're upgrading an installed port
8. If using -o, or a port moved, try to find the names of the old distfiles,
and offer the user the choice to remove all of the, or prune the stale ones.
Bug fixes:
==========
1. Fix the PATH if a user is using ccache
2. Handle the case where there is no ORIGIN in a +CONTENTS file
3. Ignore errors in the tail of fetchlog, since if the file is gone we'll
exit the loop anyway
Notes:
svn path=/head/; revision=165782
|
|
|
|
|
|
|
| |
I'd like to wait a repocopy but marcus seems will unaccessible for a week.
Notes:
svn path=/head/; revision=165774
|
|
|
|
|
|
|
| |
Rebuilding the pkgdb <format:dbm_hash> in /var/db/pkg ... can't convert String into Integer
Notes:
svn path=/head/; revision=165761
|
|
|
|
| |
Notes:
svn path=/head/; revision=165753
|
|
|
|
|
|
|
|
|
|
|
| |
fstatvfs().
PR: ports/98249
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
Notes:
svn path=/head/; revision=165750
|
|
|
|
|
|
|
|
|
| |
PR: ports/98249
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
Notes:
svn path=/head/; revision=165748
|
|
|
|
|
|
|
|
|
| |
The bug caused count -D twice and look at it as -DD
Reported in: ports@
Notes:
svn path=/head/; revision=165741
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=165718
|
|
|
|
|
|
|
| |
Now it's PITA if many ports affected.
Notes:
svn path=/head/; revision=165700
|
|
|
|
|
|
|
|
|
| |
It's exactly I meant.
Reported by: Larry Rosenman <ler at lerctr.org>
Notes:
svn path=/head/; revision=165695
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add -e (--emit-summaries) option and show summary messages only when
the option defined or verbose mode is on. [1]
* Allow origins in ALT_PKGDEP. This announced in pkgtools.conf
but did not work really. [2]
* Run 'make config' before all operations unless -j (--jet-mode)
option specified. [3]
* Add lock on operations with pkgdb.db. Now you can safe run a few
portupgrade(1).
* Incorrectly calculated upgrade time when it is more 24 hours. [4]
* Other fixes and impovements.
PR: ports/99086 [4]
Reported by: Doug Poland <doug at polands.org> [3,4]
Requested by: many [1]
Submitted by: skv [2]
Notes:
svn path=/head/; revision=165690
|
|
|
|
|
|
|
|
|
|
|
|
| |
See the post-installation message for instructions.
WWW: http://mato.gamato.org/freebsd/
PR: ports/93218
Submitted by: Martin Otto <gamato@pobox.sk>
Notes:
svn path=/head/; revision=165671
|
|
|
|
|
|
|
|
|
| |
PR: ports/97689
Submitted by: TAOKA Fumiyoshi <fmysh _at_ iijmio-mail.jp>
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=165616
|
|
|
|
|
|
|
| |
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=165605
|
|
|
|
|
|
|
|
|
|
|
|
| |
Subversion repositories. It uses Fuse and Neon.
WWW: http://noedler.de/projekte/wdfs/
PR: ports/98890
Submitted by: Gyorgy Teubel <tgyurci@freemail.hu>
Notes:
svn path=/head/; revision=165582
|
|
|
|
|
|
|
|
|
| |
PR: 98255
Submitted by: leeym
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=165540
|
|
|
|
| |
Notes:
svn path=/head/; revision=165529
|
|
|
|
|
|
|
|
|
| |
and some maintainer-timeouts.
Hat: portmgr
Notes:
svn path=/head/; revision=165462
|
|
|
|
|
|
|
|
|
| |
email, and various maintainer-timeouts.
Hat: portmgr
Notes:
svn path=/head/; revision=165459
|
|
|
|
|
|
|
|
|
| |
past through use of stricky tag.
Pointed out by: pav
Notes:
svn path=/head/; revision=165456
|
|
|
|
| |
Notes:
svn path=/head/; revision=165451
|
|
|
|
| |
Notes:
svn path=/head/; revision=165442
|
|
|
|
|
|
|
|
| |
Submitted by: Kris mail
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=165440
|
|
|
|
| |
Notes:
svn path=/head/; revision=165391
|
|
|
|
| |
Notes:
svn path=/head/; revision=165380
|
|
|
|
| |
Notes:
svn path=/head/; revision=165322
|
|
|
|
| |
Notes:
svn path=/head/; revision=165321
|
|
|
|
|
|
|
| |
move them to MASTER_SITE_LOCAL.
Notes:
svn path=/head/; revision=165258
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- The bconsole "reload" command should now work properly
- untested fix to eliminate the scheduling problems during daylight savings
time change
- manual released under the GNU Free Documentation License (FDL)
- Fixed a race condition on dual processor machines
PR: ports/98855
Submitted by: maintainer
Notes:
svn path=/head/; revision=165232
|
|
|
|
|
|
|
|
| |
PR: ports/98393
Submitted by: Richard Tector <richard@tector.org.uk>
Notes:
svn path=/head/; revision=165231
|
|
|
|
|
|
|
|
|
| |
PR: ports/97813
Submitted by: miwi
Approved by: krion (mentor), maintainer timeout
Notes:
svn path=/head/; revision=165208
|
|
|
|
|
|
|
| |
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=165195
|
|
|
|
|
|
|
|
|
| |
PR: ports/97801
Submitted by: miwi
Approved by: krion (mentor), maintainer timeout
Notes:
svn path=/head/; revision=165185
|
|
|
|
|
|
|
|
| |
PR: ports/98847
Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
Notes:
svn path=/head/; revision=165182
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Incorrect: (before)
================================
# cd /usr/ports/x11-toolkits/pango
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================
Correct: (after)
================================
# cd /usr/ports/x11-toolkits/pango
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist <-- Here...
================================
Notes:
svn path=/head/; revision=165166
|
|
|
|
| |
Notes:
svn path=/head/; revision=165157
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update WWW
- Take maintainership
- portlint(1)
PR: 97560
Submitted by: Stefan Pauly <stefan___fh-mainz.de>
Notes:
svn path=/head/; revision=165145
|
|
|
|
|
|
|
|
|
|
|
| |
and these ports build fine without it. My guess is that it was added
by someone as an opposite to USE_BZIP2 and other people copied it.
Remove it once and for all.
With hat: portmgr
Notes:
svn path=/head/; revision=165142
|