Commit graph

41 commits

Author SHA1 Message Date
Wen Heping
b57a2093df - Update to 3.0.715
PR:		ports/165578
Submitted by:	Emil Mikulic <emikulic@gmail.com> (maintainer)
2012-03-02 06:40:50 +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
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Frederic Culot
1f70c2f18d - Update to 3.0.714
PR:		ports/157683
Submitted by:	Emil Mikulic <emikulic@gmail.com> (maintainer)
2011-06-07 11:50:42 +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
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
7b05caa977 - Update to 3.0.713
- Enable MAKE_JOBS_SAFE

PR:		144820
Submitted by:	Emil Mikulic <emikulic@gmail.com> (maintainer)
2010-03-21 12:58:39 +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
131a6c4708 - Update to 3.0.712
- Use PORTDOCS and remove pkg-plist

PR:		ports/129450
Submitted by:	Emil Mikulic <emikulic@gmail.com> (maintainer)
2008-12-06 06:27:36 +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
Marcelo Araujo
1cc9bc74c7 - Update to 3.0.711.
PR:		ports/126393
Submitted by:	Emil Mikulic <emikulic@gmail.com> (maintainer)
2008-08-12 00:28:20 +00:00
Rong-En Fan
6fa413742d - Update to 3.0.708
- Update maintainer's mail

PR:		ports/124413
Submitted by:	Emil Mikulic <emil at cs.rmit.edu.au> (maintainer)
2008-06-10 03:32:15 +00:00
Martin Wilke
e6e13e90f0 - Update to 3.0.707
PR:		116869
Submitted by:	Emil Mikulic <emil@cs.rmit.edu.au> (maintainer)
2007-10-05 21:53:35 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Martin Wilke
bd71df172d - Update to 3.0.619
PR:		112241
Submitted by:	Emil Mikulic <emil@cs.rmit.edu.au> (maintainer)
2007-04-29 21:04:43 +00:00
Cheng-Lung Sung
40a12eca65 - update to 3.0.540
- fix build on 4.X

PR:		ports/101545
Submitted by:	maintainer (Emil Mikulic)
Reviewed by:	clsung
2006-08-09 14:20:07 +00:00
Cheng-Lung Sung
65af32f8c2 - update to 3.0.524
- darkstat 3 is almost a complete rewrite of v2 and greatly
  improves speed, features, and reliability.

PR:		ports/99714
Submitted by:	maintanier (Emil Mikulic)
2006-07-03 03:13:57 +00:00
Edwin Groothuis
9a50715eee SHA256ify
Approved by: krion@
2006-02-01 01:08:07 +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
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
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Trevor Johnson
3dbe796b37 Restore Emil Mikulik as maintainer. He sent me his new e-mail
address.
2004-03-18 16:56:06 +00:00
Trevor Johnson
db5dd07571 E-mail to the maintainer bounced:
<emikulic@optushome.com.au>: host mail.optusnet.com.au[211.29.132.250] said:
    553 5.3.0 <emikulic@optushome.com.au>... No such user
2004-03-18 03:37:21 +00:00
Garrett Wollman
60aab66567 Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.

Approved in principle by: marcus
2004-02-23 04:42:13 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Sergei Kolobov
93287478d7 - Update to 2.6 [1]
- Add WITHOUT_NLS knob [1]
- Fix libintl detection if ${LOCALBASE} != /usr/local [2]
- Use DOCSDIR in pkg-plist

PR:		59034 [1]
Submitted by:	maintainer [1], sergei [2]
2003-11-07 17:23:40 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Edwin Groothuis
b4679ef1d2 maintainer update port: net/darkstat to 2.5
PR:		ports/47340
Submitted by:	Emil Mikulic <emikulic@optushome.com.au>
2003-01-30 04:10:59 +00:00
Pete Fritchman
c36b30354d Update to 2.4.
PR:		46388
Submitted by:	maintainer
2003-01-03 06:39:52 +00:00
Oliver Braun
118a59e31b Upgrade to 2.3.
PR:		ports/44805
Submitted by:	mintainer
2002-11-01 08:15:29 +00:00
Oliver Braun
337350396b * Upgrade to 2.2.
* Add another master site..

PR:		43284
Submitted by:	maintainer
2002-10-05 19:22:10 +00:00
David W. Chapman Jr.
f54e3a8a12 Upgrade to 2.1
PR:		41549
Submitted by:	maintainer
2002-08-11 22:23:48 +00:00
Ade Lovett
c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00
Anders Nordby
910adbdbcd Update to 2.0.
Submitted by:	maintainer
2002-07-14 23:10:13 +00:00
Anders Nordby
852da304c1 Update to 1.31.
Assign maintainership to the author.

Submitted by:	Emil Mikulic <emikulic@optushome.com.au>
2002-06-30 19:34:18 +00:00
Anders Nordby
5b737b4cb2 Update to 1.21. 2002-05-02 00:16:04 +00:00
Anders Nordby
746834d493 Add darkstat, a ntop-like network statistics gatherer. 2002-02-24 18:55:04 +00:00