1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
Commit Graph

784 Commits

Author SHA1 Message Date
Volker Stolz
3430b5984c Unbreak: No longer broken in my private he^Wjail, plus fix for qt-3.3.4
which no longer dynamically links against libGL.
2005-03-09 15:57:06 +00:00
Florent Thoumie
e671b2d487 - Update to 1.0.1.
PR:		ports/78497
Submitted by:	Ports Fury
Approved by:	pav (mentor)
2005-03-07 13:46:51 +00:00
Mark Linimon
99806f08b4 Note that math/ploticus now installs as bin/ploticus rather than bin/pl.
Remove obsoleted conflicts.

Prodded by:		vs
2005-03-07 02:41:00 +00:00
Ying-Chieh Liao
7f6b08a64d add impact 0.5.3
Dynamic Finite Element Program Suite
2005-03-04 07:36:48 +00:00
Trevor Johnson
e66743b7d5 Respect the user's USE_LINUX setting. 2005-03-01 21:51:48 +00:00
Kirill Ponomarev
d3f266a236 BROKEN on 4.x: Linker error 2005-02-28 23:24:32 +00:00
Kris Kennaway
7f152ca271 BROKEN: Checksum mismatch 2005-02-28 04:49:14 +00:00
Kris Kennaway
33739e53dd BROKEN: Size mismatch. Fix typo. 2005-02-28 04:25:50 +00:00
Pav Lucistnik
36e598b80c - Update to 2005.01.27
- Unbreak on 5.3 and newer

PR:		ports/78029
Submitted by:	Johan van Selst <johans@stack.nl>
2005-02-25 21:16:45 +00:00
Thierry Thomas
887caa941f Fix a typo in COMMENT.
Reported by:	maintainer.
2005-02-21 06:34:39 +00:00
Thierry Thomas
0eea0827d1 Add brlcad 7.0.4, CSG modelling system from the US Balistic
Research Laboratory.

PR:		76122
Submitted by:	Pedro F. Giffuni
2005-02-20 22:00:46 +00:00
Kirill Ponomarev
1110c09a86 Documentation tarball was rerolled, new docs were added.
PR:		ports/77763
Submitted by:	Sam Lawrance <boris at brooknet.com.au>
2005-02-20 09:09:57 +00:00
Kirill Ponomarev
35ca5f5829 Update to version 5.63
PR:		ports/77759
Submitted by:	am Lawrance <boris at brooknet.com.au>
2005-02-20 08:54:04 +00:00
Kirill Ponomarev
a134593c83 Update to version 0.40.3
PR:		ports/77132
Submitted by:	Ports Fury
2005-02-19 07:05:00 +00:00
Maho Nakata
eda8b1ee03 Fix build (adding missing dependency)
PR:		77292
Submitted by:	kris via pointyhat, and John Cochran <jdc@fiawol.org> [1]
2005-02-09 09:02:28 +00:00
Thierry Thomas
1eb81bdeda Upgrade to 1.59.0. 2005-02-06 17:47:51 +00:00
Maho Nakata
323a9eeec6 Fix typo
Submitted by:	"Pedro F. Giffuni" <giffunip@yahoo.com>
2005-02-06 12:12:50 +00:00
Maho Nakata
c87fb0301f Fix build with math/spooles 2005-02-06 03:09:06 +00:00
Kirill Ponomarev
4d8ee3e6d7 Update to version 0.40.2
PR:		ports/76894
Submitted by:	Ports Fury
2005-02-01 08:37:49 +00:00
Thierry Thomas
f636b19453 Upgrade to 1.2.1. 2005-01-24 21:26:06 +00:00
Thierry Thomas
1792455229 Add z88 11.0, a compact Finite Element Analysis System.
PR:		75698
Submitted by:	Pedro F. Giffuni.
2005-01-22 16:27:18 +00:00
Kirill Ponomarev
17d2315c1b Update to version 0.43
PR:		ports/76541
Submitted by:	Ports Fury
2005-01-21 19:24:17 +00:00
Maho Nakata
338525b1c7 forgot to add a patch... 2005-01-20 04:50:57 +00:00
Maho Nakata
72d4260aaa forgot to add some files... 2005-01-20 04:45:45 +00:00
Maho Nakata
e2b9995a76 Update to 1.2
PR:		75503
Submitted by:	"Pedro F. Giffuni" <giffunip@yahoo.com>
2005-01-20 04:44:07 +00:00
Thierry Thomas
36b408d40b Upgrade to 1.2.0. 2005-01-17 21:09:27 +00:00
Ying-Chieh Liao
fbfa025a9f upgrade to version 21 2005-01-17 03:10:52 +00:00
Jeremy Messenger
ec56cc3204 Fix the pkg-plist.
Reported by:	pointyhat via kris
2005-01-11 21:47:18 +00:00
Thierry Thomas
6e3be8aadc Upgrade to 1.58.0. 2005-01-08 12:08:22 +00:00
Kirill Ponomarev
8a4c039f62 Fix plist.
Approved by:	portmgr (implicit)
2005-01-04 11:01:27 +00:00
Kris Kennaway
d9ee19d1f3 Broken pkg-plist on alpha
Approved by:	portmgr (self)
2005-01-02 00:45:44 +00:00
Alexander Leidinger
64cf27c85d Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.

