package name includes "language specifics" or "compilation options" as
specified in the handbook. PKGNAME is now defined as
${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}.
Suggested by: mharo (prefix), reg (suffix)
Reviewed by: the ports list
It allows you to set the address of a domain in the SOA record.
It will adds a "IN A <address>" line to the SOA.
This is needed for sites that want a default address for a partial name -
say just yahoo.com instead of forcing users to always type www.yahoo.com.
Submitted by: "David Peterson" <chief@mail.idrive.com>
more PREFIX-friendly. Also, put flexbackup docs in share/doc/flexbackup.
Reflect this doc change in MESSAGE too.
PR: 17762
Submitted by: John Reynolds <jjreynold@home.com>
ports@FreeBSD.org will take care of it.
PR: ports/17849
Requested by: MAINTAINER
Owing to: pressure of business
Plus some style fixes.
- Use ${INSTALL_PROGRAM}
- Use PORTNAME/PORTVERSION and utilize PORTVERSION for other parts
- Define WRKSRC
MAKE_ENV=MAKEOBJDIRPREFIX=${WRKDIR} and a pre-build target to do a
"make obj". That obsoletes the pre-clean target since the generated
files all go into ${WRKDIR} and there's nothing to clean on the source
directory.
Also, fix several minor bogons. NO_CHECKSUM is a user variable, and
never should be set in a port Makefile. NO_WRKSUBDIR is not necessary
because WRKSRC is set explicitly. I don't know what the empty
do-fetch is doing there.
SDL's requirement of linuxthreads, this port will only work on systems
running FreeBSD 4.0 and later. :-(
But, I would just like to rant about how cool sdlquake is. It's so FAST
(heck, takes about 90 seconds to compile+link on my PII-300), it's so
beautiful, and it's so much fun!! :-)
Okay, I know the Q3A freaks are gonna look at me funny, but hey, I'm free
of Windows (*grumble* except for scientific apps), and they're not. ;-)
to respect C(C,XX) or C(XX)FLAGS, according to the author.
Author also requested that the distfile be hosted on *.FreeBSD.org.
PR: 13124
Submitted by: Oleg <oleg@pobox.com>