Commit graph

1973 commits

Author SHA1 Message Date
Hye-Shik Chang
473635d704 Utilize PYTHON_SITE_SUBDIR and USE_PYTHON. 2003-10-19 08:52:10 +00:00
Ying-Chieh Liao
2571e972ce upgrade to 0.98 2003-10-18 14:02:41 +00:00
Kris Kennaway
042afb8649 Before committing the previous BROKEN changes I carefully checked the status
of each port on bento and for recent fixes.  Unfortunately at some point I
got confused and switched to the wrong list :-)  As a result I picked up a
number of ports that were fixed a while ago.  Sorry for the false alarm,
maintainers.

Pointy hat to:	kris
2003-10-16 04:15:48 +00:00
Kris Kennaway
73f86248bd BROKEN on 5.x: does not compile 2003-10-16 02:26:47 +00:00
Kris Kennaway
d894e365fe BROKEN on 5.x: does not compile 2003-10-15 22:23:25 +00:00
Joe Marcus Clarke
9bc559e127 Fix Python detection for Python <= 2.2.
"When a user has PYTHON_VERSION= set in make.conf and no other python
installed.Gnumeric2 configure can't find the python.  This is because only
the lang/python port installes python next to python2.3."

PR:		58082
Submitted by:	Koop Mast <einekoai@chello.nl>
2003-10-15 20:58:28 +00:00
Edwin Groothuis
78e5825af6 unbreak build problems for math/pspp. 2003-10-15 13:31:14 +00:00
Kris Kennaway
7e7c05a5c3 BROKEN on 5.x: does not compile 2003-10-15 04:59:50 +00:00
Akinori MUSHA
e538243a82 Update to 0.0.4 and fix new compiler error. (wrong cpp syntax) 2003-10-14 21:40:34 +00:00
Joe Marcus Clarke
be462fd635 Update to 4.3.16. 2003-10-13 18:48:04 +00:00
Mathieu Arnold
04419960e4 Unbreak on 5.x
Noticed by:	bento
Pointed out by:	kris, tobez
Pointy hat to:	me
2003-10-13 08:41:52 +00:00
Kirill Ponomarev
c92980c328 - Chase libraries to actual math/gsl version.
Submitted by:	kris via bento
2003-10-12 21:57:01 +00:00
Joe Marcus Clarke
7de94615c3 Update to 4.3.15. 2003-10-10 18:27:50 +00:00
Kirill Ponomarev
0184ced793 - Update to version 1.1.3
PR:		57842
Submitted by:	Ports Fury
2003-10-10 17:54:50 +00:00
Kirill Ponomarev
c8a11859fb - Add dependency for devel/stlport on 4-stable
(to build math/GiNaC properly)
- Utilize INFO

PR:		57834
Submitted by:	Ports Fury
2003-10-10 17:52:21 +00:00
Edwin Groothuis
728d75bef0 math/ploticus-nox11, a slaveport of math/ploticus
Suggested by:	Adam Weinberger <adamw@FreeBSD.org>
2003-10-10 11:49:43 +00:00
Edwin Groothuis
7dac9f511e make math/ploticus a master-port.
Suggested by:	Adam Weinberger <adamw@FreeBSD.org>
2003-10-10 11:44:06 +00:00
Edwin Groothuis
048a1c4dad ploticus should not require X11 (patch included)
Despite the WITHOUT_X11 setting, building ploticus requires X11.

PR:		ports/53266
Submitted by:	awk <awk@bronte.bnt.com>
2003-10-10 05:44:46 +00:00
Kirill Ponomarev
02a09b544b - Update to version 1.1.4
PR:		57806
Submitted by:	Ports Fury
2003-10-09 18:13:40 +00:00
Adam Weinberger
80b32bc996 Update to 1.2.1. 2003-10-09 02:23:18 +00:00
Peter Pentchev
91189378b5 Update to ParMetis 3.1.
PR:		57737
Submitted by:	maintainer
2003-10-08 11:29:48 +00:00
Kirill Ponomarev
1eddf5f1c2 - Fix MASTER_SITES
PR:		57714
Submitted by:	maintainer
2003-10-07 20:14:11 +00:00
Kirill Ponomarev
d9fabef740 Add py-fpconst 0.6.0, utilities for handling IEEE 754 floating
point special values.

PR:		57708
Submitted by:	Rui Lopes <rui@ruilopes.com>
2003-10-07 20:00:53 +00:00
Kirill Ponomarev
10c050d4a6 Rename math/drgenuis -> math/drgeo 2003-10-06 09:06:43 +00:00
Kirill Ponomarev
aed4a2798e Add math/drgeo, remove math/drgenius 2003-10-06 09:04:30 +00:00
Kirill Ponomarev
4cd53e99fb - Update to 0.9.9
Submitted by:	Ports Fury
2003-10-06 09:02:35 +00:00
Edwin Groothuis
feccf6245d new port for mpexpr
Mpexpr adds two new commands to Tcl, 'mpexpr' and 'mpformat'.
	Mpexpr works much like Tcl's  native 'expr', but does all
	calculations using an arbitrary precision math package.
	Mpexpr numbers can be any number of digits, with any decimal
	precision.  Final precision is controlled by a Tcl variable
	'mp_precision', which can be any reasonable integer, limiting
	only the number of digits to the right of the decimal point.

