| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
| |
Discrete Fourier Transform. Version 3.x is API incompatible with fftw 2.x
PR: ports/65559
Submitted by: michael johnson <ahze@ahze.net>
|
|
|
|
| |
Submitted by: kris (bento)
|
| |
|
|
|
|
|
|
| |
PR: ports/65441
Submitted by: Radim Kolar
Approved by: linimon (mentor)
|
| |
|
|
|
|
| |
Submitted by: dosirak
|
|
|
|
|
|
|
|
| |
inadvertently mess directory permissions under LOCALBASE
o Therefore, remove BROKEN
o Bump PORTREVISION since users should update to this fixed version
Prompted by: kris
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
current version of this port under Debian. (Note: the source code to
this port is very old). If anyone knows of a better mastersite these
days, please speak up.
|
|
|
|
|
|
| |
contained in the pkg_descr, but when I tried to access that site, I was
told I was not a member of that group -- not a very useful method of
software distribution IMHO.
|
|
|
|
|
|
|
| |
library no longer supported for sdpara (unlike sdpa)
Submitted by: kris via bento
Pointy hat to: myself
|
|
|
|
|
|
|
|
|
|
|
| |
distfile has been updated at 2004/April/10th
and according to http://crd.lbl.gov/~xiaoye/SuperLU/
o Include "symmetric mode"
b) change portversion
Submitted by: kris via bento
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: Kay Lehmann <kay_lehmann@web.de>
|
|
|
|
|
| |
PR: ports/65088
Submitted by: Ports Fury
|
|
|
|
|
|
|
| |
category makefile.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR: 59651
|
|
|
|
|
|
| |
* several bugfixes
* [EE] shortcut
* updated translations
|
|
|
|
| |
Noticed by: pav (long long ago) and Ricardo <ragomes@sc.usp.br>
|
|
|
|
|
|
|
|
| |
- Add DOCSDIR
- portlint
PR: ports/65015
Submitted by: michael johnson <ahze@ahze.net>
|
| |
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
compilation on FreeBSD 4 with GCC 2.95.4:
http://bento.freebsd.org/errorlogs/i386-4-latest/xgfe-2.1.log
The patch below fixes this.
During testing it on FreeBSD 4 and 5 with QT 3.3.1 I noticed that the
Advanced -> Multiple Files and Advanced -> Multiple Functions dialogs
were broken. I'm not sure if this is a new breakage with QT 3.3.1 or
if I didn't notice these when testing the previous patch on FreeBSD 5
with QT 3.2.1. Anyway, these are also fixed and as a precaution
PORTREVISION is bumped.
The patch also adds SIZE info.
PR: 64390
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Approved by: maintainer
|
| |
|
|
|
|
|
| |
PR: 64692
Submitted by: Kay Lehmann <kay_lehmann@web.de>
|
| |
|
|
|
|
|
| |
Submitted by: trevor
Approved by: arved (mentor)
|
|
|
|
|
|
| |
* s/brandelf/${BRANDELF}/.
Submitted by: maintainer [1]
|
|
|
|
|
| |
PR: 64692 (loosely depended on)
Submitted by: Kay Lehmann <kay_lehmann@web.de> and kris via bento
|
|
|
|
| |
Submitted by: kris
|
|
|
|
|
|
|
| |
same binaries.
PR: ports/64646, ports/64647
Submitted by: Kay Lehmann <kay_lehmann@web.de>
|
|
|
|
| |
Submitted by: Makoto Yamashita <Makoto.Yamashita@is.titech.ac.jp>
|
| |
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
|
|
|
| |
* formula entry mode
* right mouse button click gives popup menu
* translation updates
* bug fixes
|
|
|
|
|
| |
PR: ports/64507
Submitted by: Ports Fury
|
|
|
|
| |
Submitted by: ru
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
behaviour of -fPIC and -fpic are different.
Here is the comment form obrien:
--
"-fpic" is a [minor?] optimization for machines that can handle it:
-fpic
Generate position-independent code (PIC) suitable for use in a shared
library, if supported for the target machine. Such code accesses all
constant addresses through a global offset table (GOT). The dynamic
loader resolves the GOT entries when the program starts (the dynamic
loader is not part of GCC; it is part of the operating system). If
the GOT size for the linked executable exceeds a machine-specific
maximum size, you get an error message from the linker indicating
that -fpic does not work; in that case, recompile with -fPIC instead.
(These maximums are 16k on the m88k, 8k on the SPARC, and 32k on the
m68k and RS/6000. The 386 has no such limit.)
-fPIC
If supported for the target machine, emit position-independent code,
suitable for dynamic linking and avoiding any limit on the size of
the global offset table. This option makes a difference on the m68k,
m88k, and the SPARC.
Thanks to: obrien
|
|
|
|
| |
Submitted by: trevor
|