1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

57 Commits

Author SHA1 Message Date
Baptiste Daroussin
2bacde9c3b Add an @shell keyword to handle adding and remove a shell path in /etc/shell
Bump port revision of all ports that were doing it wrong prior to the keyword

CR:		D208
Reviewed by:	antoine
With hat:	portmgr
2014-06-11 17:42:36 +00:00
Baptiste Daroussin
de90ca6b10 post-install is not needed anymore when staged [1]
While here: use optionsng

Reported by:	miwi [1]
2014-02-26 07:09:50 +00:00
Rodrigo Osorio
627090069c Fix mistake in the commited patch.
PR:		ports/181438
Approved by:	bapt (mentor)
2014-02-19 10:32:29 +00:00
Rodrigo Osorio
39c917a2f2 fix staging issue ( missed in my first commit)
PR:		ports/181438
Approved by:	bapt (mentor)
2014-02-19 10:25:44 +00:00
Rodrigo Osorio
66735958b6 Fix ksh after 10.0 by using a posix compliant syntax for sort invocation.
Fix staging

PR:		ports/181438
Submitted by:	Chweigert Udo <Udo.Schweigert@siemens.com>
Reviewed by:	bapt (mentor)
2014-02-18 08:44:28 +00:00
Rodrigo Osorio
877dce2447 Update maintainer email address
Approved by:	bapt@ (co-mentor)
2014-01-29 09:17:41 +00:00
Baptiste Daroussin
f6e6105ff8 Add NO_STAGE all over the place in preparation for the staging support (cat: shells) 2013-09-20 22:57:23 +00:00
Steven Kreuzer
32b607380c Update MAINTAINER to rodrigo@bebik.net 2013-09-03 13:07:03 +00:00
Steven Kreuzer
f009f62a1d Mark the port as broken on FreeBSD 10.0
PR:		ports/181438
Submitted by:	Sean Bruno <sbruno@FreeBSD.org>
2013-08-27 15:04:37 +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
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
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
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Steven Kreuzer
58e59f78c6 Change MAINTAINER on my ports to my FreeBSD email address
Approved by:	wxs (mentor)
2009-03-28 01:16:37 +00:00
Wesley Shields
b9691bd692 - Pet portlint
- While here pass maintainership to submitter

PR:		ports/132169
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com>
2009-03-02 19:34:38 +00:00
Mark Linimon
d7018eab56 Reset tg due to lack of commits for several months and no response to email.
Hat:	portmgr
2008-09-07 00:54:46 +00:00
Thomas Gellekum
ae84ec6c0f Fix calculation of prompt length. Bump PORTREVISION.
PR:		107410
Submitted by:	Bruce Becker <hostmaster at whois dot gts dot net>
2007-01-07 22:00:21 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Thomas Gellekum
d1ef1a5423 Fix ${name:?word} substitution. Bump PORTREVISION.
Submitted by:	Marc Olzheim (marcolz at stack dot nl)
Obtained from:	OpenBSD PR user/4023
2005-11-02 12:24:31 +00:00
Thomas Gellekum
bc13df7c32 Remove ftp.rge.com from MASTER_SITES. 2005-08-30 12:18:31 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Peter Wemm
42dce6e924 Make this work on ia64. 2003-01-11 23:17:57 +00:00
Thomas Gellekum
0f235f3ad7 Serves me right to commit something in a hurry, untested. <:-(
Fix fetching.

PR:		38144
Submitted by:	Alan Eldridge <ports@geeksrus.net>
2002-05-17 10:05:18 +00:00
Thomas Gellekum
414e8bb34f Change version number from 5.2.14.p2 to 5.2.14p2, so our package
tools see this as an upgrade from 5.2.14.

PR:		38131
Submitted by:	Alan Eldridge <ports@geeksrus.net>
2002-05-16 11:11:54 +00:00
Thomas Gellekum
22263f8e81 Include distributed patches.
PR:		38071
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2002-05-15 11:49:00 +00:00
Akinori MUSHA
77f6c01ede Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 11:58:52 +00:00
Michael Haro
4cf4ab0a2f Correct whitespace introduced during PORTNAME conversion and portlint 2000-04-21 08:19:33 +00:00
Chris Piazza
3df86a88a9 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:34:06 +00:00
Michael Haro
27dc806060 add WWW:
PR:		16261, 16262, 16263
Submitted by:	joseph.scott@owp.csus.edu
2000-01-22 09:08:01 +00:00
Thomas Gellekum
fd2beef1f7 Update /etc/shells after installation.
PR:		15685
Submitted by:	foxfair
1999-12-29 10:27:18 +00:00
Peter Wemm
a53421230c $Id$ -> $FreeBSD$ 1999-08-31 01:53:22 +00:00
Thomas Gellekum
caf1d10b63 Fix formatting glitch in job status output.
Submitted by:	Michael Rendell <michael@cs.mun.ca>
1999-07-21 06:20:45 +00:00
Thomas Gellekum
1c33c4f0f5 Upgrade to 5.2.14. 1999-07-16 06:20:31 +00:00
Tim Vanderhoek
a84b5b5f94 #4/4 enforcing Caps, no period
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]

I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.

Before I forget....

Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit.  See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
1999-06-26 19:22:14 +00:00
David E. O'Brien
d265ace04d Removed manpages from pkg/PLIST 1998-08-13 21:30:07 +00:00
Thomas Gellekum
dd726f562d Link statically.
Prompted by:	latest discussion in freebsd-security
1998-04-29 07:56:42 +00:00
Thomas Gellekum
93e38c1af9 Upgrade to 5.2.13. 1997-10-28 15:36:37 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Thomas Gellekum
7404b755e4 Upgrade to 5.2.12.
Submitted by: Eric J. Chet <ejc@bazzle.com>  (patch-aa)
1996-11-05 08:11:39 +00:00
Thomas Gellekum
eefe8f5f90 Upgrade to 5.2.11 1996-10-16 06:34:37 +00:00
Thomas Gellekum
486c8e9dc4 Upgrade to version 5.2.9 1996-10-01 06:54:13 +00:00
Thomas Gellekum
943c2e26f5 Upgrade to 5.2.8 1996-08-21 06:19:46 +00:00
Thomas Gellekum
90842ebdbe Upgrade to version 5.2.7 1996-06-05 08:00:49 +00:00
Thomas Gellekum
e01537c4d1 Upgrade to version 5.2.6 1996-06-04 06:50:19 +00:00
Thomas Gellekum
5ed43aa872 Upgrade to version 5.2.5 1996-05-14 11:50:08 +00:00
Satoshi Asami
9bc23ad696 (1) Fix "version required" comment
(2) Add PKGNAME to reflect that this is patchlevel 2
(3) PATCH_SITES goes before PATCHFILES (just like MASTER_SITES and
    DISTFILES)
(4) MAINTAINER goes after patchfiles section
1996-02-16 10:45:03 +00:00
Thomas Gellekum
5bd92eb989 Upgrade to newer version. 1996-02-15 16:25:32 +00:00
Satoshi Asami
335844128d Don't add manpage to /etc/shells. ;>
Reported by:	obrien@cs.ucdavis.edu (David E. O'Brien)
1995-11-01 05:32:34 +00:00