It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).

This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).

Changes:
 - change the default linux_base from v7 to v8
 - add a newer freetype to linux_base-8 for nicer fonts display [1]
 - don't let cpio use hardlinks in the linux_base-8 port to quiet some
   warnings in some cases [2]
 - fix a cut&past error in the linux_base-8 pkg-install script [3]
 - convert the binary knob "USE_LINUX" to a version specifier, e.g.
   USE_LINUX=<value> specifies a dependency upon
   emulators/linux_base-<value>, exceptions are a value of "7" (which
   does what you want and adds a dependency to linux_base) and any
   value without a corresponding port in
   PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
   the default linux_base)
 - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
   this allows us to use the USE_LINUX_PREFIX knob for linux_base and
   paves the way for splitting up future linux base ports into
   individual pieces
 - remove RESTRICTED from some GPL licensed ports, even when we only
   distribute binaries, we get them from official linux sites, so
   anyone can grab them there if he needs to
 - add a dependency upon the linux X11 bits where necessary (based upon
   guesswork)
 - don't use USE_X_PREFIX in some linux ports since it adds a dependency
   to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
   solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
 - bump the portrevision of the linux ports ("better safe than sorry"
   algorithm)
 - pass maintainership of the important linux infrastructure to a
   mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
   doesn't like this: tell us your bikeshed color at freebsd-emulation@,
   my color would be "linuxolator@" in case someone cares...)
 - add a pkg-install script for linux-fontconfig, but don't use it;
   everything should work without it (the FreeBSD fc-cache program should
   do all the work), but in case we need it we just need to decomment the
   pkg-install part in the Makefile
 - fix some dependencies
 - fix some bugs
 - add some static plists
 - unbreak the ports with dependecies to more than one linux_base

This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.

Known bugs:
 - the linux-mesa and linux-devtools ports install libGL*.so symlinks
 - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
   the linux X11 port, so linx_Base-8 moans at deinstall time)

Future work (interested souls should coordinate with freebsd-emulation@):
 - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
   or modify the behavior of USE_XLIB in the USE_LINUX case
   AFAIK trevor has some patches.
 - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
   the PREFIX?= workaround in some linux ports
   Should be discussed/coordinated on/with x11@.
 - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
 - update to a more recent linux base

