Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build for ELF. | steve | 1998-10-05 | 2 | -3/+2 |
| | |||||
* | jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly. | asami | 1998-09-15 | 1 | -2/+2 |
| | | | | | (Note, since the shlib major didn't change this just removes the regexp support.) | ||||
* | ${PKGDIR}/PLIST -> ${PLIST} | hoek | 1998-08-22 | 1 | -2/+2 |
| | |||||
* | Almost forgot the reason I was here: use the MAN1 variable. | hoek | 1998-08-21 | 2 | -11/+3 |
| | |||||
* | Guys, you can't include "@exec ranlib xxx" in the plist. Doing so | hoek | 1998-08-21 | 1 | -2/+0 |
| | | | | will cause pkg_delete to fail. | ||||
* | Respect prefix. Make this build on -current by changing | hoek | 1998-08-21 | 2 | -3/+7 |
| | | | | "cc /usr/lib/libz.a" to "cc -lz". | ||||
* | Update to version 4.1r2. | steve | 1998-06-04 | 3 | -22/+10 |
| | | | | | PR: 6784 Submitted by: maintainer | ||||
* | Make this compile again. | tg | 1998-04-08 | 1 | -4/+2 |
| | |||||
* | cc -c -I/usr/include/rpc -I. -I../../hdf/src/ -I../../mfhdf/libsrc ↵ | asami | 1998-04-01 | 1 | -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. | tg | 1997-11-04 | 1 | -7/+7 |
| | |||||
* | Import HDF port. HDF is yet another graphics format. | tg | 1997-11-03 | 6 | -0/+265 |
PR: 4546 Submitted by: Mikhail Teterin <mi@aldan.ziplink.net> |