1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

1457 Commits

Author SHA1 Message Date
Baptiste Daroussin
ef5b0dd161 Fix bash-static slave ports with bash being now using new options framework 2013-05-05 08:39:30 +00:00
Baptiste Daroussin
8afe451198 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
2013-05-05 08:10:29 +00:00
Baptiste Daroussin
a13e169046 Fix build with clang disabling a bad test from configure 2013-05-03 20:39:02 +00:00
Glen Barber
807e11171b - Work around what I believe is a bug in how binary existence in the base
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]
2013-05-01 21:52:05 +00:00
Bryan Drewery
651db65320 - If sftp is not available, use security/openssh-portable.
This is the case if running base with WITHOUT_OPENSSH

Approved by:	gjb (maintainer)
2013-04-29 15:13:52 +00:00
Marcus von Appen
95e7081976 - 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
2013-04-27 18:25:24 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Emanuel Haupt
79e6679346 Convert to USES=gettext 2013-04-23 10:26:09 +00:00
Adam Weinberger
b0db2d3713 Update to 2.1.
Feature safe:	yes
2013-04-20 00:29:32 +00:00
Baptiste Daroussin
b9ceedf099 Fix typo in options checking
Reported by:	bdrewery
Approved by:	portmgr (implicit)
With hat:	portmgr
2013-04-04 13:35:15 +00:00
Eitan Adler
5190f14f8d For perl@ owned ports:
- Fix COMMENT
- Trim header
2013-03-29 00:44:53 +00:00
Eitan Adler
d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Emanuel Haupt
bdef052c5a Use OPTIONS_OVERRIDE instead of OPTIONS_SET. Also set NO_DIALOG for this stub
port.
2013-03-27 15:31:43 +00:00
Emanuel Haupt
70eea78a2d Move USES prior to bsd.port.pre.mk otherwise the port won't build. 2013-03-18 08:47:07 +00:00
Alexey Dokuchaev
28f0bea43f In categories starting with [n-s], remove empty lines (and also few cases of
trailing slashes) from pkg-plist.
2013-03-17 14:20:20 +00:00
Baptiste Daroussin
e52752145c Move USES prior to bsd.port.pre.mk in preparation of the move of the USES load 2013-03-15 16:22:35 +00:00
Emanuel Haupt
2c4ecfe97f Update to 4.2.45 2013-03-11 13:45:08 +00:00
Martin Wilke
6194bf56ef - Update to R44 2013-03-10 04:31:12 +00:00
Eitan Adler
ed59156ea9 Clean up my ports (and a couple of ports@ owned ones):
- Fix COMMENT
- Add MAKE_JOBS_SAFE where appropriate
- Change ordering of LICENSE lines
- Fix new header format
- Etc.

Reviewed by:	drogoh (on irc)
2013-03-08 20:23:38 +00:00
Baptiste Daroussin
9250d94365 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
2013-03-08 11:32:11 +00:00
Eitan Adler
275adb1394 Remove useless echo message: the use of PREFIX is global to all ports.
Trim header while here
2013-03-02 16:58:46 +00:00
Eitan Adler
b7b9ec7a12 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)
2013-03-02 03:55:25 +00:00
Martin Wilke
00ee504ee8 _ Udpate to R43 2013-02-26 16:28:33 +00:00
Glen Barber
671f39bacb Take maintainership 2013-02-26 02:56:57 +00:00
Martin Wilke
b9640eb73a - Update to r42 2013-02-13 01:15:57 +00:00
Martin Wilke
85dd914762 - Update to 20120604
- Convert Header
2013-02-03 16:21:12 +00:00
Martin Wilke
bc170020ac - Update to R41
- Convert header

PR:		174664
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2013-02-01 03:21:03 +00:00
David E. O'Brien
22ae009ed5 Update to Bash 4.2 patchlevel 42.
* 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.
2013-01-22 16:58:21 +00:00
Adam Weinberger
c8b267ee81 Add support for WITH_BASH_DEVEL=yes to depend on shells/bash-devel.
Also, use MDOCS.
2013-01-17 07:17:24 +00:00
Emanuel Haupt
ed6b261f86 Add LICENSE 2013-01-15 20:13:17 +00:00
Emanuel Haupt
531a093eba Remove two unused comments (forgotten in previous commit). 2013-01-15 11:51:57 +00:00
Emanuel Haupt
48dc914249 - Always use bundled FAQ file, it's the same as the one externally fetched
- 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]
2013-01-15 11:49:31 +00:00
Emanuel Haupt
778a3def11 Use pre-defined knob for the static build option (STATIC_BASH -> STATIC). 2013-01-14 14:59:07 +00:00
Emanuel Haupt
df9706b895 Register CONFLICTS 2013-01-14 11:48:45 +00:00
Emanuel Haupt
9a3027145b Add shells/bash-static-devel. The goal of this port is to have a more up to date
version of shells/bash-static.

This port has also been converted to use OPTIONSng.
2013-01-14 11:48:19 +00:00
Emanuel Haupt
46a134caae Add shells/bash-devel. The goal of this port is to have a more up to date
version of shells/bash.

This port has also been converted to use OPTIONSng.
2013-01-14 11:47:17 +00:00
Sylvio Cesar Teixeira
721c5abc42 - Update to 2.15 2013-01-07 20:32:55 +00:00
Baptiste Daroussin
47979576c1 - update to 5.0.2 2012-12-22 01:41:15 +00:00
Baptiste Daroussin
c5eb15edbf - update to 5.0.1 2012-12-20 23:30:10 +00:00
Rene Ladan
c1460915cd - Convert to optionsNG
- Strip Makefile header
2012-12-18 10:04:42 +00:00
Marcelo Araujo
84fb9b5180 - Update MASTER_SITES.
- Add LICENSE.
- Add MAKE_JOBS_SAFE.
- Support USE_READLINE.
- Support INFO_PATH.

PR:		ports/172066
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-12-17 03:33:56 +00:00
Baptiste Daroussin
f1d68e645c Convert to new option framework 2012-12-16 18:28:08 +00:00
Baptiste Daroussin
6c9b2aa57b Convert to new option framework
Bump port revision as the options name has change a lot
Add CHDIR and DOCS to options
2012-12-16 18:25:15 +00:00
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Ryan Steinmetz
cf9bd998c7 - Reset MAINTAINER on ports with addresses that have unrecoverable bounces.
Reported by:	portscout
Feature safe:	yes
2012-12-06 16:39:07 +00:00
Pav Lucistnik
7e5f59ac42 - Fix typo in OPTIONS code
Spotted by:	rm
Feature safe:	yes
2012-12-04 20:34:41 +00:00
Pav Lucistnik
a4270355a1 - Update to 2.3.4
PR:		ports/173980
Submitted by:	nemysis <nemysis@gmx.ch>
Feature safe:	yes
2012-12-04 20:17:47 +00:00
Pietro Cerutti
9d6b9d2222 - Fix build with clang
- Trim Makefile header
- Update WWW in pkg-descr

Feature safe:	yes
2012-12-03 13:16:15 +00:00
Baptiste Daroussin
44ab5cf477 2012-11-28 editors/glimmer: Depends on the expired gtkglarea through py-gtk
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
2012-11-28 08:00:54 +00:00
Adam Weinberger
97796d9ef9 Update to 2.0.
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
2012-11-02 23:35:31 +00:00
Baptiste Daroussin
c3226aeda4 Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available

Feature safe:	yes
2012-10-26 10:23:01 +00:00
Dirk Meyer
851945b1eb - cleanup comments
Feature safe: yes
2012-10-13 13:39:56 +00:00
Sunpoet Po-Chuan Hsieh
b5a6bfbd98 - Update to 2012-08-01
- Convert to new options framework

Changes:	http://www2.research.att.com/~gsf/download/gen/ast-ksh.html#ksh93 changes
		http://www2.research.att.com/~gsf/download/gen/INIT.html#INIT changes
