| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 32748
Submitted by: maintainer
Notes:
svn path=/head/; revision=51409
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pkgtools.conf(5):
- Turn HOLD_PORTS into HOLD_PKGS.
- List `bsdpan-*' in HOLD_PKGS by default.
Requested by: Anton Berezin <tobez@tobez.org>
pkgdb(1):
- Support HOLD_PKGS and make -f/--force overrite the setting.
pkg_fetch(1):
- Dig the temporary directory and the packages directory before
fetching.
Requested by: Chris Dillon <cdillon@wolves.k12.mo.us>
- Properly quote the fetch command line arguments.
portupgrade(1):
- Fix a bug that -Pf did not properly work.
Reported by: The Anarcat <anarcat@anarcat.dyndns.org>
- Make -p/--package build packages for the ports that are installed as
dependency as well.
Suggested by: Vivek Khera <khera@kcilink.com>
- Make -p/--package build packages for those which requisite packages
are upgraded as well, when they are given from the command line or
-r is specified.
Suggested by: Vivek Khera <khera@kcilink.com>,
Lev Serebryakov <lev@serebryakov.spb.ru>
- Do not regard a packaging error as an installation error.
- Make -Nf override HOLD_PKGS.
- Suggest specifying -f when skipping a package.
- Detect a checksum mismatch error properly from a build log.
portinstall(1): (portupgrade -N)
- Only upgrade required packages of a newly installed port when -R is
specified.
portversion(1):
- Support HOLD_PKGS.
overall/miscellaneous:
- Introduce lazy initialization for config variables and make
the initialization process a little bit quicker.
- Fix some typos in the manpages.
Submitted by: Dan Langille <dan@langille.org>,
kuriyama@FreeBSD.org
- Add shell completion definitions for pkg_tarup(1).
- Provide a replacement of the weekly status-pkg report script
(/etc/periodic/weekly/400.status-pkg), which is installed as
$PREFIX/etc/pkgtools.status-pkg.sh.
port:
- Add a missing entry of pkg_which to pkg_plist.
- Do not remove the zsh site-functions directory on deinstallation
when zsh is installed.
Notes:
svn path=/head/; revision=51301
|
|
|
|
| |
Notes:
svn path=/head/; revision=51299
|
|
|
|
| |
Notes:
svn path=/head/; revision=51224
|
|
|
|
|
|
|
|
|
| |
PR: 29461
Submitted by: Adam Weinberger <monkey@crackula.com>, \
Scott Renfro <scott@renfro.org> (additional patches)
Notes:
svn path=/head/; revision=51200
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
make sure that the "autoconf" and "automake" binaries KDE looked for were
found and were autoconf213 and automake14 (as there are issues with the
latest versions), but the logic in setting $PATH was wrong. This puts
${WRKSRC}/auto-bin before the rest of the users $PATH. This fixes KDE
auto* problems if automake14 and automake-1.5 are both installed.
PR: 32512
Submitted by: Alan Eldridge <alane@geeksrus.net>
Approved by: will
Notes:
svn path=/head/; revision=51183
|
|
|
|
| |
Notes:
svn path=/head/; revision=51099
|
|
|
|
| |
Notes:
svn path=/head/; revision=51098
|
|
|
|
|
|
|
|
| |
* Use --disable-install-distdir instead of patching Makefile
* Bump port revision
Notes:
svn path=/head/; revision=51091
|
|
|
|
| |
Notes:
svn path=/head/; revision=51088
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* General:
- Support for objprelink.
- Hack for autoconf 2.13/automake 1.4. Note that we can't use
the standard USE_AUTO* because they change things in work/*;
KDE has its own way of doing that.
- Light cleanup of extra dirs in the PLISTs provided by
my mkplistpkg[1] script.
- Speedups of both compile and runtime through the usage of
--disable-debug and --enable-final. The latter did not work
with the kdemultimedia package, unfortunately.
- Patch updates.
* audio/kdemultimedia2:
- Patch to fix KSCD on FreeBSD[2]. It works very well now.
* deskutils/kdepim:
- Enable kpilot[3]. Pull in the latest pilot-link stuff.
* devel/kdesdk,
* devel/kdevelop:
- No specific changes.
* devel/qt-designer:
- Make this port depend almost entirely on qt23 to make it more
maintainable, so I don't have to keep hacking the patches to
get them to apply.
* editors/koffice,
* games/kdegames,
* graphics/kdegraphics:
- No specific changes.
* misc/kdeaddons:
- SDL is required now. Cull SDL PLIST_SUB and such.
- Fix breakage from hardcoding "sdl-config".
* misc/kdeutils2:
- Fix problem with klaptopdaemon[4] where it didn't properly
display the battery time. This patch is untested, but applied.
* net/kdenetwork2:
- Fix DCC for KSIRC[5].
- Remove ktalkd from the build. It requires some weird thing
in the configure script that I don't have time to look at.
* sysutils/kdeadmin:
- No specific changes.
* textproc/kdoc:
- Remove bogus requirement that kdoc requires Perl 5.6.0; it sure
seems to operate fine with >= 5.005. But I'll let time tell.
* www/quanta:
- No specific changes (--disable-debug support only).
* x11/kde2:
- No specific changes.
* x11/kdebase2:
- Fix ksysguard compile by merging the files from the HEAD branch
of KDE CVS that were missing at release time for FreeBSD[6]. :\
* x11/kdelibs2:
- Recognize CUPS' spinoff[7].
- Add libxslt dependency since it was removed from kdelibs.
- Fix libxml compile problems[8] (accomplished by upgrading).
- Remove libkformula from port Makefile; this library has been
spun off into koffice.
- Fix mode problems with DCOP[9]. This allows you to save files
properly. It also seems to be a FreeBSD specific problem.
- Fix bashisms in kdeprint/imagetops script[10].
* x11-clocks/kdetoys2:
- No specific changes.
* x11-toolkits/qt23:
- Do NOT upgrade to QT 2.3.2[11].
- Allow devel/qt-designer to depend on this port entirely for the
patches by adding a perlre to accomplish this.
* x11-wm/kdeartwork:
- No specific changes.
Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out!
[1] http://freebsd.kde.org/;
http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg
[2] Submitted by: Matthew Holmes <matt@speakeasy.net>
[3] PR: 31914
Submitted by: Alan Eldridge <alane@geeksrus.net>
[4] PR: 28475
Submitted by: Arun Sharma <arun@sharmas.dhs.org>
[5] Submitted by: Luc Morin <luc_m@videotron.ca>
[6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/
[7] PR: 32321
Reported by: gad
Submitted by: James A. Halstead <jah4007@cs.rit.edu>
[8] PR: 32055
Reported by: William Richard <wrichard@trivalley.com>, others
[9] PR: 31629
Submitted by: Alan Eldridge <alane@geeksrus.net>
[10] PR: 32358
Submitted by: Alexander N. Kabaev <ak03@gte.com>
[11] PR: 31809
Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied)
[12] http://freebsd.kde.org/contact.shtml;
http://lists.csociety.org/pipermail/kde-freebsd;
http://lists.csociety.org/listinfo/kde-freebsd
Notes:
svn path=/head/; revision=51005
|
|
|
|
|
|
|
| |
* Fix problems with libwrap support
Notes:
svn path=/head/; revision=50994
|
|
|
|
|
|
|
|
| |
PR: 31928
Submitted by: maintainer
Notes:
svn path=/head/; revision=50932
|
|
|
|
| |
Notes:
svn path=/head/; revision=50929
|
|
|
|
| |
Notes:
svn path=/head/; revision=50922
|
|
|
|
|
|
|
|
| |
PR: 32369
Submitted by: maintainer
Notes:
svn path=/head/; revision=50878
|
|
|
|
| |
Notes:
svn path=/head/; revision=50858
|
|
|
|
| |
Notes:
svn path=/head/; revision=50856
|
|
|
|
| |
Notes:
svn path=/head/; revision=50854
|
|
|
|
|
|
|
|
| |
PR: 31478
Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE>
Notes:
svn path=/head/; revision=50851
|
|
|
|
|
|
|
| |
integrated in the webmin distribution.
Notes:
svn path=/head/; revision=50849
|
|
|
|
|
|
|
|
|
|
| |
The new distfile fixes an HTML form bug in the stock sendmail module (the
"User Email" page).
Noticed by: Forrest Aldrich <forrie@forrie.com>
Notes:
svn path=/head/; revision=50848
|
|
|
|
| |
Notes:
svn path=/head/; revision=50769
|
|
|
|
|
|
|
|
| |
months ago.
o Update email (jedgar@fxp.org -> jedgar@FreeBSD.org)
Notes:
svn path=/head/; revision=50646
|
|
|
|
|
|
|
| |
support.
Notes:
svn path=/head/; revision=50546
|
|
|
|
| |
Notes:
svn path=/head/; revision=50533
|
|
|
|
| |
Notes:
svn path=/head/; revision=50503
|
|
|
|
| |
Notes:
svn path=/head/; revision=50499
|
|
|
|
| |
Notes:
svn path=/head/; revision=50462
|
|
|
|
| |
Notes:
svn path=/head/; revision=50460
|
|
|
|
|
|
|
|
| |
PR: 32187
Submitted by: maintainer
Notes:
svn path=/head/; revision=50401
|
|
|
|
|
|
|
|
|
| |
If anybody wants to help msmith@, please drop him a line.
Approved by: maintainer
Notes:
svn path=/head/; revision=50348
|
|
|
|
| |
Notes:
svn path=/head/; revision=50326
|
|
|
|
| |
Notes:
svn path=/head/; revision=50325
|
|
|
|
|
|
|
| |
Give a color-coded graph of load averages over time
Notes:
svn path=/head/; revision=50314
|
|
|
|
|
|
|
| |
the later case
Notes:
svn path=/head/; revision=50306
|
|
|
|
|
|
|
| |
the later case
Notes:
svn path=/head/; revision=50301
|
|
|
|
| |
Notes:
svn path=/head/; revision=50294
|
|
|
|
| |
Notes:
svn path=/head/; revision=50283
|
|
|
|
|
|
|
|
|
|
| |
as needed (equivalent to mkdir -p) and corrects a couple of option names
in the manual page synopsis.
Submitted by: olgeni (the manual page fixes)
Notes:
svn path=/head/; revision=50212
|
|
|
|
|
|
|
| |
Submitted by: Naoya Nishimura <nishinao@m3.kcn.ne.jp>
Notes:
svn path=/head/; revision=50184
|
|
|
|
| |
Notes:
svn path=/head/; revision=50165
|
|
|
|
| |
Notes:
svn path=/head/; revision=50164
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
overall:
- Perform better checks on pkgname and origin.
- Deprecate the use of PKGREPOSITORY and PKGREPOSITORYSUBDIR. Use
PACKAGES for PKGREPOSITORY and hardcode 'All'.
pkg_deinstall:
- -P/--preserve: Only preserve shared libraries with version numbers.
Keeping *.so files may be harmful because it allows ld to pick them
up and produce new binaries linked with the libraries of removed
packages. It is enough to only preserve *.so.* files to retain
compatibility.
portsclean:
- -P/--pkgclean: Clean dead symlinks as well.
- Fix the manpage: supply missing words.
portupgrade:
- Detect NO_LATEST_LINK and LATEST_LINK and use them to determine the
name of the latest package to fetch.
pkgdb:
- Improve the score computer. Try not to suggest a stupid guess. ;)
pkg_fetch, pkg_glob, pkg_sort, pkgdb, portsdb, portversion:
- Do not show help twice when -h/--help is given.
Reported by: Masami Kobayashi <masami@tncc.jp>
pkgtools.conf:
- Explain how to use EXTRA_CATEGORIES.
Notes:
svn path=/head/; revision=50162
|
|
|
|
| |
Notes:
svn path=/head/; revision=50102
|
|
|
|
|
|
|
|
|
| |
and bugs seen in other port. Because we don't really test as much as we would
like, this gets entered as a new port so the old software is still easily
available.
Notes:
svn path=/head/; revision=50101
|
|
|
|
| |
Notes:
svn path=/head/; revision=50085
|
|
|
|
|
|
|
| |
Approved by: lioux
Notes:
svn path=/head/; revision=50033
|
|
|
|
|
|
|
| |
S-Lang System Monitor
Notes:
svn path=/head/; revision=49973
|
|
|
|
|
|
|
|
| |
+ Added special handling to and corrected bugs in the matching of IPv4
in IPv6 addresses to -i6:<...> selectors.
Notes:
svn path=/head/; revision=49881
|