| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
|
|
|
|
| |
With hat: portmgr
|
|
|
|
| |
Obtained from: zsh (cvs)
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Changes: http://www2.research.att.com/~gsf/download/gen/INIT.html#INIT changes
|
| |
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
|
| |
PR: ports/163597
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Feature Safe: yes
|
|
|
|
| |
Submitted by: zi
|
| |
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
| |
- remove unnecessary USE_AUTOTOOLS
- fixes libiconv detection
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 160528
Submitted by: Kaspars Bankovskis <kaspars@bankovskis.lv>
Feature safe: yes
|
|
|
|
|
|
| |
PR: 162778
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/156263
Submitted by: Matthew Cashdollar <matthew@cashdollar.org>
Feature safe: yes
|
|
|
|
| |
Reported by: Jan Beich <jbeich@tormail.net> (by private mail)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
secure_free my default disable mem by default[1]
- correct memory report for time builtin [2]
- bump portrevision
PR: ports/143981 [1], ports/152820 [2]
Submitted by: Richard Kolkovich <sarumont@sigil.org> [1], Anonymous <swell.k@gmail.com> and Tsu <inyaoo@gmail.com> [2]
Hurried by: miwi :)
|
| |
|
|
|
|
|
|
|
|
| |
Note that this was the intended fix in PORTREVISION 3, the previous
commit, and was the change intended by ports/161999.
PR: ports/161999
Submitted by: Eugene Paskevich <eugene@raptor.kiev.ua>
|
|
|
|
|
|
|
| |
INDEX.
PR: ports/161999
Submitted by: Eugene Paskevich <eugene@raptor.kiev.ua>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
|
|
|
|
|
|
|
|
| |
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bash completion should just work when you install new commands. Bash::Completion
is a system to use and write bash completion rules.
For end-users, you just need to add this line to your .bashrc or .bash_profile:
setup-bash-complete
This will load all the installed Bash::Completion plugins, make sure they should
be activated and generate the proper bash code to setup bash completion for
them.
If you later install a new command line tool, and it has a
Bash::Completion::Plugin -based plugin, all your new shells will have bash
completion rules for it. You can also force immediate setup by running the same
command:
setup-bash-complete
To write a new Bash::Completion plugin, see Bash::Completion::Plugin.
WWW: http://search.cpan.org/dist/Bash-Completion/
|
|
|
|
|
| |
PR: ports/161650
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Reported by: Greg Rivers <gcr+freebsd-ports@tharned.org>
Obtained from: https://bugzilla.redhat.com/show_bug.cgi?id=691077
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
|
|
|
|
|
|
|
|
|
|
| |
Other ports (e.g. devel/glib20) install files to this directory.
- Costmetic change: put build-related knobs together
- Sort PLIST
- Space/tab twiddle
PR: ports/160202
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 24 days)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
hostnames OR commands. First and foremost Ambit is meant to be a general
purpose hostlist enumerator to be used by other applications or scripts.
Additionally Ambit can be used to manage User Specific as well as
System-Wide HostGroups. It can also be used to query Network HostGroups.
Finally, Ambit is able to detect when it is expanding a command (rather than
a host list), allowing for the command to be expanded and executed
synchronously. This means Ambit can expand and run just about anything on
the command line and usually works in places where Bash Brace Expansion
might fail.
WWW: http://m.a.tt/er/ambit/
PR: 159769
Submitted by: Sascha Klauder <sklauder@trimind.de>
Approved by: sahil (mentor)
|
|
|
|
|
|
|
|
| |
Under certain circumstances, running `fc -l' two times in succession
with a relative history offset at the end of the history will result
in an incorrect calculation of the last history entry and a seg fault
PR: 160239
|
|
|
|
|
| |
PR: 158989
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
|
|
| |
Approved by: bapt (mentor)
|
|
|
|
| |
Approved by: bapt (mentor)
|
|
|
|
|
| |
PR: ports/159921
Submitted by: gjb
|
| |
|
|
|
|
| |
disappeared.
|
| |
|
|
|
|
|
| |
PR: ports/152387
Submitted by: Martin GlaC <glaszig@gmail.com>
|
|
|
|
|
| |
PR: ports/159235
Submitted by: Eitan Adler <lists@eitanadler.com> (maintainer)
|
|
|
|
| |
7.X. This commit fixes this.
|
|
|
|
| |
versions prior to 8.X (7.X and earlier). This commit fixes that.
|
| |
|
| |
|
|
|
|
| |
PR: 140557
|
| |
|
|
|
|
| |
Pointy hat to: me
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2011-05-01 irc/gdesklets-irc: Upstream disapear and distfile is no more available
2011-06-24 net/libevnet: no longer necessary now that libevent2 has been released
2011-05-01 shells/44bsd-csh: Upstream disapear and distfile is no more available
2011-05-01 www/mod_auth_ldap: apache 13/20 is sceduled for deletion, migrate to 2.2.x+ and mod_authnz_ldap now
2011-05-01 www/mod_auth_remote: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_authenticache: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_layout2: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_macro2: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_traf_thief: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 www/mod_transform: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
|
|
|
|
|
| |
PR: 157829
Submitted by: Jin-Sih Lin <linpct@gmail.com>
|
|
|
|
|
| |
Reported by: dougb@
Submitted by: jhell <jhell@DataIX.net>
|
|
|
|
|
|
| |
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
|
|
|
|
|
|
|
| |
- Add OPTIONS: STATIC
- Change manipulation on /etc/shells
- Respect PORTEXAMPLES
- Bump PORTREVISION for PLIST change
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Update to May 26, 2011 snapshot:
Add support for OpenSSH's sftp-server umask option.
Remove inline references to satisify certain compilers
Remove the now unnecessary sftp-logging compatibility mode.
When getopt_long is not available, like on AIX, use bundled NetBSD
getopt_long.
Update the SECURITY document to include a reference to /etc/popt and \
~/.popt as they relate to rsync.
Fix for rsync-3.0 which now uses a short -e option, with an optional
argument as a server side option indicating protocol compatibility.
Fix scponly crash on Solaris
Fix detection and inclusion of getopt on certain platforms
Document risks associated with popt reading /etc/popt and ~/.popt
Document getopt requirement (when certain configure options are enabled)
- cleanup redundant BUILD_DEPENDS+= [1]
PR: ports/157804
Submitted by: Rob Farmer <rfarmer _at_ predatorlabs.net> (maintainer), ohauer [1]
Approved by: maintainer
|
|
|
|
|
|
| |
- Respect PORTEXAMPLES
Changes: http://search.cpan.org/dist/Term-ShellUI/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes since 4.3.11
--------------------
The zsh/parameter module has a new readonly associative array
$usergroups whose keys are the names of system groups of which the
current user is a member and whose values are the corresponding
group identifiers.
The region_highlight array, which controls highlighting of the
command line from zle widgets, is now updated dynamically as
the command line is edited.
In POSIX emulation ("emulate sh") the shell is more accurate about
when it should or should not exit on errors.
The ${NAME:OFFSET:LENGTH} syntax now supports negative LENGTH, which
counts back from the end of the string.
The (g:opts:) flag in parameter expansion processes escape sequences like
the echo and print builtins. opts can be any combination of o, e and c.
With e, acts like print rather than echo except for octal escapes which
are controlled separately by the o option. With c, interpret control
sequences like "^X" as bindkey does. Regardless of the opts, \c is not
interpreted.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
2011-05-01 audio/albumart: Upstream disapear and distfile is no more available
2011-05-01 audio/aylet: Upstream disapear and distfile is no more available
2011-05-01 audio/cantus: Upstream disapear and distfile is no more available
2011-05-01 audio/xaylet: Upstream disapear and distfile is no more available
2011-05-01 science/oases: Upstream disapear and distfile is no more available
2011-05-01 shells/pash: Upstream disapear and distfile is no more available
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from ports.
If a ports is linked against ncurses from base or from the ports, it should then add:
USE_NCURSES=yes
it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros:
WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes
PR: ports/155269
Submitted by: me
Reviwed by: pav@
Approved by: portmgr (pav@)
Exp-run by: portmgr (pav@)
|
|
|
|
|
| |
PR: 155780
Submitted by: Alexander Kriventsov <avk@vl.ru>
|
| |
|
| |
|
|
|
|
| |
With hat: portmgr (myself)
|
|
|
|
| |
where no distfiles can be found and are not used by maintained ports
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
done a
really great job with zsh, thanks a lot. [1]
- Upgrade to 4.3.11
- add linsysfs to the file system list for completion [2]
- fix mount completion when adding available labels to the list of devices [3]
PR: ports/141472 [2], ports/145657 [3]
Submitted by: scf [2], Frédéric Perrin <frederic.perrin _at_ resel.fr> [3]
Approved by: des@ [1]
|
|
|
|
| |
Submitted by: alepulver
|
|
|
|
| |
- While here kick md5 support
|
|
|
|
| |
- Take maintainership
|
|
|
|
|
|
| |
According to the CHANGES file, the avahi-browse error is patched in this
version, though in a manner a bit different from our patch. Please test
on amd64 and let me know if the problem has regressed.
|
|
|
|
|
|
|
|
| |
- Remove expired CONFLICTS
- Use FETCH_ARGS
- Fix typo
PR: ports/154655
|
|
|
|
|
|
| |
Please see http://docs.freebsd.org/cgi/mid.cgi?201102101950.p1AJoAwm027852.
Hat: portmgr
|
|
|
|
| |
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
2011-01-24 dns/staticcharge: abandoned by author
2011-01-21 shells/bash3-static: Use shells/bash or shells/bash-static instead
shells/bash3 is still used by devel/quilt
Feature safe: yes
|
|
|
|
|
|
|
| |
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with popt (from upstream) and tell people to read it
-Drop long comment describing knobs - it just duplicates OPTIONS
-For SCPONLY_DEFAULT_CHDIR, print a note about setting it. I'm not sure if post-patch is the best place for this, though?
-Drop dead site and just use Sourceforge
-Use the PORTDOCS variable
-Install some useful docs and drop useless one (TODO)
-Drop pre-everything message about defaults changing; that was 5 years ago
-LOCALBASE vs. PREFIX correction
-Add post-install messages to the plist so package users see them too
PR: ports/153115
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rsync 3 needs the "-e" option, which is blocked without this patch by scponly
Patch pulled from upstream CVS, which states a full release will come soon:
http://lists.ccs.neu.edu/pipermail/scponly/2010-November/002170.html
Reported by: Frank Bartels <knarf _at_ knarf.de>
PR: 152869
Submitted by: Rob Farmer <rfarmer _at_ predatorlabs.net> (maintainer)
|
| |
|
|
|
|
| |
required as shells/bash-completion works with amd64.
|
|
|
|
|
| |
PR: ports/152499
Submitted by: Harald Hanche-Olsen <hanche@math.ntnu.no>
|
|
|
|
|
|
|
|
|
| |
completions. Tons of thanks to Raphael Kubo da Costa for identifying the
fix and providing us with a patch, and to ehaupt for testing!
PR: ports/150322
Submitted by: Raphael Kubo da Costa <kubito@gmail.com>
Reviewed by: ehaupt
|
| |
|
|
|
|
|
|
| |
- Mark the port DEPRECATED with the message to use shells/bash or
shells/bash-static instead
- Set an EXPIRATION_DATE of 3 months
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/150956
Submitted by: Eitan Adler (maintainer)
|
| |
|
|
|
|
| |
Declare the port MAKE_JOBS_SAFE.
|
| |
|
|
|
|
|
|
|
| |
shells/bash-completion is developed by a new group and has some very nice new
features. Unfortunately, the new version currently causes problems on amd64
systems. People with amd64 systems may use this classic version as an
alternative.
|
|
|
|
|
|
|
|
| |
conflict with it. Also, remove the rsync-disable hack on amd64, and
replace it with a simple BROKEN message.
Note that shells/bash-completion-classic is currently an unedited
repocopy, but I know ehaupt is working to get it up and running.
|
|
|
|
|
| |
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 149981
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> (via ports)
Approved by: obrien (maintainer-timeout; 14 days)
|
|
|
|
|
|
|
|
| |
Until that gets resolved, I'm disconnecting the rsync plugin from
the build on amd64.
PR: ports/150322
Submitted by: ehaupt
|
| |
|
|
|
|
|
|
|
|
|
| |
The previous bash-completion package hadn't been updated since 2006. A
new group has picked up the package and continued development. The old
completions should remain, so I'm not going to update UPDATING.
I'm taking maintainership of this as well. Many thanks to Kirk, the
previous maintainer!
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: 147747, 148329, 149218
Submitted by: Alex Goncharov <alex-goncharov@comcast.net>,
Garrett Wollman <wollman@khavrinen.csail.mit.edu>
yar
Approved by: obrien (maintainer timeout; > 50 days)
|
|
|
|
|
| |
PR: ports/149081
Submitted by: Jimmy Olgeni <olgeni@freebsd.org>
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Remove erroneous @dirrm from PLIST_DIRS
PR: 148043
Submitted by: Yuri Pankov <yuri.pankov@gmail.com> (maintainer)
|
|
|
|
|
|
|
| |
PR: 144059
Submitted by: Michael Meelis <m.meelis@easybow.com>
Patch by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Feature safe: yes
|
|
|
|
|
| |
PR: 147172
Approved by: obrien (maintainer timeout; > 14 days)
|
| |
|
|
|
|
|
|
| |
Doesn't handle pseudo-terminal names (/dev/pts/%d).
Submitted by: Andrius Morkunas <kinokind@gmail.com>, Ed Schouten
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Herbert J. Skuhra <h.skuhra (at) gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports146866
Submitted by: Eitan Adler <lists@eitanadler.com>
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (miwi)
|
|
|
|
|
| |
Submitted by: QAT
Approved by: portmgr (self, to get lots of gnome building)
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: itetcu (mentor, implicit)
|
|
|
|
|
|
| |
PR: ports/145179
Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
Approved by: itetcu (mentor, implicit)
|
|
|
|
|
| |
PR: 145640
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
| |
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
| |
PR: ports/144545
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
|
|
|
|
|
| |
PR: 144327
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
|
|
|
|
| |
PR: ports/144495
Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
| |
installing from packages, just not when installing from ports)
Noticed by: ru@
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
| |
Approved by: itetcu (mentor)
Feature safe: yes
|
|
|
|
|
| |
PR: 143689
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
|
|
|
|
| |
PR: ports/143555
Submitted by: M@FreeBSD.org, van Zadelhoff <mike@ironmikie.nl>
Approved by: rfarmer@predatorlabs.net (maintainer)
|
| |
|
|
|
|
| |
Approved by: miwi (mentor)
|
|
|
|
| |
Don't USE_LDCONFIG if WITH_ZSH_STATIC.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (miwi)
audio/ccaudio||2010-01-18|Has expired: has been broken for 4 months
audio/py-libmpdclient||2010-01-18|Has expired: has been broken for 3 months
chinese/gbk2uni||2010-01-18|Has expired: has been broken for 6 months
chinese/iiimf-le-xcin||2010-01-18|Has expired: has been broken for 3 months
devel/adabindx||2010-01-18|Has expired: has been broken for 3 months
devel/agide||2010-01-18|Has expired: has been broken for 6 months
devel/asis||2010-01-18|Has expired: has been broken for 3 months
devel/callgrind||2010-01-18|Has expired: Included in devel/valgrind
devel/florist||2010-01-18|Has expired: has been broken for 3 months
editors/xml2rfc-xxe||2010-01-18|Has expired: has been broken for 4 months
graphics/gephex||2010-01-18|Has expired: has been broken for 3 months
graphics/irit||2010-01-18|Has expired: has been broken for 3 months
graphics/pixieplus||2010-01-18|Has expired: has been broken for 6 months
japanese/expect||2010-01-18|Has expired: has been broken for 3 months
lang/pnetc||2010-01-18|Has expired: has been broken for 5 months
mail/libnewmail||2010-01-18|Has expired: has been broken for 3 months
net-mgmt/flowscan||2010-01-18|Has expired: has been broken for 5 months
net/astmanproxy||2010-01-18|Has expired: has been broken for 3 months
palm/prc-tools||2010-01-18|Has expired: has been broken for 4 months
print/latex-msc||2010-01-18|Has expired: has been broken for 3 months
science/xloops-ginac||2010-01-18|Has expired: has been broken for 3 months
shells/bush||2010-01-18|Has expired: has been broken for 3 months
textproc/iiimf-gnome-im-switcher||2010-01-18|Has expired: has been broken for 4 months
textproc/iiimf-gtk||2010-01-18|Has expired: has been broken for 3 months
x11-toolkits/gtkada-devel||2010-01-18|Has expired: has been broken for 3 months
x11-toolkits/gtkada||2010-01-18|Has expired: has been broken for 3 months
x11-wm/ion-2||2010-01-18|Has expired: has been broken for 4 months
|
|
|
|
|
| |
PR: ports/142800
Submitted by: Krzysztof Kowalewski <pyzmen@kam.pl> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
with this)
- Switch an empty #elif to #else to please GCC 4.4
- Submitter is now MAINTAINER
PR: ports/142764
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
|
|
|
|
|
|
|
|
| |
- Use xsel from ports, bundled version is out-dated
- Make manual building optional
PR: ports/142346
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
|
|
|
|
|
| |
PR: 142785
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
|
| |
|
|
|
|
|
|
|
|
| |
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
|
|
|
|
|
|
|
|
|
|
| |
* Make portlint happy by using ${ECHO}, and TABs in assignments.
PORTREVISION bump not required.
PR: ports/141728
Submitted by: olgeni
Approved by: des (by mail)
|
|
|
|
|
| |
PR: 141396
Submitted by: Sahil Tandon <sahil@tandon.net>
|
|
|
|
|
|
| |
- Mark DEPRECATED and schedule for expiration in one month
With hat: portmgr
|
|
|
|
|
|
| |
PR: ports/141229
Submitted by: Rick Elrod <codeblock@eighthbit.net>
Approved by: maintainer
|
|
|
|
| |
Approved by: miwi (mentor)
|
|
|
|
|
|
| |
- Update my mail address to FreeBSD
Approved by: miwi (mentor)
|
|
|
|
|
|
|
|
|
|
| |
possible. It does this without sacrificing speed where possible. In fact, it
is significantly faster than bash (the GNU Bourne-Again SHell) for most tasks.
WWW: http://gondor.apana.org.au/~herbert/dash/
PR: 140381
Submitted by: Eitan Adler <EitanAdlerList@gmail.com>
|
|
|
|
|
| |
PR: 140179
Approved by: maintainer timeout (14 days)
|
|
|
|
|
|
| |
PR: 140389
Submitted by: Jilles Tjoelker <jilles@stack.nl>
Approved by: maintainer
|
|
|
|
|
|
|
|
|
| |
Plain "bison -d parse.y" outputs parse.tab.c instead of y.tab.c,
so y.tab.c is never regenerated, and the parser fix from patch 001
is effectively not applied.
PR: 139720
Approved by: maintainer timeout (4+2 weeks)
|
|
|
|
| |
Notified by: QAT via itetcu
|
| |
|
|
|
|
| |
- Take maintainership
|
| |
|
|
|
|
| |
Reported by: itetcu
|
|
|
|
|
| |
PR: ports/139849
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
|
|
|
|
|
| |
PR: 139249
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintianer)
|
|
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: 138958
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
Approved by: maintainer
Feature safe: yes
|
|
|
|
|
|
|
| |
PR: 137294
Submitted by: bf <bf1783@gmail.com>
Approved by: obrien (maintainer timeout)
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
|
|
| |
files using chroot() and or specific commands.
Setting up a chroot shell, a shell limited to some specific
command, or a daemon inside a chroot jail is a lot easier and
can be automated using these utilities.
WWW: http://olivier.sessink.nl/jailkit/
PR: ports/138047
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
|
|
|
|
| |
starting with P,R,S
|
| |
|
|
|
|
|
|
|
|
|
| |
- Fix the PORTDOCS issue.
- Bump PORTREVISION.
PR: ports/137551
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> (maintainer)
Reported by: erwin, pav (pointyhat)
|
|
|
|
|
| |
PR: 137492
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
|
|
|
|
|
|
|
|
|
|
|
| |
choose to enable or disable any command over SSH (e.g. SCP, SFTP, rsync, etc.)
log user's commands, implement timing restrictions, and more.
WWW: http://lshell.ghantoos.org
PR: ports/137369
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Reviewed by: myself
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
|
|
|
|
|
|
| |
PR: ports/136559
Approved by: maintainer timeout (smatsui@karashi.org; 14 days)
Submitted by: myself (pgollucci@)
|
|
|
|
| |
fall back to FreeBSD mirrors in case the port has no others.
|
| |
|
|
|
|
| |
Bump PORTREVISION.
|
|
|
|
|
|
| |
procstat, sockstat and fstat.
Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com>
|
|
|
|
|
| |
PR: ports/135350
Submitted by: pgollucci
|
|
|
|
| |
PR: ports/135188
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: ports/134585
Submitted by: ume
Approved by: des (maintainer)
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
| |
PR: ports/134375
Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
|
| |
|
|
|
|
|
|
| |
Philip reports he sees a race condition as it fails 3 of 8 tries.
Submitted by: pgollucci
|
| |
|
| |
|
|
|
|
| |
Approved by: wxs (mentor)
|
|
|
|
| |
Prompted by: QAT QA run
|
| |
|
|
|
|
| |
Approved by: wxs (mentor)
|
|
|
|
| |
added on ftp.freebsd.org.
|
|
|
|
|
| |
PR: 132631
Submitted by: ehaupt
|
| |
|
|
|
|
| |
reasonable standard.
|
|
|
|
|
|
|
| |
This fixes the issue of '$()' (for ``) not being parsed correctly.
PR: 101230
Submitted by: bf2006a@yahoo.com
|
|
|
|
|
|
| |
Bump PORTREVISION.
Approved by: pav@ (portmgr)
|
|
|
|
| |
and conflicts.
|
|
|
|
| |
the patch logic won't get in the way.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- While here pass maintainership to submitter
PR: ports/132169
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
|
|
|
|
|
| |
PR: 131825
Submitted by: Ports Fury
|
|
|
|
| |
Submitted by: ehaupt
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
- Fix comment while I am here
PR: ports/130692
Submitted by: Lapo Luchini <lapo lapo.it>
Approved by: maintainer implicit
|
| |
|
|
|
|
|
|
|
| |
created by the build cluster.
PR: 130888
Submitted by: ehaupt
|
|
|
|
|
| |
for zfs(8) and zpool(8) which we had previously had as local patches, I
blindly assumed that the upstream versions were correct. They weren't.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/130220
Reported by: Eitan Adler <EitanAdlerList@gmail.com>
|
| |
|
| |
|
|
|
|
|
|
| |
- Tweak plist
PR: ports/130040
|
|
|
|
|
|
|
|
| |
- Fix pkg-plist
- Bump portrevision
PR: ports/130040
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
2008-09-19 x11-wm/kahakai: "Development ceased"
2008-08-24 palm/synce-gnomevfs: No longer supported by developers
2008-08-24 palm/synce-kde: No longer supported by developers
2008-08-24 palm/synce-multisync: No longer supported by developers
2008-12-06 shells/ksh93-devel: This port is Outdated. Please use shells/ksh93
2008-09-19 sysutils/dtc-toaster: Has been broken for more than 6 months
2008-09-19 sysutils/dusage: Has been broken for more than 6 months
2008-09-19 games/linux-alienarena: Has been broken for more than 6 months
|
|
|
|
| |
Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com>
|
| |
|
|
|
|
| |
Reported by: pointyhat
|
| |
|
|
|
|
| |
Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com>
|
|
|
|
| |
Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com>
|
|
|
|
|
|
|
| |
theory, but in practice, things will break if you set them to non-default
values. This allows us to unobfuscate the plist and fix a broken @dirrmtry.
Convert the NO_SHARED option to a proper port option (ZSH_STATIC).
|
| |
|
|
|
|
|
| |
maintainer has stated he does not intend to keep it updated. Schedule
for removal in a month.
|
|
|
|
|
|
|
| |
- This version fixes the breakage on -current after the TTY changes.
PR: ports/128586
Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
|
| |
|
|
|
|
|
| |
PR: ports/128466
Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us>
|
| |
|
|
|
|
|
| |
PR: ports/128450
Submitted by: scf@
|
| |
|
|
|
|
| |
than a patch task.
|