1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
Commit Graph

2622 Commits

Author SHA1 Message Date
Joe Marcus Clarke
9bc1553815 Update to 4.4.22 which fixes constant and certain font problems. See
http://bugzilla.gnome.org/show_bug.cgi?id=163622 for more details.
2005-01-12 19:54:02 +00:00
Adam Weinberger
1fcf66691d Fix patches. 2005-01-12 17:50:39 +00:00
Thomas Gellekum
d2bcf69c0d Upgrade to 23.7. 2005-01-12 12:21:01 +00:00
Edwin Groothuis
4d664395a9 [maintainer] math/gap to version 4.4.4
- Upgrade to the latest version.
	  Apart from nifty new features, this also contains important bugfixes.
	- Previous Makefile had duplicate MASTER_SITES. Oops.

You are warned:
    [~] edwin@k7>du -skh cvs/ports/math/gap/
    396M    cvs/ports/math/gap/

PR:		ports/75613
Submitted by:	Johan van Selst <johans@stack.nl>
2005-01-12 05:45:35 +00:00
Michael Nottebrock
a0a495a090 Don't restrict ports depending on py-qt to python 2.3 anymore. 2005-01-10 22:04:32 +00:00
Sergey Matveychuk
4629203d57 - Update to 6.4
PR:		ports/76016
Submitted by:	self
Approved by:	tobez (maintainer)
2005-01-10 13:46:24 +00:00
Pav Lucistnik
a9d2baca78 - Update to patchlevel 2
- Don't install perl modules in configure phase

PR:		ports/75856, ports/75965
Submitted by:	Ewgenij Gawrilow <gawrilow@math.TU-Berlin.DE> (maintainer)
2005-01-10 01:16:26 +00:00
Kirill Ponomarev
a063bcc1d4 Update to version 3.6.0
PR:		ports/75954
Submitted by:	Ports Fury
2005-01-08 16:36:45 +00:00
Kirill Ponomarev
fafd783bba Fix plist. 2005-01-08 11:46:52 +00:00
Kris Kennaway
502f124782 BROKEN on alpha: Does not compile
Approved by:    portmgr (self)
2005-01-02 01:07:46 +00:00
Kris Kennaway
54f0c0077e BROKEN: Does not compile
Approved by:    portmgr (self)
2005-01-02 00:57:25 +00:00
Kris Kennaway
3ddfc30188 Partially fix package building by adding a dependency on Xvfb in the
PACKAGE_BUILDING case.  Mark BROKEN because this package is still
missing a dependency.

Approved by:	portmgr (self)
2005-01-01 22:19:36 +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
344d59f9f0 Support NO_WRKSUBDIR properly
PR:		ports/75631
Submitted by:	Ports Fury
2004-12-30 09:33:04 +00:00
Pav Lucistnik
9badc0b806 - Update to 0.7.1
PR:		ports/75408
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
Approved by:	Rui Lopes <rui@ruilopes.com> (maintainer)
2004-12-30 06:39:54 +00:00
Marius Strobl
7ec56bfe90 Update to 1.0.57. For changes since 1.0.56 please see:
http://yacas.sourceforge.net/changes.html
The new optimze-compiled-plugin-size feature had to be disabled
otherwise yacas would dump core.

Approved by:	netchild
2004-12-29 22:00:27 +00:00
Pav Lucistnik
9746cb0b1a Polymake is a versatile framework for experimental discrete mathematics. The
standard distribution contains tool collections for the algorithmic treatment
of polytopes and polyhedra, and finite simplicial complexes.  It offers an
unified interface to a wide variety of algorithms and free software packages
from the computational geometry field, such as convex hull computation or
visualization tools.

PR:		ports/75405
Submitted by:	Ewgenij Gawrilow <gawrilow@math.TU-Berlin.DE>
2004-12-29 01:29:57 +00:00
Akinori MUSHA
c494742bdd Update to 1.5.4. 2004-12-25 18:30:27 +00:00
Mario Sergio Fujikawa Ferreira
5bb578428d Remove deprecated USE_SIZE 2004-12-25 11:43:58 +00:00
Alexey Dokuchaev
9281c6aff2 Fix "bad C++ code" and unbreak. 2004-12-23 14:47:26 +00:00
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