diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-02-19 23:24:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-02-19 23:24:58 +0000 |
commit | 332aa8a15afdc5b627c1010fd16f10ef68c8f0d7 (patch) | |
tree | c3acbe82cc929775ad79f483952242dd15eeebf4 /cad | |
parent | - Update to version 0.8.2 (diff) |
- Update to 3.7.27
PR: 164987
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=291866
Diffstat (limited to 'cad')
-rw-r--r-- | cad/xcircuit/Makefile | 9 | ||||
-rw-r--r-- | cad/xcircuit/distinfo | 4 |
2 files changed, 9 insertions, 4 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index bbf6d9b52107..6adbb3b6b768 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -6,15 +6,19 @@ # PORTNAME= xcircuit -PORTVERSION= 3.7.26 +PORTVERSION= 3.7.27 PORTEPOCH= 1 CATEGORIES= cad -MASTER_SITES= http://opencircuitdesign.com/xcircuit/archive/ +MASTER_SITES= http://opencircuitdesign.com/xcircuit/archive/ \ + http://fossies.org/unix/misc/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= An X11 drawing program [especially for circuit schematics] +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + USE_XORG= xpm xt USE_TCL= 85 USE_TCL_BUILD= 85 @@ -27,6 +31,7 @@ CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \ --with-tk=${TK_LIBDIR} MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ AUTOMAKE="${TRUE}" +MAKE_JOBS_SAFE= yes CFLAGS+= -fPIC diff --git a/cad/xcircuit/distinfo b/cad/xcircuit/distinfo index a027d4bf22b9..c5fff6e494f7 100644 --- a/cad/xcircuit/distinfo +++ b/cad/xcircuit/distinfo @@ -1,2 +1,2 @@ -SHA256 (xcircuit-3.7.26.tgz) = 3158a007c6f125ca3c07f6890eec5f15df87f57e5ade139b6e764cca9895ff34 -SIZE (xcircuit-3.7.26.tgz) = 1468743 +SHA256 (xcircuit-3.7.27.tgz) = 8b5cb383ead93c114a4c4f8ec73ced82cf2bc66a48c80cd3b3ccb576921dfa1a +SIZE (xcircuit-3.7.27.tgz) = 1500746 |