mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Track the in-place distfile change [1], which looks like a version update
- Refactor pkg-plist as PLIST_FILES - Narrow CONFLICTS down to versioned packages [1]: PR: ports/84032 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
This commit is contained in:
parent
72b0788bc3
commit
9dca6692da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140418
@ -18,11 +18,7 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= jmelo@freebsdbrasil.com.br
|
||||
COMMENT= San Le's Free Finite Element Analysis
|
||||
|
||||
BROKEN= Size mismatch
|
||||
DEPRECATED= "${BROKEN}"
|
||||
EXPIRATION_DATE=2005-09-22
|
||||
|
||||
CONFLICTS= swi-pl-* TenDRA-*
|
||||
CONFLICTS= swi-pl-[0-9]* TenDRA-[0-9]*
|
||||
USE_REINPLACE= yes
|
||||
USE_MESA= yes
|
||||
CFLAGS+= -I${X11BASE}/include ${PTHREAD_CFLAGS}
|
||||
@ -44,6 +40,8 @@ EXEC= beam/beam/bm \
|
||||
truss/truss/ts \
|
||||
truss/truss_gr/tspost
|
||||
|
||||
PLIST_FILES= ${EXEC:T:S/^/bin\//}
|
||||
|
||||
post-patch:
|
||||
@(${FIND} ${WRKSRC} -name Makefile | ${XARGS} \
|
||||
${REINPLACE_CMD} -E -e "s,^CC = (.*),CC = ${CC} ${CFLAGS},g ; \
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (slffea13.tgz) = b7958742f200b864c12fe62f4bdf43fd
|
||||
SIZE (slffea13.tgz) = 1020161
|
||||
MD5 (slffea13.tgz) = 7d1112c8b07c39aa5eac8a210d3654ac
|
||||
SIZE (slffea13.tgz) = 1052067
|
||||
|
@ -1,15 +0,0 @@
|
||||
bin/bm
|
||||
bin/bmpost
|
||||
bin/br
|
||||
bin/brpost
|
||||
bin/nbr
|
||||
bin/pl
|
||||
bin/plpost
|
||||
bin/pvbr
|
||||
bin/pvs
|
||||
bin/qd
|
||||
bin/qdpost
|
||||
bin/shl
|
||||
bin/shpost
|
||||
bin/ts
|
||||
bin/tspost
|
Loading…
Reference in New Issue
Block a user