summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-08-29 14:16:03 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-08-29 14:16:03 +0000
commitbd78be73dd37098fe12c84249b26260a97aa8690 (patch)
tree9e5f9914857b88d20096ab74828a4f78a8fc2483 /lang
parent- This is not BROKEN, it just needs manual fetching. Remove (diff)
- Remove bogus conditional IGNORE for PACKAGE_BUILDING; these should
be IGNOREd regardless of PACKAGE_BUILDING. Soem have no MASTER_SITES and require manual fetching, others are already marked RESTRICTED. - Trim headers - Convert some pre-fetch errors into IGNORE - Remove needless quoting in java/jdk7-doc IGNORE With hat: portmgr
Notes
Notes: svn path=/head/; revision=325598
Diffstat (limited to 'lang')
-rw-r--r--lang/gnat/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile
index 63ecbfe64448..e2429122eb22 100644
--- a/lang/gnat/Makefile
+++ b/lang/gnat/Makefile
@@ -1,11 +1,5 @@
# Created by: hsu, nils@guru.ims.uni-stuttgart.de, maurice@serc.rmit.edu.au
# $FreeBSD$
-#
-# Note:
-# - FreeBSD tasking libraries are included in the stock source.
-# - The default names of a number of binaries have been altered to avoid
-# conflict with other gcc based products. Standard names can be provided
-# using symbolic links.
PORTNAME= gnat
PORTVERSION= 2010
@@ -124,7 +118,7 @@ PLIST_SUB+= SHAREDLIB="@comment "
.endif
# Check for GNAT sources.
-.if !exists(${DISTDIR}/${gnat_srcfile}) && !defined(PACKAGE_BUILDING)
+.if !exists(${DISTDIR}/${gnat_srcfile})
IGNORE= you must fetch the source distribution manually. Please access http://libre.adacore.com/ with a web browser and download the source files: ${gnat_srcfile} ${gcc_srcfile} placing them in ${DISTDIR}
.endif