Sun Jun 16 23:09:50 2013 UTC ()
Ada web framework definitly doesn't need Fortran compiler to build.


(asau)
diff -r1.10 -r1.11 pkgsrc/www/aws/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/www/aws/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/aws/Attic/Makefile 2013/04/27 11:49:55 1.10
+++ pkgsrc/www/aws/Attic/Makefile 2013/06/16 23:09:50 1.11
@@ -1,30 +1,30 @@ @@ -1,30 +1,30 @@
1# $NetBSD: Makefile,v 1.10 2013/04/27 11:49:55 marino Exp $ 1# $NetBSD: Makefile,v 1.11 2013/06/16 23:09:50 asau Exp $
2# 2#
3 3
4DISTNAME= aws-${AWS_VERSION} 4DISTNAME= aws-${AWS_VERSION}
5PKGREVISION= 5 5PKGREVISION= 5
6CATEGORIES= www 6CATEGORIES= www
7MASTER_SITES= http://downloads.dragonlace.net/src/ 7MASTER_SITES= http://downloads.dragonlace.net/src/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= draco@marino.st 10MAINTAINER= draco@marino.st
11HOMEPAGE= http://libre.adacore.com/libre/tools/aws/ 11HOMEPAGE= http://libre.adacore.com/libre/tools/aws/
12COMMENT= Adacore Ada Web Server and framework 12COMMENT= Adacore Ada Web Server and framework
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15AWS_VERSION= 2.10.0.1 15AWS_VERSION= 2.10.0.1
16USE_TOOLS+= gmake makeinfo sed gawk 16USE_TOOLS+= gmake makeinfo sed gawk
17USE_LANGUAGES= c ada c++ fortran 17USE_LANGUAGES= c ada c++
18 18
19# Note: c++ and fortran aren't used, but gprconfig probes for them. 19# Note: c++ and fortran aren't used, but gprconfig probes for them.
20# When that happens, pkgsrc wrapper emits a warning message which causes 20# When that happens, pkgsrc wrapper emits a warning message which causes
21# gprconfig to crash due to output text not matching expected regexp 21# gprconfig to crash due to output text not matching expected regexp
22# Adding c++ and fortran to USE_LANGUAGES avoids this issue. 22# Adding c++ and fortran to USE_LANGUAGES avoids this issue.
23 23
24.include "options.mk" 24.include "options.mk"
25 25
26MAKE_ENV+= ADA_PROJECT_PATH=${PREFIX}/lib/gnat 26MAKE_ENV+= ADA_PROJECT_PATH=${PREFIX}/lib/gnat
27 27
28# Link options were added for the aws library 28# Link options were added for the aws library
29# "-R" option disables all rpaths except adalib and compiler libs. This is 29# "-R" option disables all rpaths except adalib and compiler libs. This is
30# done because by default the rpaths will points at the WRKOBJDIR because 30# done because by default the rpaths will points at the WRKOBJDIR because