Commit graph

1375 commits

Author SHA1 Message Date
Ion-Mihai Tetcu
104b44ddc3 Don't fail if share/qcad can't be removed since it might be used by other ports
Requested by:	mr@
2009-05-06 17:53:24 +00:00
Ion-Mihai Tetcu
71140b3f87 Don't fail if share/qcad can't be removed since it might be used by other ports
Submitted by:	mi@
Approved by:	mr@
2009-05-06 14:51:17 +00:00
Ion-Mihai Tetcu
9bbbb7d218 Really fix the plist.
Reported by:	QAT
2009-05-03 21:27:30 +00:00
Ion-Mihai Tetcu
03d1a97cfa Fix plist.
Prompted by:	QAT
2009-05-03 15:22:16 +00:00
Michael Reifenberger
96c5789294 Add missing pkg-plist. 2009-05-02 08:30:38 +00:00
Michael Reifenberger
787a15d51c The attached patches achieve the following improvements:
*  cad/qcad itself:
  1. Enable parallel build.
    This is safe, because the vendor's script supports it
    (but only, when one is using distcc).
  2. Remove the special handling for Alpha.
    I guess, this is a historical wart --
    the current version of qcad compiles on my amd64 with
    `-Wall -W' without any warnings. If Alpha bites again,
    the wart can be put back until someone tracks the bug down.

*  cad/qcad-partslib:
  1. Fetch the .tar.gz, rather than .zip variant of the distribution.
    This new file is more than twice smaller.
  2. Remove build-dependency on qcad -- this is useless for a pure-data port
    and only complicates package building and installation
    (a PORTREVISION bump in qcad itself, for example,
    will necessitate rebuilding partslib without any good reason).
  3. Don't create an intermediate extraction under ${WRKSRC}
    for the sole purpose of creating PLIST -- extract from ${DISTFILE} into
    ${DATADIR} directly and use tar's output to create PLIST on the fly.
    This saves a ton of I/O and diskspace during packaging.

Submitted by: Mikhail T. <mi+thun [at] aldan.algebra.com>
2009-05-02 08:27:09 +00:00
Dmitry Marakasov
6c374f5b11 - Update to 0.0.15 2009-04-27 00:37:35 +00:00
Hiroki Sato
5cd6916346 Update to 0.17.2. 2009-04-25 23:25:27 +00:00
Ion-Mihai Tetcu
e1fa3e061e Use port* and *DIr as they should be and fix plist.
Prompted by:	QAT QA run
2009-04-23 20:50:53 +00:00
Hiroki Sato
64ecd78c6f Update to 0.17.1. 2009-04-12 21:01:41 +00:00
Dennis Herrmann
cf8759b2c9 - Update maintainer mail address
PR:		ports/133397
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Approved by:	tabthorpe (co-mentor)
2009-04-05 20:50:49 +00:00
Pav Lucistnik
22c90aa292 - Mark BROKEN: does not compile (bvl_bcomp_y.y)
Reported by:	pointyhat
2009-04-05 19:32:36 +00:00
Dmitry Marakasov
92ab00cc9f - Mark MAKE_JOBS_SAFE
- Use SF/subdir abbreviation for some ports
2009-03-31 17:05:17 +00:00
Hiroki Sato
0804fca67c Update to 20081128. Changes include:
- Minor bug fixes in RS274-X output.
- Bug fixes in postscript output
- DRC checks for annular ring on pads only uses the mininum annular
  ring drc setting instead of also checking minimum copper width.
- Fix postscript output for zero length lines.
- Improve the 'save before closing' dialogs.
- Fixed bugs where objects attached to the cursor vanish sometimes.
- Allow outline layers to have only arcs.
- Added "Ben Mode" png output which provides a simulated "photograph"
  of the board.  Very nice for publications.
- Fix poly clearance around rotated pads.
- Fix the batch HID which had bit rotted a little.
- Display net names hierarchically.
- Various speed improvements in the GTK HID.
- Various speed improvements in the autorouter.
- Minor improvements to the windows port.
- Other various bug fixes.
2009-03-28 20:29:35 +00:00
Stefan Farfeleder
f01897dc44 Update to 2.2.0. Don't install a .DS_Store file.
Approved by:	maintainer, brix
2009-03-28 10:28:25 +00:00
Max Brazhnikov
eecc33021e bump PORTREVISION after cmake update 2009-03-24 19:13:32 +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
Martin Wilke
349b712654 - Add missing plist 2009-03-23 06:03:56 +00:00
Thierry Thomas
e972bdec6a - Upgrade to 2.3.1
Changelog at <http://geuz.org/gmsh/doc/VERSIONS.txt>

- Don't depend anymore on math/gsl.
2009-03-19 19:30:08 +00:00
Boris Samorodov
0263b9d868 Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:		ports/132510
Submitted by:	bsam (me)
Exp-run by:	portmgr (pav)
2009-03-19 17:28:51 +00:00
Thierry Thomas
bcf7ceab4d Fix the previous patch.
PR:		ports/131600
Submitted by:	Cristiano Rolim Pereira <cristianorolim (at) hotmail.com>
2009-02-24 19:32:17 +00:00
Martin Matuska
24bf28eff1 - Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:	pointyhat (pav)
2009-02-23 14:46:37 +00:00
Martin Matuska
f6cb939f24 - Add/change USE_TCL/USE_TK from YES to 84 due to planned default tcl
change
2009-02-23 13:16:35 +00:00
Stanislav Sedov
98130c3c16 - Bump PORTEPOCH, this was missed in previous update [1].
- Use proper shebang line in perl and python scripts [1].
- Define INSTALLS_ICONS and USE_GETTEXT where appropriate.
- Implement WITHOUT_NLS knob.

Reported by:	Nick Withers <nick@nickwithers.com> [1]
2009-02-21 11:43:23 +00:00
Martin Wilke
714190c921 - Update to 0.51.0
PR:		131840
Submitted by:	Ports Fury
2009-02-21 00:09:08 +00:00
Martin Wilke
e5ed32b55d - Update to 2.2.0
PR:		131839
Submitted by:	Ports Fury
2009-02-20 16:25:38 +00:00
Martin Matuska
89296dc798 - Change USE_TCL=yes to USE_TCL=84 due to planned change of default Tcl 2009-02-14 14:49:40 +00:00
Wesley Shields
6ce638fdbf - Pass maintainership along. 2009-02-13 15:25:26 +00:00
Thierry Thomas
5f419ac930 Unbreak with gcc-43.
Reported by:	pointyhat via Pav
2009-02-11 19:39:52 +00:00
Stanislav Sedov
897c6b229c - Update to 2.5.011109. 2009-02-08 22:34:56 +00:00
Stanislav Sedov
43671e8d4c - Update to 8.08. 2009-02-08 21:55:42 +00:00
Stanislav Sedov
a71e0ff08b - Update to 9.7.70. 2009-02-08 20:06:32 +00:00
Stanislav Sedov
f78edf3122 - Update to 1.4.3.
PR:		ports/131468 (based on)
Submitted by:	Oliver Lehmann <oliver@freebsd.org>
2009-02-08 16:33:55 +00:00
Gerald Pfeifer
574540a30b Pacify portlint by using a tab instead of spaces after variable
names and no longer passing FC, F77, and FFLAGS to CONFIGURE_ENV.

Approved by:	maintainer timeout (sarod@users.sf.net, 16 days)
2009-02-07 10:06:42 +00:00
Thierry Thomas
7de1dcc4e0 Upgrade to 2.3.0.
Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS.txt>.
2009-02-04 14:07:54 +00:00
Mark Linimon
2be3df4e6c Reset dyeske@gmail.com at his request.
Hat:	portmgr
2009-02-02 23:44:01 +00:00
Philip M. Gollucci
1fbb6b93d2 - Update download location, update WWW
Reported by:    -fetch-original pointyhat run via pav
2009-01-31 21:14:31 +00:00
Thierry Thomas
fcd940ea6e Fix a bug triggered on amd64 by Cristiano Rolim.
Submitted by:	Cristiano Rolim <cristianorolim (at) hotmail<dot>com>
2009-01-26 17:57:30 +00:00
Stanislav Sedov
cd5a5fec32 - Update to 0.8.7. 2009-01-23 22:04:50 +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
13c0f27605 - Chase lang/guile shlib bump 2009-01-22 16:04:11 +00:00
Pav Lucistnik
a8a1011828 - Mark BROKEN: does not compile
Reported by:	pointyhat
2009-01-21 19:44:40 +00:00
Michael Reifenberger
4c74218167 Fix the paths to qt assistant and qcad manual that are being encoded
into the qcad binary.

PR:		ports/130747
Submitted by:	Alexey Shuvaev
2009-01-21 14:20:34 +00:00
Thierry Thomas
7008e46c34 Upgrade to ASTK 1.7.1. 2009-01-20 18:29:57 +00:00
Pav Lucistnik
66e3ce2cf8 - Update download locations 2009-01-20 16:23:57 +00:00
Thierry Thomas
fefb0a67a5 Switch to USE_FORTRAN.
Submitted by:	gerald
2009-01-20 08:10:54 +00:00
Gerald Pfeifer
3138e30043 No longer pass F77 to CONFIGURE_ENV; this is now done via Mk/bsd.gcc.mk.
Add a faster MASTER_SITE.

Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com>
2009-01-17 20:07:38 +00:00
Thierry Thomas
b4dc3ef3f1 Upgrade to ASTK 1.7.0. 2009-01-14 20:25:30 +00:00
Martin Wilke
d18ba92f13 - Update to 2.1.0
PR:		130462
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2009-01-14 09:11:59 +00:00
Martin Wilke
3381619583 - Chase gsl shlib bump 2009-01-12 20:37:24 +00:00
Stanislav Sedov
ce0cb11fd4 - Update to 9.3f.
- Add option for installing emacs mode files.
2009-01-12 10:31:44 +00:00
Stanislav Sedov
dc795febda - Fix pkg-plist. 2009-01-12 09:58:35 +00:00
Stanislav Sedov
08a7bacf70 - Add port for verilog-mode.el, Emacs Verilog editing mode.
WWW:	http://www.veripool.org/wiki/verilog-mode
2009-01-12 09:44:37 +00:00
Stanislav Sedov
8d65a7b91d - Take maintainership. 2009-01-12 09:01:17 +00:00
Gerald Pfeifer
05a2cbc2b4 Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. 2009-01-07 16:34:27 +00:00
Xin LI
5bbd5cd2dc Bump PORTREVISION's after OpenLDAP update.
Suggested by:	rafan
2009-01-05 19:04:45 +00:00
Pav Lucistnik
c4d4cacd63 - Remove conditional checks relevant only on FreeBSD 5.x and older 2009-01-05 17:27:29 +00:00
Thierry Thomas
5fb3d69a8f Adding Gmsh with support of OpenCascade. 2008-12-31 12:52:26 +00:00
Thierry Thomas
f92836f3f0 Upgrade to 6.3 and unbreak.
Changelog at <http://www.opencascade.com/pub/doc/Release_Notes_6.3.pdf>.
2008-12-31 12:48:13 +00:00
Thierry Thomas
d6072e63cd Prepare for a slave port to support OpenCascade. 2008-12-31 12:47:22 +00:00
Thierry Thomas
6c889aeb66 Set ignore for the moment. 2008-12-31 12:47:13 +00:00
Pav Lucistnik
a785612b43 - Set for expiration in one month: has been broken for more than 6 months 2008-12-19 22:00:33 +00:00
Thierry Thomas
aafd321b53 Fix a Makefile bug.
Reported by:	pointyhat via Pav
2008-11-30 16:47:04 +00:00
Thierry Thomas
f75e94f77a Upgrade to 2.2.6.
Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS.txt>.
2008-11-22 11:01:46 +00:00
Shaun Amott
c9d2401b93 - Upgrade to 3.4.30.
- Relinquish port.

PR:		ports/124355 (earlier version)
Submitted by:	Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
2008-11-14 17:41:30 +00:00
Diane Bruce
a00af9f9d6 - Fix build on 6.0 2008-11-07 05:45:03 +00:00
Diane Bruce
584fec74d4 - Update to 1.01
- Contributed man page is now part of distribution
2008-11-05 17:05:17 +00:00
Thomas Abthorpe
120ddc52c0 - Reassign to ports 2008-10-27 15:59:26 +00:00
Thierry Thomas
b32395b2ab Upgrade to 2.2.5.
Changelog at <http://www.geuz.org/gmsh/doc/VERSIONS.txt>.
2008-10-26 20:07:43 +00:00
Maho Nakata
d000509e27 Chase libglut update. 2008-10-26 02:21:08 +00:00
Dmitry Marakasov
a961702044 - Make so it doesn't depend on [broken] cad/opencascade be default
PR:		128063
Submitted by:	Stephen Montgomery-Smith <stephen at math dot missouri dot edu>
2008-10-22 21:09:31 +00:00
Thierry Thomas
e7f72d052d The main tarball has been rerolled, but the included components have not
been touched.

Reported by:	portscout
2008-10-21 19:22:40 +00:00
Martin Wilke
90d1f9b152 - Update to 7.12.6
PR:		127891
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2008-10-12 09:19:08 +00:00
Felippe de Meirelles Motta
7a3947093e - Mark as BROKEN on CURRENT.
Reported by:	erwin via pointyhat
2008-09-28 00:00:29 +00:00
Martin Wilke
f83b0b45ad - Update to 0.0.6
PR:		127357
Submitted by:	Dominic Fandrey <LoN_Kamikaze@gmx.de> (maintainer)
2008-09-26 08:54:27 +00:00
Maho Nakata
3fcebadb5d Add distinfo for WITH_EXAMPLES.
Submitted by:	Pedro Giffuni
2008-09-25 05:39:48 +00:00
Thierry Thomas
bb693d8a5f Upgrade to 20080825. 2008-09-24 20:33:32 +00:00
Felippe de Meirelles Motta
7adf47f0c9 - After recent commit of MPSAFE TTY layer brlcad builds and runs successfully on CURRENT, then unbreak it.
PR:		ports/126746
Reported by:	Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
2008-09-03 21:39:25 +00:00
Maho Nakata
890254d86b Update to 1.8.
Suggested by: Pedro Giffuni
2008-09-02 01:45:56 +00:00
Thierry Thomas
1653abb282 Fix plist.
Reported by:	QAT
2008-09-01 22:00:10 +00:00
Rong-En Fan
3d9db09a64 - Fix build by comment out some code according to README.INSTALL 2008-09-01 15:21:14 +00:00
Rong-En Fan
e232c89c5e - Rename for the upcoming patch 2008-09-01 14:41:51 +00:00
Rong-En Fan
aa5fba5d39 - Fix patching
PR:		ports/127016
Submitted by:	Stephen Montgomery-Smith <stephen at math.missouri.edu>
2008-09-01 14:27:08 +00:00
Rong-En Fan
20561af403 - Rename for the upcoming patch (PR 127016) 2008-09-01 14:26:36 +00:00
Thierry Thomas
d8f5981a64 Upgrade to 2.2.4.
Note: this adds two integrated mesh partitionners, Metis and Chaco;
don't rely to the external ports to avoid conflicts with math/metis-edf
(e.g. when installing Code_aster).

Full changelog at <http://www.geuz.org/gmsh/doc/VERSIONS.txt>.
2008-08-24 16:41:54 +00:00
Hiroki Sato
0f60c9ed8f Update to 0.15. Changes include:
* Editing capabilities. "klayout" in it's basic form still
  operates as pure viewer. However, a mode is available that
  enables editing capabilities. See Editor mode quickstart manual
  for a more detailed description

* Some RBA extensions: i.e. conversion from "double" type
  polygons to "integer" type ones.

* A default layer table can be configured in the "Application"
  tab of the setup dialog. This table will be loaded whenever a
  layout is opened or created.

* A installer for Windows is provided now.

* Properties are supported on instances now as well.

* Code is compatible with gcc 4.3.0 now.

* Enhanced compatibility with SunStudio 11 compiler (in
  particular in RBA).

* Various bug fixes (i.e. in GDS reader and OASIS writer).
2008-08-23 00:51:40 +00:00
Hiroki Sato
d53d2cb294 Update to 3.0.2. 2008-08-22 15:16:55 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Diane Bruce
4f21024b90 BasicDSP is an educational tool that makes it easy to experiment with simple
Digital Signal Processing algorithms for audio signals. The input can either
be taken from the sound card, or be a locally generated sine wave, white noise
or impulse signal. The output is fed to the sound card, as well as to a virtual
oscilloscope and spectrum analyzer.
2008-08-17 20:22:21 +00:00
Martin Wilke
16d82841ce - Fix build after qt 4.4.1 update 2008-08-04 23:33:44 +00:00
Stanislav Sedov
1ad2c8ae4a - Update to 8.07. 2008-07-27 21:32:43 +00:00
Stanislav Sedov
34b528c560 - Update to 9.7.68. 2008-07-25 23:11:05 +00:00
Stanislav Sedov
6fc84e8d27 - Update to 2.2.9. 2008-07-25 22:07:29 +00:00
Thierry Thomas
a7b660b47e - Upgrade to 2.2.3
Changelog at <http://geuz.org/gmsh/doc/VERSIONS.txt>

- Set USE_FORTRAN to fix blas & lacpack detection;

- Respetct NOPORTEXAMPLES.
2008-07-25 15:31:16 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Pav Lucistnik
29e60de039 - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 09:08:42 +00:00
Rong-En Fan
fd47512c4d - Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION

PR:		ports/125435
2008-07-21 04:49:09 +00:00
Felippe de Meirelles Motta
3f0445824b - Mark as BROKEN on -CURRENT.
- Add regression-test.

PR:		ports/124733
Submitted by:	"Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
Reviewed by:	lippe
Approved by:	gabor (mentor, implicit)
2008-07-13 21:17:17 +00:00
Thierry Thomas
833ec1d8b5 Upgrade ASTK to 1.6.2-1. 2008-07-13 07:42:54 +00:00