Author: gjb
Date: Fri Nov 8 02:31:37 2013
New Revision: 257834
URL: http://svnweb.freebsd.org/changeset/base/257834
Log:
Remove evaluation of OSVERSION < 500000.
I hope to never have to build a release from a stable/5 machine.
While here, remove hard-coded lang/perl5.10, which is better
evaluated during compile-time (especially since lang/perl5.10 does
not exist in the ports/ tree).
This is a direct commit to stable/9, as this file does not exist in
higher branches.
Sponsored by: The FreeBSD Foundation
Modified:
stable/9/release/Makefile.inc.docports
Modified: stable/9/release/Makefile.inc.docports
==============================================================================
--- stable/9/release/Makefile.inc.docports Fri Nov 8 02:27:10 2013
(r257833)
+++ stable/9/release/Makefile.inc.docports Fri Nov 8 02:31:37 2013
(r257834)
@@ -71,18 +71,3 @@ MINIMALDOCPORTS+= ports/textproc/openjad
.else
MINIMALDOCPORTS+= ports/textproc/jade
.endif
-
-.if ${OSVERSION} < 500000
-MINIMALDOCPORTS+= \
- ports/converters/p5-MIME-Base64 \
- ports/devel/p5-File-Spec \
- ports/devel/p5-File-Temp \
- ports/devel/p5-Test-Harness \
- ports/devel/p5-Test-Simple \
- ports/security/p5-Digest \
- ports/security/p5-Digest-MD5 \
- ports/textproc/p5-PodParser
-.else
-MINIMALDOCPORTS+= \
- ports/lang/perl5.10
-.endif
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"