| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
|
|
|
|
| |
- Adopt port
|
| |
|
|
|
|
| |
Spotted by: make check-man
|
|
|
|
|
|
|
| |
While here, fix manpages so they render correctly with mandoc
PR: 194621 [1]
Submitted by: clutton@zoho.com [1]
|
|
|
|
|
|
| |
- Bump PORTREVISION
Pointed by: bapt@
|
| |
|
|
|
|
| |
Hope to see you back! Thank for all the work!
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Drop @dirrm in pkg-plist
PR: 194232
Submitted by: myself
Approved by: @miwi (maintainer, timeout)
|
|
|
|
|
|
| |
x11-fonts/, x11-toolkits and x11-wm to new USES=python
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note from upstream release note:
Note in particular there is a security fix to disallow evaluation of the
initial values of integer variables imported from the environment (they
are instead treated as literal numbers). That could allow local
privilege escalation, under some specific and atypical conditions where
zsh is being invoked in privilege elevation contexts when the
environment has not been properly sanitized, such as when zsh is invoked
by sudo on systems where "env_reset" has been disabled.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This addresses the local crash from CVE-2014-6277. Note that
the fixes applied in 4.3.25_2 (and upstream 4.3.27) already made
this non-exploitable remotely.
This makes 'bashcheck' [1] fully green now. It had a soft warning
before for CVE-2014-6277.
[1] https://github.com/hannob/bashcheck
|
| |
|
|
|
|
| |
already in r369684.
|
|
|
|
|
|
| |
which has not been shown to be as critical as "shellshock" currently.
Security: CVE-2014-7186
|
|
|
|
|
|
|
|
| |
Security: CVE-2014-2905
Security: CVE-2014-2906
Security: CVE-2014-3856
Security: CVE-2014-2914
Security: CVE-2014-3219
|
|
|
|
| |
Approved by: mentors (implicit)
|
|
|
|
|
|
|
|
| |
This should eliminate the recent vulnerabilities, but keep the
requirement for --import-functions/IMPORTFUNCTIONS option for now.
- Loosen the --import-functions requirement so it is not needed when running
an interactive shell. It is already disallowed for privileged/setuid mode.
- Show an error on stderr when an imported function is ignored.
|
|
|
|
|
|
| |
Cleanup a bit more the plist
Submitted by: Rolf Nielsen <rmg1970swe@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
enabled by using --import-functions or enabling the IMPORTFUNCTIONS option.
This removes the risk of further parser bugs leading to code execution, as
well as the risk to setuid scripts and poorly written applications that
do not cleanse their environment [1][2].
Also note that there is an unofficial 4.3.26 floating around that has not yet
been officially released. r369261 covers the change in 4.3.26.
See also:
http://seclists.org/oss-sec/2014/q3/747 [1]
http://seclists.org/oss-sec/2014/q3/746 [2]
http://seclists.org/oss-sec/2014/q3/755 [3]
Obtained from: NetBSD (based on) [3]
PR: 193932
Reviewed by: Eric Vangyzen
With hat: portmgr
|
| |
|
|
|
|
|
| |
Obtained from: http://seclists.org/oss-sec/2014/q3/690 (bash developer)
Security: CVE-2014-3659
|
|
|
|
|
|
|
| |
- Provide CPE information [1]
Provided by: des
Notified by: Chet Ramey <chet.ramey@case.edu>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Only build with multibyte (disabling leads to weird bugs) [1]
Reported by: adamw [1]
|
|
|
|
|
|
| |
PR: 191582
Submitted by: olivierd
Approved by: miwi (maintainer)
|
|
|
|
| |
- Don't attempt to remove directories owned by a dependency
|
|
|
|
|
|
| |
there is no need to touch the plist.
With hat: python@
|
| |
|
|
|
|
|
| |
PR: 191828
Submitted by: Ports Fury
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt)
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Reported by: swills
|
|
|
|
| |
- Use single space after WWW:
|
|
|
|
|
|
|
| |
- Remove unnecessary SHELLS
- Use ETCDIR
- Fix and sort PLIST
- Bump PORTREVISION for package change
|
|
|
|
|
|
|
| |
The ports infrastructure may insert additional content into the
BUILD_DEPENDS variable which is not supposed to be a run depend.
Approved by: portmgr (bapt)
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Fix hangs upon '>(command)' redirections (enforce always using pipes) [2]
PR: 183253 [1], 180178 [2]
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> [1], danielsh@apache.org [2]
With help of: jilles [2]
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: tijl
|
|
|
|
|
|
| |
While here do not leak stage path info zwc bytecode
Reported & tested by: dim [1]
|
|
|
|
|
| |
PR: ports/190692
Submitted by: Mat <mathieu.sim@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
|
| |
Bump port revision of all ports that were doing it wrong prior to the keyword
CR: D208
Reviewed by: antoine
With hat: portmgr
|
| |
|
|
|
|
|
|
|
| |
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
|
| |
|
|
|
|
|
|
|
| |
Justhin Smith <freebsd.users at gmail.com> wishes to maintain this port
with my help.
- Pass maintainership to freebsd.users at gmail.com
|
|
|
|
|
|
|
| |
- Port is sound enough to parallel build [1]
PR: 189207 [1]
Submitted by: Jia-Shiun Li <jiashiun@gmail.com> [1]
|
|
|
|
|
| |
- Add note
- Give up maintainer
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
|
| |
|
|
|
|
| |
Discussed on: ports@, amd64@
|
| |
|
|
|
|
|
| |
PR: 187491
Submitted by: ports fury
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Use options helpers
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
bsd.port.options.mk.
|
|
|
|
| |
so switch to it as the MASTER_SITE.
|
| |
|
|
|
|
| |
shells/bash proper. Bump PORTREVISION on affected ports.
|
| |
|
|
|
|
|
|
|
|
|
| |
that we're at version "4.3.". Set PORTVERSION to 4.3.${PATCHLEVEL} until we have
the first patch released upstream. Also bump PORTREVISION to make sure all port
tools deal with this correctly.
Notified by: "Matthew D. Fuller" <fullermd@over-yonder.net>
Discussed with: kwm
|
| |
|
|
|
|
| |
Notified by: kwm
|
|
|
|
|
|
|
|
|
| |
- Takeover maintainership
- Merge changes from shells/bash-devel this updates the port to 4.3
- Remove the now useless -devel ports
- Document change in ports/MOVED
Approved by: portmgr (bapt)
|
| |
|
|
|
|
|
| |
PR: 187206
Submitted by: adamw
|
|
|
|
|
|
|
| |
- Fix PLIST [1]
- Bump PORTREVISION for package change
Submitted by: olgeni [1]
|
| |
|
|
|
|
|
| |
PR: ports/185256
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
|
|
|
|
|
|
| |
While here: use optionsng
Reported by: miwi [1]
|
| |
|
|
|
|
|
| |
PR: ports/181438
Approved by: bapt (mentor)
|
|
|
|
|
| |
PR: ports/181438
Approved by: bapt (mentor)
|
|
|
|
|
|
|
|
| |
Fix staging
PR: ports/181438
Submitted by: Chweigert Udo <Udo.Schweigert@siemens.com>
Reviewed by: bapt (mentor)
|
| |
|
|
|
|
| |
any install target.
|
|
|
|
|
|
|
|
|
|
|
| |
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
| |
|
|
|
|
|
|
|
| |
- Add LICENSE
PR: ports/180573
Submitted by: maintainer
|
| |
|
|
|
|
| |
Approved by: bapt@ (co-mentor)
|
|
|
|
|
|
| |
- Fix DOCS Option, add extra-patch-Makefile.in
Reviewed by: horia
|
|
|
|
|
|
|
|
|
|
| |
- Simplify master site
- Take maintainership
- Add PORTDOCS=* and remove DOCS from pkg-plist
- Remove obsolete patches, changed by Upstream
- Change REINPLACE_CMD for proper pkg message
Reviewed by: horia
|
| |
|
|
|
|
| |
exec/unexec the path to the manpage was written to /etc/shells.
|
|
|
|
|
|
|
| |
- Update pkg-desc
PR: 185677
Submitted by: olivierd@
|
|
|
|
|
|
|
|
| |
- Use option framework
PR: 182358
Submitted by: myself
Approved by: miwi@ (implicit, maintainer timeout 4 months)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
I really have no idea what is going on with the distfile. The 2.1 tag
has been in the b-c git tree for 9 months now, but their website hasn't
been updated to reflect this. Their alioth area now shows no files
whatsoever, which makes this version (and any other) unfetchable. Some
distros are also using 2.1, some aren't. So, let's cut our losses and
just host it ourselves. Hopefully this can help some other distros too.
While I'm here, clean up the Makefile a bit to feed my OCD.
|
| |
|
|
|
|
| |
- Trim indefinite article from COMMENT
|
| |
|
|
|
|
|
| |
PR: ports/185255
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
|
|
|
|
|
|
|
|
|
|
|
|
| |
The bash-completion.pc and bash_completion.sh files were not getting
installed in the correct location per pkg-plist, mainly because the
Makefile.in was modified *after* the configuration target was complete,
that is to say after Makefile has been generated.
By improving the Makefile.am patch, the post-configure target can be
simplified.
Approved by: maintainer (adamw)
|
| |
|
| |
|
| |
|
|
|
|
| |
General cleanup
|
| |
|
|
|
|
| |
Mark as broken on every version not having fs/ntfs/ntfsmount.h
|
|
|
|
| |
Fix build with clang on head (symbol collision)
|
| |
|
|
|
|
|
| |
Allow packaging as a user
Remove redundant strip (install -s already do it)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Remove condition around the rcs build depends:
What ever the version of FreeBSD is it will only pulls in rcs from ports
if and only if rcs is not in base.
|
| |
|
|
|
|
|
|
|
|
|
| |
Ensure the configure script always activate the same features wether or not
fdescfs is mounted: Always consider /dev/fd as absent
Bump portrevision as packages on the cluster are built with fdescfs mounted.
With hat: portmgr
Reported: Derek Schrock (skered- via #poudriere)
|
| |
|
|
|
|
|
|
| |
Submitted by: Anton Yuzhaninov <citrin@citrin.ru>
While I'm here, convert bash selection to OPTIONS.
|
|
|
|
|
|
|
| |
- Support staging
PR: ports/184844
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
|
|
|
|
|
| |
Tested by: poudriere
Approved by: portmgr (bapt)
|
|
|
|
| |
- Replace some FIND ... CPIO with COPYTREE_SHARE.
|
|
|
|
|
|
| |
While here support stage (cheating on PREFIX as the port does only use PREFIX to install)
Submitted by: former maintainer
|
|
|
|
|
|
| |
maintainer timeout.
PR: ports/183196
Submitted by: mat
|
| |
|
| |
|
|
|
|
| |
. Add devel/p5-Term-ReadLine-Perl as dependency, as suggested by install scripts
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent
I fixed a few PORTDOCS misusage, I'll do a second pass.
With Hat: perl@
|
| |
|
|
|
|
|
|
|
|
|
| |
The following ports will not build with a binutils 2.22+ linker built
with standard options. This has been obvious with DPorts, but difficult
to see on FreeBSD. However, setting the ports compiler as a recent gcc
(e.g lang/gcc48) is an excellent way to detect the unspecified but needed
libraries as these recent GCC compilers use the latest binutils linkers.
These patches were tested on FreeBSD 8.4 and DragonFly 3.5
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
. shells/fish;
. games/instead;
. www/xapian-omega;
. devel/xdg-user-dirs.
Submitted by: marino (via e-mail)
Approved by: portmgr (bapt, implicit)
|
| |
|
| |
|
| |
|
|
|
|
| |
shells)
|
|
|
|
|
|
| |
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/181438
Submitted by: Sean Bruno <sbruno@FreeBSD.org>
|
| |
|
|
|
|
|
|
| |
- Bump port revision as it concerns a default option
Submitted by: Paul Mulders <justinkb@gmail.com> (by private mail)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Do not mention PORTNAME in the COMMENT (according to PH section 5.6)
- Avoid .for loop when installing portdocs, slightly cleanup Makefile
- Reformat pkg-descr nicely (now perfectly aligned on both sides) and
pacify portlint(1) by using correct delimiter after WWW line (space,
per PH section 3.2.1).
Reported by: marino
Approved by: miwi, bapt (portmgr, implicit)
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for INIT udpate
Changes: http://www2.research.att.com/~gsf/download/gen/INIT.html#INIT changes
http://www2.research.att.com/~gsf/download/release.2013-05-24.2013-05-21.html
|
|
|
|
| |
- Trim Makefile header
|
|
|
|
| |
Reviewed by: bapt
|
|
|
|
|
| |
Convert to USES=gmake where appropriate
Trim headers
|
|
|
|
|
|
|
| |
- While here trim header
PR: 180420
Submitted by: Jason Harris <jharris@widomaker.com>
|
| |
|
| |
|
|
|
|
| |
The remainder have other pending patches which I must finish before conversion.
|
|
|
|
| |
- Cleanup Makefile header
|
|
|
|
|
|
| |
- Assign some p5- ports under perl@ maintainership.
Approved by: portmgr@ (bapt@)
|
|
|
|
| |
Reported by: wg
|
| |
|
| |
|
|
|
|
|
| |
PR: 178868
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
| |
-
Requested by: many
|
|
|
|
|
| |
PR: 178224
Submitted by: olivierd@
|
| |
|
| |
|
|
|
|
| |
Convert USE_READLINE by USES=readline
|
|
|
|
| |
use OPTIONS_SLAVE.
|
| |
|
|
|
|
| |
This fixes build with nls not correctly pulling in libintl given USES= gettext was set after pre.mk which is forbidden
|
| |
|
|
|
|
|
|
|
|
|
| |
system are tracked. Without this "fix", /usr/bin/sftp is not recongnized
to negate the build dependency of openssh-portable. [1]
- Bump PORTREVISION.
Discussed with: bdrewery [1]
|
|
|
|
|
|
| |
This is the case if running base with WITHOUT_OPENSSH
Approved by: gjb (maintainer)
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
|
|
|
|
| |
Approved by: portmgr (bapt)
|
| |
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
| |
Reported by: bdrewery
Approved by: portmgr (implicit)
With hat: portmgr
|
|
|
|
|
| |
- Fix COMMENT
- Trim header
|
|
|
|
| |
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
|
|
|
|
| |
port.
|
| |
|
|
|
|
| |
trailing slashes) from pkg-plist.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.
Reviewed by: drogoh (on irc)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
|
|
|
|
| |
Trim header while here
|
|
|
|
|
|
|
| |
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.
Approved by: portmgr (tabthorpe)
|
| |
|
| |
|
| |
|
|
|
|
| |
- Convert Header
|
|
|
|
|
|
|
| |
- Convert header
PR: 174664
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* If a backslash-newline (which is removed) with no other input is given as
input to `read', the shell tries to dereference a null pointer and seg faults.
* Under certain circumstances, bash attempts to expand variables in
arithmetic expressions even when evaluation is being suppressed.
* Output redirection applied to builtin commands missed I/O errors if
they happened when the file descriptor was closed, rather than on write
(e.g., like with an out-of-space error on a remote NFS file system).
* Process substitution incorrectly inherited a flag that inhibited using
the (local) temporary environment for variable lookups if it was providing
the filename to a redirection. The intent the flag is to enforce the
POSIX command expansion ordering rules.
|
|
|
|
| |
Also, use MDOCS.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- therefore get rid of discouraged IGNOREFILES
- Use default SYSLOG definition
- Remove unused WITHOUT_NLS variable assignment
- Indentation
- Adjust options description
- Do not install help files, those are meant for translation. Change HELP
option to either einable or disable builtin help where default is enabled [1]
- Bump PORTREVISION
Reviewed by: ak [1]
|
| |
|
| |
|
|
|
|
|
|
| |
version of shells/bash-static.
This port has also been converted to use OPTIONSng.
|
|
|
|
|
|
| |
version of shells/bash.
This port has also been converted to use OPTIONSng.
|
| |
|
| |
|
| |
|
|
|
|
| |
- Strip Makefile header
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE.
- Add MAKE_JOBS_SAFE.
- Support USE_READLINE.
- Support INFO_PATH.
PR: ports/172066
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
| |
|
|
|
|
|
| |
Bump port revision as the options name has change a lot
Add CHDIR and DOCS to options
|
|
|
|
|
| |
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
|
|
|
|
|
| |
Reported by: portscout
Feature safe: yes
|
|
|
|
|
| |
Spotted by: rm
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/173980
Submitted by: nemysis <nemysis@gmx.ch>
Feature safe: yes
|
|
|
|
|
|
|
| |
- Trim Makefile header
- Update WWW in pkg-descr
Feature safe: yes
|
|
|
|
|
|
|
|
|
|
| |
2012-11-26 palm/txt2pdbdoc: No more public distfiles
2012-11-26 sysutils/xloadface: No more public distfiles
2012-11-26 shells/gscommander: Abandonware
2012-11-26 security/saferpay: No more public distfiles
2012-11-26 x11-wm/qvwm: No more public distfiles
Feature safe: yes
|
|
|
|
|
|
|
|
| |
Please note that the mechanism for activating the completions
library has changed. You must source
${PREFIX}/share/bash-completion/bash_completion.sh from your .bashrc.
Feature safe: yes
|
|
|
|
|
|
| |
public distfiles are available
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|