aboutsummaryrefslogtreecommitdiff
path: root/science/qcl
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:37:44 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:37:44 +0000
commit8e775bbe3ac76cb899c9b749314bd42fdf20302d (patch)
treec2f290a2bd462060addfdd5ce0894c6a53db8dd4 /science/qcl
parent3971644de4f32b35be9d9172ace8abbd6593c350 (diff)
downloadports-8e775bbe3ac76cb899c9b749314bd42fdf20302d.tar.gz
ports-8e775bbe3ac76cb899c9b749314bd42fdf20302d.zip
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead. respect CC, CFLAGS.
Notes
Notes: svn path=/head/; revision=84837
Diffstat (limited to 'science/qcl')
-rw-r--r--science/qcl/Makefile5
-rw-r--r--science/qcl/files/patch-aa2
2 files changed, 4 insertions, 3 deletions
diff --git a/science/qcl/Makefile b/science/qcl/Makefile
index 235d9f8faf2f..017a8af46877 100644
--- a/science/qcl/Makefile
+++ b/science/qcl/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qcl
PORTVERSION= 0.4.1
+PORTREVISION= 1
CATEGORIES= emulators math
MASTER_SITES= http://tph.tuwien.ac.at/~oemer/tgz/
EXTRACT_SUFX= .tgz
@@ -14,12 +15,12 @@ EXTRACT_SUFX= .tgz
MAINTAINER= huntting@glarp.com
COMMENT= A quantum computer simulator
-LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+USE_GETOPT_LONG=yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile (bad C++ code)"
+BROKEN= "Does not compile (bad C++ code)"
.endif
post-install:
diff --git a/science/qcl/files/patch-aa b/science/qcl/files/patch-aa
index 1910760c87cb..9b3bc17cd883 100644
--- a/science/qcl/files/patch-aa
+++ b/science/qcl/files/patch-aa
@@ -16,7 +16,7 @@
-DEBUG = -g -DQCL_DEBUG -DQC_DEBUG
-#DEBUG = -O2
-+DEBUG = -O2
++DEBUG =
# Comment out if you don't have GNU readline on your system
# explicit linking against libtermcap or libncurses may be required