Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
portupgrade:
- Fix a misbehavior when -s is specified, where it built each port
twice somehow. ;)
|
|
overall:
- Allow using regexp in a glob pattern on the spot, by just putting a
regexp preceded by a colon (:).
- Thereby deprecate -E/--regex, which is evil because it changes the
global status. (but the option is still kept for compatibility)
portupgrade:
- Return correct exit status.
[Reported by: Trevin Chow <trevin@mail.com>]
portinstall:
- Read the env variable PORTUPGRADE. (it read PORTINSTALL previously)
pkg_fetch:
- Be even more smart in deciding which to try first, All or Latest.
|
|
|
|
o maintainer switched over maintainership to originator due to
school duties (thanks and we hope you will bring more ports :)
Submitted by: Patrick Li <pat@databits.net>
Approved by: MAINTAINER (previous)
|
|
but which I could not repeat on FreeBSD. It may still be a problem, but
it looks like screen was already dropping privilege before the operation
in question.
Submitted by: Roman Drahtmueller <draht@suse.de>
|
|
PR: 30313
Submitted by: MAINTAINER
|
|
|
|
and VT82C686.
PR: ports/30233
Submitted by: NAKAMURA Kazushi <kaz@kobe1995.net>
|
|
changes without executing anything. Also, the config file path,
the paths to envdir and printenv and the database dir path are now
dynamically adjusted in both the manual page and the sample config file.
|
|
This fixes some nits on 5-CURRENT.
|
|
|
|
|
|
overall:
- Fix a bug where a glob expansion did not work as expected when in a
port direcotry.
portupgrade:
- Fix a bug where a port not listed in the INDEX failed to install
because of a dependency error.
portversion:
- Work around a feature of the option parser library where -l= is
treated as -l "". Now portversion -l= and portversion -L= will work
just as pkg_version(8) does.
|
|
PR: 29939
Submitted by: Oliver Lehmann <lehmann@ans-netz.de> (MAINTAINER)
|
|
Approved by: kde (will), demon (MAINTAINERs)
|
|
|
|
the dockapp wmCube
PR: 29781
Submitted by: Patrick Li <pat@databits.net>
|
|
Approved by: MAINTAINER
|
|
Added documentation and examples.
|
|
portupgrade:
- Make portupgrade download packages using pkg_fetch(1) when -FP is
given. (also aware of -R, -f and -v)
pkg_fetch:
- Be more intelligent and try All and Latest in the proper order.
- Return a non-zero status value when some are failed.
- Change -r to -R, since it recurses upwards through dependencies.
|
|
- add a backup MASTER_SITE
- sort MAN8
- handle doc install better, use DOCSDIR
- move message from Makefile post-install target to pkg-message
- sort pkg-plist
PR: 30109
Submitted by: maintainer
|
|
Bump PORTREVISION
|
|
Make Makefile patch manpage to comply with prefix
|
|
GKrellM
PR: 29833
Submitted by: Patrick Li <pat@databits.net>
|
|
Overall:
- Fix glob expansion routines not to see a "No such package is
installed" error when it is actually installed. It was broken when
I hacked them to allow rather stupid patterns.
portupgrade:
- Add a new option -M/--make-env, with which a user can specify
arguments to prepend to each make(1) command line. Any wrapper or
environment variable assignment can be prepended.
- Make -RF invoke the `fetch-recursive' target.
Suggested by: Jimmy Olgeni <olgeni@uli.it>
- Optimize the combination of make(1) targets.
|
|
Change BROKEN= warning to state that it hasn't been tested on 4.x or lower
Use programs Makefile to build and add CFLAGS+= for location of config file
Modify default install location in files/Makefile
Change default location of config file to match default ports config file in diskcheckd.c
Bump PORTREVISION
|