| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pkgdb(1):
- When pkgdb(1) finds a package with a non-existent or missing origin
which is not required by any other package, ask the user if the
package should be deinstalled. This will help users delete
obsoleted packages.
pkg_fetch(1):
- Fix the pkg_fetch(1) man page: PKG_PATH should read PKG_SITES...
After upgrading ruby and portupgrade, try running pkgdb -F to see if
it suggests deinstalling ruby-uri (which has been obsoleted).
Notes:
svn path=/head/; revision=53735
|
|
|
|
|
|
|
|
|
|
| |
included in the standard distribution of ruby. (both 1.6 and 1.7)
Bump PORTREVISIONs of dependent ports for those who don't use
portupgrade/pkgdb which can handle stale package dependencies.
Notes:
svn path=/head/; revision=53731
|
|
|
|
| |
Notes:
svn path=/head/; revision=53685
|
|
|
|
| |
Notes:
svn path=/head/; revision=53534
|
|
|
|
|
|
|
|
|
| |
- Add support for start/stop arguments to the startup script.
- Do not exit in subtask routines to let -CDP complete every task.
Notes:
svn path=/head/; revision=53530
|
|
|
|
|
|
|
|
| |
Temporarily put the distfile in my local_distfiles and change
MASTER_SITES accordingly.
Notes:
svn path=/head/; revision=53519
|
|
|
|
|
|
|
|
|
| |
PR: ports/33702
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
Reviewed and fixed by: knu
Notes:
svn path=/head/; revision=53516
|
|
|
|
|
|
|
| |
freebsd.radioslost.com has not existed for 2.5 months.
Notes:
svn path=/head/; revision=53476
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sent to a directory that's writeable by user uucp. I generally configure
this manually myself when I install nut, and since there are so many
other things that need manual configuration, I never thought it was
a big deal. However, a user pointed out that it'd be nice if the thing
(well, at least this part of the thing) worked more or less out of
the box, so here you go.
This change adds a /var/db/nut directory that is owned by user uucp.
Notes:
svn path=/head/; revision=53369
|
|
|
|
|
|
|
|
| |
Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
PR: 34015
Notes:
svn path=/head/; revision=53332
|
|
|
|
|
|
|
|
|
|
| |
Update a few MASTER_SITES
PR: 34012
Submitted by: maintainer
Notes:
svn path=/head/; revision=53284
|
|
|
|
| |
Notes:
svn path=/head/; revision=53275
|
|
|
|
|
|
|
|
| |
- Make PREFIX-compliant
- Added a PKGREQ script to check for Python version >= 2.0
Notes:
svn path=/head/; revision=53240
|
|
|
|
| |
Notes:
svn path=/head/; revision=53214
|
|
|
|
|
|
|
|
| |
PR: 33189
Submitted by: Bjarne Wichmann Petersen <freebsd.nospam@mekanix.dk>
Notes:
svn path=/head/; revision=53208
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix a silly bug in the last version where portupgrade doesn't upgrade
packages which requisite packages don't need upgrading. Probably you
need to reinstall this port manually.
PR: ports/33946
Submitted by: Vivek Khera <khera@kciLink.com>
Notes:
svn path=/head/; revision=53180
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Distinguish "ignored" from "skipped", and only report ignored
packages when -v/--verbose is specified. (This reduces loads of "No
need to upgrade ..." messages that you see when you run portupgrade
-a, etc.)
Point taken from: Quincey Koziol <koziol@ncsa.uiuc.edu>
- Embrace the bsd.*.mk changes in CURRENT and stop files from getting
installed into /.
Problem noted by: Brooks Davis <brooks@FreeBSD.org>,
Anders Andersson <anders@hack.org>
For recent CURRENT users, please manually remove /_* and /*.rb files
that should have been accidentally installed by bsd.prog.mk.
Notes:
svn path=/head/; revision=53151
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
last release.
portsclean(1):
- -C/--workclean: Support the case where the ports directory is a
symlink.
portupgrade(1):
- Alter the "skip" message for originless packages.
pkgdb(3):
- When a dependency sanity check fails, suggest specifying -O as the
alternative to running pkgdb -F.
overall:
- Make more grammar/wording fixes.
Notes:
svn path=/head/; revision=53128
|
|
|
|
|
|
|
| |
Reported by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes:
svn path=/head/; revision=53125
|
|
|
|
| |
Notes:
svn path=/head/; revision=53101
|
|
|
|
|
|
|
| |
3 months.
Notes:
svn path=/head/; revision=53080
|
|
|
|
|
|
|
|
| |
PR: 33868
Submitted by: maintainer
Notes:
svn path=/head/; revision=53041
|
|
|
|
| |
Notes:
svn path=/head/; revision=52988
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Move all stuff specific to kde core ports to x11/kde2/Makefile.kde.
+ Default to compile optimized for speed, not debugging, in ports
builds, not just packages. We don't really get that many backtraces
or debugging information, and there's a better way to provide these
things to people willing to spend some time working on KDE. It's
at (as announced before): http://freebsd.kde.org/.
- Remove teTeX dependency for kdegraphics2 upon request, and being unable
to find any reason not to. Apparently, kdegraphics still compiles
libkdvi and kdvi -- I guess dvips is merely a runtime dependency.
Therefore to enable its use one just needs to add the teTeX package.
Bump PORTREVISION to reflect dependency change.
- Fix koffice port by removing PYTHON_VERSION, which is unnecessary.
PR: 33650 (part of)
Submitted by: John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net>
Reviewed by: kde-freebsd@lists.csociety.org (teTeX dep removal, and
optimizing for speed, not debugging capability)
Notes:
svn path=/head/; revision=52903
|
|
|
|
|
|
|
| |
gfslicer helps to slice and then deslice files which are of larger size
Notes:
svn path=/head/; revision=52874
|
|
|
|
| |
Notes:
svn path=/head/; revision=52848
|
|
|
|
|
|
|
| |
/dev from the serial line to usv
Notes:
svn path=/head/; revision=52826
|
|
|
|
|
|
|
|
| |
PR: 33705
Submitted by: maintainer
Notes:
svn path=/head/; revision=52774
|
|
|
|
|
|
|
|
|
|
| |
--enable-debug and turn off stripping of binaries so we actually get all
the debugging we're supposed to get. :)
Submitted by: Alan Eldridge <alane@geeksrus.net>
Notes:
svn path=/head/; revision=52739
|
|
|
|
| |
Notes:
svn path=/head/; revision=52726
|
|
|
|
|
|
|
| |
2.5 months.
Notes:
svn path=/head/; revision=52723
|
|
|
|
|
|
|
|
| |
Remove strip commands from post-install target: binaries are stripped
without this hack.
Notes:
svn path=/head/; revision=52712
|
|
|
|
|
|
|
| |
drop maintainership
Notes:
svn path=/head/; revision=52685
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
- Other minor changes to fix things
These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.
Submitted by: bento 4-exp USE_AUTO* cleanups
http://people.FreeBSD.org/~will/4-exp/
http://bento.FreeBSD.org/errorlogs/4-exp-latest/
Notes:
svn path=/head/; revision=52646
|
|
|
|
| |
Notes:
svn path=/head/; revision=52631
|
|
|
|
|
|
|
|
|
| |
MACHINE_ARCH=i386 *and* whether NO_KDE_OBJPRELINK is defined.
Requested by: several
Notes:
svn path=/head/; revision=52585
|
|
|
|
|
|
|
|
| |
PR: 33556
Submitted by: maintainer
Notes:
svn path=/head/; revision=52574
|
|
|
|
|
|
|
|
|
|
| |
Assume maintainership.
Reviewed by: nbm
Approved by: nbm
Notes:
svn path=/head/; revision=52566
|
|
|
|
|
|
|
| |
-Remove unwanted dependencies
Notes:
svn path=/head/; revision=52545
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix a couple of undefined method errors introduced in the last
version.
Reported by: roberto, jan grant <jan.grant@bristol.ac.uk>
PR: ports/33478
portsclean(1), portupgrade(1), portversion(1):
- Apply English grammar fixes.
Submitted by: David Bogen <db@bogen.org> (Thanks a lot!)
Notes:
svn path=/head/; revision=52540
|
|
|
|
| |
Notes:
svn path=/head/; revision=52534
|
|
|
|
| |
Notes:
svn path=/head/; revision=52520
|
|
|
|
| |
Notes:
svn path=/head/; revision=52464
|
|
|
|
|
|
|
| |
be in any special groups to run xbattbar.
Notes:
svn path=/head/; revision=52441
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pkgtools.conf(5):
- Introduce new configuration variables: BEFOREBUILD and
AFTERINSTALL.
Requested by: Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
- New utility functions localbase() and x11base() are now available.
pkgdb(1):
- Add some progress messages.
pkg_deinstall(1):
- Do not try to backup a nonexistent file.
portupgrade(1):
- Always run afterinstall commands as root.
- Show beforebuild/afterinstall commands to run.
- Do not try to restore a +REQUIRED_BY file that's empty.
overall:
- Do not call stty(1) if stdin is not a terminal.
- Fix a bug where portupgrade(1) and pkgdb(1) fail to do a
substitution over a large file.
Reported by: asmodai
Notes:
svn path=/head/; revision=52428
|
|
|
|
| |
Notes:
svn path=/head/; revision=52415
|
|
|
|
| |
Notes:
svn path=/head/; revision=52382
|
|
|
|
|
|
|
|
|
|
| |
- reword pkg-descr
PR: 33163
Submitted by: maintainer
Notes:
svn path=/head/; revision=52341
|
|
|
|
|
|
|
|
|
| |
there.
Noticed by: bento
Notes:
svn path=/head/; revision=52262
|
|
|
|
|
|
|
| |
Problem reported by: rwatson
Notes:
svn path=/head/; revision=52223
|