Commit Graph

2602 Commits

Author SHA1 Message Date
Edwin Groothuis
297d81284f [MAINTAINER] math/kseg: update to 0.402
Update to 0.402

PR:		ports/75329
Submitted by:	Kuang-che Wu <kcwu@csie.org>
2004-12-22 01:09:10 +00:00
Sergey Matveychuk
45f9d23248 - Unbreak on amd64
(Johan van Selst succesfully ran the test-suite
  on an amd64 running 6-CURRENT and ocaml-3.08.2)

PR:		ports/75334
Submitted by:	maintainer
2004-12-20 21:37:52 +00:00
Lars Koeller
eb68b2d593 o) Fix remove of soft link for documentation. 2004-12-20 20:11:23 +00:00
Michael Johnson
ac0194e1fd - Change forgotten PORTSNAME from gnumeric2 to gnumeric from 2004-12-20 08:22:42 +00:00
MIHIRA Sanpei Yoshiro
25ce6c749a Add 2 files to pkg-list
Submitted by:	kris
2004-12-20 07:36:13 +00:00
Michael Johnson
39ba9398d9 - Fix build for 4.x users who define WITH_OPTIMIZED_CFLAGS and have SSE by
using internal libtool since we use gcc34 and libtool15 doesn't like a
  different CC/CXX other than the one it was built with [1]
- Fix plist if WITH_SMP_THREADS was defined
- Bump PORTREVISION to force update of plist changes

Reported by:	marcus [1]
2004-12-20 04:55:50 +00:00
Christian Weisgerber
d7d18824b0 Don't leave extra directory after uninstall.
Submitted by:	kris	(pointyhat)
2004-12-19 22:48:00 +00:00
Mark Linimon
f883a29ba4 Attempt to not build this package on pointyhat; it has a file which must
be manually downloaded.
2004-12-19 18:30:25 +00:00
Kris Kennaway
cb16b1581c Don't try and remove pkgconfig at deinstall 2004-12-18 20:23:23 +00:00
Greg Lewis
40d510ac4f . Respect hier(7).
. Use a better ALL_TARGET.  Having check as part of it tried to install
  some files.  Use check-runs to achieve the desired testing without
  doing any installation.
. ${INSTALL_MAN} -> ${INSTALL_DATA} for doc installation (they aren't
  manual pages).
2004-12-16 07:08:25 +00:00
Pav Lucistnik
c705001068 - Drop requirement for exact python version
- Unmark BROKEN

PR:		ports/75084
Submitted by:	Pasi Hirvonen <psh@iki.fi> (maintainer)
2004-12-15 23:11:48 +00:00
Edwin Groothuis
a27d4fe605 <siks> hm math/clarence is maintained by ports@
<siks> i might consider maintaining that
2004-12-15 22:59:22 +00:00
Michael Johnson
42e50f4530 - Remove i386 Restriction of 3dnow/sse since amd64 has sse and 3dnow
- Remove WITH_SSE Option and auto-detect it under WITH_OPTIMIZED_CFLAGS
- Move auto-detect of 3dnow under WITH_OPTIMIZED_CFLAGS
2004-12-15 09:04:36 +00:00
Michael Nottebrock
0083804533 Update to KDE 3.3.2 2004-12-13 20:12:15 +00:00
Kris Kennaway
6ec2397837 BROKEN on 4.x: Does not compile 2004-12-11 21:50:01 +00:00
Kris Kennaway
67855a2012 BROKEN: Broken dependency after python 2.4 update 2004-12-11 21:16:33 +00:00
Michael Johnson
6b3bfe6971 Move math/gnumeric2 --> math/gnumeric 2004-12-11 09:38:24 +00:00
Michael Johnson
524396ff43 Remove gnumeric from distinfo 2004-12-11 09:17:57 +00:00
Michael Johnson
8955366f7c - Remove math/gnumeric dependency by adding GNOME_Gnumeric_Graph.idl to FILESDIR so things like gnucash can still have graphing support. 2004-12-11 09:15:52 +00:00
Joe Marcus Clarke
0085507ce3 Include sys/types.h when including ieeefp.h to fix the build on ia64.
Reported by:	pointyhat via kris
2004-12-11 02:38:50 +00:00
Pav Lucistnik
61985d199d - Update to 1.4.1 2004-12-10 17:42:19 +00:00
Michael Johnson
c4e25c84d9 Remove WITH_OPTIMIZED_ATHLON knob and auto-detect 3dnow to enable Athlon/3dnow
optimizations

Pointed out by:	kris
2004-12-09 21:58:18 +00:00
Michael Johnson
34fd254c76 - Add note about WITH_OPTIMIZED_ATHLON will fall back to 3dNow if you don't have
a Athlon
- Fix man pages so they say ${PREFIX}/etc instead of /etc
- Fix core dump of fftw-wisdom in >=5.x [1] by removing a dirty work around
  to use a 16-byte aligned maloc by really using freebsd's 16-byte
  aligned maloc

