73ee5e70c5
specifically powerpc patch file. Drop patch-ieee-utils-fp-freebsd.c alltogether and change the order of #ifdefs in the setup to pull in fp-gnuc99.c instead of fp-freebsd.cc Verified on redports for x86 builds and am bumping port revision. Suggested by: nathanw Phabric: https://reviews.freebsd.org/D787 Reviewed by: nathanw Approved by: bdrewery (mentor)
36 lines
764 B
Makefile
36 lines
764 B
Makefile
# Created by: Andrew L. Neporada <andrew@chg.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gsl
|
|
PORTVERSION= 1.16
|
|
PORTREVISION= 2
|
|
CATEGORIES= math
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= bf@FreeBSD.org
|
|
COMMENT= The GNU Scientific Library - mathematical libs
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= libtool makeinfo pathfix
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split'
|
|
INSTALL_TARGET= install-strip
|
|
|
|
INFO= gsl-ref
|
|
|
|
post-extract:
|
|
@${RM} -f ${WRKSRC}/doc/gsl-ref.info*
|
|
|
|
#prevent regression test coredumps from causing failures on the
|
|
#package-building cluster:
|
|
.ifndef(MAINTAINER_MODE)
|
|
CORELIMIT?= /usr/bin/limits -Sc 0
|
|
.endif
|
|
|
|
check regression-test test: build
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CORELIMIT} ${MAKE_CMD} \
|
|
${MAKE_ARGS} check
|
|
|
|
.include <bsd.port.mk>
|