1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
Commit Graph

52 Commits

Author SHA1 Message Date
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Ruslan Makhmatkhanov
f64cabf5bf net/spread: update MASTER_SITES and other changes
- update MASTER_SITES
- switch to tar.xz distribution [1]
- use fixpacklist instead of manual fix [2]
- strip shared libraries [2]
- whitespace fix in pkg-plist
- bump PORTREVISION because of STRIP_CMD

[1] both tar.gz and tar.xz are identical
[2] obtained from https://phabric.freebsd.org/D126

PR:		190013
Submitted by:	portmaster@bsdforge.com (maintainer)
2014-06-02 18:57:55 +00:00
Ruslan Makhmatkhanov
4cb69a9d66 net/spread: fix staging
- fix staging
- simplify config samples handling
- bump PORTREVISION

Submitted by:	swills (private email)
Approved by:	portmgr (blanket)
2014-06-01 19:20:33 +00:00
Ruslan Makhmatkhanov
aa64a51660 net/spread: unbreak, support staging
- update master sites (maintained by submitter)
- remove broken and deprecated
- pass maintainership to submitter
- support staging

PR:		188853
Submitted by:	C Hutchinson <portmaster@bsdforge.com>
2014-05-20 06:03:04 +00:00
Baptiste Daroussin
ce1c0bc3ed Back to the futur 2014-02-10 13:27:09 +00:00
Baptiste Daroussin
e6ef2c96d5 Mark as deprecated unmaintained ports for which no public distfiles are
available for part or all the needed distfiles.

Reported by:	distillator
2014-02-10 12:58:54 +00:00
Baptiste Daroussin
0c710c7b4e Add NO_STAGE all over the place in preparation for the staging support (cat: net) 2013-09-20 22:10:23 +00:00
Andrej Zverev
f3f8225592 - Fix INDEX 2013-08-02 18:39:11 +00:00
Andrej Zverev
0aad97bb5c - Convert to new perl framework 2013-08-02 18:21:05 +00:00
Andrej Zverev
124b00a56f - Fix build with new site_perl
Submitted by:	olli hauer <ohauer@gmx.de>
2013-06-12 17:45:02 +00:00
Olli Hauer
c7a7fd8bcb - update included Spread.pm to the latest version
http://search.cpan.org/CPAN/authors/id/J/JE/JESUS/Spread-3.17.4.4.tar.gz

- assign the port from apache@ tp ports@ (port is not apache related)

