| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=213345
|
|
|
|
|
|
|
| |
work anymore with the more fine-grained approach of USE_ everywhere.
Notes:
svn path=/head/; revision=212762
|
|
|
|
|
|
|
|
| |
PR: ports/122050
Submitted by: Zane C, Bowers <vvelox at vvelox.net>
Notes:
svn path=/head/; revision=212731
|
|
|
|
| |
Notes:
svn path=/head/; revision=212435
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/122799
Submitted by: Conrad J. Sabatier <conrads at cox.net>
Approved by: Seth Kingsley <sethk at meowfishies.com> (maintainer)
Notes:
svn path=/head/; revision=211997
|
|
|
|
| |
Notes:
svn path=/head/; revision=211641
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=211584
|
|
|
|
| |
Notes:
svn path=/head/; revision=211104
|
|
|
|
| |
Notes:
svn path=/head/; revision=211103
|
|
|
|
| |
Notes:
svn path=/head/; revision=211101
|
|
|
|
|
|
|
|
| |
Changes include:
- package {,de}registration optimization.
Notes:
svn path=/head/; revision=211042
|
|
|
|
|
|
|
|
| |
- Silence a few warnings.
- Remove support for very old versions of FreeBSD.
Notes:
svn path=/head/; revision=210940
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- This is a routine bug fix release.
- New features: can now process the output from portsnap as part of
maintaining a local INDEX file. See
http://www.infracaninophile.co.uk/portindex/index.xhtml for more
information.
PR: ports/122546
Submitted by: maintainer
Notes:
svn path=/head/; revision=210798
|
|
|
|
|
|
|
|
|
| |
PR: ports/116628
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Approved by: maintainer timeout (hrs; 6 months)
Notes:
svn path=/head/; revision=210505
|
|
|
|
| |
Notes:
svn path=/head/; revision=210273
|
|
|
|
| |
Notes:
svn path=/head/; revision=210145
|
|
|
|
|
|
|
|
|
|
|
|
| |
better, it works better in opera, it provides a slightly better usability and
it's more FreeBSDish
- fetch all DISTFILES from my server for simplicity
- bump PORTREVISION for plist changes
Prompted by: miwi@'s tindy :-)
Notes:
svn path=/head/; revision=210097
|
|
|
|
|
|
|
|
| |
PR: 122090
Submitted by: Andy Kosela <andy.kosela@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=209863
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes:
svn path=/head/; revision=209811
|
|
|
|
|
|
|
|
|
|
|
|
| |
Implement a "visual" mode, where the user is given the complete list of leaf
packages inside his editor. He can then remove packages by removing the lines in
the file, save and exit. The now missing packages will then be removed.
PR: 121910
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
Notes:
svn path=/head/; revision=209805
|
|
|
|
|
|
|
|
|
| |
Output is suitable for inclusion into make.conf.
Approved by: garga (mentor)
Notes:
svn path=/head/; revision=209737
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes:
svn path=/head/; revision=209735
|
|
|
|
|
|
|
|
|
| |
Sorry about this and welcome back!
Approved by: garga (implicit)
Notes:
svn path=/head/; revision=209690
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Use the actual Makefile when checking for pre-defined sites. This allows
us to catch things that rely on port variables. [1]
* USE_GETOPT_LONG is now obsolete, and should not be suggested. [2]
* Check for cases where X_DEPENDS = ${Y_DEPENDS} which can result in adding
unwanted dependencies.
PR: 121664 [1]
Suggested by: pav [2]
Notes:
svn path=/head/; revision=209601
|
|
|
|
| |
Notes:
svn path=/head/; revision=209538
|
|
|
|
|
|
|
|
|
|
| |
Discussed with pav.
Submitted by: miwi on IRC
Approved by: garga (mentor)
Notes:
svn path=/head/; revision=209453
|
|
|
|
| |
Notes:
svn path=/head/; revision=209403
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
==================
The previous code tried to handle moved ports in much the same way
as it handled replacing a port with the -o option, but this would
sometimes create problems if we are deep in a dependency graph.
So rather than re-implement only a portion of the -o code, use the
whole thing instead.
We accomplish this by either exec'ing ourselves with the proper -o
options if we are in the dependency tree, or by asking the user to
restart with the proper -o options if they specified the moved port
on the command line. The latter is necessary to avoid having to
duplicate all the "initialize the parent process" code. This allows
me to simplify the code in a few places since -o is now the only
special case.
Bug Fixes
=========
1. Don't try to derive $portdir from $upg_port if using -o
2. Don't try to build a port with an +IGNOREME file if we are doing
the dependent ports in -r mode
Minor tweak: Add some whitespace after a warning message
Notes:
svn path=/head/; revision=209402
|
|
|
|
|
|
|
|
|
|
|
|
| |
your ports, I had:
pkg_delete *
which works for me because of a local bash completion, but doesn't
work for most users. So, correct that to be:
pkg_delete '*'
instead.
Notes:
svn path=/head/; revision=209397
|
|
|
|
|
|
|
| |
Approved by: Maintainer: Seth Kingsley <sethk@meowfishies.com>
Notes:
svn path=/head/; revision=208484
|
|
|
|
|
|
|
|
|
| |
by pkg_cutleaves but no longer is.
Approved by: linimon
Notes:
svn path=/head/; revision=208452
|
|
|
|
|
|
|
|
| |
PR: 121299
Submitted by: Andy Kosela <andy.kosela at gmail.com> (maintainer)
Notes:
svn path=/head/; revision=208388
|
|
|
|
|
|
|
|
|
| |
than solves.
Discussed with: pav
Notes:
svn path=/head/; revision=207031
|
|
|
|
|
|
|
| |
Reported by: pav
Notes:
svn path=/head/; revision=207020
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Change a legacy part of code for gathering dependecies. It fixes
situation when some depends ports could be updated even when it
was up-to-date. As a result I added another check for -R option.
* Fix a wrong condition in portsclean. Now -L option works again.
* Change a semantic for -q option. Now it means 'quiet'. Don't
show a message when -N specified and there is an already installed
package. (Made for DesktopBSD).
Reported by: pav, Peter Hofer (DesktopBSD)
Notes:
svn path=/head/; revision=207014
|
|
|
|
|
|
|
|
|
| |
- Just ignore a package if there is no port directory exists. A correct way
for users is to place the ports in HOLD_PKGS in pkgtools,conf, but
they did not. So it makes my life a little easy.
Notes:
svn path=/head/; revision=206987
|
|
|
|
|
|
|
|
|
|
| |
* Many bugs fixed (thanks to all reporters).
* Semantic for -c and -C has changed. -c runs 'make config-conditional'
and -C 'make config' (forced config).
* All ports now runs under portupgrade/portinstall control.
Notes:
svn path=/head/; revision=206839
|
|
|
|
|
|
|
|
|
|
| |
- Fixes integrated upstream, now builds in C.
PR: ports/120326
Submitted by: Diego_Rocha <diegorocha1987@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=206799
|
|
|
|
|
|
|
|
| |
PR: 120251
Submitted by: Alex Stangl <alex@stangl.us> (maintainer)
Notes:
svn path=/head/; revision=206710
|
|
|
|
|
|
|
| |
Minor bugs was fixed. Thanks to all reporters!
Notes:
svn path=/head/; revision=206709
|
|
|
|
|
|
|
| |
Noted by: NAKAJI Hiroyuki
Notes:
svn path=/head/; revision=206516
|
|
|
|
| |
Notes:
svn path=/head/; revision=206418
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a. If you specify a glob pattern in /var/db/pkg, there will always
be a prompt, even with the -u flag.
b. Try to discourage people from using -u, it doesn't seem to do what
people expect it to do.
c. You cannot upgrade sudo with PM_SU_CMD if sudo is your PM_SU_CMD
2. s/Dq/Qq/
3. Add .Ev tags to environment variables
Notes:
svn path=/head/; revision=206417
|
|
|
|
|
|
|
|
| |
Bug fix: If using the combination -aiG, don't run the interactive mode
test in the build phase, use the one that's already in check_for_updates()
Notes:
svn path=/head/; revision=206412
|
|
|
|
|
|
|
|
|
|
| |
- Patch to make port respect prefix.
PR: ports/120106
Submitted by: Diego Rocha <diegorocha1987@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=206392
|
|
|
|
|
|
|
| |
A bugs fix release
Notes:
svn path=/head/; revision=206384
|
|
|
|
|
|
|
|
|
|
| |
- When in task list is a port with IGNORE, portupgrade fails. Just ignore it now.
Reported by: Gerard <gerard@seibercom.net>,
Matthew Seaman <m.seaman@infracaninophile.co.uk>
Notes:
svn path=/head/; revision=206296
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* many bug fixes
* now all dependencies run under portupgrade control
* run 'make config-conditional' and 'make config' with -c and -C options
PR: ports/116830, ports/115249
Reported by: clemens fischer <ino-news@spotteswoode.dnsalias.org>,
KOMATSU Shinichiro <koma2@lovepeers.org>,
and other
Notes:
svn path=/head/; revision=206248
|
|
|
|
|
|
|
|
|
|
|
| |
ports knobs and options by listing them together with their
status (either enabled or not). It uses portconf for knobs.
PR: ports/116127
Submitted by: Gabriel Linder <linder.gabriel at gmail.com>
Notes:
svn path=/head/; revision=206131
|
|
|
|
| |
Notes:
svn path=/head/; revision=206106
|