1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

1118 Commits

Author SHA1 Message Date
Olli Hauer
fa9e601d64 - Fix support for rsync 3.0
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)
2010-12-07 21:46:51 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Emanuel Haupt
9962f88dea Remove shells/bash-completion-classic, the amd64 workaround is no longer
required as shells/bash-completion works with amd64.
2010-11-29 14:54:06 +00:00
Pav Lucistnik
7a9a65392e - Fix runtime error by disabling gcc optimizations
PR:		ports/152499
Submitted by:	Harald Hanche-Olsen <hanche@math.ntnu.no>
2010-11-24 21:25:27 +00:00
Adam Weinberger
647f205ac5 This patch hopefully fixes bash freezing on amd64 when using host-based
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
2010-11-21 02:48:14 +00:00
Martin Wilke
48d0150735 - Update to 0.3.1 2010-11-04 10:02:22 +00:00
Emanuel Haupt
762aefd34d - Drop maintainership
- Mark the port DEPRECATED with the message to use shells/bash or
  shells/bash-static instead
- Set an EXPIRATION_DATE of 3 months
2010-10-21 14:13:31 +00:00
David E. O'Brien
9e909fc921 Update to Bash 4.1 patchlevel 9. 2010-10-20 01:08:16 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Max Brazhnikov
b88c31a546 Update to 0.5.6.1
PR:		ports/150956
Submitted by:	Eitan Adler (maintainer)
2010-10-02 11:17:01 +00:00
Emanuel Haupt
93fe01a2b1 Change my MAINTAINER address 2010-09-29 19:01:12 +00:00
Akinori MUSHA
114cb1ed36 Update to 3.00j w/ a patch.
Declare the port MAKE_JOBS_SAFE.
2010-09-28 13:23:45 +00:00
Emanuel Haupt
481c9ad0ee connect shells/bash-completion-classic 2010-09-21 07:23:12 +00:00
Emanuel Haupt
b623d9f2fb Bring back the classic version of shells/bash-completion.
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.
2010-09-21 07:22:37 +00:00
Adam Weinberger
0cf84630c9 Now that shells/bash-completion-classic is in the tree, register a
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.
2010-09-20 23:09:06 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Sylvio Cesar Teixeira
369bc81a6f - Update to 2.12 2010-09-13 19:53:46 +00:00
David E. O'Brien
9f82a80526 Add OPTIONS processing. 2010-09-10 02:30:50 +00:00
Emanuel Haupt
135815e4ab - Remove iconv dependency if WITHOUT_NLS is defined
- Bump PORTREVISION

PR:             149981
Submitted by:   Jeremy Chadwick <freebsd@jdc.parodius.com> (via ports)
Approved by:    obrien (maintainer-timeout; 14 days)
2010-09-09 13:24:39 +00:00
Adam Weinberger
d3a1b2b72b The rsync completion plugin causes the shell to freeze on amd64.
Until that gets resolved, I'm disconnecting the rsync plugin from
the build on amd64.

PR:		ports/150322
Submitted by:	ehaupt
2010-09-06 20:30:14 +00:00
Adam Weinberger
94e6575455 Add pkg-plist, forgotten in bash-completion-1.2 commit. 2010-09-04 17:52:21 +00:00
Adam Weinberger
293b2c979e Replace bash-completion with a new package.
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!
2010-09-04 17:51:46 +00:00
Emanuel Haupt
9f049e5f9f - Depend on libiconv in order to fix package installation
- 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)
2010-08-06 08:48:46 +00:00
Sylvio Cesar Teixeira
1dfa9021d7 - Fix in @exec installs incorrect file
PR:		ports/149081
Submitted by:	Jimmy Olgeni <olgeni@freebsd.org>
2010-08-05 12:33:43 +00:00
Jimmy Olgeni
9c42039003 Typo fix. 2010-07-30 14:11:09 +00:00
Akinori MUSHA
7937bc19ac Update to 3.00i. 2010-07-28 08:03:26 +00:00
Martin Wilke
d577018019 - Do not redefine EXAMPLESDIR to respect PREFIX
- Remove erroneous @dirrm from PLIST_DIRS

