Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-11-12 | Add missing rcs ids. | frueauf | 4 | -0/+8 | |
1998-09-16 | Don't install patch backup files. | tron | 1 | -2/+3 | |
1998-09-15 | Go away, X11. giflib, as a library whose X functionality is _minimal_, | tv | 6 | -36/+62 | |
need not depend on or use X. Its two X functions (capture window and display image) are done rather well by programs available elsewhere, many of which already support GIF (or at least PPM, which can be converted). Also include <stdlib.h> such that the malloc() warnings go away on LP64. | |||||
1998-09-14 | Add USE_X11 (look at the code if you disagree, then come back to me) | garbled | 2 | -6/+6 | |
Add -lX11 flags to the util Makefile to make this thing build.. How it builds/runs on a.out is beyond me.. ELF seems to be a little more sane in this respect. | |||||
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 2 | -0/+4 | |
1998-07-24 | Update to use USE_LIBTOOL. | tv | 1 | -4/+2 | |
1998-07-16 | Change libtool _not_ to install the .la file. Though marked as "for | tv | 1 | -2/+1 | |
informational purposes," it's not used by any of the toolchain and is pretty much useless. | |||||
1998-07-14 | Update to use libtool; it now works on ELF and static-only platforms. | tv | 4 | -40/+69 | |
Make use of ${BSD_INSTALL_*} macros. | |||||
1998-06-04 | Correct path for bsd.pref.mk | hubertf | 1 | -2/+2 | |
1998-06-03 | Include bsd.prefs.mk in case NOPORTDOCS is set in /etc/mk.conf | agc | 1 | -1/+3 | |
1998-04-20 | Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. | frueauf | 1 | -2/+2 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-02-02 | Remove -m argument from ldconfig calls, require the system to | hubertf | 2 | -5/+5 | |
have ${PREFIX}/lib in ld.so.conf instead. This ensures things even work after a reboot. | |||||
1998-02-02 | Introduce TRUE?=/usr/bin/true, and use it. | hubertf | 1 | -2/+2 | |
1998-01-24 | portlint: ldconfig||true | hubertf | 2 | -4/+5 | |
1997-12-29 | Update for NetBSD, by boquist@cs.chalmers.se. | hubertf | 2 | -2/+5 | |
1997-12-29 | Tools and library routines for working with GIF images. | hubertf | 7 | -0/+208 | |
Taken from FreeBSD. |