Commit graph

17 commits

Author SHA1 Message Date
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Bryan Drewery
bd78be73dd - Remove bogus conditional IGNORE for PACKAGE_BUILDING; these should
be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES
  and require manual fetching, others are already marked RESTRICTED.
- Trim headers
- Convert some pre-fetch errors into IGNORE
- Remove needless quoting in java/jdk7-doc IGNORE

With hat:	portmgr
2013-08-29 14:16:03 +00:00
Baptiste Daroussin
6b9de4a9f4 Restore ventrilo-server, which has been removed by mistake (distfile is still available)
Pass maintainership to submitter

Submitted by:	Bob Willcox <bob@immure.com>
2013-06-05 17:00:46 +00:00
Rene Ladan
05a530bf23 Remove expired ports:
2013-03-05 mail/p5-vpopmail: Broken for more than 6 month
2013-06-01 mail/vodmr: depends on expired mail/p5-vpopmail
2013-06-03 audio/ventrilo-server: No more public distfiles
2013-06-03 devel/libzrtp: No more public distfiles
2013-05-30 mail/postfix26: No longer supported by upstream
2013-06-01 devel/i386-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/mips-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/arm-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sh-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/powerpc-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sparc-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/mips-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/i386-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sh-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/powerpc-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sparc-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/arm-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/m68k-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/m68k-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sh-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/m68k-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/i386-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/arm-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/sparc-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/mips-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-01 devel/powerpc-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
2013-06-03 10:34:44 +00:00
Baptiste Daroussin
57032d8e40 Deprecated: no more public distfiles 2013-05-03 20:42:46 +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
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
Thomas Abthorpe
20256e352d - Reassign to the heap 2011-09-21 02:46:17 +00:00
Chris Rees
0dbca19780 audio/ventrilo-server now uses USERS and GROUPS
PR:		ports/157928
Submitted by:	crees (me)
Approved by:	rene (mentor, implicit), maintainer timeout (20 days)
2011-07-07 18:14:36 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Beech Rintoul
d7e7c4023b - Update to 3.03
PR:		ports/129086
Submitted by:	Pankov Pavel <pankov_p@mail.ru>
Approved by:	maintainer timeout (2+ weeks)
2008-12-10 09:20:51 +00:00
Pav Lucistnik
3674dbd301 - Update to 3.0.2
- Update legal status

PR:		ports/120794
Submitted by:	Pankov Pavel <pankov_p@mail.ru>
Approved by:	maintainer timeout (3 weeks)
2008-03-13 15:24:31 +00:00
Mark Linimon
540e561be6 Mark broken: bad checksum.
Approved by:	portmgr (self)
2007-11-15 09:55:33 +00:00
Doug Barton
b4118877b1 Another round of the periodic sweep for removal of the
KEYWORD: FreeBSD scourge. We have ignored this keyword
for a long time now, so this is a non-functional change
(therefore no PORTREVISION bumps).

Insert a $FreeBSD tag where needed, and adjust a comment
in mail/milter-regex to match reality.
2007-02-26 23:02:04 +00:00
Pav Lucistnik
39540d24fb The server for Ventrilo is a voice chat program which supports multiple
channels with different rate codecs and several people on each channel.
Primarily aimed at team gamers but can be used as an IP phone as well.

WWW: http://www.ventrilo.com/

PR:		ports/95071
Submitted by:	Anish Mistry <amistry@am-productions.biz>
2006-10-06 21:26:09 +00:00