Commit graph

38 commits

Author SHA1 Message Date
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
Martin Wilke
9da1747e8e - Fix build on HEAD
PR:		143239
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net>
2010-02-12 17:21:40 +00:00
Doug Barton
2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00
Dmitry Marakasov
a2472d09d8 - Fix broken makefiles introduced with translation to new SF File Release System
Reported by:	dan
Pointyhat to:	myself
2009-08-22 02:23:49 +00:00
Dmitry Marakasov
3eb168f46b - Switch SourceForge ports to the new File Release System: categories starting with P,R,S 2009-08-22 00:35:32 +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
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Andrej Zverev
21ae257e6e - Drop maintainership 2008-06-24 07:11:00 +00:00
Andrej Zverev
1d5b224180 - Fix typo in rc script
Submitted by:	Matthieu Michaud <matthieu(at)epita.info> via e-mail
2007-04-22 09:22:13 +00:00
Andrej Zverev
3b6998396e - s/INSTALLS_SHLIB/USE_LDCONFIG/
- Write notes about msyslogd_flags in pkg-message
- Add msyslogd_flags into rcng file [1]
- bump portversion

[1] Few people ask me todo that, i remember about it, but missed all email from them, sorry guys.
no you names,emails here.
2006-09-16 19:39:45 +00:00
Andrej Zverev
6271f83513 - Fix spelling in Makefile
PR:		ports/98393
Submitted by:	Richard Tector <richard@tector.org.uk>
2006-06-12 15:35:22 +00:00
Andrej Zverev
a02df25c27 - Remove deprecated USE_REINPLACE
- Remove no longer exist core.inec.ru from MASTER_SITES list - R.I.P
2006-02-22 08:35:50 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Andrej Zverev
4b8821c079 - Fix SYMBOL_PREFIX, it's must be null.
Noticed by:	Guido <guido_ro@yahoo.it> (via email)
Approved by:	sem (mentor)
2005-10-05 08:36:08 +00:00
Andrej Zverev
04b99f7cc7 - Change my e-mail
Approved by: sem (mentor)
2005-10-03 12:55:25 +00:00
Sergey Matveychuk
1ebf65b052 - Update to 1.08g
- Simplify Makefile
- Add OPTIONS support
- Pass maintainership to submitter

PR:		ports/86151
Submitted by:	Andrej Zverev <az@inec.ru>
2005-09-15 12:01:48 +00:00
Mark Linimon
6d9d40692a Chase mastersite change. Note: a newer version (1.08g) seems to be
available.
2005-09-14 08:37:58 +00:00
Palle Girgensohn
34fa6c853e Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)
2005-01-31 00:35:55 +00:00
Volker Stolz
42a63591c0 Log to /var/run/log instead of /dev/log.
(bump PORTREVISION)

PR:		ports/55237
Submitted by:	Janos Mohacsi
2004-06-30 12:19:18 +00:00
Anders Nordby
aec80564cb Add WITH_DAEMON_NAME knob for setting --with-daemon-name option for
configure script.

PR:		62738
Submitted by:	Bill Melvin <Bill.Melvin@esc.edu>
2004-05-28 11:53:48 +00:00
Anders Nordby
e789c85da0 Give up maintaining msyslog. 2004-05-28 11:24:16 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Kris Kennaway
257fa95095 Create directories mode 755, not 775 2003-04-19 23:21:54 +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
Anders Nordby
87bcbe0ad8 Update to 1.08f final.
Chase WWW URL.
Remove autoconf dependency.
Bump PORTREVISION.
2003-01-04 19:34:05 +00:00
Sean Chittenden
b2c46c868c Chase libpq version bump. 2003-01-04 15:53:39 +00:00
Edwin Groothuis
44dc00c162 On request of DougB@, change of USE_PERL5 to USE_PERL5_RUN.
I'll send a PR regarding the real solution (= automatic USE_PERL5_RUN
when USE_AUTOCONF is selected)
2002-11-19 07:59:14 +00:00
Edwin Groothuis
a3883b99c9 sysutils/msyslog needs perl to configure, -> USE_PERL5=yes
Noticed on: bento
2002-11-16 01:36:40 +00:00
Edwin Groothuis
197dfc3321 lang/fpc needed perl to complete its install, the others are renaming
of PERL to REINPLACE_CMD

Noticed on: bento
2002-11-08 23:03:48 +00:00
Anders Nordby
df71265218 Move libs to alat dir like msyslog/audit defaults to.
Fix MANDIR, add two lost manpages.
Port is prefix-clean.
2002-03-24 17:56:20 +00:00
Anders Nordby
62374e8c96 Update to version 1.08f.
Reclaim maintainership.
2002-03-23 18:28:13 +00:00
Pete Fritchman
afbebb0cfe Set maintainer to ports@FreeBSD.org
Submitted by:	Anders Nordby <anders@fix.no> (previous maintainer)
2001-10-07 02:03:45 +00:00
Pete Fritchman
eaf6bd4cd1 - update to version 1.07
- add a backup MASTER_SITE
- sort MAN8
- handle doc install better, use DOCSDIR
- move message from Makefile post-install target to pkg-message
- sort pkg-plist

PR:		30109
Submitted by:	maintainer
2001-08-29 06:37:43 +00:00
Mark Pulford
f6c3579379 Update changed WWW
PR:		28814
Submitted by:	Anders Nordby <anders@fix.no>
2001-07-08 14:35:03 +00:00
Kevin Lo
3b767a77fa Update to version 1.05
PR: 28559
Submitted by: MAINTAINER
2001-07-01 15:36:45 +00:00
James E. Housley
4ec1a59c35 Updates the msyslog port to the latest version: 1.04d
PR:		27856
Submitted by:	Anders Nordby <anders@fix.no>
2001-06-07 11:12:51 +00:00
Will Andrews
d9ea8a1921 Add msyslog 1.04b, a flexible and easy to integrate syslog daemon.
PR:		27308
Submitted by:	Anders Nordby <anders@fix.no>
2001-05-20 02:54:49 +00:00