aboutsummaryrefslogtreecommitdiff
path: root/cad/oregano
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-05 05:32:09 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-05 05:32:09 +0000
commitdd31e7340eec809b1cd280c3b0fa8eb2daf8ebe7 (patch)
treea88121aabfa781853465ff4999f82f91960d2cbd /cad/oregano
parentc5273993c4cc80f5711f304140431ae91b4ab01c (diff)
downloadports-dd31e7340eec809b1cd280c3b0fa8eb2daf8ebe7.tar.gz
ports-dd31e7340eec809b1cd280c3b0fa8eb2daf8ebe7.zip
Update to 0.40.5.
Submitted by: ahze
Notes
Notes: svn path=/head/; revision=147273
Diffstat (limited to 'cad/oregano')
-rw-r--r--cad/oregano/Makefile8
-rw-r--r--cad/oregano/distinfo4
-rw-r--r--cad/oregano/files/patch-src_sim-engine.c11
-rw-r--r--cad/oregano/pkg-plist1
4 files changed, 17 insertions, 7 deletions
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile
index 7296f6b1a1ed..4423ab53bdbd 100644
--- a/cad/oregano/Makefile
+++ b/cad/oregano/Makefile
@@ -6,21 +6,19 @@
#
PORTNAME= oregano
-PORTVERSION= 0.40.4
+PORTVERSION= 0.40.5
CATEGORIES= cad gnome
-MASTER_SITES= http://gforge.lug.fi.uba.ar/frs/download.php/62/
+MASTER_SITES= http://gforge.lug.fi.uba.ar/frs/download.php/64/
MAINTAINER= ports@FreeBSD.org
COMMENT= Schematic capture and simulation of electrical circuits
-LIB_DEPENDS= cairo.1:${PORTSDIR}/graphics/cairo
-
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gtksourceview intlhack libglade2 \
libgnomeprintui libgnomeui
USE_GMAKE= yes
-USE_LIBTOOL_VER= 15
+USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
diff --git a/cad/oregano/distinfo b/cad/oregano/distinfo
index 73195d808a93..142540c35af0 100644
--- a/cad/oregano/distinfo
+++ b/cad/oregano/distinfo
@@ -1,2 +1,2 @@
-MD5 (oregano-0.40.4.tar.bz2) = df7a75d21aa3774f3d3ad561d9a93405
-SIZE (oregano-0.40.4.tar.bz2) = 813268
+MD5 (oregano-0.40.5.tar.bz2) = 9aa11ab2afca0453466ac236458e9ea4
+SIZE (oregano-0.40.5.tar.bz2) = 874251
diff --git a/cad/oregano/files/patch-src_sim-engine.c b/cad/oregano/files/patch-src_sim-engine.c
new file mode 100644
index 000000000000..c9e9410fc9af
--- /dev/null
+++ b/cad/oregano/files/patch-src_sim-engine.c
@@ -0,0 +1,11 @@
+--- src/sim-engine.c.orig Tue Aug 9 00:26:23 2005
++++ src/sim-engine.c Tue Aug 9 00:26:46 2005
+@@ -265,7 +265,7 @@
+ /* TODO Would be recomendable to use pthread? */
+ engine->child_pid = fork();
+ if (engine->child_pid == 0) {
+- setpgrp ();
++ setpgrp(0, getpid());
+ /* Now oregano.simtype has gnucap or ngspice */
+ gchar *simexec = oregano.simexec;
+ /* !!!!!!!!!!! "-s" "-n" */
diff --git a/cad/oregano/pkg-plist b/cad/oregano/pkg-plist
index 44d3a57676f9..03e2fb05be9c 100644
--- a/cad/oregano/pkg-plist
+++ b/cad/oregano/pkg-plist
@@ -18,6 +18,7 @@ share/gnome/oregano/glade/log-window.glade2
share/gnome/oregano/glade/page-properties.glade2
share/gnome/oregano/glade/part-browser.glade2
share/gnome/oregano/glade/part-properties-dialog.glade2
+share/gnome/oregano/glade/plot-add-function.glade2
share/gnome/oregano/glade/plot-export.glade2
share/gnome/oregano/glade/plot-window.glade2
share/gnome/oregano/glade/properties.glade2