PR:			69997, 70539 (and maybe others)
Discussed with/on:	java@, x11@, trevor, portmgr
Tested by:		mezz, portmgr, pointyhat
RPM hunted down by:	Joseph Gelinas <scirocco@tasam.com> [1]
Requested by:		portmgr [2]
Submitted by:		kris [3]
Approved by:		portmgr
2004-12-31 18:24:10 +00:00
Kirill Ponomarev
2a777b380c Update to version 0.40.1
PR:		ports/75689
Submitted by:	Ports Fury
2004-12-31 13:18:58 +00:00
Kirill Ponomarev
7c91e0c9f5 Update to version 1.0.0
PR:		ports/75688
Submitted by:	Ports Fury
2004-12-31 13:17:30 +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
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
Thierry Thomas
da0cd3bf1e Upgrade to 1.57.
Changelog available at <http://www.geuz.org/gmsh/doc/VERSIONS>.

Remark: Netgen is disabled on FreeBSD-4.x.
2004-12-23 12:23:05 +00:00
Dejan Lesjak
4f5d3d0d4a Add imake build dependency, it is no longer implied by USE_XLIB.
Pointed out by:	dosirak via kris
Approved by:	maintainer timeout
2004-12-23 01:42:27 +00:00
Jeremy Messenger
58a61e763c Put all hacks of hicolor icons and mime from ports to bsd.gnome.mk's gnomehack.
deskutils/drivel is the only port that has pkg-plist change, so bump the
PORTREVISION. The rest else should be no function change, but just remove the
patches to allow gnomehack takes care of it. Keep in mind, I only touch those
ports that already have gnomehack.

Reviewed by:	pav and marcus
2004-12-21 00:23:18 +00:00
Edwin Groothuis
c38a64483e pointyhat-fix: cad/fandango
cad/fandango doesn't build due to Python dependency problem.

	Change: chase Python update (lang/python is 2.4 now)
	Reported by: pointyhat

PR:		ports/74924
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
2004-12-17 09:00:20 +00:00
Kris Kennaway
be3e1f7794 Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
2004-12-16 05:49:27 +00:00
Thierry Thomas
91a15d3afe Upgrade to latest version.
Suggested by:	Pedro F. Giffuni.
2004-12-15 23:13:02 +00:00
Volker Stolz
2c21d1f8cd Update to 4.13
PR:		ports/74539
Submitted by:	Frank Mayhar
Approved by:	maintainer
2004-12-13 10:16:37 +00:00
Kris Kennaway
67855a2012 BROKEN: Broken dependency after python 2.4 update 2004-12-11 21:16:33 +00:00
Kirill Ponomarev
57427edd47 Update to version 2.10
PR:		ports/74944
Submitted by:	Ports Fury
2004-12-11 18:29:06 +00:00
Kirill Ponomarev
c92fdf8e8d BROKEN: Does not compile on 4.x 2004-12-09 10:20:37 +00:00
Dejan Lesjak
99ff12c307 Fix build without imake.
Pointed out by:	dosirak via kris, while testing X.Org upgrade
2004-12-07 11:25:12 +00:00
Kirill Ponomarev
7515dca715 Add missing dependency.
Reported by:	pointyhat
2004-11-30 17:25:32 +00:00
Kirill Ponomarev
b99ce948a2 Update to version 0.40.0
PR:		ports/74422
Submitted by:	Ports Fury
2004-11-26 19:49:15 +00:00
Michael Reifenberger
7ba9a1bb67 Since /usr/X11R6/... seems to be hardcoded in qcad
help first-time-users by using 'USE_X_PREFIX=yes'

PR:		ports/74118
Submitted by:	TAOKA Fumiyoshi <fmysh X iijmio-mail.jp>
2004-11-25 16:32:02 +00:00
Thierry Thomas
ac4020ae92 Upgrade to 4.4.
Note: high order Finite Element package NGSolve is included.
2004-11-21 20:58:15 +00:00
Volker Stolz
957d850b28 Update to 0.1.9:
-Added Sparse Matrix Solver.
-Fixed Compile problems.
-Fixed bug in reading DXF files.

