notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: shells/zsh/Makefile
SVNWeb

Number of commits found: 184 (showing only 100 on this page)

1 | 2  »  

Thu, 6 Apr 2023
[ 13:10 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:ea5eba5c4dace0b04f8f6bb3d1bc697f03bacc79  commit hash:ea5eba5c4dace0b04f8f6bb3d1bc697f03bacc79  commit hash:ea5eba5c4dace0b04f8f6bb3d1bc697f03bacc79  ea5eba5 
shells/zsh: cache the utx.active location

On fresh jails or chroot the /var/run/utx.active might not exist (like
in poudriere for example) but configure script is looking for its
existance to determine its existance and activate the build of the
utmx logging feature internally.

Caching it makes the configure script always build the logging features.

While here, make ZSH_VER use the distversion, which fixes the usecase of
building snapshots of zsh via the port.

PR:	268714
Reported by:	okiddle@yahoo.co.uk
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 31 Aug 2022
[ 14:38 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:d278243809bfa2de43adb6d398113e5e8c8c4cd1  commit hash:d278243809bfa2de43adb6d398113e5e8c8c4cd1  commit hash:d278243809bfa2de43adb6d398113e5e8c8c4cd1  d278243 
shells/zsh: remove the MEM option

Remove the option allowing to use zsh memory allocator, it is only
useful for zsh developers who won't use the port anyway.

PR:	259997
Wed, 3 Aug 2022
[ 13:59 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:ede4dd761078a3da30f65c3f6eb55f27af51ea26  commit hash:ede4dd761078a3da30f65c3f6eb55f27af51ea26  commit hash:ede4dd761078a3da30f65c3f6eb55f27af51ea26  ede4dd7 
shells/zsh: remove the modification of the configure script

We used to modify the configure script to avoid zsh to link against
librt because clock_gettime on FreeBSD is in libc not librt.

It's been a while that we are configuring zsh with the --as-needed
linker flag which means now even if -lrt is passed we will not end
up linked to it librt anymore.

besides, modifying the configure script at the patch phase makes it
newer than stamp.h.in which results in the build system triggering a
regeneration of itself (hence the USES= autoreconf we had), not
touching anymore that script can remove the need for USES=autoreconf
and the load if build dependencies it drags in

Removing the USES=autoreconf highlights also the lack of build
dependency on perl which is needed to be able to the help files for
 run-help to work on builtins. this is fixed now
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:c3cc2da090370ea7d1a9ee06fd5a8fdc5ffc4dd8  commit hash:c3cc2da090370ea7d1a9ee06fd5a8fdc5ffc4dd8  commit hash:c3cc2da090370ea7d1a9ee06fd5a8fdc5ffc4dd8  c3cc2da  (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 19 May 2022
[ 12:50 Baptiste Daroussin (bapt) search for other commits by this committer Author: Tomoaki AOKI ]    commit hash:fd6622942cecb559358c5c44d4f9dddbf827ccb1  commit hash:fd6622942cecb559358c5c44d4f9dddbf827ccb1  commit hash:fd6622942cecb559358c5c44d4f9dddbf827ccb1  fd66229 
shell/zsh: remove unnneeded patch

files/extra-patch-Src_Modules_curses__keys.awk is no longer needed
and broke patch phase if ports ncurses is installed.

The patch is already incorporated upstream, so doesn't apply.
Wed, 18 May 2022
[ 14:54 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:e58369caf5254790eab8496cf462991f5fc05601  commit hash:e58369caf5254790eab8496cf462991f5fc05601  commit hash:e58369caf5254790eab8496cf462991f5fc05601  e58369c 
shell/zsh: update to 5.9

Stop supporting case with both utmp.h and utmpx.h the changed happened
more than 10 years ago
Sat, 12 Feb 2022
[ 20:33 Baptiste Daroussin (bapt) search for other commits by this committer ]    commit hash:128eec0da7ef33a9fb0d8661d3880f00f943f2db  commit hash:128eec0da7ef33a9fb0d8661d3880f00f943f2db  commit hash:128eec0da7ef33a9fb0d8661d3880f00f943f2db  128eec0 
shells/zsh: update to 5.8.1

MFH:            2022Q1
Security:       CVE-2021-45444
Fri, 26 Nov 2021
[ 08:34 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:defd64ec3c9a153417550cb82e486e7fbd2544a8  commit hash:defd64ec3c9a153417550cb82e486e7fbd2544a8  commit hash:defd64ec3c9a153417550cb82e486e7fbd2544a8  defd64e 
shells/zsh: Revert "shells/zsh: Add BASE_ZSH option"

This reverts commit ae1787aab23e44e369dbb0cc814e8318c6f86e0d.

Requested by:	maintainer
[ 00:53 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:ae1787aab23e44e369dbb0cc814e8318c6f86e0d  commit hash:ae1787aab23e44e369dbb0cc814e8318c6f86e0d  commit hash:ae1787aab23e44e369dbb0cc814e8318c6f86e0d  ae1787a 
shells/zsh: Add BASE_ZSH option

Add new option BASE_ZSH that makes zsh and rzsh also available as
/bin/zsh and /bin/rzsh.

Under ports flamework everything is installed under /usr/local unless
custom prefix is used. And according to it zsh is installed as
/usr/local/bin/zsh. But on most Linux based OSes zsh is installed as
/bin/zsh. And it causes problem if user's account information is
shared between FreeBSD and Linux by using such tools as LDAP or NIS as
account information also includes absolute path of user's login shell.
To work around it I have created /bin/zsh as symbolic link referencing
/usr/local/bin/zsh and also edited /etc/shells to add /bin/zsh to it
every time I set up new FreeBSD system. But it's quite bothersome and
that is why I add new BASE_ZSH option.

While I'm here,

* Pet portclippy
* Re-format Makefile with portfmt

PR:		259109
Proposed by:	Chris Hutchinson (more intuitive option name)
Approved by:	maintainer timeout (> 2 weeks)
Wed, 8 Sep 2021
[ 20:53 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:de4d421d74112b85680fa582fb9860f0e3a2e461  commit hash:de4d421d74112b85680fa582fb9860f0e3a2e461  commit hash:de4d421d74112b85680fa582fb9860f0e3a2e461  de4d421 
shells/zsh: Add CPE information

Approved by:	portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 3 Nov 2020
[ 13:30 0mp search for other commits by this committer ] Original commit   Revision:553982
Switch to USES=localbase:ldflags

Approved by:	portmgr blanket
Sun, 13 Sep 2020
[ 02:49 loader search for other commits by this committer ] Original commit   Revision:548445
shells/zsh: Fix build with devel/ncurses 6.2

When devel/ncurses is installed in the system, the Zsh configure script
detects and uses ${LOCALBASE}/include/ncurses/ncurses.h instead.

The patch is obtained from this commit:
https://sourceforge.net/p/zsh/code/ci/c6a85163619ed1cee89ab047a0d98108ed46828d/

cc -c -I. -I../../Src -I../../Src -I../../Src/Zle -I. -I/usr/local/include
-DBOOL_DEFINED -DLIBICONV_PLUG -DHAVE_CONFIG_H -DMODULE -O2 -pipe 
-DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -fPIC -o curses..o
curses.c
In file included from curses.c:210:
./curses_keys.h:93:15: error: use of undeclared identifier 'KEY_EVENT'
    {"EVENT", KEY_EVENT},
              ^
1 error generated.
*** Error code 1

Reviewed by:	koobs
Approved by:	koobs (ports, mentor)
Differential Revision:	https://reviews.freebsd.org/D26355
MFH:		2020Q3 (build fix)
Sun, 16 Feb 2020
[ 08:42 bapt search for other commits by this committer ] Original commit   Revision:526255
Update to 5.8

Fix sites-functions not respecting PREFIX != LOCALBASE
Don't document the security issue CVE-2019-20044 as it does not
impact FreeBSD
Tue, 4 Jun 2019
[ 06:43 tobik search for other commits by this committer ] Original commit   Revision:503447
shells/zsh: Spell PORTREVISION correctly
[ 06:08 bapt search for other commits by this committer ] Original commit   Revision:503441
Only show the pkg-message on installation, never do it on upgrades
Tue, 5 Feb 2019
[ 17:58 bapt search for other commits by this committer ] Original commit   Revision:492261
Update to 5.7.1
Sun, 27 Jan 2019
[ 19:58 sunpoet search for other commits by this committer ] Original commit   Revision:491396
Update MASTER_SITES and WWW

Approved by:	portmgr (blanket)
[ 16:43 bapt search for other commits by this committer ] Original commit   Revision:491369
Add a patch to fix an infinite recursion when using VCS_info

Reported by:	ume
[ 14:11 bapt search for other commits by this committer ] Original commit   Revision:491352
Update to 5.7
Sun, 11 Nov 2018
[ 15:38 danfe search for other commits by this committer ] Original commit   Revision:484696 (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support.  Due to shlib
version change, bump port revisions of the consumer ports.

PR:		233059
Exp-run by:	antoine
Approved by:	maintainer (johans, numerous timeouts)
Sat, 15 Sep 2018
[ 05:59 bapt search for other commits by this committer ] Original commit   Revision:479817
Update to 5.6.2
Tue, 11 Sep 2018
[ 07:46 bapt search for other commits by this committer ] Original commit   Revision:479508
update to 5.6.1
Wed, 5 Sep 2018
[ 07:27 bapt search for other commits by this committer ] Original commit   Revision:479010
Update to 5.6

Security:	CVE-2018-0502, CVE-2018-13259
Tue, 17 Apr 2018
[ 15:15 bapt search for other commits by this committer ] Original commit   Revision:467611
Update to 5.5.1
Tue, 10 Apr 2018
[ 11:45 bapt search for other commits by this committer ] Original commit   Revision:466957
Update to zsh 5.5

Patch broken linux completion so that zcompile can actually compile it
Remove now useless patch for libarchive
Mon, 2 Oct 2017
[ 11:06 bapt search for other commits by this committer ] Original commit   Revision:451075
Fix diff -u completion

PR:		222420
Submitted by:	cy
Thu, 31 Aug 2017
[ 09:04 bapt search for other commits by this committer ] Original commit   Revision:449017
Update to 5.4.2
Thu, 10 Aug 2017
[ 12:59 bapt search for other commits by this committer ] Original commit   Revision:447674
Due to some timestamp issue zsh may need autoheader at build time
Let's renegerate the autotools part to be safe

Reported by:	jrm
[ 11:20 bapt search for other commits by this committer ] Original commit   Revision:447671
Update to 5.4.1
Thu, 30 Mar 2017
[ 12:41 des search for other commits by this committer ] Original commit   Revision:437285
Fix bug in kldload completion (also reported upstream).

Approved by:	bapt@
Thu, 22 Dec 2016
[ 13:12 bapt search for other commits by this committer ] Original commit   Revision:429157
Update to 5.3.1
Sun, 18 Dec 2016
[ 12:13 bapt search for other commits by this committer ] Original commit   Revision:428847
Fix typo in chflags completion

Reported by:	adamw
Wed, 14 Dec 2016
[ 07:39 bapt search for other commits by this committer ] Original commit   Revision:428547
Update ZSH to 5.3

Among the usual bugs fixes and completion updates, FreeBSD users will now
benefit new completion functions for:
- cu
- gstat
- jot
- rcctl
- sysrc
Sun, 16 Oct 2016
[ 18:46 bapt search for other commits by this committer ] Original commit   Revision:424080
Fix make and gmake completion

Submitted by:	Daniel Shahaf (on zsh mailing list)
Reported by:	Guilherme Salazar (on zsh mailing list)
[ 18:25 bapt search for other commits by this committer ] Original commit   Revision:424076
Grab back maintainership on zsh

Approved by:	adamw
Fri, 29 Jul 2016
[ 15:06 adamw search for other commits by this committer ] Original commit   Revision:419259
Sort a few OPTIONS helpers
Wed, 27 Jul 2016
[ 07:39 adamw search for other commits by this committer ] Original commit   Revision:419165
Reorganize, simplify, and improve the Makefile.

A couple options changes:
The MAILDIR and SECURE_FREE knobs were both removed and switched to
always-on. Having maildir support does not preclude mbox support, so
there's no reason not to include it for everybody. The secure-free
run-time free() safety check is good practice and is a mandatory default
on a number of other OS's, so now it's enabled for all zsh here as well.

PORTREVISION bump for the above changes.

The rest of the changes are simplifications, and reorganizing things to
be more legible. An EXTRA_PATCHES that was being applied unconditionally
was converted to a normal files/patch-, and I added in some comments
on things I got confused by.

While here, I also rewrote the descr to better describe what Zsh is
in relation to other shells. I also removed

	"See also zshcompsys(1) manpage. :)"

Not even a smiley face can undo the pain of trying to read zshcompsys(1).
Fri, 24 Jun 2016
[ 14:27 adamw search for other commits by this committer ] Original commit   Revision:417426
Change the ETCDIR description to say "${PREFIX}" instead of
showing the actual prefix. Otherwise poudriere says it will
read from /nonexistent/etc.
[ 14:13 adamw search for other commits by this committer ] Original commit   Revision:417423
Switch zsh back to looking for system-wide files under ${PREFIX}/etc,
rather than /etc. Add an option, ETCDIR, to switch it back to /etc.
Also includes a couple whitespace cleanups. PORTREVISION bump, and a
note in UPDATING.

PR:		201866
Wed, 18 May 2016
[ 14:11 amdmi3 search for other commits by this committer ] Original commit   Revision:415452 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
- No need to specify master site subdirectory when it's the same as default

Approved by:	portmgr blanket
Wed, 6 Apr 2016
[ 04:36 adamw search for other commits by this committer ] Original commit   Revision:412602
Clean up Makefile and regenerate patches.

Reorganize Makefile for clarity, and add a few comments.
While here, regenerate the patches with makepatch.

No functional changes.
Fri, 1 Apr 2016
[ 14:25 mat search for other commits by this committer ] Original commit   Revision:412349 (Only the first 10 of 2099 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 24 Dec 2015
[ 17:50 adamw search for other commits by this committer ] Original commit   Revision:404382
Fix ncurses detection properly. Now zsh builds and packages properly with
base and ports ncurses, static or non-static.

Many thanks to bapt for showing me the magic trick here!
Wed, 23 Dec 2015
[ 22:56 adamw search for other commits by this committer ] Original commit   Revision:404326
Partially revert r403755. It can't build the curses module against ncurses from
ports. It probably can, but configure is too smart to figure that out.

I have no confidence that linking against curses from ports results in a
properly
working zshell. So, for now, back out the change. It will build a shared lib zsh
against ncurses from ports, but breaks statically-linked zsh's. Mark the port
as IGNORE if we're using ncurses from ports and building a static zsh.

Also, remove a regression-test target that isn't useful anymore (thanks to bapt
for the reminder about this).

I am not enthused about this change. It doesn't really "fix" the below PR, so
much as shoot ourselves in the other foot instead.

PR:	205500
Tue, 15 Dec 2015
[ 04:02 adamw search for other commits by this committer ] Original commit   Revision:403755
Fix static build against devel/ncurses by correcting how zsh tries to link
against the terminal libraries. No PORTREVISION bump as this shouldn't really
change the generated packages.

PR:		181720
Submitted by:	wulf@mail.mipt.ru

While here, fix a spacing nit and wrap compound commands in parens.
Tue, 8 Dec 2015
[ 15:05 adamw search for other commits by this committer ] Original commit   Revision:403278
I'll take this port.
[ 13:40 bapt search for other commits by this committer ] Original commit   Revision:403266
Make zsh read again conf in /etc
Drop maintainership
Fri, 4 Dec 2015
[ 23:27 bapt search for other commits by this committer ] Original commit   Revision:403014
Update to zsh 5.2
While here:
- ensure zsh looks ${PREFIX}/etc for zshrc [1]
- hook the testsuite to our test framework

PR:		201866
Submitted by:	Georgy <delycid@gmail.com>
Wed, 23 Sep 2015
[ 22:59 amdmi3 search for other commits by this committer ] Original commit   Revision:397670
- Switch to options helpers

Approved by:	portmgr blanket
Sat, 12 Sep 2015
[ 00:11 bapt search for other commits by this committer ] Original commit   Revision:396728
Update to 5.1.1
Sun, 30 Aug 2015
[ 20:01 bapt search for other commits by this committer ] Original commit   Revision:395638
Update to 5.1
Switch the default mirror to zsh.org until the distfiles appears on sourceforge
Fri, 31 Jul 2015
[ 14:35 amdmi3 search for other commits by this committer ] Original commit   Revision:393309
- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
Tue, 16 Jun 2015
[ 11:03 bapt search for other commits by this committer ] Original commit   Revision:389833
Move the SF mirrors first again
Mon, 15 Jun 2015
[ 12:36 bapt search for other commits by this committer ] Original commit   Revision:389703
Fix du(1) completion

PR:		200768
Obtained from:	ZSH upstream
Tue, 2 Jun 2015
[ 20:52 bapt search for other commits by this committer ] Original commit   Revision:388388
Really fix the plist

Pointyhat to:	bapt
Reported by:	many
[ 18:51 bapt search for other commits by this committer ] Original commit   Revision:388381
Update to 5.0.8

Among the usual updates, users will be happy to discover plenty of new FreeBSD
related completion as well as zpty working out of box (which wasn't the case
anymore for a while)
Tue, 26 May 2015
[ 10:54 marino search for other commits by this committer ] Original commit   Revision:387463
shells/zsh: Fix runtime error when built by gcc-5 with upstream patch

The previous approved fix for building with gcc5 still didn't work right.
Sure enough, upstream updated their patch.  When we take that update,
zshell finally behaves.  Piggybacking on previous approval.
Wed, 25 Mar 2015
[ 23:49 bapt search for other commits by this committer ] Original commit   Revision:382277
Stop installing info files, the manpages already covers the full documentation
Add --as-needed to LDFLAGS to avoid overlinking with some options
Thu, 1 Jan 2015
[ 14:35 bapt search for other commits by this committer ] Original commit   Revision:375921
Correct time report after r367805

PR:		367805
Submitted by:	peterj
Sat, 22 Nov 2014
[ 01:44 bapt search for other commits by this committer ] Original commit   Revision:373026
Add a patch the kld* completion to find modules in /boot/modules [1]
While here, fix manpages so they render correctly with mandoc

PR:		194621 [1]
Submitted by:	clutton@zoho.com [1]
Thu, 9 Oct 2014
[ 06:28 bapt search for other commits by this committer ] Original commit   Revision:370504
Update to 5.0.7

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.
Sat, 27 Sep 2014
[ 07:15 bapt search for other commits by this committer ] Original commit   Revision:369375
Make zsh look at its config files in localbase in priority
Cleanup a bit more the plist

Submitted by:	Rolf Nielsen <rmg1970swe@gmail.com>
Tue, 23 Sep 2014
[ 17:57 antoine search for other commits by this committer ] Original commit   Revision:369108
Fix stage violation/allow staging as a regular user
Wed, 10 Sep 2014
[ 08:38 bapt search for other commits by this committer ] Original commit   Revision:367805
Regenerate the patch that corrects memory report for builtin time command
Thu, 28 Aug 2014
[ 19:44 bapt search for other commits by this committer ] Original commit   Revision:366450
Update to 5.0.6
Only build with multibyte (disabling leads to weird bugs) [1]

Reported by:	adamw [1]
Wed, 25 Jun 2014
[ 19:36 bapt search for other commits by this committer ] Original commit   Revision:359290
Fix build with texinfo from ports
Sun, 22 Jun 2014
[ 22:54 bapt search for other commits by this committer ] Original commit   Revision:358869
Fix building zsh on a FreeBSD which is a NIS client [1]
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]
Wed, 18 Jun 2014
[ 08:37 bapt search for other commits by this committer ] Original commit   Revision:358233
Test ICONV_LIB instead of being dependant on an OSVERSION

Submitted by:	tijl
Sun, 15 Jun 2014
[ 22:22 bapt search for other commits by this committer ] Original commit   Revision:357933
Only pickup iconv from base even if libiconv is installed [1]
While here do not leak stage path info zwc bytecode

Reported & tested by:	dim [1]
Thu, 13 Mar 2014
[ 14:06 bapt search for other commits by this committer ] Original commit   Revision:348070
Update my ports to the latest infrastructure changes
Wed, 8 Jan 2014
[ 07:28 bapt search for other commits by this committer ] Original commit   Revision:339070
Update to 5.0.5
Sat, 21 Dec 2013
[ 00:53 bapt search for other commits by this committer ] Original commit   Revision:337112
Update to 5.0.4
Mon, 23 Sep 2013
[ 16:40 bapt search for other commits by this committer ] Original commit   Revision:328020
Convert to stage, while here, cleanup a bit
Fri, 20 Sep 2013
[ 22:57 bapt search for other commits by this committer ] Original commit   Revision:327770 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
shells)
Thu, 22 Aug 2013
[ 22:18 bapt search for other commits by this committer ] Original commit   Revision:325238
- Fix a typo in configure arguments
- Bump port revision as it concerns a default option

Submitted by:	Paul Mulders <justinkb@gmail.com> (by private mail)
Fri, 14 Jun 2013
[ 14:31 bapt search for other commits by this committer ] Original commit   Revision:320934
Fix a confusion

Reported by:	wg
[ 14:27 bapt search for other commits by this committer ] Original commit   Revision:320930
Use new helpers
Mon, 6 May 2013
[ 16:02 bapt search for other commits by this committer ] Original commit   Revision:317529
Adopt USES=ncurses
Sat, 27 Apr 2013
[ 18:25 mva search for other commits by this committer ] Original commit   Revision:316683 (Only the first 10 of 181 ports in this commit are shown above. View all ports for this commit)
- 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
Sat, 2 Mar 2013
[ 03:55 eadler search for other commits by this committer ] Original commit   Revision:313182 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.

Approved by:	portmgr (tabthorpe)
Sat, 22 Dec 2012
[ 01:41 bapt search for other commits by this committer ] Original commit   Revision:309379
- update to 5.0.2
Thu, 20 Dec 2012
[ 23:30 bapt search for other commits by this committer ] Original commit   Revision:309333
- update to 5.0.1
Mon, 10 Dec 2012
[ 19:11 mm search for other commits by this committer ] Original commit   Revision:308630 (Only the first 10 of 233 ports in this commit are shown above. View all ports for this commit)
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Tue, 24 Jul 2012
[ 15:06 bapt search for other commits by this committer ] Original commit 
- update to 5.0.0
no much changes for us (we where following the 4.3.x dev branch for a while)
except we are back on an official stable branch

Note that this version offers completion for dtrace, beadm (not tested with
FreeBSD versions) and improved completion for zfs.
Thu, 31 May 2012
[ 08:53 bapt search for other commits by this committer ] Original commit 
Double quotes not needed anymore for options description
Tue, 29 May 2012
[ 15:30 bapt search for other commits by this committer ] Original commit 
Show up debug flags
Add shared DEBUG description
[ 15:15 bapt search for other commits by this committer ] Original commit 
Fix descriptions with "()"

Reported by:    freshports sanity check
[ 15:11 bapt search for other commits by this committer ] Original commit 
Convert to new option framework
Fri, 18 May 2012
[ 23:50 bapt search for other commits by this committer ] Original commit 
do not link against librt for clock_gettime(2)

PR:             ports/167857
Submitted by:   Jan Beich <jbeich@tormail.org>
Fri, 11 May 2012
[ 16:29 bapt search for other commits by this committer ] Original commit 
Fix sysctl completion on freebsd 10+
Sat, 24 Mar 2012
[ 21:31 bapt search for other commits by this committer ] Original commit 
- remove useless USE_LDCONFIG
- bump portrevision

Feature safe:   yes
Sun, 26 Feb 2012
[ 22:55 bapt search for other commits by this committer ] Original commit 
- update to 4.3.17
Tue, 14 Feb 2012
[ 12:45 mm search for other commits by this committer ] Original commit  (Only the first 10 of 140 ports in this commit are shown above. View all ports for this commit)
Bump pcre library dependency due to 8.30 update
Fri, 13 Jan 2012
[ 21:05 bapt search for other commits by this committer ] Original commit 
add a patch from upstream to fix SIGWINCH detection

Obtained from:  zsh (cvs)
Sun, 18 Dec 2011
[ 14:11 bapt search for other commits by this committer ] Original commit 
- update to 4.3.15
Fri, 9 Dec 2011
[ 09:15 bapt search for other commits by this committer ] Original commit 
Fix distfile fetching with NOPORTDOCS=yes

Feature safe:   yes
Thu, 8 Dec 2011
[ 07:55 bapt search for other commits by this committer ] Original commit 
- update to 4.3.14
- remove unnecessary USE_AUTOTOOLS
- fixes libiconv detection

Feature safe:   yes
Sun, 6 Nov 2011
[ 18:35 bapt search for other commits by this committer ] Original commit 
- split the zsh_mem option into zsh_mem and zsh_secure_free activate 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 :)

Number of commits found: 184 (showing only 100 on this page)

1 | 2  »