View | Details | Raw Unified | Return to bug 58867
Collapse All | Expand All

(-)spice.new/Makefile (-2 / +1 lines)
Lines 18-25 Link Here
18
MAINTAINER=	ports@FreeBSD.org
18
MAINTAINER=	ports@FreeBSD.org
19
COMMENT=	A general-purpose circuit simulation program
19
COMMENT=	A general-purpose circuit simulation program
20
20
21
BROKEN=		"Does not install; will be removed after Feb 2"
22
23
USE_XLIB=	yes
21
USE_XLIB=	yes
24
USE_REINPLACE=	yes
22
USE_REINPLACE=	yes
25
NO_WRKSUBDIR=	yes
23
NO_WRKSUBDIR=	yes
Lines 27-32 Link Here
27
MAN3=		mfb.3
25
MAN3=		mfb.3
28
MAN5=		mfbcap.5
26
MAN5=		mfbcap.5
29
MLINKS=		spice.1 spice3.1
27
MLINKS=		spice.1 spice3.1
28
MAKE_ENV+= STRIP_CMD=strip
30
29
31
.include <bsd.port.pre.mk>
30
.include <bsd.port.pre.mk>
32
31
(-)spice.new/files/patch-util_build (-2 / +10 lines)
Lines 1-5 Link Here
1
--- util/build.orig	Thu Jul 29 03:46:39 1993
1
--- util/build.orig	Thu Jul 29 10:46:39 1993
2
+++ util/build	Thu Jul 17 00:47:50 2003
2
+++ util/build	Mon Nov  3 12:19:53 2003
3
@@ -1,6 +1,6 @@
4
 #! /bin/sh -
5
 PROG=`basename "$0"`
6
-PATH=/bin:/usr/bin:/usr/ucb
7
+PATH=/bin:/usr/bin:/usr/local/bin
8
 if test "$#" -eq 0; then
9
         echo "Usage: ${PROG} [-dnD] <system> [<modifiers>]"
10
         echo "       ${PROG} -help"
3
@@ -96,7 +96,7 @@
11
@@ -96,7 +96,7 @@
4
 
12
 
5
 TMP_LEADER="${TMP_DIR}/buildl$$"
13
 TMP_LEADER="${TMP_DIR}/buildl$$"

Return to bug 58867