2012-10-07 14:21:52 +00:00
Eitan Adler
d95db58136 Trim the headers in the ports I maintain. 2012-10-06 14:35:45 +00:00
Renato Botelho
566e1b7f4e Change headers of all ports maintained by me to new format 2012-10-05 12:41:45 +00:00
Christian Weisgerber
0062a3fa62 Remove pointless header lines from ports I created once upon a time. 2012-09-15 20:00:32 +00:00
Steve Wills
f7deedbe57 - Update to 0.0022
PR:		ports/171084
Approved by:	Matsui Shinsuke <smatsui@karashi.org> (maintainer)
2012-09-01 20:05:55 +00:00
Eygene Ryabinkin
53c2f6fe36 shells/rssh: mark FORBIDDEN due to being vulnerable
http://www.vuxml.org/freebsd/65b25acc-e63b-11e1-b81c-001b77d09812.html
documents rather serious vulnerability that allows people to curcumvent
protections put by rssh, thus making it a kind of non-usable tool.

Security:	65b25acc-e63b-11e1-b81c-001b77d09812
2012-08-24 04:27:34 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
David E. O'Brien
51881237b8 Update to Bash 4.2 patchlevel 37.
PR:		170283
Submitted by:	Bryan Drewery <bryan@shatow.net>
2012-08-03 18:56:44 +00:00
Akinori MUSHA
373f2a3636 Update to 3.01. 2012-08-03 11:47:00 +00:00
Akinori MUSHA
32a9d0c31e Update to 3.00m. 2012-07-29 01:45:35 +00:00
Baptiste Daroussin
2d31e9fdbc - Add the documentation to distinfo [1]
- Fix plist

Reported by:	zi [1]
2012-07-24 16:47:57 +00:00
Baptiste Daroussin
818bba15e7 - 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.
2012-07-24 15:06:18 +00:00
Baptiste Daroussin
f4058c48e5 Convert to new options framework 2012-07-20 22:16:38 +00:00
Akinori MUSHA
af0bfe8699 Update to 3.00l + patches. 2012-07-16 10:20:45 +00:00
Andrej Zverev
a41069ab3b - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 14:53:22 +00:00
Andrej Zverev
1161a6536a - Remove SITE_PERL from *_DEPENDS 2012-06-28 18:54:26 +00:00
Dirk Meyer
79ed41a8a0 - reset MAINTAINER 2012-06-26 05:44:19 +00:00
Sunpoet Po-Chuan Hsieh
b4d9712245 - Fix build on system with source later than r227487 [1]
[1] http://svn.freebsd.org/changeset/base/227487

Submitted by:	cy
2012-06-19 03:40:43 +00:00
Andrej Zverev
b6638c5d60 - Remove SITE_PERL from *_DEPENDS
Approved by:	maintainer (miwi@ via email)
2012-06-05 09:50:45 +00:00
David E. O'Brien
ec5a51ddf7 Update contact information.
Approved by:	skreuzer
2012-06-05 02:00:19 +00:00
David E. O'Brien
aa4e597344 Fix bug for add_glob:
Do not stop scanning if we see '$' as it does more harm than good.
  For $HOME/tm we should return $HOME/tm*

Set license to BSD (not "public domain" due to sigact.[ch]).

