aboutsummaryrefslogtreecommitdiffstats
path: root/science
Commit message (Collapse)AuthorAgeFilesLines
* OSVERSION was not used anymore.asami1998-11-181-2/+1
|
* Broken for -stable too (same error).asami1998-10-221-3/+1
|
* Mark BROKEN for current:jseger1998-10-111-1/+6
| | | | | | | | | | | | | | | | | | | | | | gcc -O3 -I/usr/X11R6/include -I../../include -c xwd.c In file included from xwd.c:27: /usr/include/malloc.h:2: warning: #warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead" xwd.c: In function `DumpWidget': xwd.c:68: warning: passing arg 1 of `error' makes integer from pointer without a cast xwd.c:68: too few arguments to function `error' xwd.c:75: warning: passing arg 1 of `error' makes integer from pointer without a cast xwd.c:75: too few arguments to function `error' xwd.c:113: warning: passing arg 1 of `error' makes integer from pointer without a cast xwd.c:113: too few arguments to function `error' xwd.c: In function `Get_XColors': xwd.c:228: warning: passing arg 1 of `error' makes integer from pointer without a cast xwd.c:228: too few arguments to function `error' *** Error code 1
* Fix build for ELF.steve1998-10-056-9/+6
|
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.asami1998-09-153-6/+6
| | | | | (Note, since the shlib major didn't change this just removes the regexp support.)
* ${PKGDIR}/PLIST -> ${PLIST}hoek1998-08-233-6/+6
|
* Almost forgot the reason I was here: use the MAN1 variable.hoek1998-08-226-33/+9
|
* Guys, you can't include "@exec ranlib xxx" in the plist. Doing sohoek1998-08-223-6/+0
| | | | will cause pkg_delete to fail.
* Respect prefix. Make this build on -current by changinghoek1998-08-226-9/+21
| | | | "cc /usr/lib/libz.a" to "cc -lz".
* Remove manpages from pkg/PLISTobrien1998-08-141-9/+0
|
* Update to version 4.1r2.steve1998-06-059-66/+30
| | | | | PR: 6784 Submitted by: maintainer
* Make this compile again.tg1998-04-083-12/+6
|
* cc -c -I/usr/include/rpc -I. -I../../hdf/src/ -I../../mfhdf/libsrc ↵asami1998-04-013-3/+9
| | | | | | | | | | | | -I../../mfhdf/port -DSWAP -DNDEBUG -DHDF -O2 -pipe -ansi -DNDEBUG xdr.c In file included from /usr/include/sys/types.h:96, from types.h:54, from xdr.c:22: /usr/include/machine/endian.h:62: conflicting types for `htonl' types.h:29: previous declaration of `htonl' /usr/include/machine/endian.h:64: conflicting types for `ntohl' types.h:28: previous declaration of `ntohl'
* Update to reflect Pedro's new Email address.steve1998-02-211-2/+2
| | | | PR: 5725
* Fix post-patch.tg1997-11-043-21/+21
|
* Import HDF port. HDF is yet another graphics format.tg1997-11-0318-0/+795
| | | | | PR: 4546 Submitted by: Mikhail Teterin <mi@aldan.ziplink.net>
* patch-ab causes some problems for users of plain Xaw. I havetg1997-07-171-0/+22
| | | | | | | | added the patch and a note to DESCR. This is certainly not ideal, but insisting on using Xaw3d isn't either. PR: 4058 Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
* () ==> {}obrien1997-06-291-4/+4
|
* Upgrade, 3.01 -> 3.02.max1997-06-165-37/+115
| | | | | PR: 3871 Submitted by: Pedro Giffuni S. <pgiffuni@FPS.biblos.unal.edu.co>
* rm --> ${RM}obrien1997-01-191-2/+2
|
* The sum of "HAS_CONFIGURE=yes" and "CONFIGURE_ARGS=--prefix=${PREFIX}" isasami1997-01-191-3/+2
| | | | equal to "GNU_CONFIGURE=yes".
* Import of FElt, a system for Finite Element analysis.tg1997-01-158-0/+117
Closes PR #2237. Submitted by: Pedro Giffuni <pgiffuni@FPS.biblos.unal.edu.co>