Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort PLIST. | asami | 2000-06-08 | 1 | -19/+19 |
| | |||||
* | Add | asami | 2000-06-08 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | include/dfconvrt.h include/dfivms.h include/dir_mac.h include/glist.h include/hqueue.h include/maldebug.h include/mcache.h include/patchlevel.h include/sys_dir_mac.h include/trace.h include/vgint.h lib/libdf_p.a lib/libmfhdf_p.a Submitted by: bento | ||||
* | Convert to PORTNAME/PORTVERSION. lfview had an invalid version | asami | 2000-04-14 | 1 | -3/+3 |
| | | | | string so I fixed it. | ||||
* | Update to version 4.1r3. | steve | 1999-11-14 | 16 | -51/+439 |
| | | | | | PR: 14717 Submitted by: maintainer | ||||
* | Update MAINTAINER's email address. | fenner | 1999-10-27 | 1 | -1/+1 |
| | |||||
* | ln -> ${LN} | mharo | 1999-08-28 | 1 | -4/+4 |
| | |||||
* | echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff | mharo | 1999-08-28 | 1 | -2/+2 |
| | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} | ||||
* | Change Id->FreeBSD. | obrien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | grep -> ${GREP} | mharo | 1999-08-23 | 1 | -2/+2 |
| | | | | | true -> ${TRUE} false -> ${FALSE} | ||||
* | 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-23 | 1 | -2/+2 |
| | |||||
* | Almost forgot the reason I was here: use the MAN1 variable. | hoek | 1998-08-22 | 2 | -11/+3 |
| | |||||
* | Guys, you can't include "@exec ranlib xxx" in the plist. Doing so | hoek | 1998-08-22 | 1 | -2/+0 |
| | | | | will cause pkg_delete to fail. | ||||
* | Respect prefix. Make this build on -current by changing | hoek | 1998-08-22 | 2 | -3/+7 |
| | | | | "cc /usr/lib/libz.a" to "cc -lz". | ||||
* | Update to version 4.1r2. | steve | 1998-06-05 | 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> |