PR:		ports/170124
Submitted by:	Marcello Coutinho <marcellocoutinho@gmail.com>
2012-08-25 18:44:32 +00:00
Olli Hauer
8983a88800 - use reserverd UID/GID
- use ports-framework to create user/group
- remove pkg-(de)install
- rename patchfiles
- rename rc file ( s/.in// )
- bump PORTREVISION

with hat apache@

PR:		169953
Submitted by:	Marcello Coutinho <marcellocoutinho@gmail.com>
2012-07-20 20:32:20 +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
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
Doug Barton
29813d5397 Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
2011-05-15 02:49:17 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Philip M. Gollucci
5b39f308b8 - Set PORTSCOUT var
With Hat:   apache@
2010-05-05 04:07:03 +00:00
Doug Barton
36cd5c74c7 For those ports that have been fully adapted to USE_RC_SUBR remove the
old RC_SCRIPTS_SUB as it has not been needed for a long time.

For those that have not yet been updated, remove RC_SUBR=${RC_SUBR}
from the list.
2010-03-27 05:21:36 +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
Philip M. Gollucci
ae23e8d251 - Mark UNSAFE apache@ ports MAKE_JOBS_UNSAFE=yes 2009-05-17 07:23:23 +00:00
Philip M. Gollucci
b01425d178 - Over to apache@ direct dep of mod_log_spread 2009-05-17 05:03:36 +00:00
Martin Wilke
7ea14b7af4 - Update to 3.17.4
PR:		124515
Submitted by:	Wen heping <wenheping@gmail.com>
2008-06-18 23:51:55 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Rong-En Fan
6a5fdc7d0b - Handle configuration files according to PH 2006-12-26 16:58:27 +00:00
Aaron Dalton
034da62417 General port cleanup: USE_RC_SUBR and plist fixes mostly. 2006-12-26 16:25:45 +00:00
Mark Linimon
043a69f62f Reset inactive maintainer who has not responded to email.
Hat:		portmgr
2006-09-05 05:06:13 +00:00
Erwin Lansing
50513d5d52 Add support for DESTDIR part I.
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.

Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.

PR:             100555
Submitted by:   gabor
Sponsored by:   Google Summer of Code 2006
2006-08-04 12:34:50 +00:00
Sam Lawrance
4bf19e536f Fix plist.
PR:		ports/92841
Submitted by:	leeym
Approved by:	joshua@roughtrade.net (maintainer, timeout 2 months)
2006-04-18 08:51:11 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Emanuel Haupt
8133f27abb Add original master site again, rather than replacing it
(fixes my previous commit).
2005-11-16 08:33:39 +00:00
Emanuel Haupt
3ed2230253 - Update master site
- Add SHA256 hash

Notified by:	pointyhat via kris
Submitted by:	Joshua Goodall <joshua@roughtrade.net> (maintainer)
2005-11-16 08:22:36 +00:00
Emanuel Haupt
9466619af6 - Update to 3.17.3
- Provide pkg-deinstall
- Cleanup

PR:		86901
Submitted by:	Chris Mikkelson <cmikk@qwest.net>
Approved by:	maintainer timeout (16 days after postponement)
2005-10-28 18:30:58 +00:00
Oliver Eikemeier
0bf587a1d1 update of net/spread and net/spread-j to version 3.17.2
PR:		69095
Submitted by:	Joshua Goodall <joshua@roughtrade.net> (maintainer)
2004-07-22 12:15:28 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Edwin Groothuis
12f56a38a7 [MAINTAINER UPDATE] New versions of spread, spread-j and py-spreadmodule
* Use more bsd.port.mk convenience switches.
* Use rc.subr properly for spread daemon.
* Write a logfile rather than spewing to stdio.
* Move rendezvous socket to /var/run.
* Make Makefile.PL behave properly with PREFIX.

PR:             ports/60053
Submitted by:	Joshua Goodall <joshua@roughtrade.net>
2003-12-29 06:21:20 +00:00
Ying-Chieh Liao
c634b4bb83 utilize SITE_PERL
PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-10-24 12:05:09 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Edwin Groothuis
27080310f3 Remove the IGNORE part of the Makefile. It was original in there
because the website said that it you had to register before you
could download it. Joshua Goodall chased it up and got an okay for
putting it on his own website for the FreeBSD project. See ports/45178
for more information.

PR:		ports/45178
Submitted by:	maintainer.
2002-12-11 05:49:10 +00:00
Edwin Groothuis
6ef21606b0 IGNORE wasn't for a LICENSE issue but for download-restrictions. 2002-11-17 02:55:06 +00:00
Edwin Groothuis
1420ecfec7 Maintainer update to version 3.17.0
PR:		ports/45178
Submitted by:	Joshua Goodall <joshua@roughtrade.net>
2002-11-16 22:28:08 +00:00
Kris Kennaway
96f8dfa671 Fix build on -current (don't assume that everything not FreeBSD 4.x is
FreeBSD 3.x)
2002-09-05 09:04:07 +00:00
Ernst de Haan
3a74ff8d57 Introduction of NEED_JAVAC knob in bsd.java.mk, stage 1.
The NEED_JAVAC knob has been discussed on the freebsd-java
mailing list. It is documented at:

http://www.metaverse.nl/~ernst/writing.html

The second stage is the actual changing of bsd.java.mk.

Reviewed by:	java@FreeBSD.org
Approved by:	zach@neurosoft.org, joshua@roughtrade.net, lioux
2002-04-26 22:28:52 +00:00
Ernst de Haan
ad6efeff87 Added some alternative download locations. 2002-04-13 12:21:30 +00:00
Ernst de Haan
e2411c3d19 Update to release 3.16.2. Added stability fixes. Updated manpages.
Use USE_JAVA. Handle jikes properly. Dtrt wrt javadoc.

PR:		36814
Submitted by:	maintainer
2002-04-13 10:02:26 +00:00
Pete Fritchman
83a78f4b3f Somehow I managed to botch pkg-install so the script was in the file twice,
so remove the second instance.  Also, scripts/createusergroup is replaced
by pkg-install so GC that.

Submitted by:	maintainer
2002-03-04 13:50:21 +00:00
Pete Fritchman
1825eac2c9 - update to 3.16.1
- pass maintainership to submitter
- make the java dependency more flexible
- get rid of NO_PACKAGE and add a pkg-install script to create the
  user/group needed
- use DOCSDIR instead of the port-specific DOCDIR
- set PKGMESSAGE to the license file
- sort pkg-plist
- respect PREFIX

PR:		35407
Submitted by:	Joshua Goodall <joshua@roughtrade.net> (new maintainer)
2002-03-02 16:59:30 +00:00
Anders Nordby
d59a8685d4 Give up maintainership of this port. 2002-01-20 16:15:05 +00:00
SADA Kenji
78cc860b84 Remove some restrictions of source distribution.
Approved by:	maintainer
Pointed out by:	mi
2001-11-04 16:06:58 +00:00