Mark Linimon
a92f0e0320
Mark broken on aarch64: fails to link with sbrk.
...
Approved by: portmgr (tier-2 blanket)
2016-11-11 08:22:41 +00:00
Dmitry Marakasov
c86e9d9724
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
...
Approved by: portmgr blanket
2016-05-23 20:35:01 +00:00
Mathieu Arnold
7f4572eae4
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 13:29:15 +00:00
Mathieu Arnold
bb271f0bf7
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
...
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412 ?
2015-08-19 13:29:59 +00:00
Hiroki Sato
e43c8dd4bb
- Fix device support. The previous version was totally broken.
...
- Fix help(1).
2015-02-15 13:33:38 +00:00
Baptiste Daroussin
afb0da4983
Cleanup plist
2014-10-20 07:19:22 +00:00
Hiroki Sato
5fc6c94931
- Add MAKE_JOBS_UNSAFE [*].
...
- Simplify LICENSE_COMB=multi handling.
PR: 193180 [*]
2014-08-31 19:44:16 +00:00
Hiroki Sato
5ecb60ec0a
- Add HiSIM2 support.
...
- Add LICENSE for DEV_BSIM3, DEV_BSIM3, and DEV_HISIM2 options.
- Simplify do-configure.
2014-08-25 15:51:30 +00:00
Hiroki Sato
a2dc82fcc1
Add BSIM4v4 support.
2014-08-22 11:08:48 +00:00
Hiroki Sato
ad2594965d
- Add BSIM3v3 support. This is disabled by default because its license is
...
not compatible with SPICE3f5.
- Remove bsd.prog.mk dependency.
- Put variables in ${FILESDIR}/FreeBSD* configuration file into
${FILES}/Makefile.
- Use opt_USE instead of .if ${PORT_OPTIONS:Mopt}.
- Remove unnecessary changes in patch-conf_defaults.
2014-08-22 05:05:02 +00:00
Hiroki Sato
605c6c3a90
- Cleanup ${FILESDIR}/Makefile.
...
- Remove MAKE_JOBS_UNSAFE.
2014-08-21 19:41:06 +00:00
Hiroki Sato
e3e0fbf905
- Fix MASTER_SITES for PS documents.
...
- Fix LICENSE. SPICE license is a variant of MIT license, not BSDL, while
the copyright holder is UCB.
- Style clean-ups.
2014-08-21 06:03:30 +00:00
John Marino
482fd2f409
Stage cad/spice
2014-08-18 00:28:54 +00:00
Baptiste Daroussin
64620e9118
Reset maintainership for ports not staged with no pending PR
...
With hat: portmgr
2014-07-23 16:44:27 +00:00
Jimmy Olgeni
37e782dfbc
Remove indefinite articles and trailing periods from COMMENT, plus
...
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt)
2014-06-09 11:21:52 +00:00
Baptiste Daroussin
8e91f3161f
Add NO_STAGE all over the place in preparation for the staging support (cat: cad)
2013-09-20 15:58:41 +00:00
Hiroki Sato
cb28a2affc
- Fix SIGSEGV when there are spaces after a comma like ".PRINT TRAN v(2, 1)".
...
- Style clean-ups.
PR: ports/157313
Spotted by: Makoto Kishimoto
2013-04-30 20:30:22 +00:00
Eitan Adler
d1f32a3e5d
Style: tab -> space.
...
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Ryan Steinmetz
d944917e18
Fix build under clang [1]
...
Add LICENSE
Fix usage of PORTDOCS in plist, no bump required
PR: ports/159173
Submitted by: Pedro Giffuni <giffunip@tutopia.com> [1]
Approved by: tabthorpe (mentor)
2011-07-28 21:58:16 +00:00
Martin Wilke
00899d7b5f
- Fix build with CLANG
...
PR: 158270
Submitted by: Pedro Giffuni <giffunip@tutopia.com> (maintainer)
2011-06-25 07:46:56 +00:00
Martin Wilke
bb86cbe5d2
- Get Rid MD5 support
2011-03-20 12:54:45 +00:00
Philip M. Gollucci
0ec10e2e24
-Clean some warnings by using string.h instead of strings.h
...
Applied several patches from this website:
http://newton.ex.ac.uk/teaching/CDHW/Electronics2/userguide/secD.html
specifically fixes for:
- Where command causes crashes
- Recognition of scale factors in arbitrary source
- Current Controlled Switch in subckt, parsing error
- Noise analysis bug
- Save segmentation faults
- BSIM1 model xpart parameter random
- Tran analysis default TSTEP
PR: ports/143727
Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com>
2010-02-11 19:40:33 +00:00
Pav Lucistnik
8c2aab382d
- Mark MAKE_JOBS_UNSAFE
...
Reported by: pointyhat
2009-11-22 19:49:43 +00:00
Florent Thoumie
340b57f8be
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
...
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00
Martin Wilke
3e4ed01146
- Remove unneeded dependency from gtk12/gtk20 [1]
...
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
Pav Lucistnik
535d6cba83
- Distfile rerolled, changes limited to including a copy of BSDL
...
- Sync patches with NetBSD. No functional changes
PR: ports/117997
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
2007-12-15 19:42:35 +00:00
Florent Thoumie
d4f0d0048a
- Welcome X.org 7.2 \o/.
...
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Martin Wilke
3d5ec94e7d
- Use termios.h
...
PR: 110439
Submitted by: Ed Schouten <ed@fxq.nl>
2007-03-21 12:32:53 +00:00
Martin Wilke
a175137812
- Fix build with gcc4.1
...
PR: ports/104109
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
2006-10-07 14:44:43 +00:00
Jean Milanez Melo
96d272c65e
- Remove bad site:
...
* ftp://ic.eecs.berkeley.edu/pub/Spice3/um.3f3.ps/
2006-07-24 12:34:40 +00:00
John Polstra
6fc3ad2782
Bump PORTREVISION to reflect the "^" operator bugfix in
...
patch-src_lib_inp_inpptree_c.
Gently nudged by: kris
2006-05-15 17:31:49 +00:00
John Polstra
6c89186444
The spice3 "^" operator (power) did not work properly unless its
...
right-hand operand was a constant, because of a bug in the code to
take the derivative of an expression. Add a patch to fix that.
2006-05-14 16:48:07 +00:00
Thierry Thomas
714ea1c662
- Switch to the latest distfiles;
...
- Import a patch from DragonflyBSD;
- Pet portlint.
Submitted by: Pedro F. Giffuni <pfgshield-freebsd (at) yahoo.com>
2006-04-05 20:51:27 +00:00
Volker Stolz
95226a328f
Simplify build-logic a bit
2005-11-25 13:41:52 +00:00
Pav Lucistnik
2098ca40dc
- Add SHA256
2005-11-24 00:22:47 +00:00
John Polstra
415677b43a
Allow the spice port to be built without X11 support by defining
...
WITHOUT_X11.
2004-12-29 18:38:16 +00:00
John Polstra
d8313ec1b1
The spice maintainers changed the syntax of the "alter" command
...
since the documentation was written. Fix the port so that it emits
an error message rather than getting a segmentation violation if the
old syntax is used.
2004-10-30 23:23:22 +00:00
Tilman Keskinoz
83f51ce900
Remove redeclaration, introduced in previous commit, to fix build
...
on CURRENT.
2004-08-15 17:12:39 +00:00
Kirill Ponomarev
7de8eb8479
- Fix plist and bump PORTREVISION
...
Noticed by: bento via kris
2004-01-30 23:14:28 +00:00
Trevor Johnson
0c881ba59c
SIZEify.
2004-01-29 07:24:56 +00:00
Thomas Gellekum
de1120b840
Work around internal compiler error on -current.
2003-12-08 13:34:28 +00:00
Pav Lucistnik
85579a27fc
- Fix install
...
- Add LOCALBASE to path to allow building with gcc from ports
PR: ports/58867, ports/59140
Submitted by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@FernUni-Hagen.de>
DoubleF <doublef@tele-kom.ru>
Approved by: adamw (mentor)
2003-11-20 09:41:17 +00:00
Kris Kennaway
09b69954f2
Mark BROKEN (see bento logs). These ports are scheduled for removal
...
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
2003-11-03 03:56:42 +00:00
Mark Linimon
9cc0ce460e
Move inclusion of bsd.port.pre.mk past definition of variables.
...
Pet portlint.
2003-10-29 03:40:13 +00:00
Mark Linimon
3c9fd47636
Mark as broken on 5.x. Distfile dates from 1994, last patch dates from
...
1996. It seems time has passed this influential program by.
2003-10-25 07:44:34 +00:00
Sergey A. Osokin
f37f7775e3
Make portlint(1) happy by changing strip to ${STRIP_CMD}
...
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
2003-09-24 09:37:11 +00:00
Oliver Lehmann
86bf251e87
Note Patch level 1 and 2 + update the documentation URL.
...
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
2003-07-22 06:27:02 +00:00
Oliver Lehmann
6947ebb3f9
The tar.Z file disappeared on the ftp. Use the tar.gz file instead.
...
MD5 Checksum changed. A diff -ruN old new showed up that the content
is identical.
2003-07-21 17:56:49 +00:00
Maho Nakata
43801110c6
1. REAL cleaning on this port. The files dir is now organized so the
...
port can be maintained: previously there were multifile patches and several
patches for the same file, now it is a lot cleaner.
2. I also merged a memory leak fix and some fixes from
spice3f5-spaghetti.
4. MFB and removed GNUREADLINE support
5. honor CFLAGS and CC.
6. Add documentation.
7. Maho didn't change the name of port spice to spice3.
because spice4 might :) appear in the future. version number
should be listed on *only* PORTVERSION.
8. drom maintainership
PR: 54603
Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com>
2003-07-19 03:13:48 +00:00
Maho Nakata
033edf02d6
Add Macquarie University patches:
...
- new spec command for spectral analysis
- JFET level 2 model
PATCHLEVEL is now 2
PR: 52410
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
2003-06-30 19:47:18 +00:00