1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

1294 Commits

Author SHA1 Message Date
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