Submitted by:	Simon Gerraty <sjg@juniper.net>
Obtained from:	NetBSD
Approved by:	skreuzer
2012-06-05 01:59:27 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Baptiste Daroussin
6e7c9c0ea4 Double quotes not needed anymore for options description 2012-05-31 08:53:03 +00:00
Baptiste Daroussin
071d342cff Show up debug flags
Add shared DEBUG description
2012-05-29 15:30:53 +00:00
Baptiste Daroussin
76f319b08f Fix descriptions with "()"
Reported by:	freshports sanity check
2012-05-29 15:15:17 +00:00
Baptiste Daroussin
7e64a460f5 Convert to new option framework 2012-05-29 15:11:00 +00:00
Steven Kreuzer
653e6bf2b9 Prevent post-install from removing ksh93 from /etc/shells
PR:		ports/168140
Submitted by:	Rob Windsor <windsor@warthog.com>
2012-05-22 14:13:56 +00:00
Baptiste Daroussin
99aa298198 do not link against librt for clock_gettime(2)
PR:		ports/167857
Submitted by:	Jan Beich <jbeich@tormail.org>
2012-05-18 23:50:52 +00:00
Baptiste Daroussin
6785de0809 Fix sysctl completion on freebsd 10+ 2012-05-11 16:29:21 +00:00
Sylvio Cesar Teixeira
6cc06aff34 - Update to 0.9.15.1
PR:		ports/167054
Submitted by:	Ismail Yenigul <ismail.yenigul@surgate.com>
2012-05-07 17:30:24 +00:00
David E. O'Brien
5cf03bbdc4 Update to Bash 4.2 patchlevel 28. 2012-05-07 15:12:41 +00:00
David E. O'Brien
270ea2ece5 Force a package cluster rebuild. 2012-04-30 22:49:03 +00:00
David E. O'Brien
414ab7e8fc The UK now has their own .mo 2012-04-30 22:45:37 +00:00
David E. O'Brien
a27f893e98 Update version 4.2 to patchlevel 24. 2012-04-24 17:48:36 +00:00
Akinori MUSHA
3169e1f952 Update to 3.00k (patched). 2012-04-24 01:59:24 +00:00
Andrej Zverev
162af4814d switch from devel/p5-ReadLine-Perl to /devel/p5-ReadLine-Gnu
since it more preferable way since 0.9(0).
2012-04-18 12:17:32 +00:00
Sunpoet Po-Chuan Hsieh
60e62924c7 - Remove RESTRICTED
Notified by:	pfg
2012-04-18 02:18:04 +00:00
Martin Wilke
aeb9d7aa81 - Update to R40f
PR:		166750
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2012-04-10 06:48:49 +00:00
Martin Wilke
141a17e483 - Update to R40E
PR:		166535
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
Feature safe:	yes
2012-04-08 16:23:55 +00:00
Steven Kreuzer
ccdd14583c Change the default behavior to create a dynamically linked binary
Add a WITH_STATIC knob to create a statically linked binary
Remove dead MASTER_SITE

Reported by:	Andy Kosela <akosela@andykosela.com>
Feature safe:	yes
2012-04-05 18:10:28 +00:00
Sunpoet Po-Chuan Hsieh
a5474af205 - Update to 2012-02-29
- Add LICENSE

Changes:	http://www2.research.att.com/~gsf/download/gen/ast-ksh.html#ksh93 changes
		http://www2.research.att.com/~gsf/download/gen/INIT.html#INIT changes
Feature safe:	yes
2012-03-28 19:26:44 +00:00
Jason Helfman
cc4a701df9 - fix plist from previous commit, bump PORTREVISION
PR:	ports/166232
Feature safe:	yes
2012-03-26 19:32:02 +00:00
Jason Helfman
4435289a87 - Update to binary built for FreeBSD 9 [1].
- move away from tar installation, extract to work and install [2]
- use portdata from majority of pkg-plist entries [2]
- pass maintainer-ship to conrads@cox.net [1]

PR:	ports/166232
Submitted by:	conrads@cox.net [1], 5u623l20@gmail.com [1], jgh [2]
Feature safe:	yes
2012-03-26 17:48:13 +00:00
Baptiste Daroussin
4fcc6073c3 - remove useless USE_LDCONFIG
- bump portrevision

Feature safe:	yes
2012-03-24 21:31:23 +00:00
Jason Helfman
b0dbf98576 - remove invalid post-deinstall target
PR:	ports/166093
Submitted by:	jgh@
Approved by:	maintainer, rfarmer@predatorlabs.net
Feature safe:	yes
2012-03-19 16:30:56 +00:00
Martin Wilke
86a7474d1c - Update to 7.0.0
- Pass maintainership to submitter

PR:		166061
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe:	yes
2012-03-18 08:08:45 +00:00
Philip M. Gollucci
b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00
Philip M. Gollucci
2cf4c1e2c8 - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
2012-03-08 18:45:38 +00:00
Martin Wilke
fca13d1de7 - Fix build with CLANG
PR:		164418
2012-03-04 12:59:42 +00:00
Pav Lucistnik
3ceaaa7739 - Drop conditional that was only relevant to 6.X and older 2012-03-02 20:54:41 +00:00
Pav Lucistnik
626fe03bf4 - Restore shells/tcsh_nls, I have misread the OSVERSION conditional
Requested by:	ume
Pointy hat to:	pav
2012-03-02 20:54:04 +00:00
Pav Lucistnik
3daaa39f72 - Retire shells/tcsh_nls, is included in base system since FreeBSD 7.0-RELEASE 2012-03-02 14:51:00 +00:00
Baptiste Daroussin
aec309fbc8 - update to 4.3.17 2012-02-26 22:55:15 +00:00
Martin Matuska
dbbf004162 Bump pcre library dependency due to 8.30 update 2012-02-14 12:45:35 +00:00
Sunpoet Po-Chuan Hsieh
a2e42e8921 - Update to 0.92
- Add BUILD_DEPENDS
- Do not silence installation message

