summaryrefslogtreecommitdiff
path: root/science/hdf5-18 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ln -> ${LN}Michael Haro1999-08-281-4/+4
| | | | Notes: svn path=/head/; revision=21047
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-2/+2
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21032
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* grep -> ${GREP}Michael Haro1999-08-231-2/+2
| | | | | | | | true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
* Fix build for ELF.Steve Price1998-10-052-3/+2
| | | | Notes: svn path=/head/; revision=13656
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1998-09-151-2/+2
| | | | | | | | (Note, since the shlib major didn't change this just removes the regexp support.) Notes: svn path=/head/; revision=13147
* ${PKGDIR}/PLIST -> ${PLIST}Tim Vanderhoek1998-08-221-2/+2
| | | | Notes: svn path=/head/; revision=12717
* Almost forgot the reason I was here: use the MAN1 variable.Tim Vanderhoek1998-08-212-11/+3
| | | | Notes: svn path=/head/; revision=12710
* Guys, you can't include "@exec ranlib xxx" in the plist. Doing soTim Vanderhoek1998-08-211-2/+0
| | | | | | | will cause pkg_delete to fail. Notes: svn path=/head/; revision=12706
* Respect prefix. Make this build on -current by changingTim Vanderhoek1998-08-212-3/+7
| | | | | | | "cc /usr/lib/libz.a" to "cc -lz". Notes: svn path=/head/; revision=12705
* Update to version 4.1r2.Steve Price1998-06-043-22/+10
| | | | | | | | PR: 6784 Submitted by: maintainer Notes: svn path=/head/; revision=11265
* Make this compile again.Thomas Gellekum1998-04-081-4/+2
| | | | Notes: svn path=/head/; revision=10443
* cc -c -I/usr/include/rpc -I. -I../../hdf/src/ -I../../mfhdf/libsrc ↵Satoshi 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' Notes: svn path=/head/; revision=10387
* Fix post-patch.Thomas Gellekum1997-11-041-7/+7
| | | | Notes: svn path=/head/; revision=8473
* Import HDF port. HDF is yet another graphics format.Thomas Gellekum1997-11-036-0/+265
PR: 4546 Submitted by: Mikhail Teterin <mi@aldan.ziplink.net> Notes: svn path=/head/; revision=8455