Commit graph

31 commits

Author SHA1 Message Date
Richard Gallamore
67242ab1df * Enabled CIDER
* Added New option, SHLIB, only X11 or SHLIB can be selected, X11 is the default
* Moved Uses to start Uses section block
* Sorted option section to better comply with handbook (13.1.8)[1]

[1] https://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html#porting-samplem-order

PR:		216800
Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
Reviewed by:	lifanov (mentor)
Approved by:	lifanov (mentor)
Differential Revision:	https://reviews.freebsd.org/D11729
2017-07-26 23:09:46 +00:00
Sunpoet Po-Chuan Hsieh
cb037d3c98 Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
2017-06-27 13:46:53 +00:00
Mark Linimon
631eab01cc Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.

Approved by:	portmgr (tier-2 blanket)
2016-11-10 01:21:43 +00:00
John Marino
ebb617bae3 cad/ngspice_rework: Fix fetch broken by version bump
I confused PORTVERSION with PORTREVISION and bumped the wrong item.
Restore the old version and add PORTREVISION.  No epoch is necessary
because it wasn't possible to build version 27 or 28.

PR:		214213
2016-11-04 19:59:09 +00:00
John Marino
f6153f134c cad/ngspice_rework: configure xspice unconditionally
There was confusion about xspice option.  The "x" stands for "extended",
not x11, and it should always be enabled.  Adjust accordingly.

PR:		212357
2016-11-03 18:06:34 +00:00
John Marino
9375d86385 cad/ngspice_rework: Enable X support by default (introduce X11 option)
Ngspice built inside a package builder will not have x11 support which
results in errors such as "Can't open viewport in graphics." when
trying to plot.

This change adds the X11 option which is on by default.

PR:		212357
Submitted by:	Michael Neumann
Approved by:	Kevin Zheng (maintainer)
2016-11-03 17:38:51 +00:00
Baptiste Daroussin
afb0da4983 Cleanup plist 2014-10-20 07:19:22 +00:00
Baptiste Daroussin
55d532c9fd Fix build with readline in base while here convert to USES=libtool 2014-07-01 23:06:48 +00:00
Pawel Pekala
2ec977763b Update to version 26
PR:		ports/186438
Submitted by:	maintainer
2014-02-07 20:22:00 +00:00
Bernhard Froehlich
9d634e0b5f - Style and typo fixes
- pkg-plist reordered

PR:		ports/185556
Submitted by: 	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
2014-01-27 16:22:55 +00:00
Baptiste Daroussin
3022916800 Support stage
Use option helpers
2014-01-08 23:43:45 +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
William Grzybowski
959ffda594 cad/ngspice_rework: update to 25
- Update to version 25
- Trim Makefile header
- Improve COMMENT
- Add DEBUG option
- Pass maintainership to submitter

PR:		ports/178555
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
Approved by:	culot / jpaetzel (mentors, implicit), maintainer (timeout)
2013-06-13 15:58:20 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Dmitry Marakasov
c926af277e - Switch SourceForge ports to the new File Release System: categories starting with B,C 2009-08-22 00:15:15 +00:00
Pav Lucistnik
9bed3c1175 - Update to 18
PR:		ports/130047
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
Approved by:	maintainer timeout (2 months)
2009-03-24 15:32:31 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Tim Bishop
43633e7875 - Don't link readline
PR:		90182
Submitted by:	pfgshield-freebsd@yahoo.com
Approved by:	clement, maintainer
2005-12-13 12:30:01 +00:00
Tim Bishop
4f52fdc33f - Update to 17
PR:		90182
Submitted by:	shuhei <amakawa@jp.freebsd.org> (maintainer)
Approved by:	clement (mentor)
2005-12-11 17:42:50 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Pav Lucistnik
af2549826f - Disable debug for package
- Enable readline for non-package

PR:		ports/75504
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
Approved by:	AMAKAWA Shuhei <amakawa@jp.FreeBSD.org> (maintainer)
2004-12-31 11:22:19 +00:00
Yen-Ming Lee
ee1253831d - upgrade to ngspice_rework-15
- utilize INFO
- add USE_LIBTOOL_VER?=15 to eliminate *.la files
- make this port portlint clean

PR:		72008
Submitted by:	leeym
Reviewed by:	maintainer
Approved by:	maintainer
2004-10-13 01:30:33 +00:00
Alexey Dokuchaev
6155fc8ed5 Unbreak the build on 5.X and -CURRENT.
Reported by:	pointyhat.freebsd.org
Approved by:	portmgr (marcus), fjoe (mentor, implicit)
2004-09-18 08:14:56 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Akinori MUSHA
57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00
Kris Kennaway
076be9ede2 Add missing manpages 2003-01-14 05:15:12 +00:00
Kris Kennaway
e40b1bb942 Fix build on current.
Submitted by:	mike
2002-06-16 09:18:43 +00:00
Kevin Lo
9c47fcc98e Initial import of ngspice_rework
Ngspice_rework is a circuit simulator derived from spice3f5.

PR: 34589
Submitted by: AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
2002-02-09 10:03:42 +00:00