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

7 Commits

Author SHA1 Message Date
Boris Samorodov
0baeefb31f Support STAGE. 2013-11-18 13:18:57 +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
Boris Samorodov
652cf2a59b . fix build at 10.x; [1]
. trim Makefile headres;
. fix MASTER_SITES;
. remove the indefinite article from COMMENT;
. remove check for unsupported OS versions.

Pointed out by:	pointyhat build (via miwibot) [1]
2013-05-24 10:40:15 +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
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
Boris Samorodov
fc2898214b Leave etc/devd alone. It's a standard mtree part now.
Pointed out by:	QAT
2010-11-30 08:15:51 +00:00
Boris Samorodov
d7f57ddc0c A userland driver for wimax modems:
. Samsung SWC-U200;
. Samsung SWC-E100.
2010-11-30 07:25:00 +00:00