summaryrefslogtreecommitdiffstats
path: root/graphics/hdf5
Commit message (Collapse)AuthorAgeFilesLines
* Fix build for ELF.steve1998-10-052-3/+2
|
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.asami1998-09-151-2/+2
| | | | | (Note, since the shlib major didn't change this just removes the regexp support.)
* ${PKGDIR}/PLIST -> ${PLIST}hoek1998-08-221-2/+2
|
* Almost forgot the reason I was here: use the MAN1 variable.hoek1998-08-212-11/+3
|
* Guys, you can't include "@exec ranlib xxx" in the plist. Doing sohoek1998-08-211-2/+0
| | | | will cause pkg_delete to fail.
* Respect prefix. Make this build on -current by changinghoek1998-08-212-3/+7
| | | | "cc /usr/lib/libz.a" to "cc -lz".
* Update to version 4.1r2.steve1998-06-043-22/+10
| | | | | PR: 6784 Submitted by: maintainer
* Make this compile again.tg1998-04-081-4/+2
|
* cc -c -I/usr/include/rpc -I. -I../../hdf/src/ -I../../mfhdf/libsrc ↵asami1998-04-011-1/+3
| | | | | | | | | | | | -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'
* Fix post-patch.tg1997-11-041-7/+7
|
* Import HDF port. HDF is yet another graphics format.tg1997-11-036-0/+265
PR: 4546 Submitted by: Mikhail Teterin <mi@aldan.ziplink.net>
OpenPOWER on IntegriCloud