Reported by:	phk
2004-12-09 19:21:04 +00:00
Michael Nottebrock
bc343a7df3 PyQt doesn't like python 2.4, restrict it and ports depending on it to
python 2.3 for the time being.
2004-12-08 15:31:32 +00:00
Thierry Thomas
1da202f56d Add xppaut 5.85, graphical tool for solving differential equations, etc.
PR:		74254
Submitted by:	Stephen Montgomery-Smith
2004-12-06 23:08:46 +00:00
Thierry Thomas
7e87245213 Add petsc-mpich, a slave port of PETSC built with MPI. 2004-12-06 13:28:27 +00:00
Thierry Thomas
a5211f3051 Teach bmake to support FreeBSD-6.
Reported by:	Kris via pointyhat.
2004-12-06 13:24:16 +00:00
Volker Stolz
cde6be69bd - Update to 4.4.3
- License is now GPL
- Assign maintainership to submitter

PR:		ports/74534
Submitted by:	Johan van Selst
2004-12-06 08:07:18 +00:00
Sergey A. Osokin
2dd3b93468 Correct pkg-plist.
Bump PORTREVISION.

Submitted by:	pointyhat via kris
2004-12-05 16:54:08 +00:00
Hye-Shik Chang
dd3cadba79 Fix build on Python 2.4. 2004-12-05 03:38:19 +00:00
David E. O'Brien
7aedc5ee6d Unbreak on AMD64 by linking libglob statically vs. dynamically until the
PIC issues are properly dealt with.

Submitted by:	Roland Smith <rsmith@xs4all.nl>
2004-12-05 02:58:07 +00:00
Hye-Shik Chang
4dfc66ee43 Fix build on Python 2.4. 2004-12-05 02:48:04 +00:00
David E. O'Brien
02588391df Remove dependancy on REINPLACE. 2004-12-04 22:47:45 +00:00
Dejan Lesjak
2ae73f6ac0 Add imake build dependency.
Previously it was picked up as run time dependency for X libraries. Since
that is about to change, specify it explicitly.

Pointed out by:	dosirak via kris, while testing X.Org upgrade
2004-12-03 13:22:41 +00:00
Dejan Lesjak
a02dc7f40b Add perl build dependency.
Previously it was picked up by imake, which was run time dependency for
X libraries. Since this will no longer hold, specify perl explicitly.

Pointed out by:	dosirak via kris, while testing X.Org upgrade
2004-12-03 07:07:41 +00:00
Yen-Ming Lee
70467fc85b - remove the sites which no longer host the distfile
- utilize DATADIR
2004-12-03 02:36:57 +00:00
Edwin Groothuis
11095e4837 Make eik@ and portupgrade happy by bumping PORTEPOCH. 2004-12-03 01:55:14 +00:00
Hye-Shik Chang
7e89d7bc4b mpz module is deprecated since Python 2.2 and removed in Python 2.4. 2004-12-02 05:22:15 +00:00
Sergey A. Osokin
053bd6682b Add Statistics::Lite 1.02 module - the lightweight and
functional object-oriented statistics.
2004-12-01 15:34:18 +00:00
Anton Berezin
e5db96d167 Mark broken on ia64 and amd64.
PR:		74502
Submitted by:	maintainer
2004-11-29 09:34:20 +00:00
Joe Marcus Clarke
026d5f936c Update to 1.4.0. This update also represents work on the 1.3.x branch by
adamw, ahze, and mezz.
2004-11-29 08:31:28 +00:00
Mark Linimon
7549b0de0a As previously announced, remove math/ruby-math3d. It has been broken
for several months with no sign of a fix.
2004-11-27 08:36:59 +00:00
Kirill Ponomarev
404f9d762d Fix build
PR:		ports/74426
Submitted by:	Ports Fury
2004-11-26 21:03:59 +00:00
Kris Kennaway
de0d75b1e2 BROKEN: Broken pkg-plist 2004-11-26 00:46:02 +00:00
Sergey Matveychuk
43154a7e9b [new port] math/p5-Math-Spline
PR:		ports/74380
Submitted by:	Fernan Aguero <fernan(at)iib.unsam.edu.ar>
2004-11-26 00:14:38 +00:00
Sergey Matveychuk
2d8f29c336 [new port] math/p5-Math-Derivative
PR:		ports/74381
Submitted by:	Fernan Aguero <fernan(at)iib.unsam.edu.ar>
2004-11-26 00:05:56 +00:00
Kris Kennaway
74e2c45989 Add missing directory
XXX This port doesn't seem to conform to hier(7)
2004-11-24 21:40:41 +00:00
Jeremy Messenger
bdb974fb79 Use new GCONF_SCHEMAS.
Approved by:	pav
2004-11-23 19:33:08 +00:00
Michael Johnson
2bec1cbafb Don't build example programs since we don't install them
Approved by:	adamw (implicit)
2004-11-23 06:03:18 +00:00
Jeremy Messenger
d7fcc8234e Use new INSTALLS_OMF.
Approved by:	bland, kwm, marcus and pav
2004-11-23 02:23:08 +00:00