Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-01 | Update to version 3.5.b6 | Kevin Lo | |
PR: 22450 Submitted by: Ports Fury | |||
2000-09-05 | Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these ports | Satoshi Asami | |
work with both XFree86-3 and XFree86-4. | |||
2000-07-05 | Add bin/loom. | Satoshi Asami | |
Submitted by: bento | |||
2000-06-16 | Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the | Satoshi Asami | |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax | |||
2000-06-16 | Fourth round of INSTALLS_SHLIBS conversion. | Maxim Sobolev | |
2000-06-14 | Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. | Maxim Sobolev | |
2000-06-07 | Sort PLIST. | Satoshi Asami | |
2000-06-07 | Add | Satoshi Asami | |
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 | |||
2000-05-29 | Update to version 3.5b3. | Steve Price | |
PR: 18748 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> | |||
2000-05-29 | Update to version 3.05. | Steve Price | |
PR: 18513 Submitted by: maintainer | |||
2000-04-14 | Convert to PORTNAME/PORTVERSION. lfview had an invalid version | Satoshi Asami | |
string so I fixed it. | |||
2000-04-14 | Convert to PORTNAME/PORTVERSION. | Satoshi Asami | |
2000-04-08 | update with the new PORTNAME/PORTVERSION variables | Michael Haro | |
2000-02-29 | Update MASTER_SITES and WWW | Chris D. Faulhaber | |
PR: 16968 Submitted by: Maintainer | |||
2000-02-14 | URL changed; update WWW and MASTER_SITES | Michael Haro | |
1999-11-14 | Update to version 4.1r3. | Steve Price | |
PR: 14717 Submitted by: maintainer | |||
1999-10-26 | Update MAINTAINER's email address. | Bill Fenner | |
1999-09-08 | Upgrade to 3.5b2. | Thomas Gellekum | |
PR: 13598 Submitted by: KATO Tsuguru <tkato@prontimail.ne.jp> | |||
1999-08-28 | ln -> ${LN} | Michael Haro | |
1999-08-27 | echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff | Michael Haro | |
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} | |||
1999-08-25 | Change Id->FreeBSD. | David E. O'Brien | |
1999-08-25 | Change Id->FreeBSD. | David E. O'Brien | |
1999-08-25 | Change Id->FreeBSD. | David E. O'Brien | |
1999-08-23 | grep -> ${GREP} | Michael Haro | |
true -> ${TRUE} false -> ${FALSE} | |||
1999-08-02 | Re-enforce caps, no period. An "exceptions" file has been created | Tim Vanderhoek | |
containing the ports editors/vim5, sysutils/star, and one other. | |||
1999-07-30 | New port netcdf. The NetCDF (network Common Data Form) is a library | Thomas Gellekum | |
supporting the creation, access, and sharing of scientific data. | |||
1999-05-02 | WWW: ---------------------------------------------------------------------- | Tim Vanderhoek | |
WWW: Enter Log. Lines beginning with `WWW:' are removed automatically | |||
1999-01-10 | Add USE_X_PREFIX so this builds again. | Steve Price | |
PR: 9365 Submitted by: maintainer | |||
1998-12-26 | Remove patch-ab. and rename patch-ae to patch-ab. | Seiichirou Hiraoka | |
1998-12-26 | Update: add patch-ae by MAINTAINER | Seiichirou Hiraoka | |
1998-12-16 | PR: ports/8871 | Seiichirou Hiraoka | |
Submitted by: pfgiffun@bachue.usc.unal.edu.co Fix 'labelled as BROKEN' | |||
1998-11-18 | OSVERSION was not used anymore. | Satoshi Asami | |
1998-10-21 | Broken for -stable too (same error). | Satoshi Asami | |
1998-10-11 | Mark BROKEN for current: | Justin M. Seger | |
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 | |||
1998-10-05 | Fix build for ELF. | Steve Price | |
1998-09-15 | jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly. | Satoshi Asami | |
(Note, since the shlib major didn't change this just removes the regexp support.) | |||
1998-08-22 | ${PKGDIR}/PLIST -> ${PLIST} | Tim Vanderhoek | |
1998-08-21 | Almost forgot the reason I was here: use the MAN1 variable. | Tim Vanderhoek | |
1998-08-21 | Guys, you can't include "@exec ranlib xxx" in the plist. Doing so | Tim Vanderhoek | |
will cause pkg_delete to fail. | |||
1998-08-21 | Respect prefix. Make this build on -current by changing | Tim Vanderhoek | |
"cc /usr/lib/libz.a" to "cc -lz". | |||
1998-08-13 | Remove manpages from pkg/PLIST | David E. O'Brien | |
1998-06-04 | Update to version 4.1r2. | Steve Price | |
PR: 6784 Submitted by: maintainer | |||
1998-04-08 | Make this compile again. | Thomas Gellekum | |
1998-04-01 | cc -c -I/usr/include/rpc -I. -I../../hdf/src/ -I../../mfhdf/libsrc ↵ | Satoshi Asami | |
-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' | |||
1998-02-20 | Update to reflect Pedro's new Email address. | Steve Price | |
PR: 5725 | |||
1997-11-04 | Fix post-patch. | Thomas Gellekum | |
1997-11-03 | Import HDF port. HDF is yet another graphics format. | Thomas Gellekum | |
PR: 4546 Submitted by: Mikhail Teterin <mi@aldan.ziplink.net> | |||
1997-07-17 | patch-ab causes some problems for users of plain Xaw. I have | Thomas Gellekum | |
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> | |||
1997-06-29 | () ==> {} | David E. O'Brien | |
1997-06-16 | Upgrade, 3.01 -> 3.02. | Masafumi Max NAKANE | |
PR: 3871 Submitted by: Pedro Giffuni S. <pgiffuni@FPS.biblos.unal.edu.co> |