Changes:	http://search.cpan.org/dist/Term-ShellUI/Changes
2012-02-10 03:07:34 +00:00
Martin Wilke
d769f9ada2 - Update to R40D
PR:		164251
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2012-02-07 04:40:41 +00:00
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
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
2012-01-21 17:40:15 +00:00
Martin Wilke
03f926519c - Update to 20120102 2012-01-14 19:13:41 +00:00
Martin Wilke
5f91becf3c - Update to 0.3.2 2012-01-14 16:32:13 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Martin Wilke
6ac5444031 - Fix build
With hat:	portmgr
2012-01-14 04:59:11 +00:00
Baptiste Daroussin
cd62e28a33 add a patch from upstream to fix SIGWINCH detection
Obtained from:	zsh (cvs)
2012-01-13 21:05:13 +00:00
David E. O'Brien
82e5900cea Update to version 4.2 PL 20. 2012-01-12 22:32:28 +00:00
Sunpoet Po-Chuan Hsieh
cdc1214ca9 - Update INIT to 2012-01-01 which also fixes 'make fetch' error
- Bump PORTREVISION for package change

Changes:	http://www2.research.att.com/~gsf/download/gen/INIT.html#INIT changes
2012-01-07 21:24:22 +00:00
Emanuel Haupt
33fcf400f8 End WWW CPAN URL with a "/" 2011-12-28 08:20:20 +00:00
Mark Linimon
6cf6b4399b Mark as broken on powerpc.
Hat:		portmgr
2011-12-28 06:55:26 +00:00
Eitan Adler
551080ca24 - Update website link
PR:		ports/163597
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Feature Safe:	yes
2011-12-25 07:21:39 +00:00
Baptiste Daroussin
5292892317 Add the forgotten checksum for zsh-doc
Submitted by:	zi
2011-12-18 18:22:41 +00:00
Baptiste Daroussin
a599ae1e33 - update to 4.3.15 2011-12-18 14:11:43 +00:00
Baptiste Daroussin
5943fdf48a Fix distfile fetching with NOPORTDOCS=yes
Feature safe:	yes
2011-12-09 09:15:03 +00:00
Baptiste Daroussin
67bfb60ab3 - update to 4.3.14
- remove unnecessary USE_AUTOTOOLS
- fixes libiconv detection

Feature safe:	yes
2011-12-08 07:55:46 +00:00
Martin Wilke
198edf39f0 - Make sure after deinstall /etc/shells is clean
- Bump PORTREVISION

PR:		160528
Submitted by:	Kaspars Bankovskis <kaspars@bankovskis.lv>
Feature safe:	yes
2011-11-25 18:17:51 +00:00
Martin Wilke
82bb5a20ee - Update to R40c
PR:		162778
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
Feature safe:	yes
2011-11-24 16:37:00 +00:00
Baptiste Daroussin
f5e4192337 - Fix build for badly upgraded systems which have both utmp.h and utmpx.h
PR:		ports/156263
Submitted by:	Matthew Cashdollar <matthew@cashdollar.org>
Feature safe:	yes
2011-11-13 09:56:07 +00:00
Baptiste Daroussin
de07c68a57 Add the right patch
Reported by:	Jan Beich <jbeich@tormail.net> (by private mail)
2011-11-07 06:50:47 +00:00
Baptiste Daroussin
63b10b0674 and with the patch it is even better 2011-11-06 18:35:31 +00:00
Baptiste Daroussin
9bf9c7fcf0 - 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 :)
2011-11-06 18:35:06 +00:00
Martin Wilke
fb420e46ab - Update to 20111027 2011-10-28 14:55:50 +00:00
Adam Weinberger
7844e54677 Fix a variable substitution.
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>
2011-10-26 22:32:03 +00:00
Adam Weinberger
7093b565e9 Fix a // in path which apparently breaks portinstall's ability to parse
INDEX.

