Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/papi/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 2 Oct 2007 07:50:38 -0000 1.6 +++ Makefile 26 Oct 2007 21:48:27 -0000 @@ -2,7 +2,7 @@ # Date created: 21 May 2007 # Whom: redcrash@gmail.com # -# $FreeBSD: ports/devel/papi/Makefile,v 1.6 2007/10/02 07:50:38 linimon Exp $ +# $FreeBSD: ports/devel/papi/Makefile,v 1.4 2007/07/21 08:05:07 pav Exp $ # PORTNAME= papi @@ -10,7 +10,7 @@ PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://papi-for-freebsd.googlecode.com/files/:source1 -DISTFILES= papi-3.5.0-freebsd-rev45.tar.bz2:source1 +DISTFILES= papi-3.5.0-freebsd-rev49.tar.bz2:source1 MAINTAINER= redcrash@gmail.com COMMENT= API to access the performance counter hw in the microprocessor @@ -25,7 +25,9 @@ # Although the package may not install the fortran binaries, it requires the # fortran compiler USE_FORTRAN= yes + +CONFIGURE_ENV+= F77="${F77}" FFLAGS="-fdefault-integer-8" OPTIONS= CTESTS "Install C tests" On OPTIONS+= FTESTS "Install Fortran tests" On @@ -37,12 +38,6 @@ ONLY_FOR_ARCHS_REASON= HWPMC kernel module is only available for I386 and \ AMD64 machines -.if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" -BROKEN= Does not compile with GCC 4.2 -.endif -.endif - .if defined(WITHOUT_CTESTS) PLIST_SUB+= CTESTS="@comment " .else Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/papi/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 18 Jun 2007 14:21:07 -0000 1.2 +++ distinfo 26 Oct 2007 21:48:50 -0000 @@ -1,3 +1,3 @@ -MD5 (papi-3.5.0-freebsd-rev45.tar.bz2) = 8e074f604ea13e5f90cfc61f936267b7 -SHA256 (papi-3.5.0-freebsd-rev45.tar.bz2) = 2d1f0da46ed5f7e42564309698ada13a7b515dfe6a1508fcd61ba3814a24d247 -SIZE (papi-3.5.0-freebsd-rev45.tar.bz2) = 2740086 +MD5 (papi-3.5.0-freebsd-rev49.tar.bz2) = b1e71f08710a4f0bc6fe5b1d8217082d +SHA256 (papi-3.5.0-freebsd-rev49.tar.bz2) = 0bca15ff53f75fc56544dc6502da2b76f9f6dbb95bb5b4e07e893127d21d3eef +SIZE (papi-3.5.0-freebsd-rev49.tar.bz2) = 2740609 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/papi/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 13 Jun 2007 21:26:19 -0000 1.1 +++ pkg-plist 25 Oct 2007 10:12:08 -0000 @@ -98,5 +98,5 @@ %%FTESTS%%share/ftests/strtest %%FTESTS%%share/ftests/tenth %%FTESTS%%share/ftests/zero -%%CTESTS%%@dirrm share/ctests %%FTESTS%%@dirrm share/ftests +%%CTESTS%%@dirrm share/ctests