# New ports collection makefile for: xldlas # Date created: 20 Dec 97 # Whom: Pedro Giffuni # # $FreeBSD$ # PORTNAME= xldlas PORTVERSION= 0.85 PORTREVISION= 4 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/graphics/visualization EXTRACT_SUFX= -source.tgz MAINTAINER= ports@FreeBSD.org COMMENT= An XForms-based statistics package LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms WRKSRC= ${WRKDIR}/xldlas MAN1= xldlas.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xldlas ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xldlas.1 ${PREFIX}/man/man1 ${MKDIR} ${DATADIR} ${CP} -R ${WRKSRC}/help ${DATADIR} .include
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
many ports: mark broken on powerpc64 2016-04-21T16:43:14+00:00 swills swills@FreeBSD.org 2016-04-21T16:43:14+00:00 846d8199972dd0559fe10d7173837b7a0309069b

- Convert to USES=libtool 2014-07-07T19:27:06+00:00 tijl tijl@FreeBSD.org 2014-07-07T19:27:06+00:00 d9512ba2e7e1fbc5561b5eabb0eff2a321f79b17 - Add INSTALL_TARGET=install-strip - Remove use of PTHREAD_LIBS
- Add INSTALL_TARGET=install-strip
- Remove use of PTHREAD_LIBS
Turn "WITH_OPENMP" into a proper OPTION. 2014-06-21T23:59:06+00:00 adamw adamw@FreeBSD.org 2014-06-21T23:59:06+00:00 733bf5521671e54a2fb233dbe4a809ff716f905d

Convert all :U to :tu and :L to :tl 2014-05-05T09:45:36+00:00 bapt bapt@FreeBSD.org 2014-05-05T09:45:36+00:00 1fa39fd2c3d6f5edbc6d4a9d6f9ceae142a0f184 Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
When -march=FOO happens to be among CFLAGS, unexpected things could 2014-04-27T21:37:13+00:00 mi mi@FreeBSD.org 2014-04-27T21:37:13+00:00 ab47e7313a56ce1f4054dc14f510e28756e74a25 occur (for example, -march=core2 used to break build). Not a FreeBSD problem even -- Linux crowd was bitten by this too (and misdiagnosed it). Our package-building does not include the flag, which is why we haven't seen this before. Attempt to help configure better detect the architecture and CPU-capabilities -- and use assembler-implementations of various routines, where possible. ("make check" is almost 30% faster now) Ensure, SSE2-specific code builds properly with clang as well as gcc. Ensure, the author's "make check" runs as regression-test. Add another patch found on SourceForge. (Attempt to) unbreak on PowerPC -- untested. Bump PORTREVISION. Take maintainership for the time being, to deal with any fallout.
occur (for example, -march=core2 used to break build). Not a FreeBSD
problem even -- Linux crowd was bitten by this too (and misdiagnosed
it). Our package-building does not include the flag, which is why
we haven't seen this before.

Attempt to help configure better detect the architecture and
CPU-capabilities -- and use assembler-implementations of various
routines, where possible. ("make check" is almost 30% faster now)

Ensure, SSE2-specific code builds properly with clang as well as gcc.

Ensure, the author's "make check" runs as regression-test.

Add another patch found on SourceForge.

(Attempt to) unbreak on PowerPC -- untested.

Bump PORTREVISION. Take maintainership for the time being, to deal
with any fallout.
- Remove NO_STAGE as these have been tested to be safe 2013-09-25T00:54:08+00:00 bdrewery bdrewery@FreeBSD.org 2013-09-25T00:54:08+00:00 6af4ff201e6b2e1d8d4442d30fe3cf38945ff7e4 With hat: portmgr
With hat:	portmgr
Add NO_STAGE all over the place in preparation for the staging support (cat: security) 2013-09-20T22:55:24+00:00 bapt bapt@FreeBSD.org 2013-09-20T22:55:24+00:00 9945eb084e64cb98322c9a704d7b07613777e6b6