PR:		ports/161999
Submitted by:	Eugene Paskevich <eugene@raptor.kiev.ua>
2011-10-25 23:13:32 +00:00
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
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
2011-10-24 09:11:38 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- 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.
2011-10-24 04:17:37 +00:00
Sunpoet Po-Chuan Hsieh
66fb8f0b56 - Add p5-Bash-Completion 0.008
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/
2011-10-23 07:40:59 +00:00
Wen Heping
9577ad0833 - Update MASTER_SITES and WWW
PR:		ports/161650
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-10-17 02:36:24 +00:00
Sunpoet Po-Chuan Hsieh
ef4cf984b6 - Bugfix: ksh segfaults on suspend
- 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
2011-10-05 12:28:39 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
2011-09-23 22:26:39 +00:00
Sunpoet Po-Chuan Hsieh
e7290cb82c - Use @dirrmtry for PREFIX/etc/bash_completion.d
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)
2011-09-19 18:30:35 +00:00
Gabor Kovesdan
2fc6a06a9b - Track dependencies after databases/gdbm update 2011-09-12 13:46:58 +00:00
Eitan Adler
f82456ddc8 Ambit, at its simplest, uses Bash Brace Expansion to expand and list
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)
2011-08-29 23:17:16 +00:00
David E. O'Brien
792f9af6d1 Update to Bash 4.1 patchlevel 11.
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
2011-08-29 18:44:40 +00:00
Martin Wilke
1f0ca2475f - Update to R40b
PR:		158989
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-08-26 07:07:39 +00:00
Eitan Adler
e1f907bc92 - change the email address I use to maintain ports
Approved by:	bapt (mentor)
2011-08-21 20:51:40 +00:00
Eitan Adler
74db235785 - change the email address I use to maintain ports
Approved by:	bapt (mentor)
2011-08-21 16:12:46 +00:00
Sunpoet Po-Chuan Hsieh
a919b601f9 - Remove MANUAL_PACKAGE_BUILD: tinderbox build was fixed in Makefile r1.62
PR:		ports/159921
Submitted by:	gjb
2011-08-20 07:32:47 +00:00
Dirk Meyer
3db090b98b - add MASTER_SITE_LOCAL 2011-08-08 16:06:56 +00:00
Emanuel Haupt
f760c11728 Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared.
2011-08-02 20:58:23 +00:00
Baptiste Daroussin
c5e3914c60 Fix master_site 2011-08-02 16:22:15 +00:00
Adam Weinberger
3d51cfe6f3 Fix completions for portinstall, an indexing error.
PR:		ports/152387
Submitted by:	Martin GlaC <glaszig@gmail.com>
2011-08-01 22:03:35 +00:00
Frederic Culot
b2c5939eb8 - Update to 0.5.7
PR:		ports/159235
Submitted by:	Eitan Adler <lists@eitanadler.com> (maintainer)
2011-07-27 16:51:33 +00:00
Cy Schubert
34432c5ec1 The file completion bugfix for 8.X and 9.X introduced a bug under
7.X. This commit fixes this.
2011-07-05 13:36:06 +00:00
Cy Schubert
335a7ae799 Previous commit introduced a file completion bug under FreeBSD
versions prior to 8.X (7.X and earlier). This commit fixes that.
2011-07-05 13:34:43 +00:00
Cy Schubert
0c9c39fe78 Fix patch phase error. 2011-07-05 04:03:15 +00:00
Cy Schubert
ecd44ed342 As with other shells, link this shell dynamically. 2011-07-05 03:43:48 +00:00
Cy Schubert
353ab88661 Fix file completion bug.
PR:		140557
2011-07-05 03:41:09 +00:00
Martin Wilke
2d04c548fe - Kick MD5 2011-07-02 20:20:55 +00:00
Cy Schubert
b3f7d2a5a0 Fix error introduced by previous commit.
Pointy hat to:		me
2011-06-28 20:04:38 +00:00
Cy Schubert
71b8216003 Bring back 44bsd-csh. 2011-06-28 19:09:58 +00:00
Cy Schubert
061748f3fd Bring back this port. 2011-06-28 19:09:14 +00:00
Martin Wilke
62fbb7f298 Bye Bye
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
2011-06-25 09:23:47 +00:00
Martin Wilke
99d15064f7 - Update to R40
PR:		157829
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
2011-06-25 05:18:30 +00:00
Sunpoet Po-Chuan Hsieh
0bdb381db8 - Fix build when WITH_STATIC is set
Reported by:	dougb@
Submitted by:	jhell <jhell@DataIX.net>
2011-06-24 21:45:13 +00:00
Andrej Zverev
7a1dccccd5 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 09:03:27 +00:00
Sunpoet Po-Chuan Hsieh
e082dab196 - Remove INSTALLROOT completely
- Add OPTIONS: STATIC
- Change manipulation on /etc/shells
- Respect PORTEXAMPLES
- Bump PORTREVISION for PLIST change
2011-06-19 00:58:26 +00:00
Olli Hauer
b8c2df43b8 -Add both versions of each configure flag (--enable-x/--disable-x) for safety
-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
2011-06-18 17:24:07 +00:00
Sunpoet Po-Chuan Hsieh
446fc42167 - Update to 0.91
- Respect PORTEXAMPLES

