diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-10-19 16:02:11 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-10-19 16:02:11 +0000 |
commit | 14d347516227761a5d9a0ec7f359342afc5c812a (patch) | |
tree | 2f64b7d00deb581036d7e55743f50cc2edfb562d | |
parent | 54a6eee22bfff9e274ec4c9948b9f3d3a5d542fc (diff) | |
download | FreeBSD-ports-14d347516227761a5d9a0ec7f359342afc5c812a.zip FreeBSD-ports-14d347516227761a5d9a0ec7f359342afc5c812a.tar.gz |
Update to version 2.3.3.b16
PR: 31300
Submitted by: Ports Fury
-rw-r--r-- | cad/xcircuit/Makefile | 6 | ||||
-rw-r--r-- | cad/xcircuit/distinfo | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index 63154b9..f1c1d8b 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xcircuit -PORTVERSION= 2.3.3.b15 +PORTVERSION= 2.3.3.b16 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://xcircuit.ece.jhu.edu/archive/ @@ -25,7 +25,9 @@ XMKMF= xmkmf MAN1= xcircuit.1 post-patch: - @find ${WRKSRC} -type f | xargs ${PERL} -pi -e "s|__DARWIN__|__STDC__|g" + @find ${WRKSRC} -name '*.[ch]' | xargs ${PERL} -pi -e \ + 's|<malloc.h>|<stdlib.h>|g' + post-install: @${MKDIR} ${PREFIX}/share/examples/xcircuit ${TAR} -C ${WRKSRC}/examples --exclude CVS -cf - . | \ diff --git a/cad/xcircuit/distinfo b/cad/xcircuit/distinfo index 2d749af..616ed5a 100644 --- a/cad/xcircuit/distinfo +++ b/cad/xcircuit/distinfo @@ -1 +1 @@ -MD5 (xcircuit-2.3.3.tar.bz2) = c97b2effb309da614418090176310333 +MD5 (xcircuit-2.3.3.tar.bz2) = 9579a25806fcd2cbca1f0b1840131b65 |