mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
Update to 0.40.5.
Submitted by: ahze
This commit is contained in:
parent
c5273993c4
commit
dd31e7340e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147273
4 changed files with 17 additions and 7 deletions
|
@ -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}" \
|
||||
|
|
|
@ -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
|
||||
|
|
11
cad/oregano/files/patch-src_sim-engine.c
Normal file
11
cad/oregano/files/patch-src_sim-engine.c
Normal file
|
@ -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" */
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue