Bill Fenner
11eb8ce14e
Use groups to prevent trying to fetch the wrong patches from the
...
wrong sites.
Approved by: obrien (MAINTAINER)
2005-10-16 05:21:09 +00:00
Renato Botelho
ddaa156ba0
Provide accurate COMMENT and pkg-descr
...
Submitted by: maintainer by email
2005-10-14 19:15:55 +00:00
Renato Botelho
5cefcf0088
Add tcsh-bofh 6.12.00, patch tcsh to providing true BOFH logfunctions.
...
PR: ports/87394
Submitted by: Krzysztof Kowalewski <pyzmen@kam.pl>
2005-10-14 15:11:29 +00:00
Bill Fenner
28cfc06ac5
search.cpan.org redirect reduction canonicalization project, pass 3:
...
Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc. These are mostly stragglers that should have been caught in pass 2.
This pass brought to you by Bill's 102-degree fever during pass 2.
2005-09-22 18:57:24 +00:00
Thierry Thomas
4cb45337dd
Unbreak on 4.x: gnatbind does not support -D_THREAD_SAFE.
...
Reported by: pointyhat via Kris
2005-09-11 22:10:14 +00:00
Jean-Yves Lefort
c2130fc8f8
- Update to 2.0.3
...
- Reformat the Makefile
2005-09-06 14:02:15 +00:00
Sergei Kolobov
4af6572b3c
- Stop adding rzsh (restricted zsh) to /etc/shells [1]:
...
rzsh(1) is the restricted version of zsh(1), with various things disabled
so as to provide a strictly limited access to the system.
A user with a shell in /etc/shells can use chsh(1) to change their shell,
can use FTP, can use other file-transfer services, etc. Thus, adding rzsh
to /etc/shells could be a security risk in certain configurations.
- zsh-mime-setup is set up to look for /etc/{mime.types,mailcap}.
Neither of them should exist on a stock FreeBSD system.
Teach it to look in ${LOCALBASE}/etc instead. [2]
- Zsh completion doesn't know about bsdtar(1) achievements:
it won't complete to foo.tar.gz if you just enter 'tar xf foo^D'.
Teach zsh completion about this and other formats supported by bsdtar(1).
NOTE: This is only applicable to FreeBSD 5.3-RELEASE or newer,
where bsdtar(1) replaced GNU tar(1) in the base system.
- Bump PORTREVISION
PR: ports/82066 [2], ports/83023 [3]
Submitted by: Phil Pennock <pdp@nl.demon.net> [1]
Ulrich Spoerlein <q@galgenberg.net> [2] [3]
2005-09-06 12:53:34 +00:00
Thierry Thomas
94838b3a61
There is more than 12 packages now.
...
Noted by: Ken Burtch <ken (at) pegasoft.ca> (author)
2005-09-02 16:38:37 +00:00
Thierry Thomas
84bd65a5ff
Upgrade to 1.0.3.
2005-09-01 21:07:24 +00:00
Thierry Thomas
b328c1a95b
- Re-add patch-configure (removed by mistake) to fix the build on the cluster;
...
- handle ADACFLAGS.
Note: update to 1.0.3 is in progress.
2005-09-01 17:21:27 +00:00
Mark Linimon
2d10faf2fd
Remove mastersite which has gone away.
...
Approved by: maintainer
2005-09-01 07:17:38 +00:00
Thomas Gellekum
bc13df7c32
Remove ftp.rge.com from MASTER_SITES.
2005-08-30 12:18:31 +00:00
Sergei Kolobov
7ae374d8e6
- Retire shells/zsh-devel in favor of shells/zsh:
...
The development version of Zsh is no longer being released.
Interested parties can always check out Zsh from SourceForge.net CVS.
2005-08-29 13:45:42 +00:00
Thierry Thomas
72546e991e
Upgrade to 1.0.2.
2005-08-28 09:05:50 +00:00
Jean-Yves Lefort
bc1db54600
[1]:
...
- Update to 20050721
- OPTIONSify
Moreover:
- Improve the FreeBSD integration by fixing paths in the script
- Use SUB_FILES=pkg-message
[1]:
PR: ports/84305
Submitted by: maintainer
2005-07-29 18:26:25 +00:00
Mark Linimon
ba6c490c01
Per prior standing request, turn this port over from inactive committer
...
(eik) to obrien.
Hat: portmgr
2005-07-20 07:00:59 +00:00
Renato Botelho
4a3dfa2f46
Change MASTER_SITES to a CPAN address since old is broken
...
Approved by: flz (mentor)
Reported by: kris
2005-07-11 17:25:16 +00:00
Renato Botelho
d5a8ad9d47
Change MAINTAINER to my @FreeBSD.org account
...
Approved by: flz (mentor)
2005-07-11 16:47:16 +00:00
Kris Kennaway
021bd22cac
Update to osh-050219 to fix fetching
2005-07-10 17:54:41 +00:00
Norikatsu Shigemura
e1bb0d8db2
Fix svn issue with scponly via ssh+svn://.
...
Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by: rushani (maintainer)
2005-06-20 14:51:14 +00:00
Norikatsu Shigemura
248f4deb27
Bump PORTREVISION by previous commit.
...
Approved by: rushani (maintainer)
2005-06-19 04:20:40 +00:00
Norikatsu Shigemura
9424c94b3e
Add support ssh+svn://.
...
PR: ports/81889
Submitted by: Matthias Fechner <idefix@fechner.net>
Approved by: rushani (maintainer)
2005-06-18 18:50:26 +00:00
Pav Lucistnik
c52df97c06
- Add itself to /etc/shells
...
PR: ports/81257
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Approved by: maintainer timeout (16 days)
2005-06-05 20:12:49 +00:00
David E. O'Brien
7082598552
Fix this patch file.
...
PR: 69873
Submitted by: Dave Evans <root@hclb.demon.co.uk>
2005-05-05 14:42:55 +00:00
Cheng-Lung Sung
cab771a7f9
- Change the way used to add/remove the shell on /etc/shells,
...
use pkg-install and pkg-deinstall (both stoled from shells/bash)
to do it.
- Remove pre-install section, it's not more needed on this version,
because Makefile is created correctly changing Makefile.PL
PR: 80583
Submitted by: Renato Botelho (maintainer)
2005-05-04 05:47:17 +00:00
David E. O'Brien
2492f12425
Tweak pkg-descr, break out /etc/shell editing as seperate target, install
...
examples. Also use the modern nobs bsd.port.mk provides.
PR: 30732
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
2005-04-28 19:27:28 +00:00
Volker Stolz
64bbb94283
- Use MAKE_ARGS
...
- Don't invoke install-info twice when using INFO
2005-04-25 17:08:32 +00:00
Kirill Ponomarev
c1a3e1e251
Update to version 1.0136
...
PR: ports/80210
Submitted by: Ports Fury
2005-04-21 15:13:51 +00:00
Sergei Kolobov
96feb9b584
- Update to 4.2.5
...
- Update MASTER_SITES based on the list at http://www.zsh.org/
PR: ports/79708
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
2005-04-19 17:56:18 +00:00
Yen-Ming Lee
ae34867263
- It was not installing on FreeBSD 4.x with perl 5.00503.
...
- Rename patch-aa to reflect which file is patched.
- update /etc/shells in pkg-plist for package
PR: 80104
Submitted by: Renato Botelho <freebsd@galle.com.br> (maintainer)
2005-04-19 17:46:52 +00:00
Sergei Kolobov
72e6b46a2d
- Update to 1.8
...
- Unbreak
- Remove gratuitous use of REINPLACE
- Add $FreeBSD$ on pkg-plist
- Assign maintainership to the submitter
PR: ports/79623
Submitted by: Renato Botelho <freebsd@galle.com.br>
2005-04-18 16:08:18 +00:00
Yen-Ming Lee
323e8119a5
- Update to 4.1
...
PR: 79859
Submitted by: rushani
2005-04-14 03:56:00 +00:00
Jean-Yves Lefort
7c10e30e3a
Change my MAINTAINER email address to jylefort@FreeBSD.org
...
Approved by: adamw (mentor)
2005-04-12 22:10:43 +00:00
David E. O'Brien
0afb999ff9
CVS really does need a better way of backing out a commit composing a
...
set of files...
2005-04-12 06:03:11 +00:00
David E. O'Brien
c3d8037aeb
At Kris's request, back out the MACHINE_ARCH spelling correction until
...
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
72e23f2cf4
Very sorry for a local change that made it into the last commit.
2005-04-11 08:06:40 +00:00
David E. O'Brien
f2fc2d60ae
Assist getting more ports working on AMD64 by obeying the
...
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Joe Marcus Clarke
b3458f652e
Bump PORTREVISION to chase the glib20 shared lib version change.
2005-03-12 10:54:27 +00:00
Kris Kennaway
2b26674338
Remove references to ports recently deleted.
2005-02-21 01:19:34 +00:00
Kris Kennaway
11ea174ccb
As previously announced, remove ports that have reached their expiry date,
...
and the handful of ports that depended on them.
2005-02-18 23:44:49 +00:00
Kris Kennaway
5a1ccf024b
BROKEN: Incomplete pkg-plist
2005-02-11 22:22:41 +00:00
Sergei Kolobov
7467ae3d62
- Update to 4.2.4
...
PR: ports/77172
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
2005-02-07 07:56:41 +00:00
Volker Stolz
704f7a6c68
Update to 2005-02-02
...
PR: ports/77072
Submitted by: Joey Kelsey (maintainer)
2005-02-04 15:21:41 +00:00
Erwin Lansing
843f7d012a
Use USE_PGSQL
...
Forgotten by: girgen
2005-01-31 08:35:34 +00:00
Simon L. B. Nielsen
9d90eecdd3
Update to version 2.2.3 to fix security vulnerability.
...
Security: http://vuxml.FreeBSD.org/f11b219a-44b6-11d9-ae2f-021106004fd6.html
With hat: secteam
Approved by: maintainer timeout (security; 2 days), erwin (mentor)
2005-01-26 09:07:49 +00:00
Thierry Thomas
8bb559c182
Remove the test for /dev/dsp during configure, it does not affect the
...
package build.
Reported by: Kris via pointyhat.
2005-01-25 21:38:08 +00:00
Sergei Kolobov
70f7fd9950
- Update to 4.2.3
...
PR: ports/76268
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
2005-01-24 08:46:58 +00:00
Thierry Thomas
a869d5d2cc
Add bush 1.0.1, the Business Shell.
2005-01-23 21:57:07 +00:00
Pav Lucistnik
4e20cfbb93
- Update to 1.0.2
...
- Mark IGNORE on FreeBSD 4.x, missing library functions
PR: ports/76424
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
2005-01-19 19:28:06 +00:00
Pav Lucistnik
db979c08fe
- Update to 20050112
...
PR: ports/76455
Submitted by: Toni Viemero <toni.viemero@iki.fi>
Approved by: Kirk Strauser <kirk@strauser.com> (maintainer)
2005-01-19 18:04:10 +00:00