Satoshi Asami
eb69f94238
USE_X_PREFIX has to be before bsd.port.pre.mk.
1999-09-09 10:40:13 +00:00
Chris Piazza
03e0934ae2
mharo upgraded the DISTNAME/PKGNAME of this port to a
...
newer version but didn't follow through with the rest of
the changes. (this was rev 1.12 which was supposed
to be a FreeBSD.ORG -> FreeBSD.org change). Revert to
the version that used to be there until someone upgrades it
for real.
1999-09-06 05:39:14 +00:00
Michael Haro
65ab34a667
FreeBSD.ORG -> FreeBSD.org
...
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
31c8c45ff4
$Id$->$FreeBSD$
1999-08-29 10:59:56 +00:00
Michael Haro
3262cce303
expr -> ${EXPR}
...
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
1999-08-28 02:42:41 +00:00
David E. O'Brien
fe1e09a6cc
Change Id->FreeBSD.
1999-08-25 04:58:03 +00:00
Michael Haro
5281212be3
chmod -> ${CHMOD}
...
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Jim Mock
6911f6acbd
Fixed missing MAINTAINER line.
...
PR: 13168
Submitted by: Oleg V. Volkov <rover@fly.lblobus.ru>
1999-08-16 06:55:38 +00:00
Chris Piazza
cb5c2cea50
Misc fixes.
...
PREFIX was being set in the Makefile
PR: 13165
Reported by: Oleg V. Volkov <rover@fly.lglobus.ru>
Fix the above problem by patching config.h to use __PREFIX_/__LOCALBASE__
where necessary and then sed s:__PREFIX__:${PREFIX}: etc.
Remove the version number from PLIST, use a PLIST_SUB to make it easier
to upgrade the port.
1999-08-15 21:24:06 +00:00
Steve Price
bcda90f017
Test if HAVE_G2C is defined rather than if it's value is non-zero.
1999-08-07 00:41:54 +00:00
Tim Vanderhoek
c51f88903c
Fix typos and/or cleanup WWW:.
1999-07-17 14:50:53 +00:00
David E. O'Brien
80c8296db2
BROKEN='bad MD5 checksum'
1999-07-14 18:47:33 +00:00
Chris Piazza
6c0a023967
Fix to use new master site.
...
PR: 12480
Submitted by: maintainer
1999-07-03 06:57:00 +00:00
Tim Vanderhoek
748713c3f6
As threatened, enforce the "Capital, no period" rule. Ellipses are
...
permitted. Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
Steve Price
40a64497a9
Compensate for not having a generic.h on -current boxes.
1999-06-22 17:51:59 +00:00
Steve Price
f90dfc50e8
Activate the tkgate port.
1999-06-06 17:12:34 +00:00
Steve Price
9d85fbbde9
Initial import of tkgate version 0.9.
...
A Tcl/Tk based digital circuit editor and simulator.
PR: 11917
Submitted by: Jeffery Hansen <hansen@cmu.edu>
1999-06-06 17:11:59 +00:00
Steve Price
92103d6d5c
Update to use gtk version 1.2.3.
...
PR: 11842
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 03:56:15 +00:00
Steve Price
1d64b9c2df
Fix build for Alpha boxes.
1999-05-24 02:18:54 +00:00
Satoshi Asami
0c3e5b018e
Misc. PLIST cleanups.
...
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-05-12 11:19:22 +00:00
Tim Vanderhoek
69556c21db
WWW: ----------------------------------------------------------------------
...
WWW: Enter Log. Lines beginning with `WWW:' are removed automatically
1999-05-02 21:40:08 +00:00
Michael Haro
6f54e78298
Update to the 19990327 release and use gtk12
1999-04-22 20:06:33 +00:00
Chuck Robey
86b6c6a9c5
Fix floating point problem and flatten out multi-file patch.
...
PR: 10481
Submitted by: Kouichi Hirabayashi <kh@mogami-wire.co.jp>
1999-03-08 18:40:17 +00:00
Vanilla I. Shu
a1a5e0c39b
Upgrade to 19990124, it works with gtk11-devel now.
1999-02-19 04:28:53 +00:00
Justin M. Seger
9042c69095
This apparently isn't BROKEN any more.
1999-02-16 12:56:48 +00:00
Satoshi Asami
5db66a83ef
New checksum.
...
Submitted by: "Pedro F. Giffuni" <pfgiffun@bachue.usc.unal.edu.co>
1999-02-12 03:04:58 +00:00
Satoshi Asami
5114e2637e
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
...
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
1999-02-03 11:12:01 +00:00
Joerg Wunsch
01f28d9d89
Avoid floating point exceptions. The program seems to handle the
...
overflow case well (enough).
1999-01-26 17:35:23 +00:00
Jacques Vidrine
22477be9ad
Oops, forgot to update depends.
1999-01-22 21:30:11 +00:00
Jacques Vidrine
373761d0b1
Fixup: Ports that want gtk+ 1.0.x should now reference gtk10-config.
1999-01-22 20:26:59 +00:00
Steve Price
d037b563de
Add USE_X_PREFIX so this builds again.
...
PR: 9365
Submitted by: maintainer
1999-01-10 18:20:16 +00:00
Vanilla I. Shu
7b8f06de29
Upgrade to 19981213.
1998-12-27 20:49:40 +00:00
Seiichirou Hiraoka
1e10bf6cd1
Remove patch-ab. and rename patch-ae to patch-ab.
1998-12-26 06:32:16 +00:00
Seiichirou Hiraoka
92f42dcde4
Update: add patch-ae by MAINTAINER
1998-12-26 06:29:19 +00:00
Satoshi Asami
33b4afff4b
spice needs X.
1998-12-18 06:28:20 +00:00
Seiichirou Hiraoka
ba5496caf4
PR: ports/8871
...
Submitted by: pfgiffun@bachue.usc.unal.edu.co
Fix 'labelled as BROKEN'
1998-12-16 12:23:06 +00:00
Vanilla I. Shu
8553b97168
Remove ftp.inet.cz/pub/Mirrors/GtkApps/geda, "No such directory."
1998-12-10 13:02:48 +00:00
Steve Price
26fdff7de6
jmz@freebsd.org added an empty MAIN__ function as src/lib/libF77/MAIN.c
...
on 1998/11/16 and this port builds again.
1998-12-09 00:19:05 +00:00
David E. O'Brien
72f45632d6
Extra MASTER_SITES
...
Submitted by: Josh Gilliam <josh@quick.net>
1998-12-07 11:25:40 +00:00
David E. O'Brien
1bd1848404
Correct mistyped MASTER_SITE that caused fetching to never succeed.
...
Add a second MASTER_SITE that is probably the same machine as the 1st...
but maybe a different protocol will work if the 1st site won't answer.
Does anybody know of a mirror for this stuff?
1998-12-07 08:15:27 +00:00
Vanilla I. Shu
c99e926c78
Add more desc.
...
Submitted by: Mikael Karpberg <karpen@ocean.campus.luth.se>
1998-12-07 05:48:36 +00:00
Satoshi Asami
75e0c6c35e
Sort entries. In particular, "large", "medium", "small" sort in this order,
...
dispite their meanings. (Sometimes we're too smart for computers. :)
Found by: sorting ports/INDEX by "sort -t '|' +1 -2"
(Note: the whole "x11" category appears at the end with the above sort
command, but I'll leave that the way it is for now -- "ls" shows it
before other x11-* entries.)
1998-12-07 02:22:12 +00:00
Vanilla I. Shu
7c5cb28323
Activate geda.
1998-12-06 14:13:23 +00:00
Vanilla I. Shu
3ec6e84c69
GNU Electronic Design Automation.
1998-12-06 14:11:53 +00:00
Satoshi Asami
5e0762a956
More missing dependencies.
1998-11-29 12:43:13 +00:00
Satoshi Asami
f22feb535b
A few more USE_XLIBs.
1998-11-28 09:07:24 +00:00
Satoshi Asami
1490c59f86
Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imake
...
for ilu and mkdirhier for asl.)
1998-11-28 00:44:34 +00:00
Steve Price
6c450aae0f
Remove extraneous x11 from CATEGORIES.
...
Submitted by: Josh Gilliam <josh@quick.net>
1998-11-21 07:27:41 +00:00
Satoshi Asami
12f638bbda
OSVERSION was not used anymore.
1998-11-18 10:55:45 +00:00
Justin M. Seger
1425c849ee
Distfile moved on MASTER_SITE.
1998-10-31 18:05:31 +00:00
Satoshi Asami
4a3e450986
Broken for -stable too (same error).
1998-10-21 21:05:11 +00:00
Steve Price
da4b025310
Recent changes to make(1) in -current fixed this.
1998-10-20 01:27:48 +00:00
Justin M. Seger
d39931ce16
Mark BROKEN:
...
fails here:
ln: /usr/ports/cad/sis/work/sis-1.2/sis/unpack/*.o: File exists
1998-10-11 19:27:08 +00:00
Justin M. Seger
1c0d3cd7aa
Mark BROKEN for current:
...
gcc -O3 -I/usr/X11R6/include -I../../include -c xwd.c
In file included from xwd.c:27:
/usr/include/malloc.h:2: warning: #warning "this file includes <malloc.h> which
is deprecated, use <stdlib.h> instead"
xwd.c: In function `DumpWidget':
xwd.c:68: warning: passing arg 1 of `error' makes integer from pointer without a
cast
xwd.c:68: too few arguments to function `error'
xwd.c:75: warning: passing arg 1 of `error' makes integer from pointer without a
cast
xwd.c:75: too few arguments to function `error'
xwd.c:113: warning: passing arg 1 of `error' makes integer from pointer without
a cast
xwd.c:113: too few arguments to function `error'
xwd.c: In function `Get_XColors':
xwd.c:228: warning: passing arg 1 of `error' makes integer from pointer without
a cast
xwd.c:228: too few arguments to function `error'
*** Error code 1
1998-10-11 14:35:44 +00:00
Steve Price
c64504dd95
Discounting a minor glitch in -current's make(1) this will now build
...
in an ELF world.
1998-10-01 06:19:30 +00:00
Steve Price
a1455aa4f6
Remove empty directories on deinstall.
1998-09-27 08:20:05 +00:00
Steve Price
c369a060fd
Make this build in an ELF world.
1998-09-27 08:19:34 +00:00
Steve Price
e43bd8b13c
Mark this port broken, it doesn't build.
1998-09-27 08:18:23 +00:00
Steve Price
c4f498d629
Blows up deep in the install target in an ELF world.
1998-09-27 08:16:26 +00:00
Steve Price
266aa180cd
I tried to fix this port but it still fails to build complaining about
...
an undefined reference to MAIN__ /usr/lib/libf2c.so, so let's mark it
broken for ELF for now.
1998-09-27 08:12:57 +00:00
Steve Price
53cb0c2f6a
Take the manpages out of pkg/PLIST and put them in MAN1.
1998-09-16 02:25:06 +00:00
David E. O'Brien
6281a0c07b
Properly find Motif includes and libs.
...
Problem noticed by: BitS <bits@oldwarez.com>
1998-09-13 20:48:28 +00:00
David E. O'Brien
09b64b0d35
Remove manpages from pkg/PLIST
1998-08-13 21:16:00 +00:00
Matthew Hunt
c90bb39b08
Grammar, spelling, and usage police. This commit brought to you by
...
the letters "B" and "C". And some Chinese symbols as well.
1998-08-05 18:13:19 +00:00
Satoshi Asami
ceba211283
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
...
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Guy Helmer
2c26d9e848
Enable sis, a new circuit emulator port.
1998-07-01 15:40:47 +00:00
Guy Helmer
266e501e5d
Sis, a program suite for synthesis of sequential circuits.
...
PR: ports/5104
Submitted by: Frank Volf <volf@oasis.IAEhv.nl>
1998-07-01 15:39:43 +00:00
Thomas Gellekum
659d41a5f3
Some cleanup of this port.
...
PR: 6883
Submitted by: Pedro Giffuni S. <giffunip@asme.org>
1998-06-08 09:21:41 +00:00
Satoshi Asami
0fe9fdc320
Seems like the bleeping md5 already changed.
1998-06-05 20:19:40 +00:00
Thomas Gellekum
573b3cd871
Upgrade to 1.6.3.
1998-06-03 06:47:42 +00:00
Bill Fenner
4f2f81b483
MASTER_SITE_SUBDIR should have neither a leading nor a trailing slash.
1998-05-25 21:03:04 +00:00
Matthew Hunt
6ae8c69099
Activate xcircuit.
1998-05-18 04:21:53 +00:00
Matthew Hunt
f63bf9a5b8
Import of xcircuit, an X11 drawing program intended for drawing
...
circuit schematics.
PR: 6671
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
1998-05-18 04:20:25 +00:00
Steve Price
227824e7d1
Update to reflect Pedro's new Email address.
...
PR: 5725
1998-02-20 18:39:58 +00:00
Justin M. Seger
d60b477523
Upgrade to version 1.5.5 and make myself MAINTAINER. Old MAINTAINER didn't
...
respond to any emails.
1998-01-29 14:43:50 +00:00
Justin M. Seger
5b18a26978
Make this build under 3.0.
1997-11-29 21:43:09 +00:00
Justin M. Seger
f13e4a39c2
Make this build under 3.0.
1997-11-29 16:07:42 +00:00
Justin M. Seger
031aeed740
Remove bad MASTER_SITE.
1997-11-26 23:10:55 +00:00
Satoshi Asami
e00618d7f9
Move distfile into subdirectory. I don't think there are any other
...
"3.1.1.tar.Z"s out there but it's kinda hard to tell what it is. ;)
1997-11-22 09:56:39 +00:00
Thomas Gellekum
7ff48bbb2e
Activate kaskade.
1997-11-17 10:53:52 +00:00
Thomas Gellekum
91ab2c359a
Import kaskade port. kaskade is another Finite Element program
...
with an X interface.
PR: 4529
Submitted by: Pedro Giffuni <giffunip@asme.org>
1997-11-17 10:50:54 +00:00
Justin M. Seger
4b6e535f86
Add a patch to allow cad/mars to build under 3.0-current.
1997-11-14 13:31:17 +00:00
Thomas Gellekum
5bfb18c575
Port cleanup. Upgrade version number to 3f5.
...
PR: 4721
Submitted by: Pedro Giffuni <pgiffuni@FPS.biblos.unal.edu.co>
1997-10-22 07:04:55 +00:00
David E. O'Brien
fd6c0ef516
Change my email address to @FreeBSD
1997-10-10 06:53:48 +00:00
Thomas Gellekum
bea694c37f
patch-ab causes some problems for users of plain Xaw. I have
...
added the patch and a note to DESCR. This is certainly not ideal,
but insisting on using Xaw3d isn't either.
PR: 4058
Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
1997-07-17 07:52:59 +00:00
David E. O'Brien
66850880e5
() ==> {}
1997-06-29 10:39:49 +00:00
Masafumi Max NAKANE
71be5c0edb
Upgrade, 3.01 -> 3.02.
...
PR: 3871
Submitted by: Pedro Giffuni S. <pgiffuni@FPS.biblos.unal.edu.co>
1997-06-16 05:45:10 +00:00
Masafumi Max NAKANE
4375602716
Install doc files into ${LOCALBASE}/share/doc/pcb.
...
Added entry for missing man page.
Added @dirrm directives.
PR: 3689
Suggested by: mita@jp.freebsd.org
1997-05-30 20:39:35 +00:00
Masafumi Max NAKANE
f99a99213b
Remove unnecessary EXTRACT_SUFX.
...
RUN_DEPENDS better reflects the reality instead of BUILD_DEPENDS.
Install doc files into ${LOCALBASE}/share/doc/pcb.
PR: 3689
Suggested by: mita@jp.freebsd.org
While at it,
List the man page and define MANCOMPRESSED.
1997-05-30 20:38:25 +00:00
Masafumi Max NAKANE
116c5b9e45
Fix the problem that the build fails when `.' is not present in the $PATH.
...
PR: 3274
Submitted by: Matthew Hunt <mph@pobox.com>
1997-04-25 21:54:51 +00:00
Thomas Gellekum
895ceac39e
Remove some bogus MASTER_SITES, add some new.
...
Found by: Bill Fenner's distfile checker
1997-04-03 07:14:53 +00:00
David E. O'Brien
b3f3a57df7
fix Bogon.
1997-02-04 11:32:02 +00:00
Thomas Gellekum
88c6a0b86d
Remove RESTRICTED. The web page at
...
http://hera.eecs.berkeley.edu/~software/spice3f5.html
indicates that the export restrictions no longer apply.
1997-01-31 08:23:06 +00:00
David E. O'Brien
bf6283b538
rm --> ${RM}
1997-01-19 02:47:27 +00:00
Satoshi Asami
c3275f7d32
The sum of "HAS_CONFIGURE=yes" and "CONFIGURE_ARGS=--prefix=${PREFIX}" is
...
equal to "GNU_CONFIGURE=yes".
1997-01-18 23:55:39 +00:00
Satoshi Asami
9817133d7c
Add felt.
1997-01-15 07:49:06 +00:00
Thomas Gellekum
f18d9822f1
Import of FElt, a system for Finite Element analysis.
...
Closes PR #2237 .
Submitted by: Pedro Giffuni <pgiffuni@FPS.biblos.unal.edu.co>
1997-01-15 07:19:43 +00:00
Satoshi Asami
6062b133d0
"WRKSRC=${WRKDIR}" -> "NO_WRKSUBDIR=yes."
1996-12-24 07:31:49 +00:00
Thomas Gellekum
32b8c8be6c
Use the original version from EECS, not the patched linux stuff.
...
Closes PR 2254.
Submitted by: Julian Jenkins <kaveman@magna.com.au>
1996-12-23 07:26:19 +00:00
Satoshi Asami
c3086f4cd6
Put DISTFILES in right place (purely cosmetic).
1996-12-06 23:27:03 +00:00