1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

2288 Commits

Author SHA1 Message Date
Maho Nakata
f9e07967f9 Fix build depends section
Submitted by:	kris (bento)
2004-04-16 22:45:56 +00:00
Kris Kennaway
76d9e2060b Add missing files and manpages 2004-04-16 02:16:28 +00:00
Volker Stolz
5345fd68c0 Update description (approved by maintainer)
PR:             ports/65441
Submitted by:   Radim Kolar
Approved by:    linimon (mentor)
2004-04-15 18:09:15 +00:00
Mario Sergio Fujikawa Ferreira
afae7d5757 Fix typo: LOCALBASE -> PREFIX; when installing 2004-04-14 22:39:23 +00:00
Erwin Lansing
9f39e04c71 Add missing dirrm's
Submitted by:	dosirak
2004-04-14 19:28:45 +00:00
Mario Sergio Fujikawa Ferreira
9d4aff5be1 o Override distfile's install procedure so that the port does not
inadvertently mess directory permissions under LOCALBASE
o Therefore, remove BROKEN
o Bump PORTREVISION since users should update to this fixed version

Prompted by:	kris
2004-04-13 22:59:18 +00:00
Kris Kennaway
993049eb01 Add missing file 2004-04-13 12:31:21 +00:00
Kris Kennaway
f44807a939 BROKEN: Changes permissions on /usr/local and /usr/local/lib 2004-04-13 07:03:49 +00:00
Joe Marcus Clarke
b05edd7494 Update to 1.2.10. 2004-04-13 06:23:12 +00:00
Mark Linimon
3e492503e1 Per distfile survey, remove Debian as a mastersite. I cannot find any
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.
2004-04-13 04:29:06 +00:00
Mark Linimon
32e8f5703b er distfile survey, remove obsolete mastersite. It points to the URL
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.
2004-04-13 04:03:46 +00:00
Maho Nakata
a2c264c689 remove ${CP} ${FILESDIR}/Makefile ${WRKDIR} in Makefile.
library no longer supported for sdpara (unlike sdpa)

Submitted by:	kris via bento
Pointy hat to:	myself
2004-04-13 00:02:06 +00:00
Maho Nakata
0579dc1668 a) unbreak. silent distfile update
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
2004-04-12 23:39:39 +00:00
Kris Kennaway
149da7ceda BROKEN: Size mismatch 2004-04-12 22:38:23 +00:00
Kris Kennaway
ff18bffd91 BROKEN on sparc64: Does not compile 2004-04-12 04:26:27 +00:00
Kris Kennaway
0a0a8942d9 BROKEN: This does not compile on i386 either 2004-04-12 01:35:26 +00:00
Trevor Johnson
c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +00:00
Trevor Johnson
6e7d58c396 Trim whitespace. 2004-04-10 16:07:10 +00:00
Joe Marcus Clarke
5bf3274784 Update to 1.2.9. 2004-04-08 08:49:22 +00:00
Clement Laforet
113d291e1d - tar -> ${TAR} (since we have now a bsdtar ;) 2004-04-07 13:26:20 +00:00
Kris Kennaway
b02e3b07c6 lha is an EXTRACT_DEPENDS, not BUILD_DEPENDS 2004-04-05 22:15:37 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Maho Nakata
84addca6cf forgot to update distinfo
Submitted by:	Kay Lehmann <kay_lehmann@web.de>
2004-04-03 23:23:32 +00:00
Kirill Ponomarev
e0a03595ef - Update to version 1.2.4
PR:		ports/65088
Submitted by:	Ports Fury
2004-04-02 19:06:03 +00:00
Kris Kennaway
98dd96ee20 Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.

Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR:		59651
2004-04-02 07:29:48 +00:00
Christian Weisgerber
34d2eea617 Update to 1.2.2. Changes in this release:
* several bugfixes
* [EE] shortcut
* updated translations
2004-04-01 21:01:40 +00:00
Maho Nakata
3fdb55203a update to 3.0
Noticed by:	pav (long long ago) and Ricardo <ragomes@sc.usp.br>
2004-04-01 11:38:49 +00:00
Kirill Ponomarev
68d520a97e - Honour CC/CFLAGS
- Add DOCSDIR
- portlint

PR:		ports/65015
Submitted by:	michael johnson <ahze@ahze.net>
2004-04-01 09:52:13 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kirill Ponomarev
4efa9ce4ab - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:20:22 +00:00
Alexander Leidinger
7ad012e1d9 Unfortunately, the recent changes to math/xgfe (PR 59024) broke its
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
2004-03-30 17:02:58 +00:00
Maho Nakata
db4e7c3aca make portlint happy 2004-03-30 14:49:59 +00:00
Maho Nakata
7aa685c787 real fix for PR:64692
PR:		64692
Submitted by:	Kay Lehmann <kay_lehmann@web.de>
2004-03-30 14:48:49 +00:00
Kris Kennaway
d6d42ac6d4 Fix build on amd64 (compile shared libraries with -fPIC) 2004-03-29 08:43:14 +00:00
Markus Brueffer
91e67482b4 - SIZEify
Submitted by:	trevor
Approved by:	arved (mentor)
2004-03-28 18:36:47 +00:00
Oliver Braun
d50a806198 * Add SIZE. [1]
* s/brandelf/${BRANDELF}/.

Submitted by:	maintainer [1]
2004-03-27 07:48:38 +00:00
Maho Nakata
410118a607 unbreak for 4-STABLE i386 and alpha
PR:	64692 (loosely depended on)
Submitted by:	Kay Lehmann <kay_lehmann@web.de> and kris via bento
2004-03-27 05:55:45 +00:00
Maho Nakata
944b238c1b make portlint happy
Submitted by:	kris
2004-03-27 03:30:35 +00:00
Pav Lucistnik
56db852da4 - Add CONFLICTS between math/netcdf and science/hdf, they both install
same binaries.

PR:		ports/64646, ports/64647
Submitted by:	Kay Lehmann <kay_lehmann@web.de>
2004-03-24 18:55:25 +00:00
Maho Nakata
65dc8899e2 omit . in pkg-descr
Submitted by:	Makoto Yamashita <Makoto.Yamashita@is.titech.ac.jp>
2004-03-23 01:08:47 +00:00
Joe Marcus Clarke
e68206fade Update to 4.3.51. 2004-03-22 23:27:27 +00:00
Akinori MUSHA
2956c3762c Add SIZE data.
Submitted by:	trevor
2004-03-22 15:05:32 +00:00
Christian Weisgerber
52cead8e93 Update to 1.2.1. Changes in this release:
* formula entry mode
* right mouse button click gives popup menu
* translation updates
* bug fixes
2004-03-20 23:32:39 +00:00
Kirill Ponomarev
d287666fd9 - Update to version 3.5.1
PR:		ports/64507
Submitted by:	Ports Fury
2004-03-20 17:25:07 +00:00
Maho Nakata
308503d550 Do not hardcord PICFLAG
Submitted by:	ru
2004-03-20 05:20:46 +00:00
Maho Nakata
10e9ee4f10 Backout previous change of PICFLAG, since
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
2004-03-19 04:20:12 +00:00
Maho Nakata
23c0b4c300 SIZEify
Submitted by:	trevor
2004-03-19 04:09:18 +00:00
Ying-Chieh Liao
c3e7756474 make it fetchable again 2004-03-19 01:46:05 +00:00
Maho Nakata
fb23a1b086 -fPIC is appropreate on all architectures.
Submitted by: kris
2004-03-18 23:06:11 +00:00
Trevor Johnson
38069212cc Add size data, approved by maintainers. 2004-03-18 20:59:15 +00:00