PR:		ports/74026
Submitted by:	maintainer
2004-11-19 15:48:13 +00:00
Thierry Thomas
490257803f - Triangle is the default, unless PACKAGE_BUILDING;
- add a RUN_DEPENDS to the solver getdp.

Suggested by:	Pedro F. Giffuni.
2004-11-16 22:59:36 +00:00
Thierry Thomas
351085df77 Chase Triangle. 2004-11-15 23:02:12 +00:00
Thierry Thomas
ff5b935600 Add triangle 1.5, a Two-Dimensional Quality Mesh Generator and
Delaunay Triangulator.

Change category from cad to math.

Requested by:	Pedro F. Giffuni
Approved by:	marcus
2004-11-15 22:51:06 +00:00
Thierry Thomas
6b8a5ac27e - Use the external Triangle;
- Fix NO_CDROM;
- Handle $EDITOR.
2004-11-15 10:41:13 +00:00
Thierry Thomas
d634b76073 Add triangle 1.5, a Two-Dimensional Quality Mesh Generator and
Delaunay Triangulator.
2004-11-15 10:37:05 +00:00
Kirill Ponomarev
b15049dd03 Support CFLAGS properly
PR:		ports/73898
Submitted by:	Ports Fury
2004-11-14 09:45:30 +00:00
Kirill Ponomarev
f4338e5e04 Update to version 1.56.2
PR:		ports/73899
Submitted by:	Ports Fury
2004-11-14 09:44:19 +00:00
Ying-Chieh Liao
65f77171dd upgrade to 2.09 2004-11-12 15:06:08 +00:00
Volker Stolz
735815cd85 Update to 1.7: Major feature upgrade
PR:		ports/73301
Submitted by:	maintainer
2004-11-10 15:40:49 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Tilman Keskinoz
b84151b7e4 Update to 0.8
PR:		72949
Submitted by:	Joachim Strombergson <watchman@ludd.ltu.se>
2004-11-05 13:16:52 +00:00
Kirill Ponomarev
a0053c3cd4 Update to version 1.56.1
PR:		ports/73345
Submitted by:	Ports Fury
2004-11-01 17:26:21 +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
Thierry Thomas
1117968e5b tochnog builds with gcc-3.4.2.
Since I'm there, replace USE_THREADS by WITH_THREADS.

