non port: shells/bash/Makefile |
SVNWeb
|
Number of commits found: 165 (showing only 100 on this page) |
Wed, 14 Dec 2022
|
[ 14:43 Emanuel Haupt (ehaupt) ] c8b1d27
shells/bash: Update to 5.2.15
|
Thu, 24 Nov 2022
|
[ 05:36 Emanuel Haupt (ehaupt) ] 743ef64
shells/bash: Update to 5.2.12
|
Sat, 19 Nov 2022
|
[ 11:32 Emanuel Haupt (ehaupt) ] db11f37
shells/bash: Switch back to use PORTS_READLINE by default
Now that devel/readline has been updated, switch back to use
PORTS_READLINE by default.
|
[ 08:44 Po-Chuan Hsieh (sunpoet) ] 74b3fb6
shells/bash: Fix typo in 372693913a051e16e6c79f1e22d78e0036f1575e
|
[ 08:13 Po-Chuan Hsieh (sunpoet) ] 3726939
shells/bash: Unbreak this port after readline 8.2 update
- Add BUILD_DEPENDS to avoid the users building this port with readline 8.1.x
Approved by: portmgr (blanket)
|
Tue, 8 Nov 2022
|
[ 09:36 Emanuel Haupt (ehaupt) ] 1ac270f
shells/bash: Update to 5.2.9
|
Sat, 8 Oct 2022
|
[ 12:31 Emanuel Haupt (ehaupt) ] 85b186f
shells/bash: Improve message for PORTS_READLINE_BROKEN
PR: 266897 (based on)
|
Thu, 6 Oct 2022
|
[ 05:37 Emanuel Haupt (ehaupt) ] bf725a8
shells/bash: Update to 5.2.2
|
Mon, 3 Oct 2022
|
[ 06:03 Emanuel Haupt (ehaupt) Author: Po-Chuan Hsieh ] 7fea2bf
shells/bash: Revise fix when NLS is off
The fix commited in 17f1bb50e42a45dc64fc898cd9cae905d7262bda clashed
with cc83ec0f744fb159bd48303d15c09aa0c6cb38a4.
The later is a more elegant solution that doesn't require to drop
the header files from being installed.
This commit reverts changes from 17f1bb50e42a45dc64fc898cd9cae905d7262bda.
|
Sat, 1 Oct 2022
|
[ 10:12 Emanuel Haupt (ehaupt) Author: Dag-Erling Smørgrav ] 3e147a1
shells/bash: fix static build
The logic in m4/strtoimax.m4 is inverted: it replaces strtoimax() if and only
if it is present and functional.
files/patch-configure avoids having to run autoreconf in the port and can be
removed once the fix has been adopted upstream.
differential Revision: https://reviews.freebsd.org/D36849
|
[ 07:05 Emanuel Haupt (ehaupt) ] 17f1bb5
shells/bash: Fix pkg-plist when NLS is turned off
Notified by: bofh (via mail)
|
Fri, 30 Sep 2022
|
[ 19:21 Emanuel Haupt (ehaupt) ] 34393ef
shells/bash: Update to 5.2
Release
notes: https://lists.gnu.org/archive/html/bash-announce/2022-09/msg00000.html
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] c3cc2da (Only the first 10 of 37 ports in this commit are shown above. )
shells: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adamw@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Carlos Jacobo Puga Medina <cpm@FreeBSD.org>
* Cyrille.Lefevre@laposte.net
* Danijel Tasov <danielt@pilgerer.org>
* David O'Brien <obrien@NUXI.com>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Hajimu UMEMOTO <ume@FreeBSD.org>
* Igor Pokrovsky <ip@unixway.org>
* Jean-Yves Lefort <jylefort@brutele.be>
* Kai Wang <kaiw27@gmail.com> (Only the first 15 lines of the commit message are shown above )
|
Wed, 5 Jan 2022
|
[ 07:41 Emanuel Haupt (ehaupt) ] 296c8b3
shells/bash: Update to 5.1.16
|
Thu, 18 Nov 2021
|
[ 14:55 Emanuel Haupt (ehaupt) ] 3571f3c
shells/bash: Update to 5.1.12
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket)
|
Wed, 6 Oct 2021
|
[ 07:55 Baptiste Daroussin (bapt) ] cb0ed52
shells/bash: fix compilation after libncurses split in base
bash actually only requires libtinfo, but up to recent change in
14.0-CURRENT, libtinfo and libncurses were bundled into one single libs,
so linking only to libncurses was not a problem.
By telling bash to link to libtinfo and not to libncurses, it works on
both system where ncurses has been split and those without the split as
there is a libtinfow.so symlink to libncursesw.so on those.
|
Fri, 7 May 2021
|
[ 21:37 Emanuel Haupt (ehaupt) ] 2c57eb3
shells/bash: Update to 5.1.8
|
Fri, 16 Apr 2021
|
[ 18:07 Emanuel Haupt (ehaupt) ] a0fcd3d
shells/bash:Prefix '/etc/inputrc' in bundled readline and documentation
Bundled readline now will use LOCALBASE/etc/inputrc as its ultimate
default inputrc file (instead of /etc/inputrc). This puts these ports in
line with what devel/readline has been doing recently (since 20210103).
PR: 255126
Submitted by: olivier.freebsd@free.fr
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 3 Mar 2021
|
[ 23:09 nc ] (Only the first 10 of 14 ports in this commit are shown above. )
NEW PORT: shells/bashc: GNU Bourne Again shell extended with two-panel file
manager
Bash Commander is a fork of GNU Bourne Again Shell. It's main feature is
a visual two-panel mode, much like Midnight Commander and other text-mode
visual shells.
WWW: https://github.com/sergev/bash-commander
Also add bashc to the CONFLICTS section of shells/bash.
PR: 253783, 253784
Submitted by: Igor Pokrovsky <ip AT unixway DOT org>
|
Thu, 7 Jan 2021
|
[ 13:22 bapt ]
Enforce using libncursesw like the rest of the ports
The whole ports tree has been enforced on libncursesw (widechar) version for a
while.
With the exception of a few ports including bash.
This is even more problematic in the case of bash because it links to
libreadline which is
linked to libncursesw.so
|
Sat, 19 Dec 2020
|
[ 21:10 ehaupt ]
Update to 5.1.4
|
Sat, 12 Dec 2020
|
[ 11:34 ehaupt ]
Patch committed in r557806 makes this parallel build safe again.
|
[ 02:33 pkubaj ]
shells/bash: workaround build failure with -j32
Set MAKE_JOBS_UNSAFE=yes:
bashline.c:65:10: fatal error: 'builtins/builtext.h' file not found
|
Wed, 9 Dec 2020
|
[ 17:12 ehaupt ]
Update to 5.1
Release notes: https://lists.gnu.org/archive/html/info-gnu/2020-12/msg00003.html
|
Mon, 24 Aug 2020
|
[ 19:03 ehaupt ]
Update manual page to refer to ${LOCALBASE}/etc/profile instead of /etc/profile.
See also ports/UPDATING (entry 20200716).
PR: 248805 (based on)
Submitted by: 0mp
|
Thu, 16 Jul 2020
|
[ 17:14 ehaupt ]
Cleanly decouple bash from base by reading `profile` from $LOCALBASE/etc/
instead of from /etc.
Document this change in UPDATING and provide a migration strategy.
PR: 247934 (based on)
Submitted by: Michael Osipov <michael.osipov@siemens.com>
|
Wed, 15 Jul 2020
|
[ 06:11 ehaupt ]
Bash comes with a bundled version of libreadline and compiled with. Start using
devel/readline by default but provide an option to keep using the bundled one.
PR: 247932 (based on)
Submitted by: Michael Osipov <michael.osipov@siemens.com>
|
Sat, 11 Jul 2020
|
[ 14:22 ehaupt ]
Update to 5.0.18
Changelog: http://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-018
|
Fri, 24 Apr 2020
|
[ 17:23 ehaupt ]
Update to 5.0.17
|
Mon, 10 Feb 2020
|
[ 19:57 ehaupt ]
Update to 5.0.16
|
Fri, 30 Aug 2019
|
[ 05:13 ehaupt ]
Update to 5.0.11
|
Sat, 17 Aug 2019
|
[ 08:27 ehaupt ]
Update to 5.0.9
|
Sun, 21 Apr 2019
|
[ 18:27 ehaupt ]
Update to 5.0.7
|
Wed, 20 Mar 2019
|
[ 10:09 ehaupt ]
Update to 5.0.3
|
Sat, 19 Jan 2019
|
[ 17:25 ehaupt ]
Update to 5.0.2
|
Wed, 16 Jan 2019
|
[ 16:14 ehaupt ]
Properly fix broken man pages by removing unsupported characters.
PR: 234992 (based on)
Reviewed by: bapt
Reported by: bapt
|
[ 13:59 ehaupt ]
Mandoc'ify man pages to avoid dependency to groff.
PR: 234992 (based on)
Submitted by: sakisp@gmail.com
|
Tue, 15 Jan 2019
|
[ 21:11 ehaupt ]
Update to 5.0
PR: 234827
Exp-run by: antoine
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
Sat, 2 Jun 2018
|
[ 07:08 ehaupt ]
- Update to 4.4.23
- Pass -Wl,-export-dynamic to LDFLAGS instead of CFLAGS in order to avoid
warning:
cc: warning: -Wl,-export-dynamic: 'linker' input unused
[-Wunused-command-line-argument]
|
Sat, 10 Feb 2018
|
[ 08:31 ehaupt ]
- Update to patchlevel 19
- Simplify MASTER_SITES [1]
Submitted by: gerald (via mail) [1]
|
Sun, 7 Jan 2018
|
[ 18:54 krion ]
Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.
PR: 214864
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation
|
Sun, 29 Oct 2017
|
[ 11:37 ehaupt ]
Provide an option to enable system-wide rc files.
This enables:
- System-wide .bashrc file for interactive shells
${PREFIX}/etc/bash.bashrc
- System-wide .bash_logout for login shells
${PREFIX}/etc/bash.bash_logout
PR: 222973
Submitted by: ilyushkeane@gmail.com
|
Sat, 22 Apr 2017
|
[ 12:39 ehaupt ]
Make bash use of fdescfs use optional, disabled by default, and forced off when
disabled.
This allows users to avoid mounting an extra FS that we don't enable by default.
Only display pkg-message with fdescfs instructions when option is enabled.
Submitted by: swills
Differential Revision: https://reviews.freebsd.org/D10394
|
Wed, 1 Mar 2017
|
[ 15:19 ehaupt ]
Default path includes the string %%LOCALBASE%%. This was intended to be replaced
with the real value of LOCALBASE by the port Makefile at some point, but it
isn't at the moment.
Set this value in the Makefile by defining CPPFLAGS accordingly.
PR: 217451
Submitted by: Dan McGregor <dan.mcgregor@usask.ca>
MFH: 2017Q1 (blanket)
|
Fri, 3 Feb 2017
|
[ 13:24 ehaupt ]
Rectify license
|
Sat, 28 Jan 2017
|
[ 04:41 ehaupt ]
Update to 4.4.12
Changelog:
Fixes a bug. When -N is used, the input is not supposed to be split
using $IFS, but leading and trailing IFS whitespace was still removed.
MFH: 2017Q1
|
Sun, 22 Jan 2017
|
[ 21:06 ehaupt ]
Update to 4.4.11
Changelog:
Under certain circumstances, bash will evaluate arithmetic expressions as
part of reading an expression token even when evaluation is suppressed. This
happens while evaluating a conditional expression and skipping over the
failed branch of the expression.
There is a race condition in add_history() that can be triggered by a fatal
signal arriving between the time the history length is updated and the time
the history list update is completed. A later attempt to reference an
invalid history entry can cause a crash.
Depending on compiler optimizations and behavior, the `read' builtin may not
save partial input when a timeout occurs.
Subshells begun to run command and process substitutions may attempt to
set the terminal's process group to an incorrect value if they receive
a fatal signal. This depends on the behavior of the process that starts
the shell.
MFH: 2017Q1
|
Fri, 20 Jan 2017
|
[ 06:30 ehaupt ]
Update to 4.4.7
Changelog:
- Out-of-range negative offsets to popd can cause the shell to crash attempting
to free an invalid memory block.
- When performing filename completion, bash dequotes the directory name being
completed, which can result in match failures and potential unwanted
expansion.
MFH: 2017Q1
|
Mon, 21 Nov 2016
|
[ 11:29 ehaupt ]
Re-use PATCH_SITES for cklatest target instead of hardcoding.
|
Sun, 20 Nov 2016
|
[ 07:05 ehaupt ]
Update to 4.4.5
|
Fri, 30 Sep 2016
|
[ 17:19 ehaupt ]
Update to 4.4
Differential Revision: https://reviews.freebsd.org/D8085
|
Sat, 10 Sep 2016
|
[ 10:21 ehaupt ]
Update cklatest-host. Old one returns permission denied.
|
Tue, 28 Jun 2016
|
[ 11:56 ehaupt ]
Remove stray ICONV patch that breaks unicode support if NLS is disabled.
PR: 210654
Submitted by: yuri@rawbw.com
|
[ 07:28 ehaupt ]
[1] Make USES=iconv permanent, instead of being only for NLS=on case.
The reason is that NLS is related to message translations to different
languages.
And bash has the general feature that \uNNNN is translated into the unicode
character using iconv. This is unicode support, and should have nothing to
do with translations.
bash also currently has a bug that --disable-nls causes it to fail to find
iconv. This bug has been reported upstream to bash-devel ML. In the future,
when bash will fix this, this will make a difference.
Note that this uses iconv from libc.
[2] Update to 4.3.46
PR: 206903 [1], 210620 [2]
Submitted by: yuri@rawbw.com [1], pkubaj@anongoth.pl [2]
Discussed with: adamw
|
Mon, 23 May 2016
|
[ 20:35 amdmi3 ] (Only the first 10 of 217 ports in this commit are shown above. )
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket
|
Sun, 6 Dec 2015
|
[ 11:45 ehaupt ]
The latest patch (42) has been slightly adjusted. See the following diff:
--- diff begins here ---
--- /usr/distfiles/bash.old/bash43-042 2015-08-13 21:41:06.000000000 +0200
+++ /usr/distfiles/bash/bash43-042 2015-12-01 22:57:39.000000000 +0100
@@ -27,7 +27,7 @@
+ lex_rwlen = 0;
}
}
-*** ../bash-4.3-patched/parse.y 2015-05-18 19:27:05.000000000 -0400
+*** ../bash-4.3-patched/y.tab.c 2015-05-18 19:27:05.000000000 -0400
--- y.tab.c 2015-06-29 10:59:27.000000000 -0400
***************
*** 6021,6024 ****
--- diff ends here ---
Notified by: many
|
Fri, 14 Aug 2015
|
[ 14:10 ehaupt ]
Update to 4.3.42
|
Thu, 30 Jul 2015
|
[ 18:50 cem ]
bash: Export symbols for "enable -f"
PR: 201959
Reviewed by: ehaupt
Approved by: markj (mentor)
Sponsored by: EMC / Isilon Storage Division
Differential Revision: https://reviews.freebsd.org/D3231
|
Fri, 10 Jul 2015
|
[ 08:11 ehaupt ]
In addition to the previous commit also define USE_MKSTEMP=1 for a different
code section.
Notified by: naddy
|
Thu, 9 Jul 2015
|
[ 05:47 ehaupt ]
Scripts like https://github.com/henricj/scripts/blob/master/stir.sh often
generate a bunch of,
cannot make pipe for process substitution: File exists
errors.
The problem lies with colliding pipe names.
The code in sh_mktmpname() in lib/sh/tmpfile.c uses a combination of things like
the current time, the PID, and an incrementing counter. Since the child PIDs
tend to be sequential (barring kern.randompid=1), there are collisions.
Fix this problem without rewriting upstream code by defining USE_MKTEMP=1 to
use the mktemp(3) code of bash.
FreeBSD's mktemp() is not nearly as bad as the bash default and isn't
brain-damaged like some platforms (which is likely why the bash code tries to
do it's own thing). In FreeBSD, "mktemp(3)" it uses arc4random to pick one of
62 symbols for each "X".
Submitted by: Henric Jungheim <software@henric.org>
|
Mon, 1 Jun 2015
|
[ 20:35 ehaupt ]
Update to 4.3.39
|
Mon, 11 May 2015
|
[ 18:34 mat ] (Only the first 10 of 285 ports in this commit are shown above. )
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
|
Thu, 19 Feb 2015
|
[ 15:59 ehaupt ]
Ports should not change their pkgname depending on options. Change the way how
the slave port is handled.
PR: 197818
Submitted by: mat
|
Thu, 15 Jan 2015
|
[ 19:10 ehaupt ]
Update to 4.3.33
|
Tue, 2 Dec 2014
|
[ 17:42 tijl ]
Bump PORTREVISION on shells that use gettext to force a package rebuild
and reinstall. This should make the shells link with libintl.so.8 instead
of libintl.so.9 and should give package users a better chance of having a
working shell when something went wrong with the gettext update.
|
Mon, 6 Oct 2014
|
[ 09:12 ehaupt ]
Update to 4.3.30
|
Fri, 3 Oct 2014
|
[ 17:57 bdrewery ]
- Update to patchlevel 4.3.29.
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
|
Thu, 2 Oct 2014
|
[ 00:22 bdrewery ]
- Update to patchlevel 28 which fixes issues that were mostly addressed
already in r369684.
|
Wed, 1 Oct 2014
|
[ 03:35 bdrewery ]
Add RedHat's patch for CVE-2014-7186, commonly known as "redir_stack" overflow,
which has not been shown to be as critical as "shellshock" currently.
Security: CVE-2014-7186
|
Sun, 28 Sep 2014
|
[ 16:47 bdrewery ]
- Update to patchlevel 27 which changes how functions are exported.
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.
|
Fri, 26 Sep 2014
|
[ 21:29 bdrewery ]
Update to patchlevel 26. This is a NOP as r369261 already covered it.
|
[ 20:33 bdrewery ]
Disable function importing from the environment by default. This can be
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
|
Thu, 25 Sep 2014
|
[ 15:38 bdrewery ]
Fix CVE-2014-3659. The original fix in 25 was not enough.
Obtained from: http://seclists.org/oss-sec/2014/q3/690 (bash developer)
Security: CVE-2014-3659
|
Wed, 24 Sep 2014
|
[ 17:05 ehaupt ]
- Update to patch level 25 (4.3.25)
- Provide CPE information [1]
Provided by: des
Notified by: Chet Ramey <chet.ramey@case.edu>
|
Tue, 19 Aug 2014
|
[ 19:31 ehaupt ]
- Update to 4.3.24
- Don't attempt to remove directories owned by a dependency
|
Fri, 1 Aug 2014
|
[ 16:14 ehaupt ]
Update to 4.3.22
|
Wed, 25 Jun 2014
|
[ 12:22 bapt ]
Fix build without texinfo in base
|
Tue, 27 May 2014
|
[ 12:35 ehaupt ]
- Update to 4.3.18
- Port is sound enough to parallel build [1]
PR: 189207 [1]
Submitted by: Jia-Shiun Li <jiashiun@gmail.com> [1]
|
Mon, 5 May 2014
|
[ 09:45 bapt ] (Only the first 10 of 293 ports in this commit are shown above. )
Convert all :U to :tu and :L to :tl
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
|
Tue, 22 Apr 2014
|
[ 17:09 ehaupt ]
bash does NOT require procfs mounted.
|
[ 09:20 ehaupt ]
Add an install message about the fact that fdescfs has to be present.
Discussed on: ports@, amd64@
|
Thu, 17 Apr 2014
|
[ 10:31 ehaupt ]
Update to 4.3.11
|
Mon, 7 Apr 2014
|
[ 14:43 ehaupt ]
Update to 4.3.8
|
Mon, 3 Mar 2014
|
[ 10:33 ehaupt ]
Now that we're at patchlevel 0 the current PORTVERSION definition has the effect
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
|
[ 09:24 ehaupt ]
More indentation fixes, sorry for the noise.
|
[ 09:08 ehaupt ]
Fix attribution (overwritten by previous merge)
Notified by: kwm
|
[ 08:55 ehaupt ] (Only the first 10 of 21 ports in this commit are shown above. )
- Reset maintainer of shells/bash, shells/bash-static
- 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)
|
Wed, 25 Dec 2013
|
[ 17:42 bapt ]
Fix inconsistency in building bash
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)
|
Wed, 6 Nov 2013
|
[ 12:18 mat ]
- Support staging
maintainer timeout.
PR: ports/183196
Submitted by: mat
|
Fri, 20 Sep 2013
|
[ 22:57 bapt ] (Only the first 10 of 42 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
shells)
|
Sat, 25 May 2013
|
[ 13:55 miwi ]
- Update to patchlevel 45
-
Requested by: many
|
Sun, 5 May 2013
|
[ 08:39 bapt ]
Fix bash-static slave ports with bash being now using new options framework
|
[ 08:10 bapt ]
Convert to new options framework
This fixes build with nls not correctly pulling in libintl given USES= gettext
was set after pre.mk which is forbidden
|
Sat, 27 Apr 2013
|
[ 18:25 mva ] (Only the first 10 of 181 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
|
Fri, 15 Mar 2013
|
[ 16:22 bapt ]
Move USES prior to bsd.port.pre.mk in preparation of the move of the USES load
|
Fri, 8 Mar 2013
|
[ 11:32 bapt ] (Only the first 10 of 209 ports in this commit are shown above. )
Convert USE_BISON to USES= bison
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
|
Number of commits found: 165 (showing only 100 on this page) |