mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 2005.01.27
- Unbreak on 5.3 and newer PR: ports/78029 Submitted by: Johan van Selst <johans@stack.nl>
This commit is contained in:
parent
05e759e9db
commit
36e598b80c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129804
2 changed files with 6 additions and 9 deletions
|
@ -7,11 +7,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= gnucap
|
||||
PORTVERSION= 0.34
|
||||
PORTVERSION= 2005.01.27
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= http://www.gnucap.org/ \
|
||||
MASTER_SITES= http://www.gnucap.org/devel/ \
|
||||
http://www.geda.seul.org/dist/ \
|
||||
http://www.kettering.edu/~adavis/gnucap/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= The Gnu Circuit Analysis Package
|
||||
|
@ -23,14 +24,10 @@ MAKE_ARGS= CCC="${CXX}" CCFLAGS="${CXXFLAGS}"
|
|||
|
||||
CFLAGS+= -DUNIX -DNDEBUG -DNEEDS_IS_INF -DNEEDS_IS_NAN -I..
|
||||
|
||||
MAN1= gnucap-ibis.1 gnucap.1
|
||||
MAN1= gnucap-ibis.1 gnucap.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile with gcc 3.4.2"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo|true|g' ${WRKSRC}/src/configure
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (gnucap-0.34.tar.gz) = 0d346f02a38c544fda6f8d7ec4f8b45e
|
||||
SIZE (gnucap-0.34.tar.gz) = 1412004
|
||||
MD5 (gnucap-2005-01-27.tar.gz) = d5b9f00622b85bab90994e25195bba1e
|
||||
SIZE (gnucap-2005-01-27.tar.gz) = 1343909
|
||||
|
|
Loading…
Add table
Reference in a new issue