PR:		ports/73125
Submitted by:	Pedro F. Giffuni.
2004-10-26 21:58:58 +00:00
Thierry Thomas
f9b9940bdc Update to version 1.56.0.
PR:		ports/72818
Submitted by:	KATO Tsuguru.
2004-10-21 21:47:28 +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
Michael Reifenberger
f45e4648af upgrade to qcad-2.0.4.0-1 2004-10-12 11:55:31 +00:00
Kirill Ponomarev
3a8b6e9293 Update to version 1.55.5
PR:		ports/72314
Submitted by:	Ports Fury
2004-10-12 10:19:16 +00:00
Mark Linimon
d0692333c2 Update to 16; add USE_BZIP2; fix plist.
PR:		ports/71152
Submitted by:	Stefan Walter <sw at gegenunendlich dot de> (maintainer)
2004-10-12 06:37:18 +00:00
Kris Kennaway
84e8d56ed5 Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by:	portmgr
2004-09-30 05:32:00 +00:00
Kris Kennaway
8bb453f921 BROKEN on 5.x: Broken by changes to make(1)
Approved by:	portmgr (self)
2004-09-18 18:42:57 +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
Kris Kennaway
e9cb0e0ba3 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-17 22:47:50 +00:00
Michael Reifenberger
db696d347a Fix compilation error due to wrong set parenthesis.
PR:             ports/71540 (with fix), ports/71574
Submitted by:   Rainer Goellner <rainer at jabbe.de>
Approved by:    portmgr
2004-09-12 08:53:13 +00:00
Michael Reifenberger
bb1483df4a Fix compilation with gcc-3.4
Submitted by:	Tilman Linneweh <arved at FreeBSD.org>
2004-08-28 08:46:40 +00:00
Ying-Chieh Liao
e78869878c add dxf2fig 2.07
DXF to FIG converter
2004-08-26 09:38:31 +00:00
Kirill Ponomarev
9ef052cb01 Update to version 1.55.0
PR:		ports/70864
Submitted by:	Ports Fury
2004-08-23 18:49:45 +00:00
Kirill Ponomarev
58c8bc0e36 Fix build with gcc-3.4
Pet portlint.
2004-08-22 20:20:53 +00:00
Kirill Ponomarev
f62713e133 Fix build with gcc-3.4
PR:		ports/70784
Submitted by:	Ports Fury
2004-08-22 01:06:12 +00:00
Kris Kennaway
c1a0f8ede9 BROKEN on 5.x: Does not compile with gcc 3.4.2 2004-08-16 02:33:05 +00:00
Tilman Keskinoz
83f51ce900 Remove redeclaration, introduced in previous commit, to fix build
on CURRENT.
2004-08-15 17:12:39 +00:00
Volker Stolz
10de4d1dca - Update to 2.0.0.p5
- USE_GCC=3.3 on 4.X
2004-08-10 07:44:23 +00:00
Kirill Ponomarev
e8b8b1dcc5 Update to version 7.0.0
PR:		ports/69577
Submitted by:	Ports Fury
2004-07-25 16:22:02 +00:00
Kirill Ponomarev
9b01b4c9c5 Update MASTER_SITES and WWW: line
PR:		ports/68999
Submitted by:	Ports Fury
2004-07-14 12:19:51 +00:00
Kris Kennaway
3e18781d20 BROKEN: Unfetchable 2004-07-11 07:00:38 +00:00
Volker Stolz
34c8086af5 Chase libgsl-update 2004-07-07 08:22:50 +00:00
Thierry Thomas
cf25df79b7 Upgrade to 1.54.1.
Remark: Netgen is now included, but it does not depends on the
port cad/netgen.

Reminded by:	Pedro F. Giffuni.
2004-07-06 21:18:23 +00:00
Pav Lucistnik
1d253c14f8 Add dinotrace, a mature signal waveform viewer used to debug digital design
simulations.

PR:		ports/68688
Submitted by:	Joachim Strombergson <watchman@ludd.ltu.se>
2004-07-05 21:02:41 +00:00
MANTANI Nobutaka
8e22e0d446 Update to 0.7.20040606.
PR:		ports/68643
Submitted by:	maintainer
2004-07-04 15:53:09 +00:00
Kirill Ponomarev
ff93f89b8e Update to version 0.34
PR:		ports/68629
Submitted by:	Ports Fury
2004-07-03 15:39:00 +00:00
Kirill Ponomarev
ad7f7aa999 Update to version 0.16
PR:		ports/68369
Submitted by:	Ports Fury
2004-06-27 18:02:24 +00:00
Kirill Ponomarev
f59dd4de1c - Fix WWW:
PR:		ports/67958
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
2004-06-15 07:24:27 +00:00
Thierry Thomas
076a04a30d Upgrade to 1.53.1.
Reminded by:	Pedro F. Giffuni.
2004-06-13 19:31:27 +00:00
Mario Sergio Fujikawa Ferreira
9280666185 o Update to 6.0.8
o Drop maintainership
2004-06-13 15:09:16 +00:00
Kirill Ponomarev
d4389f5b37 - Fix MASTER_SITES
PR:		ports/67693
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-06-08 08:21:25 +00:00
Pav Lucistnik
222a587001 - Tie subdirs to respective master sites
PR:		ports/67474
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-06-02 03:39:10 +00:00
Pav Lucistnik
840f7cfafa - Update WWW 2004-05-29 23:03:53 +00:00
Volker Stolz
7102fd354b Update to 0.2.6 (unbreak on 4.x) 2004-05-25 13:49:16 +00:00