Changes:	http://search.cpan.org/dist/Term-ShellUI/Changes
2011-06-12 19:09:25 +00:00
Baptiste Daroussin
7769f7cfd2 - update to 4.3.12
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-31 18:29:12 +00:00
Akinori MUSHA
e4522097ed Add support for xz archives to the configuration file. 2011-05-16 12:38:19 +00:00
Sylvio Cesar Teixeira
a0604961ff - Update to 2.14 2011-05-13 18:03:58 +00:00
Baptiste Daroussin
0b10dff092 Another bunch of expired ports removal
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
2011-05-03 13:05:08 +00:00
Baptiste Daroussin
8d27ddb9bd Add a new macro to deal with conflict between ncurses from base and ncurses 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@)
2011-04-11 08:34:17 +00:00
David E. O'Brien
bf7ad139d5 Add option to log user history to syslog.
PR:		155780
Submitted by:	Alexander Kriventsov <avk@vl.ru>
2011-04-06 17:47:52 +00:00
David E. O'Brien
2159e26025 Update to Bash 4.1 patchlevel 10. 2011-04-05 17:38:33 +00:00
Emanuel Haupt
7cb0f4833e Remove shells/bash3: Has expired: Use shells/bash or shells/bash-static instead. 2011-03-26 10:06:56 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Baptiste Daroussin
1b1b5b16d9 Deprecate unmaintained ports from shells where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-13 12:54:43 +00:00
Baptiste Daroussin
b05bfa64b5 - Take maintainership, des@ is no longer having enough time for zsh, he has 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]
2011-02-28 08:01:01 +00:00
Thomas Abthorpe
73c7900f5b - Reassign ports to heap
Submitted by:	alepulver
2011-02-27 04:54:41 +00:00
Martin Wilke
1b8254d567 - Move to py25 or above
- While here kick md5 support
2011-02-25 00:47:51 +00:00
Sunpoet Po-Chuan Hsieh
a8d62b50c0 - Fix INSTALLROOT issue which breaks 'make package' under some circumstances
- Take maintainership
2011-02-15 01:26:17 +00:00
Adam Weinberger
9e2ba8ac31 Update to 1.3.
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.
2011-02-12 21:34:23 +00:00
Sunpoet Po-Chuan Hsieh
ddd4d57145 - Update to 2011-02-08
- Remove expired CONFLICTS
- Use FETCH_ARGS
- Fix typo

PR:		ports/154655
2011-02-11 14:43:15 +00:00
Mark Linimon
a4f901cda2 Unfortunately, reset maintainer.
Please see http://docs.freebsd.org/cgi/mid.cgi?201102101950.p1AJoAwm027852.

Hat:		portmgr
2011-02-11 03:06:01 +00:00
Sylvio Cesar Teixeira
0f927a632b - Update to 2.13
Feature safe:	yes
2011-02-03 17:13:27 +00:00
Sylvio Cesar Teixeira
deea26651e - Update to 0.9.14
Feature safe:	yes
2011-02-03 17:11:24 +00:00
Rene Ladan
d543942f15 Remove expired ports:
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
2011-01-29 23:28:35 +00:00
Philip M. Gollucci
116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00
Wen Heping
f08bff30cb -Patch SECURITY doc to include note about bypassing rsync argument checking 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)
2010-12-15 07:12:02 +00:00
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