PR:		ports/48764
Submitted by:	chein@GeekDude.com <chein@GeekDude.Com>
2003-10-06 02:43:46 +00:00
Maho Nakata
6004b8dfd6 Add new port math/sdpa.
The SDPA (SemiDefinite Programming Algorithm) is a software package for
solving semidefinite program (SDP). Extremely efficient, almost fastest
around the world!
2003-10-04 04:21:13 +00:00
Maho Nakata
00d8ae51a7 Add new port atlas-devel, developer version of math/atlas 2003-10-03 23:15:36 +00:00
Will Andrews
d075bf0f86 Fix the -pthread problem in case the option gets removed again. This
patch involved patching the core auto* routines in KDE to accept the
PTHREAD_* variables in the environment, with fallbacks.  We decided the
easiest way to implement this in ports was to generate configure instead
of risking incorrect generation at port configure time.

Said patch has already been committed to HEAD in KDE and as such will be
removed with the 3.2 upgrade once it is released.

Ports using Makefile.kde that shouldn't be using them (i.e. non-KDE
modules) have this support commented out due to lack of patch.

Helped out:	Adriaan de Groot <adridg@cs.kun.nl>
		Lauri Watts <lauri@kde.org>
		Andy Fawcett <andy@athame.co.uk>
2003-10-03 22:34:44 +00:00
Mathieu Arnold
241b776f8f Update to 0.2
Remove MANPREFIX, fixup WWW, use %%SITE_PERL%%
maintainer timeout (4 months)

PR:		52288
Submitted by:	myself
2003-10-02 16:50:02 +00:00
Mathieu Arnold
c5d0707ea7 Update to 1.66
Remove MANPREFIX, use %%SITE_PERL%%, fix WWW

PR:		52290
Submitted by:	myself
2003-10-02 16:31:10 +00:00
Tilman Keskinoz
3d1a27e930 IA64s do not have apm.
IA64 Laptops are also very unlikely, so disable klaptop on ia64.
2003-09-30 13:12:51 +00:00
Kirill Ponomarev
73ef09873d - Update to version 1.4
- Pet portlint

PR:		56160
Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
Approved by:	maintainer timeout > 1 month
2003-09-28 21:25:55 +00:00
Kirill Ponomarev
8b9fc920f1 - Backout the previous commit, because we need repo copy for
new version.

Submitted by:	Ports Fury
Approved by:	portmgr (marcus)
2003-09-28 00:40:18 +00:00
Kirill Ponomarev
e6d77136b4 - Update to drgeo version 0.9.9
PR:		57287
Submitted by:	Ports Fury
2003-09-27 15:23:37 +00:00
Edwin Groothuis
980148c0ba Update port: misc/gretl to 1.1.2
- Update to version 1.1.2

PR:		ports/57006
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-27 03:50:03 +00:00
Edwin Groothuis
a58129d3de - ECHO -> ECHO_MSG
for some ports:
- ECHO -> ECHO_CMD
- pre-fetch -> pre-everything

PR:		ports/56800-56819
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-27 00:50:09 +00:00
Edwin Groothuis
df9732110c Chase print/pdflib version bump
PR:		ports/57204
2003-09-26 23:39:37 +00:00
Joe Marcus Clarke
175caad64e Once more try at fixing the patch problem. 2003-09-25 21:28:25 +00:00
Joe Marcus Clarke
3a2b634ea7 Fix patching.
Reported by:	Mike Harding <mvh@ix.netcom.com>
2003-09-25 18:28:23 +00:00
Joe Marcus Clarke
39691bea91 Fix build on -STABLE.
Submitted by:	Sergey Akifyev <asa@gascom.ru>
2003-09-25 16:06:44 +00:00
Adam Weinberger
e725d2a9e9 Update to 1.2.0. 2003-09-25 03:36:35 +00:00
Joe Marcus Clarke
4addbbcf2a * s/-pthread/${PTHREAD_LIBS}/
* Use gnometarget
2003-09-24 19:10:51 +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
Will Andrews
01ff961210 Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details. 2003-09-18 14:57:05 +00:00
Mark Murray
beb293deff Bugfix. fix wish --> wish8.4 to fix xmaxima. Sort out INFO files a
bit better, and allow different lisp compilers to be used. The clisp
compiler dumps core, so mark that case as an error until it can get
fixed. Fix the COMMENT a bit to fit in with sysinstall better.

OK'ed by:	portmgr(marcus)
2003-09-16 15:38:46 +00:00
Lars Koeller
0ae8b57449 o) User pdflib5 in dependency section to unbreak build due to broken
marked pdflib4

PR:		56673
Submitted by:	j.e.drews@att.net
Approved by:	portmgr@freebsd.org
2003-09-15 18:31:28 +00:00
Joe Marcus Clarke
934f68f9c0 Fix buuild on -STABLE, and make sure -lc_r is linked in on -CURRENT.
Reported by:	Sergey Akifyev <asa@gascom.ru>
Approved by:	portmgr (implicitly)
2003-09-11 07:51:39 +00:00
Kiriyama Kazuhiko
5cc7719d1d Update 20030507 to 20030825[1]. Following additional changes has made:
* spaces between macros and eqauls to tab(portlint)
* change %%DOCSDIR%% in pkg-plist(portlint)

PR:		56230
Submitted by:	Saito Tomokatsu <saito@saitou.org>[1]
2003-09-10 13:11:11 +00:00