| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Fix configure script with clang
Notes:
svn path=/head/; revision=337683
|
|
|
|
|
|
|
| |
news)
Notes:
svn path=/head/; revision=327759
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
| |
Notes:
svn path=/head/; revision=265663
|
|
|
|
| |
Notes:
svn path=/head/; revision=263089
|
|
|
|
| |
Notes:
svn path=/head/; revision=262460
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Notes:
svn path=/head/; revision=261230
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=237892
|
|
|
|
|
|
|
| |
Tested by: exp build run (erwin)
Notes:
svn path=/head/; revision=218886
|
|
|
|
| |
Notes:
svn path=/head/; revision=209420
|
|
|
|
|
|
|
|
| |
PR: ports/116639
Submitted by: aDe
Notes:
svn path=/head/; revision=200411
|
|
|
|
| |
Notes:
svn path=/head/; revision=173251
|
|
|
|
|
|
|
|
| |
since rc.subr adds that already. In 3 cases it meant removing a wrongly
specified TERM, since that is the default.
Notes:
svn path=/head/; revision=168253
|
|
|
|
| |
Notes:
svn path=/head/; revision=162141
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=156534
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It would be better to replace the SUB_FILES line in the
Makefile with:
USE_RC_SUBR= ${PORTNAME}.sh
This provides several benefits in the short term. It would
obviate the need for the post-install target and the pkg-plist
entry, as the USE_RC_SUBR macro handles that stuff (as well
as the SUB_FILES stuff) for you automatically. In the long
term, we're going to add even more support for good things
in the USE_RC_SUBR code, so it's a good idea to move that
direction now.
Notes:
svn path=/head/; revision=152769
|
|
|
|
|
|
|
|
|
|
| |
news/newscache is lacking an rc script, so I hacked this one up
PR: ports/91319
Submitted by: Arjan Koole <arjan@blackoak.net>
Notes:
svn path=/head/; revision=152750
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
Notes:
svn path=/head/; revision=148323
|
|
|
|
|
|
|
|
| |
* Remove my name from blop pkg-descr
* Grab back maintainership for netio
Notes:
svn path=/head/; revision=147568
|
|
|
|
| |
Notes:
svn path=/head/; revision=136800
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION
Reported by: Mike Harding <mvh@ix.netcom.com>
Obviously i don't care enough about this port to test it :-(
-> drop maintainership
Notes:
svn path=/head/; revision=120719
|
|
|
|
| |
Notes:
svn path=/head/; revision=120705
|
|
|
|
| |
Notes:
svn path=/head/; revision=110841
|
|
|
|
|
|
|
| |
BUILD_DEPENDS are installed after patch:
Notes:
svn path=/head/; revision=109323
|
|
|
|
|
|
|
| |
Submitted by: trevor
Notes:
svn path=/head/; revision=104476
|
|
|
|
|
|
|
| |
Reported by: Mike Harding
Notes:
svn path=/head/; revision=98548
|
|
|
|
| |
Notes:
svn path=/head/; revision=98353
|
|
|
|
|
|
|
|
| |
Submitted by: Herbert Straub
Reported by: Konstantin Nikonenko
Notes:
svn path=/head/; revision=95539
|
|
|
|
| |
Notes:
svn path=/head/; revision=92332
|
|
|
|
| |
Notes:
svn path=/head/; revision=86303
|
|
|
|
|
|
|
|
|
| |
Reported by: Derkjan de Haan <haanjdj@xs4all.nl>
Submitted by: Herbert Straub <h.straub@aon.at>
Tested by: Steve Ames <steve@energistic.com>
Notes:
svn path=/head/; revision=86276
|
|
|
|
|
|
|
| |
Apologies to: arved
Notes:
svn path=/head/; revision=81212
|
|
|
|
| |
Notes:
svn path=/head/; revision=81207
|
|
|
|
| |
Notes:
svn path=/head/; revision=80989
|
|
|
|
|
|
|
|
|
| |
Add a patch for the date command. Bump PORTREVISION
Submitted by: Matthias Andree (via author).
Notes:
svn path=/head/; revision=77265
|
|
|
|
| |
Notes:
svn path=/head/; revision=76041
|
|
|
|
|
|
|
|
| |
PR: 43893
Submitted by: maintainer
Notes:
svn path=/head/; revision=67765
|
|
|
|
|
|
|
|
| |
PR: 40531
Submitted by: maintainer
Notes:
svn path=/head/; revision=62973
|
|
PR: 35827
Submitted by: Tilman Linneweh <tilman@arved.de>
Notes:
svn path=/head/; revision=58528
|