PR:		148043
Submitted by:	Yuri Pankov <yuri.pankov@gmail.com> (maintainer)
2010-07-12 03:11:35 +00:00
Stefan Walter
31614240fd Make notes for setting up a chroot cage a bit more precise.
PR:		144059
Submitted by:	Michael Meelis <m.meelis@easybow.com>
Patch by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Feature safe:	yes
2010-06-28 13:47:19 +00:00
Emanuel Haupt
df6564ce3d Update to 4.1.7
PR:		147172
Approved by:	obrien (maintainer timeout; > 14 days)
2010-06-16 14:20:42 +00:00
Akinori MUSHA
e6ee9ae899 Update to 3.00h. 2010-06-14 11:46:34 +00:00
Koop Mast
2883e69816 Mark IGNORE on 8.0 and higher.
Doesn't handle pseudo-terminal names (/dev/pts/%d).

Submitted by:	Andrius Morkunas <kinokind@gmail.com>, Ed Schouten
2010-06-11 13:21:01 +00:00
Akinori MUSHA
3c13448e3d Apply a quick-fix against the problem introduced in 3.00g. 2010-06-07 02:22:59 +00:00
Dirk Meyer
2033f71f7d LICENSE GPLv2 2010-06-04 13:58:55 +00:00
Dirk Meyer
d2a5a46507 LICENSE GPLv2 2010-06-04 13:49:15 +00:00
Akinori MUSHA
d0dc001660 Update to 3.00g. 2010-06-04 06:12:00 +00:00
Ade Lovett
6fab7cbdf3 Bump PORTREVISION after gettext update - not sure how this one was missed.
Submitted by:	Herbert J. Skuhra <h.skuhra (at) gmail.com>
2010-05-31 10:52:11 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Akinori MUSHA
8069545e49 This is the patch. 2010-05-30 14:36:13 +00:00
Akinori MUSHA
105ee8a74e Update to 3.00f with a quick fix applied. 2010-05-30 14:33:56 +00:00
Dirk Meyer
ca8e128e62 - drop USE_GNUSTEP_PREFIX 2010-05-30 12:28:39 +00:00
Sylvio Cesar Teixeira
5c51f59cb2 - Update to 0.9.12 2010-05-28 17:32:59 +00:00
Sylvio Cesar Teixeira
3297c715df - Update to 0.5.6
PR:		ports146866
Submitted by:	Eitan Adler <lists@eitanadler.com>
2010-05-28 16:14:30 +00:00
Sylvio Cesar Teixeira
fe1fae221c - Update to 0.9.11 2010-05-22 14:44:07 +00:00
Emanuel Haupt
a04231de18 - Fix statically linked version
- Bump PORTREVISION

Approved by:	portmgr (miwi)
2010-05-11 09:34:45 +00:00
Ion-Mihai Tetcu
2ea5333d67 Fix plist
Submitted by:	QAT
Approved by:	portmgr (self, to get lots of gnome building)
2010-05-11 07:53:57 +00:00
David E. O'Brien
85e35f68f5 Update to Bash 4.1 patchlevel 5. 2010-05-10 18:25:33 +00:00
Martin Wilke
7f90b63151 - Update to 20100430 2010-05-09 08:46:43 +00:00
Emanuel Haupt
55943fc5ea Update to 3.2.51 2010-05-03 19:29:03 +00:00
Sylvio Cesar Teixeira
5d32d6b473 - Update to 0.9.10
Approved by:	itetcu (mentor, implicit)
2010-04-17 20:16:46 +00:00
Sylvio Cesar Teixeira
7c6476abb4 - Update to 2010-03-09
PR:		ports/145179
Submitted by:	Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
Approved by:	itetcu (mentor, implicit)
2010-04-17 19:23:51 +00:00