| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 54453
Submitted by: Sergei Kolobov <sergei@kolobov.com>
|
| |
|
|
|
|
|
| |
PR: 54216
Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
|
| |
|
|
|
|
|
|
|
| |
- Add portlint and sudo to RUN_DEPENDS
PR: 53698
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
tools for testing and submitting port updates
and new ports.
PR: 53487
Submitted by: Sergei Kolobov <sergei@kolobov.com>
|
|
|
|
|
|
|
|
|
| |
Ports manager is a ncurses based, graphical front-end to manage
the FreeBSD ports collection. It behaves like a package manager
and comes with many features.
PR: ports/47192
Submitted by: Anselm Garbe <anselmg@t-online.de>
|
|
|
|
| |
of the magic variabled $a and $b. Also fix a markup nit in the man page.
|
|
|
|
| |
Approved by: roberto(mentor)
|
|
|
|
|
|
|
|
| |
portsdb(1):
- COMMENTFILE is deprecated. Weird. I thought I committed these
changes long long ago.
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>.
|
|
|
|
| |
Submitted by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@FernUni-Hagen.de>
|
|
|
|
| |
Reported by: many ;(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
portsdb(1):
- Fix portsdb -U's COMMENT support.
Submitted by: Frerich Raabe <frerich.raabe@gmx.de>
portsclean(1):
- Fix a silly typo and unbreak portsclean -P.
Submitted by: Olivier Tharan <olive@oban.frmug.org>
pkgtools.conf(5):
- Set OS_PKGBRANCH to "<n>-stable" for PRERELEASE, RC, ALPHA, BETA,
etc.
- Apply grammar fixes and rephrase a paragraph.
PR: ports/49042, ports/49041
Submitted by: Chris Pepper <pepper@rockefeller.edu>
overall:
- Appease ruby 1.8 which now complains about closed streams.
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
|
| |
PR: 50768
Submitted by: Reinhard Lenninger <reinhard.lenninger@web.de>
|
|
|
|
|
| |
Use DEPENDS_CLEAN instead of hacking DEPENDS_TARGET.
Change the process title to reflect the current phase / task.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Respect NOPORTDOCS in pkg-plist
- Use ECHO_MSG instead of ECHO_CMD
- Bump PORTREVISION
PR: 50124
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Approved by: Michael Hostbaek <mich@freebsdcluster.org> (maintainer)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
portupgrade(1):
- -A/-B: Remove ;'s and spaces at the beginning of each command line
to stop sh(1) from issuing a syntax error.
- -A/-B: Omit running null commands.
- Run AFTERINSTALL commands after restoring a failed upgrade also.
- Fix a run time error caused by any?.
pkgtools.conf(5):
- Introduce BEFOREDEINSTALL.
- Deprecate rc_file() and rc_files(), and provide
enabled_rc_scripts() and disabled_rc_scripts() instead.
- Provide cmd_start_rc(), cmd_stop_rc(), and cmd_enable_rc() in
addition to cmd_restart_rc() and cmd_disable_rc().
- Update examples.
pkg_deinstall(1):
- Run BEFOREDEINSTALL commands before deinstalling a package.
|
|
|
|
|
|
|
|
| |
- don't give a warning to use binary mode because of a possible RCS tag
if the tag is $FreeBSD$.
- bump PORTREVISION
Approved by: maintainer timeout, portmgr (kris)
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
pkgdb(1):
- Add a missing comma and unbreak the cyclic dependency
fixer.
Submitted by: ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
portupgrade(1):
- Update man page. Running pkgdb -F is no longer mandatory unless so
directed by the pkgtools.
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: "Daniel M. Zimmerman" <dmz@tffenterprises.com>
|
|
|
|
| |
Reported by: Larry Rosenman <ler@lerctr.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
portupgrade(1):
- Improve the packages support: When installing a binary package,
automatically detect and install ports/packages it depends on.
portsdb(1):
- Replace COMMENT with COMMENTFILE.
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
pkgdb(1):
- Treat bsdpan-* packages specially; set their origins to those of
p5-* where possible.
Requested by: nik
- Fix a minor problem with modifying the origin information of a
package where it has no origin line.
pkgtools.conf(5):
- Make MAKE_ARGS more intelligent so installed pkgnames such as
'ruby18-*' => 'RUBY_VER=1.8' is understood.
- Chase the bento site hierarchy change.
- Update some of the examples.
|
|
|
|
| |
Reminded by: sobomax
|
|
|
|
|
|
| |
pointing to pkg-comment)
Submitted by: lioux
|
|
|
|
| |
Approved by: mharo (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
portupgrade(1):
- Change the meaning of -D/--distclean. When specified once, delete
failed distfiles and retry when checksum fails. When specified
twice, do "make distclean" before each fetch or build (as -D meant
before).
- Make -F/--fetch-only call make checksum/checksum-recursive instead
of make fetch/fetch-recursive.
- Rename -l/--log-results to -l/--results-file.
- Rename -L/--log-prefix to -L/--log-file and make it accept a
printf(3) style format.
pkg_which(1)/pkgdb(3):
- Store and look for file names after resolving symlinks using
realpath(3).
miscellaneous:
- Fix some macro bugs in manpage.
- Fix a typo in the PORTUPGRADE example in pkgtools.conf.
|
|
|
|
| |
and copyright year.
|
|
|
|
|
|
| |
comments.
Approved by: portmgr
|
|
|
|
|
| |
PR: ports/46869
Submitted by: mich@freebsdcluster.org
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
pkgdb(1):
- Fix a problem in pkgdb's automatic dependency fixer that it only
fixes the first found problem and leaves the rest.
portsclean(1):
- Fix a problem that portsclean(1) does wrong if a library search path
has a trailing / or a double /. This could confuse users.
PR: ports/46162
Submitted by: Lev A. Serebryakov <lev@serebryakov.spb.ru>
Approved by; lioux (his first approval as a portmgr!) & knu ;)
|
|
|
|
|
|
| |
fail to identify the dependencies for some ports (such as print/cups)
Approved by: portmgr (kris)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For the record, the previous tarball (pkgtools-20021101.tar.bz2) was
downloaded approximately 10,000 times in one month, 32% from the
United States, 17% from Japan, 6% from Germany, and 4% from
Canada. (followed by AU, NL, FR, GB, RU, SE, PL, ...)
pkgtools.conf(5):
- Add new variables: USE_PKGS and USE_PKGS_ONLY.
Requested by: Jeff Penn <jeff@jrpenn.demon.co.uk>
overall:
- Recognize INDEXFILE defaulting to 'INDEX'.
- Introduce a "fixme" cookie file not to invoke pkgdb -aF unnecessarily.
- Recognize the Hungarian and Portuguese language prefixes.
Approved by: kris (implicitly)
|
|
|
|
| |
Submitted by: MAINTAINER
|
|
|
|
| |
Submitted by: Maintainer
|
| |
|
|
|
|
|
|
| |
which sed(1) does not have a -E option.
Pointed out by: nork
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
overall:
- Use sudo in installing (copying) a file only if once it failed as
the current user.
- Speed up string substitution.
portupgrade(1):
- Use sudo as necessary in saving log files also.
pkgdb(1):
- Look up ports/MOVED to fix stale origins (both ORIGIN and
DEPORIGIN).
- Skip the check for origin duplicates when in automatic mode. (This
speeds up autofix)
- When pointing out a missing origin, show the name of the package in
question.
Suggested by: Genesys on EFnet
|
|
|
|
| |
Approved by: mharo (maintainer)
|
| |
|
|
|
|
| |
Approved by: (silence from) mharo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
portupgrade(1):
- Check return status of hardly failing commands also.
pkgdb(1):
- Add -Q/--quiet and -QQ for internal use.
portsclean(1):
- Ditto.
overall:
- Reduce /bin/sh process calls by replacing shell redirection to
/dev/null with pkgdb -Q/portsclean -Q/fetch -q. (I know I can do
fork, dup and exec if necessary)
- Eliminate zombies during running. Formerly waitpid's against
terminated processes are delayed until Ruby gets short of resource
and thus runs a GC, but now portupgrade(1), pkgdb(1) and
portsclean(1) explicitly kick a waitpid immediately after each
popen() is done.
PR: ports/38075
Submitted by: Chris J. Mutter <cjm@s2.enemy.org>
Reported by: several others
|