Ying-Chieh Liao
f53d36fa26
only show i386 options to i386
...
PR: 69488
Submitted by: maintainer
2004-07-24 01:53:06 +00:00
Sergey A. Osokin
caecea8aaf
Move pkg's files to Makefile, remove pkg-plist.
...
Approved by: Jason Harris jharris at widomaker dot com (maintainer)
2004-07-21 14:52:54 +00:00
Akinori MUSHA
2830a1f19b
Update to 0.9.3.
2004-07-19 20:45:19 +00:00
Alex Dupre
e2af8a430c
Add a new shared extension for PHP.
2004-07-19 09:14:47 +00:00
Alex Dupre
6faf06f89e
Add a new shared extension for PHP.
2004-07-19 09:13:09 +00:00
Alex Dupre
b3e2a3505f
Add a new shared extension for PHP.
2004-07-19 08:17:01 +00:00
Alex Dupre
54c5679172
Add a new shared extension for PHP.
2004-07-19 08:15:49 +00:00
Lars Koeller
612d17abbc
o) Update to 5.1.16, with the following fixes:
...
* PDF driver updated to work with PDFlib-6 (rep. #1426 ). Minimal supported version is now 5.0
-> These unbreaks the build
* set scrolling of the custom ticks/labels table to 1 row per click (rep. #1419 )
* updates relevant to the status of mailing lists/forums
* added option to generate PDF-1.4 format (Acrobat5). Support for PDF-1.2 (Acrobat3) removed
* replaced meaningless error message issued when trying to load data with a few string columns as a single set
* in the spreadsheet editor, the last entered cell's data wasn't committed (rep. #1420 )
2004-07-18 16:06:12 +00:00
Kirill Ponomarev
2231e898cb
Update to version 2.6.4
...
PR: ports/69188
Submitted by: Ports Fury
2004-07-17 18:40:46 +00:00
Edwin Groothuis
4982d9a25d
Fix patch-file.
...
Noticed by: SANETO Takanori <sanewo@ba2.so-net.ne.jp>
2004-07-17 01:57:52 +00:00
Edwin Groothuis
befca8acf5
[math/gnuplot+] fix amd64 build failure
...
It is marked BROKEN on amd64 because FreeBSD/amd64 does not
have some IEEE FP functions like fpresetsticky(). The build
failure log is now available at
http://pointyhat.freebsd.org/errorlogs/amd64-5-full/gnuplot371+-1.2.0_1.log
I found file/patch-za causes the problem. The feature of
this patch as reported in ports/16120 can take effect only
on FreeBSD/i386.
PR: ports/69143
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
2004-07-16 10:50:50 +00:00
Eric Anholt
29be1c9451
Fix build on 5.x and fix build with new X headers.
...
Reported by: pointyhat via kris
2004-07-15 06:37:53 +00:00
Maho Nakata
9c0d6951bd
In former commit I commented out all the blas options.
...
pointy hat to: myself
2004-07-14 04:57:39 +00:00
Maho Nakata
f482f755d5
Some options for BLAS are available (though they are hidden by default).
2004-07-14 04:56:42 +00:00
Maho Nakata
94bcc3f41a
1) correct the names of shared libs for threaded version
...
2) Some Pentium 4 series have more caches (not 512kB, but 1M ~ 2M)
2004-07-14 04:49:52 +00:00
Maho Nakata
6537f6785e
Remove lapack dependency.
2004-07-14 04:04:32 +00:00
Maho Nakata
0565157866
Update to 3.7.5
2004-07-14 03:27:00 +00:00
Akinori MUSHA
9537510396
Update to 0.9.1.
2004-07-13 18:45:33 +00:00
Greg Lewis
4ffb43fe5a
. Bump PORTREVISION (forgotten in previous commit).
2004-07-13 16:31:01 +00:00
Greg Lewis
2f6008a96f
. Sort OPTIONS and the associated sections that deal with them.
...
. Add a GD option that compile gd support into gnuplot.
Prompted by: Chris Burkert <chris@chrisburkert.de>
2004-07-13 16:28:56 +00:00
Lars Thegler
ac5786228c
- Unbreak package building.
...
- Bump PORTREVISION
Noticed by: kris
Approved by: maintainer
2004-07-12 13:38:55 +00:00
Kris Kennaway
d15c84b796
BROKEN: Does not build
2004-07-11 22:02:54 +00:00
Lars Thegler
939f964014
Add p5-Geo-Distance 0.06, calculate Distances and Closest Locations.
...
PR: 68902
Submitted by: Rod Taylor <ports@rbt.ca>
Approved by: erwin (implicit)
2004-07-11 21:53:10 +00:00
Thierry Thomas
29fcb136ed
Fix a "reinplaced" patch.
2004-07-11 12:14:21 +00:00
Kris Kennaway
d42a0e03f2
BROKEN: Unfetchable
2004-07-11 01:04:15 +00:00
Thierry Thomas
69101eb929
Upgrade to 1.41.
2004-07-10 23:19:14 +00:00
Pav Lucistnik
a8589c1eaf
- Correct dependency on linux-png
...
Thank to Jean-Yves for spotting this and finding a solution.
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
2004-07-10 22:02:48 +00:00
Alexander Leidinger
da3e4a3751
Remove CONFLICTS, it's not necessary anymore.
...
Submitted by: marius
Approved by: maintainer timeout
2004-07-10 11:12:28 +00:00
Joe Marcus Clarke
9e5632dd66
Apply a big libtool patch to allow porters to use the libtool installed by
...
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
2004-07-09 17:43:11 +00:00
Pav Lucistnik
400a0dadb0
- Unbreak build by using gmake all over the place. Without this, $< in Makefiles
...
are not expanded and perl hangs on tty input during build
2004-07-08 22:48:51 +00:00
Jeremy Messenger
0ea0df3ec4
Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
...
those ports will not work. Please see the more detail about this:
http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html
Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.
Approved by: marcus (portmgr hat)
Reviewed by: My team, FreeBSD GNOME Team
2004-07-07 16:23:51 +00:00
Volker Stolz
34c8086af5
Chase libgsl-update
2004-07-07 08:22:50 +00:00
Volker Stolz
f512ec1567
Chase libgsl-update
...
PR: ports/68749
Submitted by Jon Drews
and: kiril@
2004-07-07 07:32:25 +00:00
Volker Stolz
227a32678a
- Update to 1.5
...
- Assign maintainership to submitter
PR: ports/68715
Submitted by: Jonathan Drews
2004-07-06 13:53:50 +00:00
Kirill Ponomarev
b5e60875ef
Update to version 1.2.7
...
PR: ports/68634
Submitted by: Ports Fury
2004-07-03 15:42:35 +00:00
Alexander Leidinger
9aa02bbf8f
Remove libgmp-freebsd, superseded by libgmp4.
2004-07-02 15:10:30 +00:00
Alexander Leidinger
639e83259b
Remove expired port, it's superseded by math/libgmp4.
...
Reminded by: marius
2004-07-02 09:52:41 +00:00
Erwin Lansing
70323fd774
Update to 0.20105
...
Approved by: maintainer (implicit)
2004-07-02 07:37:28 +00:00
Pav Lucistnik
a892889c8d
- Fix optional dependency on unexistant port
...
- WANT_ -> WITH_
- Portlint
PR: ports/68567
Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu>
2004-07-01 23:41:10 +00:00
Joe Marcus Clarke
7e195786e2
Update to 1.2.13.
2004-06-30 05:36:19 +00:00
Akinori MUSHA
a1aa26b9c4
Update to 0.4.6.
2004-06-28 17:09:52 +00:00
Kirill Ponomarev
f401c0eb04
Fix OPTIONS
...
PR: ports/68388
Submitted by: Ports Fury
2004-06-27 18:12:21 +00:00
Kirill Ponomarev
76a9fa4ba5
Update to version 0.9.13
...
PR: ports/68387
Submitted by: Ports Fury
2004-06-27 18:12:01 +00:00
Pav Lucistnik
60a95a1e2a
- Fix WITH_SSE on 4.x by using gcc-3.3
...
- Update MASTER_SITES
PR: ports/68407
Submitted by: michael johnson <ahze@rgv.net> (maintainer)
2004-06-27 14:16:45 +00:00
Pav Lucistnik
db351d8767
Add ruby-fftw3, Ruby bindins for fftw3 library.
...
PR: ports/68310
Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
2004-06-26 23:07:23 +00:00
Pav Lucistnik
fb03093ffd
- Update to 1.9.1
...
PR: ports/68336
Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
2004-06-25 22:02:52 +00:00
Greg Lewis
8a9a4fef12
. Chase print/pdflib updates. While this change fixes compilation and is
...
my best guess at what needs to happen so far, PDF file generation
currently appears broken.
2004-06-25 16:33:57 +00:00
Pav Lucistnik
8667546bac
- Update to 1.9.1
...
PR: ports/68295
Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
2004-06-25 16:14:44 +00:00
Alex Dupre
6861478f03
- Chase the pdflib shared library
...
- Bump PORTREVISION
2004-06-25 11:24:25 +00:00
Mario Sergio Fujikawa Ferreira
70a15e78fc
Drop maintainership
2004-06-24 14:28:12 +00:00