| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
PR: 31030
Submitted by: maintainer
|
| |
|
|
|
|
|
| |
PR: 30973
Submitted by: maintainer
|
|
|
|
| |
Submitted by: olgeni
|
| |
|
|
|
|
|
|
|
| |
defined
PR: 30853
Submitted by: MAINTAINER
|
|
|
|
|
|
|
| |
`$backup_packages' from true to false, which should only be turned on
when -b is specified.
I wonder why I couldn't notice this for long. ;)
|
|
|
|
|
| |
PR: 30835
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: 30803
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
| |
and that on www.idaemons.org didn't match. They are identical in the
uncompressed form but I think I compressed one with -9 and another
with -6 somehow. Thereby list the MD5 checksums of both in pkg-plist
as a workaround.
The one on ftp.FreeBSD.org will be overwritten by the one on
www.idaemons.org soon.
Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
|
| |
|
|
|
|
| |
Submitted by: MAINTAINER
|
|
|
|
|
|
| |
Change author's email in pkg-descr
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
exists.
PR: 30497
Submitted by: Dan Larsson
Approved by: will
|
|
|
|
|
| |
PR: 30765
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
| |
Correct format arguments for unsigned long longs;
In printf, use %llu
In sscanf, use %qu
These were both previously using %Ld...
This fixes generation of DVDs >4Gb in size.
|
|
|
|
|
| |
This version now takes into account our new split nfsserver / nfsclient
headers in -CURRENT.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
overall:
- Implement new package glob patterns: {<|<=|>=|>}{date|pkgname_glob}.
For example, you can rebuild and reinstall all the dependent
packages of png that had been installed prior to png this way:
portupgrade -fr png -x '>=png'
- Introduce the packages database, which is currently a simple hash
that maps file paths to package names.
Inspired by: NetBSD
pkgdb(1): (new)
- A command to create/update the packages database.
pkg_which(1): (new)
- A command to check which package a file came from quickly.
portsclean(1):
- Suppress "can't cd" error messages.
Submitted by: Jos Backus <josb@cncdsl.com>
ports_glob(1): (new)
- Give portsdb(1)'s ports glob expanding feature a suitable name.
|
|
|
|
|
| |
o utilize DOCSDIR.
o install fcron.{allow,deny,conf}.dist and remove them if unchanged.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
overall:
- Work around pkg_info(1)'s "feature" where it gets info from
package files under the packages directory prior to installed
packages.
[Reported by: kuwa@flab.fujitsu.co.jp]
portupgrade:
- Skip ports that are marked as IGNORE.
[Requested by: Jimmy Olgeni <olgeni@uli.it>]
portsdb:
- Stop specifying -j# when making a ports index to avoid outputting
a buggy INDEX.
portsclean:
- Do not assume a distinfo file is in each port's own directory, and
use `make -V MD5_FILE', in order to support master-slave ports
properly.
|
| |
|
|
|
|
|
|
|
| |
did not integrate into the main source code. Otherwise, the old
Plasmon 4100 CD-R still wouldn't work.
OK by: dirk
|
|
|
|
| |
handling, removes dangerous sprintf()s, and revamps the verboseness options.
|
| |
|
|
|
|
|
|
| |
it casuses problem.
If you wish to enable LM78/79 feature support, please specify
WITH_SENSOR=yes at building.
|
|
|
|
|
|
|
|
|
| |
Now that RUBY_ARCH has been changed not to include a minor version of
the system, you no longer need to have ruby_s in order to cope with
the migration problem with a minor system upgrade like 4.3 -> 4.4.
You will need ruby_static only if you are going to do a major upgrade
of your system like 4.3 -> 5.0.
|
|
|
|
|
| |
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.
|
|
|
|
|
|
| |
have been inactive for too long
Approved by: will
|
| |
|
|
|
|
|
| |
PR: 30614
Submitted by: maintainer
|
|
|
|
|
| |
PR: 30609
Submitted by: MAINTAINER
|
|
|
|
|
|
|
|
|
| |
Logmon will monitor one or more log files, updating when more data is
available ala 'tail -f' , within a common terminal window via a "split window".
User can scroll up/down/left/right through all the windows.
PR: 30516
Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
|
|
|
|
| |
Submitted by: MAINTAINER
|
|
|
|
|
|
|
| |
Update url
PR: 29138
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: 29775
Submitted by: pat@databits.net
Approved by: maintainer
|
| |
|
|
|
|
|
| |
PR: ports/30394
Submitted by: Cyrille Lefevre <clefevre@citeweb.net> (MAINTAINER)
|
|
|
|
|
|
|
|
| |
portupgrade.1:
- Add two new sections: EXAMPLES and TIPS.
Suggested by: obrien
|
|
|
|
|
|
|
|
| |
on uninstall.
penv.conf.default/penv.conf handling a'la Apache.
Bump PORTREVISION.
Submitted by: olgeni
|
|
|
|
|
|
|
|
|
|
| |
portupgrade:
- Support the environment variable PKG_PATH which is supported by
pkg_add(1).
- Try to fetch the latest version of a package if the exactly
same version as the port is not found in the package site.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
portupgrade:
- Add a new option -b/--backup-packages, which keeps backup packages
of the old versions'.
Requested by: mistral@imasy.or.jp (Yoshihiko SARUMARU)
pkg_fetch:
- Accept a full URI as well.
- Do not try both All and Latest; now one must put an @ at the end
of a package name if one wants to omit the version part.
("cyrus-sasl@", etc.)
- Obsolete the PACKAGEBASE environment variable.
- If -f is specified, remove existing packages if they are corrupt.
- Do not depend on the ports database.
portsclean:
- Fix the command line help regarding -D and -DD.
Submitted by: Jimmy Olgeni <olgeni@uli.it>
compdefs:
- Fix stupid bugs in the zsh compdefs.
|
|
|
|
| |
remove MANCOMPRESSED=no, this is default.
|
|
|
|
|
|
|
| |
- Force it to honor PREFIX.
PR: ports/30385
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
|
|
|
|
| |
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
| |
- add USE_X_PREFIX (and bump PORTREVISION accordingly)
- remove bogus NO_INSTALL_MANPAGES (no imake here...)
PR: 30439
Submitted by: maintainer
|
|
|
|
| |
Reported by: fenner
|