aalib 1.2
	./configure
	make
	make install

a2ps 4.8.2
	CFLAGS=-O3 ./configure
	make
	make install

a2ps 4.12
	CFLAGS=-O2 ./configure --with-gnu-gettext
	etc/a2ps-site.cfg: DefaultPPD: level2
	make
	make install

abyss 0.3
	cd src
	make

acct 6.2, 6.3
	CFLAGS=-O3 ./configure
	make
	make info dvi
	cp ... (to install)

adagio 0.5
	Makefile: DESTDIR = /usr/local/bin
	Makefile: MIDIHOME = /usr/local/lib/sound
	Makefile: PATCHHOME = /usr/local/lib/sound
	only 'make ad', installation by hand

aee 2.1.1
	make both
	make install

afio 2.4.2
	Makefile: BINDIR=/bin
	Makefile: MANDIR=/usr/local/man
	make
	make install

AfterStep 0.98pl13
	xmkmf -a (ignore error while making dep)
	make
	make install
	make install.man
	create /usr/lib/X11/xinit/xinitrc.step

AfterStep 1.0
	./Installme (no 8bpp, no users)

alsa-driver 0.5.7-0.5.8a
	./configure --with-kernel=/usr/src/linux-2.4.0 --with-cards=emu10k1
	make
	make install

alsa-lib 0.5.7-0.5.8
	./configure
	make CFLAGS=-O3
	make install

alsa-utils 0.5.7-0.5.8
	./configure
	make CFLAGS=-O3
	make install

althea 0.5.6
	make
	make install

amanda 2.2.6.5
	cd config
	cp config.h-vanilla config.h
	cp options.h-vanilla options.h
	config.h: #define DUMPPATH "/sbin/dump"
	config.h: #define COMPRESS "gzip"
	config.h: #define MAILER "/bin/mail"
	config.h: #define MK_EXTRALIBS    -lgdbm
	options.h: #define LIBEXEC_DIR "/usr/local/lib/amanda"
	options.h: #define MK_CCOPTS -O
	options.h: #define USE_VERSION_SUFFIXES
	options.h: #  define COMPRESS_PATH         "/bin/gzip"
	options.h: #  define UNCOMPRESS_CMD        "zcat"
	common-src/statfs.c: #include <sys/vfs.h> within #ifdef BSD44
	common-src/time.c:
	config.h: #define HAVE_MKTIME
	config.h: #define SYSV_SETPGRP
	config.h: #define a_to_raw_dump_size atoq
	cd ..
	make

amanda 2.3.0
	cd config
	cp config.h-linux config.h
	cp options.h-vanilla options.h
	options.h: #define LIBEXEC_DIR "/usr/local/lib/amanda"
	options.h: #define MAN_DIR "/usr/local/man/man8"
	options.h: #define MK_CCOPTS -O
	options.h: #define USE_VERSION_SUFFIXES
	options.h: #  define COMPRESS_PATH         "/bin/gzip"
	options.h: #  define UNCOMPRESS_CMD        "zcat"
	options.h: #define GNUTAR          "/bin/tar"
	config-common.h: #define SYSV_SETPGRP
	config-common.h: #undef NEED_REGEX
	cd ..
	make
	make install

amanda 2.3.0.4 (unsuccessful)
	./configure
	config.sh: s%@libexecdir@%${exec_prefix}/sbin%g
	config.sh: s%@CONFIG_DIR@%/etc/amanda%g
	config.sh: s%@INDEX_DIR@%/var/state/amanda/index%g
	config.sh: s%@DB_DIR@%/var/state/amanda%g
	config.sh: s%@LOG_DIR@%/var/state/amanda%g
	config.sh: s%@DEFAULT_SERVER@%spargel%g
	config.sh: s%@CLIENT_LOGIN@%bin%g
	config.sh: s%@SETUID_GROUP@%root%g
	config.sh: s%@DEFAULT_TAPE_SERVER@%spargel%g
	make

amanda 2.4.1b1, 2.4.1
	CFLAGS=-O3 ./configure --with-user=bin --with-group=bin
		--libexecdir=/usr/local/lib/amanda --sysconfdir=/etc
		--sharedstatedir=/etc --localstatedir=/var/log/amanda
		--with-db=gdbm --with-suffixes
	config/config.h: #define MAILER "/usr/sbin/sendmail"
	config/config.h: #define USE_GDBM_H 1 rather than USE_NDBM
	make

Amaya 4.3.2
	mkdir i386
	cd i386
	mkdir bin
	../configure
	make

apache 1.2.0
	cd src
	cp Configuration.tmpl Configuration
	make

apache 1.2.5 + ssl 1.13
	Unpack apache+ssl archive in apache dir
	patch -s < SSLpatch
	cd src
	Configuration: SSL_BASE=/pub/SSLeay
	./Configure
	make

apache 1.3.0 + ssl 1.18
	Unpack apache+ssl archive in apache dir
	patch -p1 < SSLpatch
	src/Configuration: SSL_BASE=/app/SSLeay-0.9.0
	src/Configuration: Activate modules mod_headers.o mod_expires.o
	  mod_status.o
	src/Configuration.tmpl: SSL_BASE=/app/SSLeay-0.9.0
	CFLAGS=-O3 ./configure
	make

apache 1.3.1 + ssl 1.20
	Unpack apache+ssl archive in apache dir
	./FixPatch
	patch -p0 < SSLpatch
	src/Configuration.tmpl: Activate modules mod_headers.o mod_expires.o
	  mod_status.o
	src/Configuration: copy from src/Configuration.tmpl
	CFLAGS=-O3 ./configure
	make
	make install
	cp src/httpsd /usr/local/apache/sbin
	cp src/modules/ssl/gcache /usr/local/apache/sbin
	strip /usr/local/apache/sbin/*
	edit /usr/local/apache/sbin/apachectl

apache 1.3.2
	src/Configuration.tmpl: Activate modules mod_headers.o mod_expires.o
	src/Configuration: copy from src/Configuration.tmpl
	CFLAGS=-O3 ./configure
	make
	make install
	strip /usr/local/apache/sbin/*
	edit /usr/local/apache/sbin/apachectl

apache 1.3.6
	src/Configuration.tmpl: Activate modules mod_headers.o mod_expires.o mod_so.o
	src/Configuration: copy from src/Configuration.tmpl
	./configure --with-layout=GNU --prefix=/usr/local/apache --mandir=/usr/local/man
	make OPTIM=-O2
	make install

apache 2.0a5
	cd src
	./buildconf
	CFLAGS=-O2 ./configure --with-mpm=mpmt_pthread \
		--prefix=/usr/local/apache2 \
		--mandir=/usr/local/man
	make
	make install

apache 2.0.39
	./buildconf
	CFLAGS=-O3 ./configure --with-mpm=prefork \
		--mandir=/usr/local/man --enable-mods-shared=all
	make
	make install

apt 0.3.19
	./configure
	make
	make install

Arena 0.3.61
	./configure --with-libwww-include=/usr/local/include/w3c-libwww
	Makefile: Add -DHAVE_CONFIG_H to compiler flags
	make
	make install

archie 1.4.1
	make
	cp archie /usr/bin
	cp archie.1 /usr/man/man1

aria 0.7.0p1
	CFLAGS=-O ./configure
	make
	make install

asmutils 0.12
	MCONFIG: KERNEL = 24
	MCONFIG: MAKE := make
	make

asp 1.7.1
	./configure
	make
	make install

at 3.1.7
	./configure
	make
	make install

aumix 1.9
	./configure
	make
	make install

aumix 2.6
	CFLAGS=-O3 ./configure
	make
	make install

autoconf 2.9
	./configure
	make

autoconf 2.10
	CFLAGS="-O3 -m486" ./configure
	Makefile: datadir = ${prefix}/lib
	make
	make install

automake 1.4
	./configure
	make install

autofs 4.0.pre10
	./configure
	make
	make install

axyftp 0.5.1
	./configure --with-gui=gtk
	make
	make install

bash 1.14.5
	cpp-makefile: Replace -g by -O3
	make
	make install
	mv /usr/local/bin/bash /bin
	strip /bin/bash

bash 1.14.6
	make bash-Makefile
	bash-Makefile: Replace -g -O by -O3
	make
	strip bash
	cp bash /bin
	install documentation

bash 1.14.7
	make bash-Makefile
	bash-Makefile: Delete -g
	make
	strip bash
	cp bash /bin
	install documentation

bash 2.0
	CFLAGS=-O3 ./configure
	config.h: /var/spool/mail
	make

battalion 1.2
	makefile: LIBS =  -L /usr/X11/lib -lMesaGL -lMesaGLU -lm -lX11 -lXext
	make CC=gcc LIBFLAGS= OPT=-O3

battleball 2.0
	xmkmf -a
	Makefile:  EXTRA_LDOPTIONS = -L/usr/X11/lib
	make
	make install

bb 1.2 (demo)
	./configure
	make
	make install

bb 1.05 (Big Brother)
	runbb.sh: BBHOME="/pub/lib/bb"
	cd src
	make
	make install
	cd ../etc
	edit bb-hosts
	edit bbdef.sh
	edit bbsys.linux
	cp bbsys.linux bbsys.local
	edit bbsys.sh

bb 1.08a (Big Brother)
	runbb.sh: BBHOME="/pub/lib/bb"
	cd src
	make
	make install
	cd ../etc
	edit bb-hosts
	bbdef.sh: MAIL="/bin/mail -s"
	bbdef.sh: CPUWARN=500
	bbdef.sh: CPUPANIC=1000
	bbdef.sh: PROCS="bbd"
	bbsys.linux: PS="/bin/ps ax"
	bbsys.linux: MSGFILE="/var/log/messages"
	cp bbsys.linux bbsys.local
	bbsys.sh: PING="/bin/ping"
	bbsys.sh: LS="/bin/ls"
	bbsys.sh: FIND="/usr/bin/find"
	bbsys.sh: TOUCH="/bin/touch"
	bbsys.sh: CAT="/bin/cat"
	bbsys.sh: GREP="/usr/bin/grep"
	bbsys.sh: SORT="/bin/sort"
	bbsys.sh: UNIQ="/bin/uniq"
	bbsys.sh: DATE="/bin/date"
	bbsys.sh: TAIL="/bin/tail"
	bbsys.sh: SED="/usr/bin/sed"
	bbsys.sh: UPTIME="/bin/uptime"
	bbsys.sh: WC="/bin/wc -l"
	bbsys.sh: WHO="/bin/who"
	bbsys.sh: RM="/bin/rm"

bc 1.03
	configure: Replace -g by -O3 -m486
	./configure
	make
	make install

bin86 0.3
	Makefile: Comment out first set of defines
	make
	make install

bind 8.1.1, 8.2.2pl5, 8.2.3
	make CDEBUG=-O3
	make install
	cd ../doc/man
	make install MANDIR=man CATEXT='$$N'

bind 8.2.5
	make CDEBUG='-O3 -D_GNU_SOURCE'
	make install
	cd ../doc/man
	make install MANDIR=man CATEXT='$$N'

bind 9.0.0
	./configure
	make CFLAGS=-O3
	make install

bind 9.1.0
	./configure --with-libtool
	make CFLAGS=-O3
	make install

binutils 2.6.0.9
	Makefile.in: Replace -g by -O3 -m486
	./configure
	make
	make install
	Move new files from /usr/local/{bin,include,lib} to /usr/...

binutils 2.6.0.14
	Makefile.in: Replace -g by -O3 -m486
	Makefile.in: Replace -g -O2 by -m486
	./configure --prefix=/usr --mandir=/usr/local/man --enable-shared
	mkdir bfd/pic
	mkdir opcodes/pic
	make
	make install
	make install-info
	move man pages from /usr/man/man1 to right location

binutils 2.7.0.9, 2.8.0.3
	./configure --prefix=/usr --enable-shared
	mkdir bfd/pic
	mkdir opcodes/pic
	make
	make install
	make install-info

binutils 2.8.1.0.20, 2.9.1.0.19a
	./configure --prefix=/usr --enable-shared
	make CFLAGS=-O3
	make install
	make install-info

binutils 2.9.5.0.19
	./configure --prefix=/usr
	make CFLAGS=-O3
	make install
	make install-info

bison 1.24
	./configure
	Makefile: datadir = $(prefix)/lib
	Makefile: CFLAGS = -O3 -m486
	make; make -n install
	Remove old binary and man pages
	make install

bison 1.25, 1.27
	./configure
	make CFLAGS=-O2
	make install

blackbox 0.30.2
	Imakefile: Comment out line with -g
	xmkmf
	make
	make install

blackbox 0.40.7
	xmkmf -a
	make
	make install

bluefish 0.4.0
	CFLAGS=-O3 ./configure
	make
	make install

bootp 2.4.3
	Makefile: INSTALL=/bin/install
	make
	make install
	make install.man

bowman 0.93e
	xmkmf -a (Stops with error while making depend)
	make
	make install

buffer 1.17
	Makefile: INSTMAN=/usr/local/man/man1
	Makefile: Replace 'chmod 111' by 'chmod 755'
	make
	make install

busybox 0.41
	make

bzip2 0.1
	make
	cp bzip2 /usr/local/bin
	cp bzp2.1 /usr/local/man/man1
	cd /usr/local/bin
	ln -s bzip2 bunzip2

bzip2 0.9-0-95d
	make
	cp bzip2 /usr/local/bin
	cp bzip2recover /usr/local/bin
	cp bzp2.1 /usr/local/man/man1
	cd /usr/local/bin
	ln -s bzip2 bunzip2

bzip2 1.0-pre6
	make
	make install

c-tools 0.4
	make
	make install

c_count 7.0
	./configure
	make CFLAGS=-O3
	make install

calentool 2.30
	Imakefile: Adjust by following the comments
	cxexterns.h: Remove declaration of toupper
	calentool.c: Instead of mydisplay->request use
		LastKnownRequestProcessed (mydisplay)

cam 1.02
	Makefile: MANDIR=/usr/local/man/man1
	make
	make install
	ignore error about X font

cdda2wav 1.0c
	./configure
	make
	make install

cdecl 2.5
	Makefile: Replace -lreadline by -lrl
	make
	make install

cdrecord 1.8a5, 1.8, 1.9
	DEFAULTS/Defaults.linux: LDPATH=
	DEFAULTS/Defaults.linux: RUNPATH=
	DEFAULTS/Defaults.linux: INS_BASE=       /usr/local
	make
	make install

cdialog see dialog

CDPlayer 2.0
	./configure
	make
	make install

cdwrite 2.0
	make clean
	make
	make install
	cp *.1 /usr/man/man1

celestia 1.20
	./configure
	make
	make install

cfengine 1.4.7
	./configure
	make CFLAGS=-O3
	make install

cfengine 1.4.9, 1.4.12, 1.4.17
	./configure
	make CFLAGS=-O3
	make install
	cd doc
	make
	make install

cflow 2.0
	Makefile: DEBUG=
	make PREFIX=/usr/local
	make PREFIX=/usr/local install

chbg 0.9pl1
	CFLAGS=-O3 ./configure
	make
	make install

chess 5.02 (GNU Chess)
	cd src
	autoconf
	./configure
	make

chimera 1.6.5
	cp Common.tmpl.dist Common.tmpl
	cp options.h.dist options.h
	xmkmf -a
	make
	make install

chimera 1.7.0p0
	cp Common.tmpl.dist Common.tmpl
	cp options.h.dist options.h
	xmkmf -a
	Makefile: Replace Xaw by Xaw3d
	make install

ChineseCheckers 1.0
	cd ..
	mkdir jax
	cd jax
	uz ../CC/jax.tgz
	make CC="cc -O"
	cd ../CC
	Makefile: replace -g by -O
	make
	cp CC /usr/local/bin/ChineseCheckers
	mkdir /usr/lib/games/CCPlayers
	cp CCPlayers/*.so /usr/lib/games/CCPlayers

chklogs 1.9.1
	makefile: DOCDIR=/usr/doc
	makefile: U_OPTIONS= -o root -g root
	bin/chklogs: $syslogF="/var/run/syslogd.pid";
	make -i
	edit /etc/chklogs.conf
	chklogsadm init
	chklogsadm initrepos

chklogs 2.0.2
	makefile: DOCDIR=/usr/doc
	makefile: U_OPTIONS= -o root -g root

chklogs 2.0.3
	makefile: DOCDIR=/usr/doc/chklogs
	makefile: HTMLDIR=/usr/doc/chklogs
	makefile: U_OPTIONS= -o root -g root
	makefile: SYSLOG_PID = /var/run/syslogd.pid
	make target
	make

clippoly pl6
	Makefile: Replace -g by -O
	Makefile: Add -lg++ befor -lm
	make
	PATH=.:$PATH make test

cmu-snmp 3.3 - 3.6
	./configure --prefix=/usr/local
	make
	make install

code crusader 2.1.1
	unpack in same directory as JX
	see JX

cpio 2.4.2
	./configure
	make
	make install
	mv /usr/local/libexec/rmt /sbin
	rmdir /usr/local/libexec
	mv /usr/local/bin/cpio /bin
	mv /usr/local/bin/mt /bin

cpost 1.4
	make -f cpostlnx.mak

crack 4.1
	Crack: STDDICT="/usr/dict/words /usr/dict/german"
	Crack: COMPRESS=/bin/gzip

cracklib 2.5
	make all
	make install

cron 3.01 (vixie-cron)
	config.h: #define DEBUGGING 0
	Makefile: OPTIM=-O3
	Makefile: COMPAT=-DPOSIX
	make
	make -n install, then install by hand

ctags 19.25
	Makefile:
	PREFIX = /usr/local
	ctags.o: etags.c
	        $(CC) -c $(CFLAGS) -DCTAGS etags.c -o ctags.o

cups 1.0.4
	./configure
	Makedefs: add -I/usr/local/include to CFLAGS
	make
	make install

cups 1.1.9
	./configure
	Makedefs: add -I/usr/local/ssl/include to OPTIONS
	make
	make install

curves 0.8.9
	./configure
	Makefile: replace -g by -O3
	make
	rm *.m
	make install

cvs 1.6
	configure: Replace -g -O with -O3
	./configure
	make
	make install
	cvsinit

cvs 1.8.1
	configure: Replace -g -O with -O -m486
	./configure
	make
	make install
	cvs init

cvs 1.9.16, 1.10.8
	./configure
	make CFLAGS=-O3
	make install

cxref 1.0
	Makefile: CPP_TO_USE=/usr/local/bin/cxref-cpp -C -dD
	cp cpp/config/i386/linux.h cpp/config.h
	cp cpp/config/i386/xm-i386.h cpp/tm.h
	cpp/config.h: #define HOST_BITS_PER_INT 32
	cpp/config.h: #define HOST_BITS_PER_LONG 32
	make
	cp cxref cpp/cxref-cpp /usr/local/bin
	make docs

dap 2.1.1
	spkit/spkit/Makefile.linux: INCDIR  = -I. -I.. -I../.. -I$(SOUND) -I$(FORMS) -I$(MAINDIR) -I$(TOOLTIP) -I$(X11DIR)/include/X11
	main/Makefile.linux: INCDIR  = -I. -I.. -I$(SOUND) -I$(SPKIT) -I$(FORMS) -I$(TOOLTIP) -I$(X11DIR)/include/X11
	make -f Makefile.linux CDEBUG=-O
	cp main/DAP /usr/local/bin
	mkdir /usr/local/lib/dap
	cp main/effects/*.dsp /usr/local/lib/dap

db 1.85.4
	cd PORTS/linux
	Makefile: prefix=/usr
	make
	make install

db 2.7.7, 3.1.17
	cd build_unix
	../dist/configure --prefix=/usr/local --enable-shared
	make
	make install

dbanner 1.02
	make
	make install

dblife 5.2
	Makefile: LIBS = -L/usr/X11/lib -lX11 -lcurses -ltermcap
	make
	cp life /usr/bin/X11
	cp life.man /usr/X11/man/man1/life.1x
	install dblifelib1.tgz in /usr/local/games/lib

dbmetrix 0.17, 0.18
	./configure --with-pgsql --with-msql=/usr/local/msql-2a --with-mysql
	make

dbview 1.03
	make
	install -m755 dbview /usr/local/bin
	install -m644 dbview.1 /usr/local/man/man1

ddd 1.4b
	./configure
	make

ddd 3.1.4
	./configure
	make CXXDEBUG=
	make install

dejaGNU 1.3
	./configure
	make

delegate 4.2.1, 4.4.0
	src/Makefile: MANAGER=root
	PATH=.:$PATH make
	cp src/delegated /usr/sbin

dhcpd 1.0.0
	./configure
	make
	make install

dhcpd 2.0b1
	./configure
	make
	make install

dia 0.2.0
	./configure
	make CFLAGS=-O3
	make install

dia 0.8.2
	./configure
	make CFLAGS=-O3
	make install

dialog 0.9a2
	Makefile: HAVE_GUAGE = true
	Makefile: MANDIR = /usr/local/man/man1/
	make
	make install

diffutils 2.7
	./configure
	Makefile: CFLAGS = -O2 -m486
	make
	make install
	---
	for DOS:
	Makefile: CC = go32gcc
	dir.c: if (errno != 0 && errno != 18)

diffutils 2.7b
	CFLAGS=-O3 ./configure
	make
	make install

diffstat 1.28
	./configure
	make
	make install

dillo 0.2.1-0.6.1
	./configure
	make
	make install

ding 1.1
	./install.sh

dld 3.2.7
	make
	make install

dmake 1.3
	./configure
	dir.c:251: len=strlen(d->d_name); remove the three lines with while
	misc.c: remove declarations of sys_errlst
	make
	make install

doc++ 1.0
	makefile: TEX_STY_DIR   = /usr/lib/texmf/tex/vispar
	makefile: BIN_DIR       = /usr/local/bin
	touch .depend
	mv dataarra.hh dataarray.hh
	mv classgra.hh classgraph.hh
	mv classgra.cc classgraph.cc
	make depend
	make

doc++ 2.0
	Makefile: CCC=cc
	make

doc++ 3.0
	Makefile: CCC=cc
	Makefile: LDFLAGS=-lg++
	make all
	make install

dosemu 0.53pl37
	Compiler options -fomit-frame-pointer -finline-functions -funroll-loops

dosemu 0.53pl53
	Makefile:
	LOCKDIR=/var/spool/uucp
	Compiler options -fomit-frame-pointer -finline-functions -funroll-loops

dosemu 0.60.4
	To compile under Linux 2.0.x:
	include/vm86plus.h: Replace linux/vm86.h by asm/vm86.h
	include/cpu.h: Replace linux/vm86.h by asm/vm86.h
	include/cpu.h: Disable declaration of struct sigcontext_struct
		but include <asm/sigcontext.h> instead
	emumod/emusys.c: Add NULL argument to request_irq
	emumod/emusys.c: Add NULL argument to free_irq (2 times)
	emumod/{vm86,ldt}.c: Replace invalidate by flush_tlb
		(#if KERNEL_VERSION would be better)
	make
	make install

dosemu 0.63.1.36
	./configure
	make
	make install

dosemu 0.63.1.55, 0.63.1.66
	./configure
	make
	make install

dosemu 0.64.0.2
	CFLAGS=-O ./configure --enable-SMPmodules --enable-nomitshm
	src/include/serial.h: PATH_LOCKD=/var/spool/uucp
	make
	make install

dosemu 0.64.4, 0.66.x
	./configure --enable-nomitshm
	src/include/serial.h: PATH_LOCKD=/var/lock
	make
	make install

dosemu 0.97.7
	make pristine
	./default-configure
	Makefile.conf: export SLANGLIB=-lslang -lm
	make
	make install

dosemu 0.99.2
	make pristine
	./default-configure
	Makefile.conf: CFLAGS=-V2.7.2.3 ...
	Makefile.conf: export SLANGLIB=-lslang -lm
	make
	make install

dosemu 0.99.6
	./default-configure
	make
	make install

dosemu 1.0.0
	make
	make install

dosfstools 2.4
	make
	make install

doxygen 0.39
	QTDIR=/usr/local/qt make CFLAGS=-O3 linux-gcc
	cp bin/* /usr/local/bin
	cp -a html /usr/doc/doxygen

dump 0.3
	MCONFIG: #BUILD_RMT=     YES
	if e2fsprogs >= 1.0.7: traverse.c: Replace ext2_llseek by ext2fs_llseek
	make
	make install

dump 0.4b4
	CFLAGS="-O3 -m486" ./configure
	if e2fsprogs >= 1.0.7: traverse.c: Replace ext2_llseek by ext2fs_llseek
	make
	*/Makefile: MANOWNER=root, MANGRP=root
	make install

dump 0.4b20
	CFLAGS=-O3 ./configure
	make
	make install

dune 0.6.7
	include/config.h: #define HTMLDIR "/var/www"
	include/config.h: #define NOTFOUNDURL   "/var/www/errors/NotFound.html"
	include/config.h: #define FORBIDDENURL  "/var/www/errors/Forbidden.html"
	include/config.h: #define BADREQUESTURL "/var/www/errors/BadRequest.html"
	make
	make install

dviljk 2.5
	install and compile kpathsea 2.6 (with texmf = /usr/lib/texmf)
	CFLAGS=-O ./configure
	Makefile: texmf = /usr/lib/texmf
	make
	make install

dvipsk 5.58f
	install and compile kpathsea 2.6 (with texmf = /usr/lib/texmf)
	CFLAGS=-O ./configure
	Makefile: texmf = /usr/lib/texmf
	make
	make install

e2fsprogs 0.5a
	make clean to delete all .depend files

e2fsprogs 0.5b
	MCONFIG: No shared Libs
	MCONFIG: /usr/local/man

e2fsprogs 1.02
	mkdir build
	cd build
	../configure: -g -O replaced by -O3 -m486
	../configure --enable-elf-shlibs
	make
	Makefile: change mandir to /usr/local/man
	Makefile: remove installation of cat pages
	make install

e2fsprogs 1.06
	mkdir build
	cd build
	CFLAGS=-O ../configure --enable-elf-shlibs
	make
	Makefile: remove installation of cat pages
	make check
	make install
	make install-libs
	remove links in /usr/lib

e2fsprogs 1.07
	mkdir build
	cd build
	CFLAGS=-O3 ../configure --enable-elf-shlibs
	make
	make check
	make install
	make install-libs
	rm -r /usr/man/cat*

e2fsprogs 1.12 - 1.26
	CFLAGS=-O3 ./configure --enable-elf-shlibs
	make
	make install

ears 0.20, 0.23
	config.sh: Inserted #!/bin/sh at the beginning
	Makefile: CFLAGS  = -I/usr/include/ncurses
	templates.cc: Removed <dmalloc.h>
	make

ears 0.24, 0.26
	Makefile: CFLAGS  = -I/usr/include/ncurses
	make

ears 0.28
	Makefile: includedirs =-I. $(OSS_PATH) -I/usr/include/ncurses
	make

ears 0.29
	Makefile: includedirs =-I. $(OSS_PATH) -I/usr/include/ncurses
	make
	make

ecasound 1.8.4d15
	./configure
	make

ecawave 0.3.2d3

ears 0.20, 0.23
	config.sh: Inserted #!/bin/sh at the beginning
	Makefile: CFLAGS  = -I/usr/include/ncurses
	templates.cc: Removed <dmalloc.h>
	make

ears 0.24, 0.26
	Makefile: CFLAGS  = -I/usr/include/ncurses
	make

ears 0.28
	Makefile: includedirs =-I. $(OSS_PATH) -I/usr/include/ncurses
	make

ears 0.29
	Makefile: includedirs =-I. $(OSS_PATH) -I/usr/include/ncurses
	make
	make

egcs 1.0.2
	./configure --prefix=/usr
	make CFLAGS=-O6
	make install

egcs 1.1.1, 1.1.2
	./configure --prefix=/usr --enable-shared
	make CFLAGS=-O3
	make install

elm 2.4.23
	binaries in /usr/bin
	calendar: n
	/etc/passwd: y
	unformatted man pages: /usr/local/man/man1
	formatted man pages: none
	mime: y
	transfer-encoding: 8bit
	vi-options: none
	lib-dir: /var/lib/elm
	pager: /usr/bin/less
	shell: /bin/sh
	/var/spool

elm 2.4.25
	binaries in /usr/bin
	calendar: y
	/etc/passwd: y
	unformatted man pages: /usr/local/man/man1
	formatted man pages: none
	mime: y
	transfer-encoding: 8bit
	vi-options: none
	lib-dir: /var/state/elm
	pager: /usr/bin/less
	shell: /bin/sh
	/var/spool
	libc=
	make
	make install

elm 2.5.1, 2.5.3
	./Configure
	binaries in /usr/local/bin
	calendar: y
	/etc/passwd: y
	unformatted man pages: /usr/local/man/man1
	formatted man pages: none
	content-length: y
	domain name: .hjb.de
	sys_errlst: y
	metamail: y
	lib-dir: /var/state/elm
	print spooler: lpr
	pager: /usr/bin/less
	shell: /bin/sh
	/var/spool/mail
	libc=
	make
	make install

enlightenment 0.16.3, 0.16.5
	./configure
	make CFLAGS=-O3
	make install

enscript 1.6.1
	./configure
	make CFLAGS=-O3
	make install

epiweb 0.0.2
	./configure
	make CLFAGS="-O3 -Wall"
	make install

epplet-base 0.5
	./configure
	epplets/Makefile: insert -laudiofile into LIBS
	make CFLAGS=-O3
	make install

ethereal 0.7.5
	./configure
	Makefile: remove -g
	make
	make install

extace 1.2.23
	./configure
	make
	make install

f2c-960711-ggw
	make
	make install

f2c-971204
	make
	make install
	mkdir lib
	cd lib
	sh ../libf77
	sh ../libi77
	cd libI77
	Makefile: $(CC) -c -DNON_UNIX_STDIO -DSkip_f2c_Undefs $(CFLAGS) $*.c
	make
	make install
	cd ../libF77
	make
	make install

faxview 1.0
	./configure
	make install

fdutils 4.3
	cd src
	make
	make install

fdutils 5.2
	CFLAGS=-O3 ./configure
	make
	make install

festival 1.4.0
	src/modules/java/cstr/festival/client/Festival.java:70:
		cast of all characters to byte
	cd config
	cp config-dist config
	config: FESTIVAL_HOME=/usr/local/lib/festival
	cd ..
	make info
	make

fetchmail 5.4.4, 5.8.17, 5.9.0
	./configure
	make
	make install

fftw 2.1.3
	./configure --enable-386-hacks
	make
	make install

fiasco 1.1
	./configure
	make CFLAGS=-O3
	make install

file 3.14b
	Makefile: /usr/local/man
	make
	make install

file 3.24
	./configure
	make
	make install

fileutils 3.12
	src/Makefile: Removed -g
	src/Makefile: prefix = /usr
	doc/Makefile: prefix = /usr
	lib/Makefile: prefix = /usr
	No make install, except in man
	doc/fileutils.info installed in /usr/info by hand
	Binaries deleted: dir vdir
	ginstall renamed to install
	Installed all binaries in /bin

fileutils-4.0.37
	./configure --prefix=/usr --bindir=/bin --sbindir=/sbin --sysconfdir=/etc
	make CFLAGS=-O
	make install

findutils 4.1
	CFLAGS=-O ./configure --prefix=/usr
	locate/Makefile: libexecdir=/usr/lib/locate
	locate/Makefile: localstatedir=/var/state/locate
	make
	make install

flex 2.4.7, 2.5.2
	Makefile: -O2 -m486; adjusted paths

flex 2.5.4a
	./configure
	make CLFLAGS=-O3
	make install

fli4l 2.0.3
	uz dsl.tar.bz2
	uz opt_dyndns-2.1.9.zip
	uz inet.tar.bz2
	edit config/*
	./mkfloppy.sh

flpr 2.0
	Makefile: INSTALLDIR=/usr/local
	make install
	install-info flpr.info
	insert call of flprlog into /etc/print/*

fltk 1.0.4
	test/checkers.cxx: const_cast<char *>("d") rather than "d" in lines
		1297 and 1307 (for gcc 2.95)
	make
	make install

fltk 1.0.9, 1.1.0
	make
	make install

fnlib 0.5
	./configure
	make CFLAGS=-O3
	make install

fortune
	Makefile: FORTDIR=/usr/local/bin
	Makefile: COOKIEDIR=/usr/local/lib/fortune
	Makefile: BINDIR=/usr/local/sbin
	Makefile: BINMANDIR=/usr/local/man/man8
	Makefile: WEB=1
	make
	make install

fping 2.2p1
	./configure
	fping.c: Remove declaration of sys_errlst
	make CFLAGS=-O2
	make install

freeamp 2.1.0
	CFLAGS=-O3 ./configure
	make
	make install

freetype 1.0
	CFLAGS=-O6 ./configure --disable-nls
	make
	make install

freetype 1.3.1
	CFLAGS=-O3 ./configure
	make
	make install

freetype 2.0.1
	make setup
	make
	make install

fribidi 0.12
        ./configure
	make CFLAGS=-O3
	make install

ftape
	Makefile: -DNO_TRACE
	Makefile: CFLAGS=-O
	#include <linux/mm.h> in ftape-write.c, ftape-read.c, ftape-ctl.c

fte 0.49.10
	make OPTIMIZE=-O
	make install

fvwm 2.0.43
	Fvwm.tmpl: #undef RenameFVWM2
	Fvwm.tmpl: #define InstallSample NO
	xmkmf
	make Makefiles
	make

fvwm 2.2
	./configure --libexecdir=/usr/local/lib --enable-extras
	make CFLAGS=-O6
	make install

fvwm 2.3.21, 2.4.0
	./configure
	make CFLAGS=-O
	make install

fwf 3.8
	Patch fwf.patch applied
	FWF.tmpl: WantMotifVersions 0
	FWF.tmpl: CDEBUGFLAGS = -O3 -Wall -fPIC
	FWF.tmpl: XPM_LIB = -lXpm

fwf 4.0
	FWF.tmpl: #define HaveWbuild 1
	FWF.tmpl: WantMotifVersions 1
	FWF.tmpl: CDEBUGFLAGS = -O3 -Wall -fPIC
	FWF.tmpl: XPM_LIB = -lXpm
	xmkmf
	make Makefiles
	make
	make install

galeon 0.12.2
	./configure --with-mozilla-home=/usr/local/mozilla-0.9.4
	make
	make install

galeon 1.1
	./configure --disable-applet \
		--with-mozilla-libs=/app/web/mozilla/mozilla/dist/bin \
		--with-mozilla-includes=/app/web/mozilla/mozilla/dist/include
	make
	make install

gamtv
	rm install-sh
	cp /usr/local/share/automake/install-sh .
	./configure
	make CFLAGS="-O3 -Wall"
	make install
	
gawk 3.0.0
	configure: Replaced -g -O by -O3 -m486
	./configure linux
	Makefile: datadir = ${prefix}/lib/awk
	Makefile: libexecdir = ${exec_prefix}/lib/awk
	awklib/Makefile: datadir = ${prefix}/lib/awk
	awklib/Makefile: libexecdir = ${exec_prefix}/lib/awk
	make
	make install

gcal 2.10, 2.40
	CFLAGS=-O ./configure
	*/Makefile: Replace share by lib; /usr/lib/locale
	make
	make install

gcc 2.7.2 (binary)
	cd /
	untgz gcc-2.7.2.bin.tar.gz
	update link /lib/cpp

gcc 2.95, 2.95.2
	./configure --prefix=/usr --enable-shared
	make CFLAGS=-O3
	make install

gcc 2.95.3
	../gcc-2.95.3/configure --prefix=/usr --enable-shared --with-cpu=i586
	make CFLAGS=-O3
	make install

gcc 3.0.1
	../gcc-3.0.1/configure --prefix=/usr --enable-shared --with-cpu=i386
	make CFLAGS=-O3
	make install

gd 1.14
	perl Makefile.PL
	make
	make install

gd 1.2
	Creating a loadable Python module:
	Get the package PY_Squid_Stats
	cc -shared -o gdmodule.so gdmodule.o -lgd

gd 1.8.4
	CFLAGS=-O3 -DHAVE_LIBXPM -DHAVE_LIBPNG -DHAVE_LIBJPEG \
	        -DHAVE_LIBFREETYPE
	LIBS=-lgd -lpng -lz -ljpeg -lfreetype -lm -lttf
	INCLUDEDIRS=-I. -I/usr/local/include/freetype2 -I/usr/include/X11 \
		-I/usr/X11R6/include/X11 -I/usr/local/include
	make
	make install

gdb 4.15.1
	Makefile: CFLAGS=-O3 -m486 -fno-strength-reduce

gdb 4.16.95
	./configure
	make CFLAGS=-O6
	make install
	make info
	make install-info

gdb 4.18
	./configure
	make CFLAGS=-O2 CXXFLAGS=-O2
	make install

gdbm 1.7.3
	./configure
	make CFLAGS='-O3'
	cp libgdbm.a /usr/lib
	make clean
	make CFLAGS='-O3 -fPIC'
	gcc -shared -o libgdbm.so.2.0.1 -Wl,-soname,libgdbm.so.2 *.o
	install shared lib by hand in /usr/lib
	make links to /usr/lib/libdbm*
	cp gdbm.h /usr/include
	cp ndbm.h /usr/include
	cp dbm.h /usr/include

gdk-pixbuf
	./configure
	make CFLAGS=-O3
	make install

gettext 0.10.35
	./configure
	make CFLAGS=-O3
	make install

gftp 2.0.7pre3
	CFLAGS=-O3 ./configure
	make
	make install
	
ghostscript 5.50
	unix-gcc.mak:
	ln -s unix-gcc.mak Makefile
	Makefile: JSRCDIR=/app/sys/jpeg-6b
	Makefile: ZSRCDIR=/app/sys/zlib-1.1.3                                                 
	Makefile: PSRCDIR=/app/sys/libpng-1.0.5
	make

ghostscript 6.0
	ln -s src/unix-gcc.mak Makefile
	Makefile: JSRCDIR=/app/sys/jpeg-6b
	Makefile: ZSRCDIR=/app/sys/zlib-1.1.3                                                 
	Makefile: PSRCDIR=/app/sys/libpng-1.0.5
	make

ghostscript 7.0
	ln -s src/unix-gcc.mak Makefile
	Makefile: JSRCDIR=/app/sys/jpeg-6b
	Makefile: ZSRCDIR=/app/sys/zlib-1.1.3                                                 
	Makefile: PSRCDIR=/app/sys/libpng-1.0.10
	src/zdevcal.c: #include <time.h>
	src/gdevtifs.c: #include <time.h>
	src/gdevpsu.c: #include <time.h>
	make

ghostview 1.5
	xmkmf
	Makefile: Replace -lXaw by -lXaw3d
	make
	make install

gif2png 2.0.0
	./configure
	make CFLAGS=-O3 "-I/usr/local/include"
	make install

giflib 3.0
	lib/Makefile: Replace -g by -O3
	util/Makefile: Replace -g by -O3
	make
	make install

gimp 0.54.1
	cp gimprc ~/.gimprc
	configure: -g replaced by -O3
	./configure
	plug-ins/Makefile: -g replaced by -O3
	plug-ins/Makefile: -lz replaced by -lgz
	Various symbolic links in /usr/lib updated
	make

gimp 0.99.16
	./configure --disable-debug
	make
	make install

gimp 0.99.19, 1.0, 1.0.3
	./configure
	make CFLAGS=-O6
	make install

gimp 1.1.19
	./configure
	make CFLAGS=-O3
	make install

gimp 1.2
	./configure
	make CFLAGS="-O3 -Wall"
	make install

glade 0.5.3
	CFLAGS=-O3 ./configure
	make
	make install

glchess 0.3.5, 0.4.1
	make
	make install

glib 1.1.2-1.2.8
	./configure
	make CFLAGS=-O2
	make install
	ldconfig

glibc 2.1-2.2.5
	get glibc-linuxthreads add-on
	mkdir i386
	cd i386
	../configure --prefix=/usr --enable-add-ons
	make CFLAGS="-O3 -march=i386 -mcpu=i386"
	make install

glui 2.0 beta
	makefile: GLUT_LIB_LOCATION=/usr/local/lib
	makefile: GLUT_INC_LOCATION=/usr/local/include
	makefile: CC=g++ -O3
	makefile:libs = ${GLLIBS} -L/usr/X11R6/lib -lXmu -lXext -lX11 -lXi -lm
	arcball.cpp: 153: mat4 mat = q_drag.to_mat4();
	arcball.cpp: 154: *rot_ptr = *rot_ptr * mat;
	make

glut 3.7
	./mkmkfiles.imake
	cp linux/Makefile lib/glut
	cd lib/glut
	make
	make install

gmemusage 0.2
	make OPTIM=-O6
	make install

gmp 2.0.2
	./configure
	make

gmp 3.0.1
	CFLAGS=-O3 ./configure
	make
	make check
	make install

gnats 3.101
	add user 'gnats' with home dir /usr/local/share/gnats/gnats-db
	cp install.sh gnats
	cd gnats
	./configure --with-full-gnats
	make all info
	make install

gnugo 2.4, 2.6
	./configure
	make CFLAGS=-O3
	make install

gnupg 1.0.6
	./configure
	make
	make install

gnuinfo 1.3
	Makefile: Add /usr/local/info and /opt/info to INFOPATH
	Makefile: Remove option -g
	make
	cp gnuinfo /usr/local/conf/httpd/cgi-bin

gnuplot 3.5
	./configure yields bad results
	cp makefile.unx Makefile
	Makefile: DEST=/usr/X11R6/bin
	Makefile: MANDEST=/usr/X11R6/man/man1
	Makefile: HELPDEST=/usr/local/lib
	make linux

gphoto CVS
	CFLAGS=-O ./configure
	make
	make install

gqview 0.90
	./configure
	make CFLAGS=-O3
	make install

gramofile 1.5
	bplaysrc/shmbuf.c: add definition
	union semun
	{
		int val;
		struct semid_ds *buf;
		unsigned short int *array;
		struct seminfo *__buf;
	};

	make
	cp gramofile b*_gramo /usr/local/bin

grav 1.5
	Makefile: -I/usr/include/ncurses

grep 2.0.3
	./configure
	Makefile: bindir=/usr/bin
	make; make install

grep 2.1
	CFLAGS=-O3 ./configure
	make install
	mv /usr/local/bin/{g,eg,fg}rep /usr/bin

grep 2.3, 2.4.2
	./configure --prefix=/usr
	make CFLAGS=-O3
	make install

grip 2.96
	make gripnopar
	make gcd
	make install

groff 1.10
	apply RedHat patch
	configure: Set CFLAGS and CXXFLAGS to -O3 -m486
	./configure
	Makefile: PAGE=A4
	Makefile: BROKEN_SPOOLER_FLAGS=0
	Makefile: PSPRINT=lpr -Pps
	Makefile: g=g
	Makefile: manroot=$(prefix)/local/man
	make
	strip all executables (how?)
	make install

groff 1.11a, 1.15
	./configure -prefix=/usr
	Makefile: BROKEN_SPOOLER_FLAGS=0
	Makefile: g=g
	make CCFLAGS=-O3
	make install

grok 1.2b
	Imakefile: libXm.a -> -lXm
	xmkmf
	make

grub 0.54
	CFLAGS=-O3 ./configure
	make
	make install

gtk+ 0.99.0
	./configure
	make CFLAGS="-O3 -Wall"
	make install

gtk+ 0.99.3, 0.99.9
	./configure
	make CFLAGS=-O6
	make install
	install-info --info-dir=/usr/info /usr/local/info/gdk.info
	install-info --info-dir=/usr/info /usr/local/info/gtk.info

gtk+ 1.0.5-1.2.8
	./configure
	make CFLAGS=-O2
	make install
	install-info --info-dir=/usr/info /usr/local/info/gdk.info
	install-info --info-dir=/usr/info /usr/local/info/gtk.info

gtk-- 0.9.11
	./configure
	make (uses -g)
	make install

gtk-- 1.0.2
	./configure
	make CXXFLAGS="-O3 -Wall"
	make install

gtkmm 1.1.8
	./configure
	gtk--/gtk--/gc.cc: 287: add (char *) to 3rd argument
	make CXXFLAGS=-O3
	make install

gv 2.9.4, 3.5.8
	xmkmf -a
	make
	make install

gvbox 0.2
	./configure
	make
	make install

gxcalc 0.9.6
	./configure
	make CFLAGS="-Wall -O3"

gzip 1.3.2
	./configure
	make
	make install

ha 0.999beta
	cp grr/Makefile .
	cp grr/machine.h .
	make -f Makefile ha
	cp ha /usr/local/bin

hdparm 2.9 to 3.5
	make
	make install

hfsutils 3.2
	CFLAGS=-O3 ./configure --with-tcl --with-tk
	make
	make install

htdig (ht://dig) 3.1.5
	./configure
	make
	make install

i2c 2.5.0, 2.6.0
	make LINUX=/usr/src/linux
	make LINUX=/usr/src/linux install

ibcs
	iBCS/stream.c: ?
	iBCS/signal.c: Replaced sigaction by sig->action
	iBCS/bsdsignal.c: Replaced sigaction by sig->action
	iBCS/xnx.c: Replaced sigaction by sig->action

ibcs 2.0-19960610
	CONFIG: USE_VERSIONS=yes removed
	make
	make install

ical 2.02
	configure: Replaced -g -O by -O3
	configure: tclinc=/usr/include/tcl
	configure: tkinc=/usr/include/tk
	./configure --prefix=/usr/local
	Makefile: Kill all occurences of -L/usr/lib
	Makefile: add -lg++ and -lstdc++ if necessary
	make
	make test
	make install

ical 2.2
	./configure --prefix=/usr/local
	make
	make test
	make install

ical 2.2.1a
	./configure --prefix=/usr/local --with-tclconfig=/usr/lib/tcl8.3 \
		--with-tkconfig=/usr/lib/tk8.3 --with-tclhdir=/usr/include/tcl8.3
	make
	make test
	make install

icewm 0.8.9
	Makefile: PREFIX=/usr
	Makefile: BINDIR=/usr/bin/X11
	make OPTIMIZE=-O3
	make install

icewm 1.0.4
	CXXFLAGS=-O3 ./configure
	make
	make install

icmake 6.21
	sh bootstrap
	mv bin/* /usr/local/bin

icon 9.3.1
	 make name=intel_linux Configure

iglooftp 0.61
	./Make

ilu 2.0 alpha 14
	cd /opt/java/include-old; ln -s linux 1-gnu
	./configure --with-java-threads=both --enable-java-support=/opt/java
	make
	make Install
	cp etc/CosNaming/classes/xerox/ilu/IluResolving.class /usr/local/ilu/lib/classes/xerox/ilu
	cp -a etc/CosNaming/classes/xorg /usr/local/ilu/lib/classes

ImageMagick 4.0.6
	./configure
	make CFLAGS=-O6
	make install

ImageMagick 4.2.0, 5.1.1, 5.2.2-5.4.1
	./configure
	LANG= make CFLAGS=-O6
	make install

imlib 1.7
	xmkmf -a
	make
	make install

imlib 1.9.7, 1.9.8
	./configure
	make CFLAGS=-O3
	make install

imontty 0.5
	make
	make install

index 1.3L
	make clean
	Makefile: LIBS=   -lncurses -ltermcap
	make install
	cp index.1 /usr/local/man/man1

indent 1.9.1
	make; strip indent; make install

inn 1.4.unoff4
	cd config
	cp config.dist config.data
	Modify config.data; see copy in /var/save
	Modify some paths in */*.[ch] some of which are horribly wrong

inn 1.7
	cd config
	cp config.dist config.data
	Modify config.data; see copy in /var/save

inn 2.0-2.1
	CFLAGS=-O3 ./configure --with-perl --enable-pgp-verify --enable-tagged-hash
	Makefile.global: GCFLAGS: Remove -g
	Makefile.global: LIBS    = -ldl -lbsd  -lresolv -lm
	Makefile.global: PERLLIB = /usr/lib/perl5/i386-linux/5.00401/auto/DynaLoader/DynaLoader.a -L/usr/lib/perl5/i386-linux/5.00401/CORE -lperl
	Makefile.global: PATHRUN = /var/state/news/run
	Makefile.global: PATHLOG = /var/log/news/log
	Makefile.global: PATHDB = /var/state/news/db
	Makefile.global: PATHSPOOL = /var/spool/news
	include/paths.h: #define _PATH_TMP       "/tmp"
	make
	make install

inn 2.2
	./configure
	Makefile.global: GCFLAGS: Remove -g
	include/paths.h: #define _PATH_TMP       "/tmp"
	include/config.h: #define HAVE_STATFS
	make
	make install

intel2gas 1.0, 1.1, 1.2
	./configure
	make CXXFLAGS=-O
	make install

inventor
	export IVROOT=/
	make

ipac 1.07, 1.09
	make CFLAGS="-O3 -Wall"
	make install

ipchains 1.3.5
	make COPTS=-O
	make install

iproute2-19990630
	make
	install manually

ips 1.4
	mkdir ips; cd ips befor unpacking
	make
	cp ips ips.init /usr/local/bin
	cp ips.man /usr/local/man/man1

iptables
	make KERNEL_SRC=/usr/src/linux-2.4.0
	make install

iputils
	make

ircii 2.8.16
	./configure
	include/config.h: Define default server
	make
	mkdir /usr/local/lib/irc
	mkdir /usr/local/lib/irc/help
	make install

isdn4k-utils 2.1b1
	make config
	mkdir isdnlog/bin
	mkdir FAQ/out
	vbox/src/vbox.c: Comment out 'resizeterm' call
	make
	make install
	remove old binaries

isdn4k-utils 0002291200
	make
	make install

isdn4k-utils 3.1b1
	make config
	make CFLAGS=-O
	make install

isdnlog 2.50
	make install

ispell 3.1.20 (libc5)
	term.c: #include <bsd/sgtty.h> instead of sgtty.h
	Makefile: -lbsd

ispell 3.1.20 (libc6)
	cp local.h.samp local.h
	local.h: #undef NO8BIT
	local.h: #define USG
	local.h: #define MASKBITS 64
	local.h: #define MASKTYPE_WIDTH 64
	local.h: #define MASKTYPE long long
	local.h: #define LANGUAGES "{american,MASTERDICTS=american.med+,HASHFILES=americanmed+.hash,EXTRADICT=/usr/dict/words} {british} {deutsch}"
	make
	doesn't work

ivtools 0.5.7
	Adjust config/site.def.LINUX
	export CPU=LINUX
	make World XCONFIGDIR=/usr/X11R6/lib/X11/config
	make install

ivtools 0.7.4
	src/Imakefile: #if 1 in line 7
	export CPU=LINUX
	./configure --with-ace=/app/ACE_wrappers \
		--with-ace-libs=/app/ACE_wrappers/ace \
		--with-clippoly=/app/sys/clippoly \
		--with-clippoly-libs=/app/sys/clippoly 
	make
	make install

ivtools 0.9.3
	./configure
	make
	make install

jade 1.2.1
	make CXX="g++ -Vegcs-2.91.66"

jikes 1.12
	./configure
	make CXXFLAGS=-O3
	make install

jx 1.5.0
	mkdir /usr/local/jx
	programs/code_crusader/ctags/read.h: Remove declaration of fsetpos
	export JX_INSTALL_ROOT=/usr/local/jx
	export JX_LIB_ROOT=/usr/local/lib
	PATH=/usr/local/jx:$PATH make debian2.x

kbackup 1.2.9
	./kbinstall
		logfiles -> /var/state/KBackup

kbd 0.89
	Makefile: BINDIR = /usr/sbin
	Makefile: MANDIR = /usr/local/man

kbd 0.91
	Makefile: MANDIR = /usr/local/man
	make
	Delete old binaries
	make install

kbd 0.92, 0.93
	make
	make install

KDE 2.0b3
	cd qt-copy
	export QTDIR=$(pwd)
	./configure -system-jpeg -system-nas-sound
	make
	cd ..
	cd kdesupport
	make -f Makefile.cvs
	./configure
	make
	cd ..
	cd kdelibs
	make -f Makefile.cvs
	./configure
	make
	cd ..
	cd kdebase
	make -f Makefile.cvs
	./configure
	make
	cd ..
	cd kdenetwork
	make -f Makefile.cvs
	./configure
	make
	cd ..

kde
	cd qt-copy
	./configure -gif -thread -system-libmng -system-jpeg \
		-system-nas-sound -kde -no-g++-exceptions \
		-lXrender -lXft -lfreetype
	cd ..
	cd kdesupport; ln -s ../kde-common/admin/ .; make -f Makefile.cvs; ./configure; make -j5; make install; cd ..
	cd kdeslibs; ln -s ../kde-common/admin/ .; make -f Makefile.cvs; ./configure; make -j5; make install; cd ..

kdevelop 1.1
	./configure
	kdevelop/Makefile: LIBPNG = -lpng
	kdevelop/Makefile: LIBTIFF = -ltiff
	make
	make install

knews 0.9.3
	configure.h: No changes
	knews.tmpl: No changes
	xmkmf -a
	make
	make install

ksymoops 2.4.3
	make
	make install

kups 0.6.5
	CXXFLAGS=-O3 CFLAGS=-O3 ./configure
	make
	make install

lam 6.1 (libc5)
	cd Config
	ln -sf config.linux.ix86 config
	config: HOME = /opt/lam
	cd ..
	make
	make install

lam 6.1 (libc6)
	cd Config
	ln -sf config.linux.ix86 config
	config: HOME = /opt/lam
	cd ..
	lib/otb-obj/mpi/Makefile: DEFS    = -D$(RPI) -D$(SHM) -DMPI_GER=$(MPI_GER) -DHAVE_UNION_SEMUN
	share/mpi/shm.sysv.c: After HAVE_UNION_SEMUN add the following lines:
	union semun
	{
		int val;
		struct semid_ds *buf;
		unsigned short int *array;
		struct seminfo *__buf;
	};
	share/mpi/sysvslop.c: same
	make
	make install

lam 6.3
	./configure
	share/h/lam_config.h: define LAM_HAVE_UNION_SEMUN 0
	make

lame 3.88
	./configure
	make
	make install

ld.so 1.7.14
	Config.mk: AOUTCC = gcc -b i486-linuxaout
	instldso.sh: local/man
	make
	make install

ld.so 1.8.9
	Config.mk: AOUTCC = gcc -b i486-linuxaout
	make
	make install

ld.so 1.9.6
	Config.mk: CFLAGS  = -Wall -O3 -DVERSION=\"$(VERSION)\" -D_GNU_SOURCE
	Config.mk: LIBC5_CC = gcc
	make
	make install
	sh instldso.sh

leafnode 1.9.4
	./configure
	pcre/Makefile: CFLAGS=-O2
	make DEBUG=-O2
	make install

less 2.90
	CFLAGS=-O ./configure
	Makefile: bindir = /usr/bin
	Makefile: datadir = /usr/lib
	make; make install

less 3.21
	CFLAGS=-O ./configure
	Makefile: bindir = /usr/bin
	make; make install

less 3.35
	./configure
	make CFLAGS=-O2 bindir=/usr/bin
	make CFLAGS=-O2 bindir=/usr/bin install

lesstif 0.76, 0.80
	CFLAGS=-O3 ./configure --with-shared --prefix=/opt
	make
	make install

lesstif 0.85.3, 0.87.1, 0.88.0, 0.89.0, 0.89.9, 0.93.18
	./configure
	make CFLAGS=-O3
	make install

lesstif CVS
	./CVSMake
	./configure --enable-default-20
	make CFLAGS=-O3
	make install

lftp 0.13.2
	./configure
	make
	make install

lftp 1.1.1, 2.2.5
	./configure
	make
	make install

libao 0.70, 0.80
	./configure
	make
	make install

libaudiooss 0.9.0
	xmkmf -a
	make
	make install

libdes 4.04b
	make
	make install

libg++ 2.6.2.5
	CFLAGS=-O ./configure

libgr 2.0.3
	make (Ignore the error)
	make install
	ldconfig
	rm */*.a */*.so.*; make; make install; ldconfig

libgr 2.0.11
	make
	make install
	ldconfig

libident 0.16
	Makefile: -O3
	make
	make install

libIDL 0.6.5
	./configure
	make CFLAGS=-O3
	make install

libjpeg 6.0a2
	./configure
	make
	make test
	make install

libjpeg 6.0b
	./configure
	make
	make test
	make install
	make install-lib
	make clean
	./configure --enable-shared
	make
	make test
	make install

libmikmod 3.1.9
	CFLAGS=-O3 ./configure
	make
	make install

libmng 1.0.3
	./configure --with-lcms=/usr/include/lcms
	Makefile: remove LDFLAGS
	Makefile: CPPFLAGS =  -I/usr/include/lcms
	make
	make install

libnet 1.0502
	perl Makefile.PL
	make
	make test
	make install

libogg 1.0rc1, 1.0rc2
	./configure
	make
	make install

libol 0.1.19, 0.2.17
	./configure
	make
	make install

libpcap 0.0.6
	edit Makefile.in
	./configure
	make
	make install

libpcap 0.4.a4
	apply redhat patch (to get shared lib)
	./configure
	make
	make install
	make install-shared

libpcap 0.4, 0.5
	./configure
	make
	make install
	make install-incl

libpcap 0.6
	./configure
	make
	make install

libpng 0.88
	mkdir shared
	change charf to char
	change voidpf to png_voidp
	change Bytef to Byte
	makefile: Change prefix to /usr
	makefile: Change -lz to -lgz
	make

libpng 0.99e
	make -f makefile.lnx
	make install

libpng 1.0.3
	cp scripts/makefile.lnx Makefile
	Makefile: ZLIBLIB=/usr/local/lib 
	Makefile: ZLIBINC=/usr/local/include
	make

libpng 1.0.5-1.0.12
	cp scripts/makefile.linux Makefile
	Makefile: ZLIBLIB=/usr/local/lib 
	Makefile: ZLIBINC=/usr/local/include
	make
	make install

libsigc++ 0.8.6
	./configure
	make CFLAGS=-O3 CXXFLAGS=-O3
	make install

libstroke 0.4
	./configure --enable-tcl
	make install

libtermcap 2.0.8
	make
	make install

libtool 1.3.3
	./configure
	libltdl/Makefile: DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I
	make CFLAGS=-O3
	make install

libungif 4.1
	./configure
	make CFLAGS=-O3
	make install

libvorbis 1.0rc1, 1.0rc2
	./configure
	make
	make install

libwww 5.1g
	./configure
	make CFLAGS=-O3
	make install
	mkdir /usr/local/include/libwww
	cp Library/src/*.h /usr/local/include/libwww

libwww 5.1l
	./configure
	make CFLAGS=-O3
	make install

libwww 5.2.9
	./configure
	Makefile: remove rule for COPYRIGHT.html
	make CFLAGS=-O3
	make install

libwww 5.3.1
	./configure
	make CFLAGS=-O3
	make install

libxml 1.7.3
	./configure
	make CFLAGS=-O3
	make install

lilo 17-19
	make
	make install

lilo 20
	make
	make install
	cd doc
	make
	mkdir /usr/doc/lilo-20
	cp *.dvi /usr/doc/lilo-20

lilo 21
	make
	make install
	cd doc
	make
	mkdir /usr/doc/lilo-21
	cp *.dvi /usr/doc/lilo-21

linuxdoc-sgml 1.5
	No changes
	./install

linuxinfo 1.0.6
	./configure
	make CFLAGS=-O2
	make install

linuxthreads 0.6, 0.7
	make
	make install

lm-sensors 2.5.0
	make
	make install

lout 3.02
	Makefile: CHAROUT=1
	Makefile: USELOC=1

lout 3.08
	makefile: prefix  = /opt
	makefile: BINDIR  = $(prefix)/lout/bin
	makefile: LIBDIR  = $(prefix)/lout/lib
	makefile: DOCDIR  = $(prefix)/lout/doc
	makefile: MANDIR  = $(prefix)/man/man1
	makefile: USELOC  = 0
	make lout c2lout
	make install installman

lpr
	Makefile: HAVE_SHADOW_PASSWORDS=true
	make
	lpr/Makefile: /usr/local/man/man5
	make install
	/usr/man/man* moved to /usr/local/man

lprng
	CFLAGS=-O3 ./configure --prefix=/usr --sysconfdir=/etc
	*/Makefile: remove -g
	make
	make install

lrzsz 0.12b
	configure: Replace -g -O by -O
	./configure
	make
	Makefile: MANDIR=/usr/local/man
	make install

lsh 0.9.14
	CFLAGS=-O3 ./configure
	make
	
lwared 0.95
	server/config.h: #define LOG_FILENAME    "/var/log/lware.log"

lwm 0.08
	xmkmf
	Makefile: add -L/usr/X11R6/lib
	make
	make install

lynx 2.7
	userdef.h: No changes
	lynx.cfg: STARTFILE:file://localhost/.
	lynx.cfg: HELPFILE:file://localhost/usr/local/lib/lynx_help/lynx_help_main.html
	lynx.cfg: DEFAULT_INDEX_FILE:file://localhost/.
	lynx.cfg: PRINTER::lpr %s:TRUE
	Makefile: SLANGINC = -I/usr/include/slang
	make linux-slang
	make install
	cp -a lynx_help /usr/local/lib

lynx 2.8
	./configure
	make
	make install
	cp /usr/local/lib/lynx.oldcfg /usr/local/lib/lynx.cfg

lyx 0.74
	xmkmf -a
	Makefile: Removed 'install::' for tex/lyx.tex, installed by hand 
	make
	make install
	make install.man

lyx 0.8.6
	configure: Replaced -g -O by -O3 -m486
	./configure
	Makefile: Put the line TEXMF=/usr/lib/texmf before TEX_STYLE_DIR
	make all
	make install

lyx 0.10.1
	CFLAGS=-O ./configure

lyx 1.0.1
	./configure
	make
	make install

lyx 1.1.6, 1.1.6fix4
	CXXFLAGS=-O3 CFLAGS=-O3 ./configure --with-frontend=kde
	src/lastfiles.C: #include <iterator>
	make
	make install

lzo 1.01
	./configure
	make
	make test
	make install

m4 1.4
	CFLAGS=-O ./configure
	make
	strip m4
	make install

m4 1.4ppre2
	CFLAGS=-O3 ./configure
	src/Makefile: LIBS = -ldl
	make
	make install

macutils 2.0b3
	Makefile: BINDIR=/usr/local/bin
	make
	make install

mailx 5.5
	Makefile:
	install:
		install -c -o root -g bin -m 755 $(PROG) $(DESTDIR)/bin
		install -c -o root -g man -m 444 $(MAN) $(DESTDIR)/usr/local/man/man1
	pathnames.h: Misc. adjustments
	make; make install
		 
make 3.74
	configure: Replaced -g -O by -O3 -m486
	glob/configure: Replaced -g -O by -O3 -m486
	./configure --prefix=/usr
	Makefile: Manual path /usr/local/man
	rm /usr/info/make.info.*
	make
	make install
	rm /usr/bin/make.old

make 3.75
	./configure --prefix=/usr
	rm /usr/info/make.info.*
	rm /usr/local/man/man1/make.1
	make CFLAGS="-m486 -O3"
	make install
	rm /usr/bin/make.old

make 3.76.1
	CFLAGS=-O3 ./configure
	make install
	install-info --info-dir=/usr/info /usr/local/info/make.info

make 3.78.1, 3.79.1
	./configure --prefix=/usr
	make CFLAGS=-O3 install
	make check

man 1.4g
	./configure -ask
	Manual dir: /usr/local/man
	make
	make install

man-pages 1.11, 1.12, 1.15, 1.16, 1.23, 1.29
	Makefile: MANDIR=/usr/local/man
	make install

mars_nwe 0.97
	make
	check config.h
	make

mars_nwe 0.98
	make
	check config.h
	  #define DO_DEBUG      0              /* compile in debug code              */
	  #define NETWORK_SERIAL_NMBR 0x41444444L
	  #define NETWORK_APPL_NMBR   0x2212   /* application number (2 byte)        */
	  #define MAX_CONNECTIONS        20    /* max. number of simultaneous        */
					       /* connections handled by mars_nwe    */
	  #define SHADOW_PWD          1        /* change to '1' for shadow passwds   */
	make
	edit nw.ini
	make install

mars_nwe 0.99
	make
	check config.h
	  #define DO_DEBUG      0              /* compile in debug code              */
	  #define FILENAME_NW_INI  "/opt/mars_nwe/etc/nwserv.conf"
					     /* full name of ini (conf) file       */
	  #define PATHNAME_PROGS   "/opt/mars_nwe/bin"    /* where to find the executable */
	  #define PATHNAME_BINDERY "/opt/mars_nwe/etc"     /* directory for bindery-files */
	  #define NETWORK_SERIAL_NMBR 0x41444444L
	  #define NETWORK_APPL_NMBR   0x2212   /* application number (2 byte)        */
	  #define MAX_CONNECTIONS        20    /* max. number of simultaneous        */
					       /* connections handled by mars_nwe    */
	  #define SHADOW_PWD          1        /* change to '1' for shadow passwds   */
	  #define QUOTA_SUPPORT       1        /* change to '1' for quota support    */
	make
	edit nw.ini
	make install

mc 2.1
	configure: Replaced -g -O by -O3 -m486

mc 3.0
	cp local.h.samp local.h
	local.h: #define CFLAGS "-O3 -m486 -fno-strength-reduce"
	Makefile.common: STRIP=strip

mc 3.1.2
	configure: Replaced -g -O by -O3 -m486
	./configure
	make

mcvert 2.16
	make
	cp mcvert /usr/local/bin
	cp mcvert.1 /usr/local/man/man1

md 0.32
	Makefile: MAN = /usr/local/man
	make
	make install

Mesa 1.2.6
	src/config.h: No changes
	Make-config: -O3 -m486
	make
	lib: Add symbolic links after make error
	make

Mesa 1.2.8
	src/config.h: No changes
	make
	lib: Add symbolic links after make error
	make

Mesa 2.6, 3.0a7, 3.0
	make linux-elf
	cp -a lib/* /usr/local/lib
	cp -a include/GL /usr/local/include
	cd /usr/local/lib
	ln -s libMesaGL.so libGL.so
	ln -s libMesaGLU.so libGLU.so

Mesa 3.2, 3.4.1
	./configure
	make CFLAGS=-O3
	make install

metamail 2.7
	config.h: #define LINUX
	Makefile: Replace -g by -O
	make
	make install-all

mgetty 0.22
	cp policy.h-dist policy.h
	policy.h: #define LOG_PATH "/var/log/log_mg.%s"
	policy.h: #define LOCK "/var/spool/uucp/LCK..%s"
	policy.h: #define MODEM_INIT_STRING       "ATS0=0Q0&D3&K6"
	policy.h: #define FAX_STATION_ID  "49 6344 8816"
	policy.h: #define FAX_MODEM_HANDSHAKE "AT&K3"
	policy.h: #define FAX_DIAL_PREFIX "ATDP"
	policy.h: #define FAX_MODEM_TTYS  "ttyS1"
	policy.h: #define FAX_RECEIVE_USE_B19200
	policy.h: #define CNDFILE "/usr/local/lib/mgetty+sendfax/dialin.config"
	Makefile: INFODIR=/usr/info
	Makefile: spool=/var/spool
	Makefiles: 'mv ... .old' gestrichen
	voclib.h: /*#define VOICE_REMOVE_SILENCE /* */
	voclib.h: /* #define DIST_RING /* */
	make install; make vgetty
	make vgetty-install

mgetty 0.98
	cp policy.h-dist policy.h
	policy.h: #define LOG_PATH "/var/log/mgetty.%s"
		#define LOG_LEVEL L_JUNK
		#define LOGIN_PROMPT    "@ login: "
		#define MGETTY_PID_FILE "/var/run/mg-pid.%s"
		#define LOCK "/var/spool/uucp/LCK..%s"
		#define DEFAULT_PORTSPEED       38400
		#define MODEM_INIT_STRING       "ATZ"
		#define FAX_IN_OWNER    "root"
		#define FAX_IN_GROUP    "work"
		#define FAX_RECV_SWITCHBD 19200
		#define FAX_LOG         "/var/spool/fax/Faxlog"
		#define FAX_STATION_ID  "49 6344 8816"
		#define FAX_SEND_BAUD 38400
		#define FAX_MODEM_HANDSHAKE "&K6"
		#define FAX_DIAL_PREFIX "AT%TCBDP"
		#define FAX_MODEM_TTYS  "modem"
	voice: config.h: Keine Änderungen
	conf_mg.c: MGETTY_CONFIG ersetzt durch CONFIG_FILE (!!!)
	make install; make vgetty
	make vgetty-install
	
mgetty 0.99
	cp policy.h-dist policy.h
	policy.h: #define LOG_PATH "/var/log/mgetty.%s"
		#define LOG_LEVEL L_JUNK
		#define LOGIN_PROMPT    "@ login: "
		#define MGETTY_PID_FILE "/var/run/mg-pid.%s"
		#define LOCK "/var/spool/uucp/LCK..%s"
		#define DEFAULT_PORTSPEED       38400
		#define MODEM_INIT_STRING       "ATZ"
		#define FAX_IN_OWNER    "root"
		#define FAX_IN_GROUP    "work"
		#define FAX_RECV_SWITCHBD 19200
		#define FAX_LOG         "/var/spool/fax/Faxlog"
		#define FAX_STATION_ID  "49 6344 8816"
		#define FAX_SEND_BAUD 38400
		#define FAX_MODEM_HANDSHAKE "&K6"
		#define FAX_DIAL_PREFIX "AT%TCBDP"
		#define FAX_MODEM_TTYS  "modem"
	voice: voice.conf: ??
	conf_mg.c: MGETTY_CONFIG replaced by CONFIG_FILE (!!!)
	make install; make vgetty
	make vgetty-install
	
mgetty 1.1.1
	cp policy.h-dist policy.h
	policy.h: #define LOG_PATH "/var/log/mgetty.%s"
		#define LOG_LEVEL L_NOISE
		#define LOGIN_PROMPT    "@ login: "
		#define MGETTY_PID_FILE "/var/run/mg-pid.%s"
		#define MODEM_INIT_STRING       "ATZ"
		#define FAX_IN_OWNER    "root"
		#define FAX_IN_GROUP    "work"
		#define FAX_RECV_SWITCHBD 19200
		#define FAX_LOG         "/var/spool/fax/Faxlog"
		#define FAX_STATION_ID  "49 7257 930143"
		#define FAX_MODEM_HANDSHAKE "AT&K6"
		#define FAX_DIAL_PREFIX "AT%TCBDT"
		#define FAX_MODEM_TTYS  "modem"
	cp voice/voice.conf-dist voice/voice.conf
	voice/voice.conf: voice_devices modem
	make install; make vgetty
	make vgetty-install

mgr 0.65
	make depend
	src/clients/portable/simple/xbm2mgricon.c: #include "mgr.h"
	Missing 'ranlib libmgr.a' somewhere

mgv 3.1.5
	./configure
	make
	make install

mico 2.2.6
	./configure
	make
	make install

microwin 0.88pre9
	make xconfig
	make
	make install

mkdosfs 0.3
	make
	make install

mkisofs 1.11.2
	CFLAGS=-O6 ./configure
	make
	make install

mm 1.0.1
	./configure
	make CFLAGS=-O2
	make install

mMosaic 3.0.11
	modify makefiles/Makefile.linux (see /var/save)
	libmc/rtp-config.h: Remove declaration of gethostid
	make linux
	cp mMosaic /usr/bin/X11
	cp app-def/app-defaults.color /usr/lib/X11/app-defaults/mMosaic
	cp app-def/app-defaults.mono /usr/lib/X11/app-defaults/mMosaic

mMosaic 3.3.3
	./configure
	libnut/mipcf.h:80: rename s6_addr to addr
	libnut/system.c:28: remove sys_errlist
	make
	cp src/mMosaic/usr/bin/X11
	cp app-def/app-defaults.color /usr/lib/X11/app-defaults/mMosaic-color
	cp app-def/app-defaults.mono /usr/lib/X11/app-defaults/mMosaic

mMosaic 3.7.1
	make -f Makefile.Linux.Mandrake6.1
	make install

mms_pub
	Makefile: SYSCONF_MOC = /usr/local/bin/moc
	make QTDIR=/usr/local/qt

modem 0.3
	imake.conf: USE_XT
	modem_defs.h:
	#define TCP_DEFAULT_PORT      8668
	#define TCP_SERVICE           "modemd"
	#define UDP_DEFAULT_PORT      8668
	#define UDP_SERVICE           "modemd"
	#define BROADCAST_ADDR        "10.255.255.255"
	#define BROADCAST_TIMEOUT     5
	#define CLIENT_TIMEOUT        (5*60)
	scripts/Makefile:
	PPPD=/usr/sbin/pppd
	EXEC_PATH=$(BINDIR):/bin:/usr/X11/bin:/usr/bin
	modify /etc/services
	xmkmf
	make Makefiles
	make
	make install
	create and edit /etc/modems and /usr/local/lib/modemd/modem_commands
	mkdir /var/adm/modems

modules 1.3.57- 2.0.0
	*/Makefile: /usr/man -> /usr/local/man
	make; make install

modules 2.0.8
	Remove old manpages
	make install

modutils 2.1.29-2.1.55
	make
	make install

modutils 2.1.85, 2.1.121
	./configure
	make CFLAGS=-O3
	make install

modutils 2.3.8-2.4.9
	./configure
	make
	make install

Mosaic 2.7b5
	./config (not ./configure)
	src/Makefile: remove /usr/include/stdarg.h
	src/Makefile: Add -lXm -L/opt/lib
	src/Makefile: Replace static libs (libpng.a libz.a libjpg.a)
		by -lpng -lz -ljpeg
	src/readPNG.c: Remove line with png_set_message_fn
	src/comment.h: Make the two strings static
	make CFLAGS='-O3 -I/opt/include -DMOTIF'

motif 2.1.30
	cd ..
	mkdir motif-build
	lndir ../motif motif-build
	cd motif-build
	cp -i config/cf/orig/* config/cf
	make World

motor 1.4.7
	./configure
	make
	make install

mount 2.5m
	Makefile: DEFAULT_FSTYPE=\"ext2\"
	Makefile: MANDIR = /usr/local/man
	make
	make install

mount 2.6c, 2.6h, 2.7f, 2.7l
	make
	make install

movitz 0.2.0
	./configure --with-xawm=Xaw3d
	make
	make install

mozilla CVS
	cd mozilla
	./configure
	make
	make install
	cp -R /mnt/cvs/mozilla/mozilla/dist/bin/ mozilla-0.8.1

mpage 2.2.1
	Makefile:         -mkdir $(LIBDIR)/mpage
	make
	make install

mpage 2.4
	make
	make install

mpeg_lib 1.2.1
	./configure
	Makefile: Add compiler flag -fPIC
	cp mpeg.h /usr/local/include
	make
	mkdir x
	cd x
	ar x ../libmpeg.a
	gcc -shared -Wl,-soname,libmpeg.so.1 -o /usr/local/lib/libmpeg.so.1.2.1 *.o

mpeg_play 2.2
	Makefile: Small adjustments

mpeg_encode 1.5b
	libpnmrw.c: remove def of sys_errlist
	make

mpich 1.2
	./configure
	make
	make install PREFIX=/usr/local/mpich

mrtg 2.5.1
	Makefile: PERL=/usr/bin/perl
	Makefile: CFLAGS=-O3 -Wall
	make rateup
	make substitute
	cp readme.html /pub/html/mrtg
	cp *.pm indexmaker* rateup mrtg /usr/local/lib/mrtg
	cp *.gif /pub/html/mrtg
	cp mrtg.cfg-dist mrtg.cfg
	edit mrtg.cfg
	./cfgmaker public@grumbeer >> mrtg.cfg
	./cfgmaker public@mirabell >> mrtg.cfg
	cp mrtg.cfg /usr/local/lib/mrtg
	cd /usr/local/lib/mrtg
	./indexmaker mrtg.cfg "Network Traffic At hjb.de" . > index.html
	edit index.html
	mv index.html /pub/html/mrtg

mrtg 2.8.12
	CFLAGS=-O3 ./configure
	make
	cp run/* /usr/local/lib/mrtg

msql 1.05
	./setup: /var/lock instead of /var/adm

msql 1.16
	make target
	cd targets/*
	./setup: Install directory /opt/Minerva
	./setup: /var/run instead of /var/adm
	make
	make install

msql 2.0 rel
	make target
	cd targets/*
	./setup
	site.mm: INST_DIR=/opt/msql-2
	make all
	make install
	chown -R msql.users /opt/msql-2
	misc/setup_w3auth: Replace /usr/local/Hughes by /opt/msql-2 (2)
	bin/msql2d
	misc/setup_w3auth

mtools 3.0
	configure: Replace -g -O by -O3 -m486
	./configure
	make
	Remove old binaries
	make install

mtools 3.1
	CFLAGS=-O3 ./configure
	make
	make install

mtools 3.2
	./configure
	make CFLAGS=-O3
	make install

mtools 3.4, 3.6, 3.9.1, 3.9.5
	CFLAGS=-O3 ./configure
	Makefile: remove installation of lz, uz and tgz
	make
	make install

mt-st 0.4
	make
	make install

musicbrainz 1.0.0
	./configure
	make
	make install

mutt 0.95.4, 1.2.2i, 1.2.5i, 1.3.22.1i, 1.3.28i
	CFLAGS=-O3 ./configure --enable-imap
	make
	make install

mysql 3.20.20
	./configure --libexecdir=/usr/local/lib
		--sharedstatedir=/var/state/mysql
		--localstatedir=/var/state/mysql
	make
	make install
	cp doc/*.txt /usr/doc

mysql 3.22.25
	./configure --libexecdir=/usr/local/lib
		--sharedstatedir=/var/state/mysql
		--localstatedir=/var/state/mysql
	make
	make install
	/usr/local/bin/mysqlaccess: $DIFF = '/usr/local/bin/diff';
	./scripts/mysql_install_db

mysql++ 1.0
	Configure: INCPATH = -I/usr/local/include/mysql
	Configure: CFLAGS  = -Wall -O3                       
	Configure: Replace /my/local by /usr/local
	mysql++-int/row2.hh: remove line 25
	make
	make install

mxapps 1.12
	cd AppKit
	make
	cd src
	make
	./install_dynamic.cshrc
	ldconfig

nas 1.2p4
	xmkmf
	make World
	make install
	make install.man

nas 1.2p5
	xmkmf
	lib/audio/Alibint.c: remove declaration of sys_errlst
	make World EXTRA_LDOPTIONS=-L/usr/X11R6/lib
	make install EXTRA_LDOPTIONS=-L/usr/X11R6/lib
	make install.man

nasm 0.97, 0.98
	CFLAGS=-O3 ./configure
	make
	make install

ncftp 2.3.0
	configure: Replace -g -O by -O3 -m486
	./configure
	make
	make install

ncftp 2.4.2, 2.4.3
	CFLAGS=-O3 ./configure
	make
	make install

ncpfs 2.0.8
	Makefile: KERNELD = -DHAVE_KERNELD
	make

ncpfs 2.2.0
	make
	make install

ncpfs 2.2.0.17
	CFLAGS=-O3 ./configure
	make
	make install

ncurses 1.8.1
	Makefile: INCLUDE = /usr/include/ncurses

ncurses 1.8.5
	Makefile: INCLUDE = /usr/include/ncurses

ncurses 1.8.7
	Makefile: MAN= $(INSTALL_DIR)/local/man

ncurses 1.9.3
	ncurses/Makefile and panel/Makefile:
		CFLAGS=
		CFLAGS_NORMAL=-O3 -m486
	man/Makefile: $(PREFIX)/local/man

ncurses 1.9.7a
	./configure
	*/Makefile:
		CFLAGS=-O3 -m486 -fno-strength-reduce
	man/Makefile: $(PREFIX)/local/man

ncurses 1.9.9a
	configure: Replace -g -O and -O by -O3 -m486
	./configure --with-shared
	c++/Makefile: prefix = /usr
	form/Makefile: prefix = /usr
	include/Makefile: prefix = /usr
	man/Makefile: datadir = /usr/lib/terminfo
	menu/Makefile: prefix = /usr
	misc/Makefile: prefix = /usr
	misc/Makefile: cp -r $(srcdir)/tabset $(prefix)/lib
	ncurses/Makefile: prefix = /usr
	panel/Makefile: prefix = /usr
	progs/Makefile: prefix = /usr
	test/Makefile: prefix = /usr
	make
	make install

ncurses 4.2, 5.0
	./configure
	make
	make install

ncurses 5.1
	./configure --with-shared
	make
	make install

nedit 5.1, 5.2, 5.3rc1
	makefiles/Makefile.linux: -I/usr/local/include -L/usr/local/lib
	make linux

net-tools 1.3.50B6
	make config
	Makefile: Remove ipfw
	Makefile: Replace /usr/man by /usr/local/man
	make
	make install

net-tools 1.4.1
	make config (everything default)
	make COPTS="-O3 -Wall"
	make install
	rm /bin/*.old /sbin/*.old

net-tools 1.5.3
	make config
		gettext: y
		masq: y
		iptunnel: y
	make COPTS="-O3 -Wall"
	make install
	rm /bin/*.old /sbin/*.old

newt
	./configure
	Makefile: CFLAGS += -O3
	make
	make install
	
newt 0.50
	./configure
	Makefile: replace -ltcl by -ltcl8.0
	Makefile: CFLAGS = ... -I/usr/local/include
	Makefile: CFLAGS += -O3
	Makefile: prefix = /usr/local
	Makefile:  gcc -I/usr/local/include/python1.5
	make
	make install
	
NetKit-B 0.0.8
	make
	Fix several declarations
	remove old man pages
	make install
	move man pages from /usr/man to /usr/local/man

netpbm 1Mar1994
	apply redhat patch for shared libs
	Make.config: prefix=/usr/local
	Make.config: Replace -lgz by -lz
	make
	make install

Netstreamer 0.18
	make

nfs-server 2.2beta23
	./BUILD
	make
	make install

nfs-server 2.2beta34
	./BUILD (HOST ACCESS no, everything else default)
	Makefile: INSTALL=/bin/install -c
	make CFLAGS=-O6
	make install

nfs-server 2.2beta41
	./BUILD (HOST ACCESS no, everything else default)
	make CFLAGS=-O2
	make install

nfs-server 2.2beta47
	./BUILD (HOST ACCESS no, everything else default)
	system.h: add #include <time.h>
	make CFLAGS=-O2
	make install

nload 0.1.1
	./configure
	make
	make install

nmap 2.53
	./configure
	make
	make install

nspr-pthreads 3.1
	config/Linux.mk: PLATFORM_FLAGS          += -Di386           
	make BUILD_OPT=1
	make BUILD_OPT=1 install

nstreams 1.0.0
	CFLAGS=-O3 ./configure
	make
	make install

ntp 4.0.99k
	CFLAGS=-O3 ./configure
	make
	make install

nut 0.43.2
	./configure
	make
	make install

oneko 1.1b
	Imakefile: DESTDIR = /usr/X11R6/bin
	Imakefile: STRIP = strip
	make
	make install

openldap 2.0.11, 2.0.23
	./configure --localstatedir=/var/run --sysconfdir=/etc
	make
	make depend
	make test
	make install

openssl 0.9.5a
	./config
	make linux-shared
	make test
	make install

openssl 0.9.6b/c
	./config
	make
	make build-shared
	make test
	make install

openssh 1.2.3, 2.1.1p1, 2.2.0p1
	CFLAGS=-O3 ./configure --sysconfdir=/etc
	make
	make install

openssh 2.3.0p1, 2.9.9p2
	CFLAGS=-O3 ./configure --sysconfdir=/etc/ssh
	make
	make install

openuniverse 1.0beta3
	LDFLAGS=-lm ./configure
	make
	make install

ossh 1.5.6
	CFLAGS=-O3 ./configure
	config.h: #define SIZEOF_INT 4
	config.h: #define SIZEOF_LONG 4
	config.h: #define SIZEOF_SHORT 2
	Makefile: LIBS = -ldes -lz -lnsl -lcrypt -lgmp  -lutil
	make
	make install

pam 0.57
	default.defs: CFLAGS=-O3 -pipe -Dlinux
	default.defs: PREFIX=
	make
	make install

pango 0.11
	CFLAGS=-O3 ./configure
	make
	make install

par 1.5
	cp protoMakefile Makefile
	make
	cp par /usr/local/bin
	cp par.1 /usr/local/man/man1

partimage 0.6.1
	./configure --enable-ssl=/usr/local/ssl
	make
	make install

patch 2.1
	DOS version:
	patch.c tmpdir modified
		Shortened names of temp files

	Linux version:
	Makefile: prefix=/usr
	Makefile: CFLAGS=-O
	Makefile: LDFLAGS=-s
	make
	make install

patch 2.1b
	./configure --prefix=/usr
	make CFLAGS=-O3
	make install

patch 2.5, 2.5.4
	./configure
	make CFLAGS=-O3
	make install

pavuk 0.8b3, 0.9pl22
	CFLAGS=-O3 ./configure
	make
	make install

pawm 1.4
	make release
	make install

pax 2.1
	./configure
	make CFLAGS=-O2
	make install

pciutils 0.91-2.1.4
	make
	make install

pcre 2.0.8
	make
	make install

pcsnd-kit
	Makefile: MANDIR=/usr/local/man/man1

perf 1.4
	xmkmf
	make

perl 5.001
	./configure

perl 5.003
	./Configure
	  Library man pages: /usr/man/man3
	  Mail address: root@grumbeer.inka.de
	  Optimizer: -O3
	make
	remove perl 5.001 stuff
	make install

perl 5.005_02
	./Configure
	make
	LANG= make test
	LANG= make install

pftp 1.1.6
	make
	make install
	
pgcc 1.0.2
	./configure --prefix=/usr
	make CFLAGS=-O6
	make install

pgcc 1.1.2
	./configure --prefix=/usr --enable-shared
	make CFLAGS=-O3
	make install

php 3.0.7
	./configure
	make
	make install

php 4.0.6
	./configure --with-apxs=/usr/local/apache/sbin/apxs --with-pgsql --without-mysql
	make CFLAGS=-O3
	make install

pinfo 0.5.4
	./configure
	make CFLAGS=-O2
	make install
	
picmonger 0.9.3
	./configure
	make CFLAGS=-O3 CXXFLAGS=-O3
	make install

pixmap 2.6
	Imakefile: Remove XPM_INCLUDE and XPM_LIBDIR

plex86 CVS
	./configure
	make

popclient 2.2.1
	Makefile: BINDIR=/usr/local/bin
	Makefile: MANDIR=/usr/local/man
	config.h: #define  MDA_ARGS       "$u"
	make
	make install

popclient 3.1
	CFLAGS=-O3 ./configure
	make
	make install
	cp popclient.man /usr/local/man/man1/popclient.1
	cp sample.poprc ~/.poprc and edit

popt 1.4, 1.5
	./configure
	make CFLAGS="-Wall -O3"
	make install

postfix 19990906-pl05, 19991231-pl07
	make DEBUG=
	sh INSTALL.sh

postfix 1.1.10
	make makefiles CCARGS="-DUSE_SASL_AUTH -I/usr/local/include" \
	        AUXLIBS="-L/usr/local/lib -lsasl"
	make DEBUG= OPT=-O3

postgres95 0.02
	src/bin/psql/Makefile: USE_READLINE=true
	src/bin/psql/Makefile: READLINE_INCDIR=/usr/include/readline
	src/bin/psql/Makefile: LD_ADD += -lrl $(LIBCURSES)
	src/mk/postgres.mk: $(LIB).so.1 instead of .a

postgres95 1.0
	cd src
	Makefile.global: PORTNAME=linux
	Makefile.global: CDEBUG commented out
	Makefile.global: EUROPEAN_DATES = 1
	Makefile.global: TCL_INCDIR= /usr/include/tcl
	Makefile.global: TCL_LIBDIR= .
	Makefile.global: TCL_LIB = -ltcl7.4
	Makefile.global: TK_INCDIR=  /usr/include
	Makefile.global: TK_LIBDIR=  .
	Makefile.global: TK_LIB = -ltk4.0
	Makefile.global: SRCDIR=/pub/postgres95/src
	src/bin/psql/Makefile: USE_READLINE=true
	src/bin/psql/Makefile: READLINE_INCDIR=/usr/include/readline
	src/bin/psql/Makefile: LD_ADD += -lrl $(LIBCURSES)
	src/mk/postgres.mk: $(LIB).so.1 instead of .a
	make

postgres95 1.02
	src/Makefile.global: PORTNAME=linux
	src/Makefile.global: SRCDIR=/pub/postgres95/src
	src/Makefile.global: POSTGRESDIR=/opt/postgres95
	src/Makefile.global: PGDATADIR=/var/state/postgres95
	src/Makefile.global: CDEBUG=-O3
	src/Makefile.global: EUROPEAN_DATES = 1
	src/Makefile.global: USE_READLINE = true
	src/Makefile.global: READLINE_INC=
	src/Makefile.global: READLINE_LIB=-lrl
	src/Makefile.global: TCL_INCDIR= /usr/include/tcl
	src/Makefile.global: TCL_LIBDIR= .
	src/Makefile.global: TCL_LIB = -ltcl7.5
	src/Makefile.global: TK_INCDIR=  /usr/include/tk
	src/Makefile.global: TK_LIBDIR=  .
	src/Makefile.global: TK_LIB = -ltk4.1
	src/Makefile.global: X11_LIBDIR=/usr/X11/lib
	cd src; make; make install

postgresql 6.4.2, 6.5.0, 6.5.3
	mkdir /usr/local/pgsql
	cd src
	./configure --with-tcl --with-perl --with-odbc --enable-locale --enable-cassert
	cd ../doc
	make install
	cd ../src
	make
	make install

postgresql 7.1.2
	./configure --with-tcl --with-perl --with-odbc --enable-locale \
		--enable-cassert --with-tkconfig=/usr/lib/tk8.3
		--with-includes=/usr/include/tcl8.3
	make
	make install

ppp 2.2.0f
	./configure
	Makefile: MANDIR=/usr/local/man
	pppd/auth.c: #include <pwauth.h>
	make
	make install

prcs 1.2
	./configure --prefix=/opt
	doc/Makefile: Replace --info-dir by --infodir
	make
	make install

precc 2.44
	cd src
	./configure
	make
	make install

procmail 3.10, 3.14, 3.21
	make install-suid

proftpd 1.0.3pl1
	./configure
	make CFLAGS=-O3
	make install

procmeter 2.4
	make
	make install

procps 0.97
	Makefile:
	mandir=/usr/local/man/man1
	admmandir=/usr/local/man/man8
	xinstdir=/usr/X11R6/bin
	xdefinstdir=/usr/X11R6/lib/X11/app-defaults
	Removed all references of killall, pstree
	top: Adapted reading of /proc/meminfo to new format
	make; make xprogs; make install

procps 0.99a
	Applied patch 1.3.91.diff
	Makefile:
	Replaced 'owner man' by 'owner bin'
	mandir=/usr/local/man/man1
	admmandir=/usr/local/man/man8
	*/Makefile: Replaced /usr/man with /usr/local/man
	make; make install

procps 1.20
	Makefile: SPROG      =
	make
	make install

procps 1.2.9
	Makefile: SPROG      =
	make
	make install

psmisc 17
	make
	make install

pspell 0.12.2
	./configure
	make
	make install

psutils 1.16
	Makefile: prefix=/usr/local

pth 1.4a2
	./configure --enable-pthead --enable-optimize
	make
	make install

pthread 1.0
	DEVROOT=/pub/pthreads-1.0 make ISELF=yes all
	DEVROOT=/pub/pthreads-1.0 make ISELF=no all
	PATH=.:$PATH DEVROOT=/pub/pthreads-1.0 make install

publib 0.5
	mkdir modules
	CFLAGS="-O3 -m486" ./configure
	make
	make install

PyGreSQL 2.3
	cc -fPIC -O -shared -o _pg.so -I /usr/local/include/python1.5 \
		-I/usr/local/pgsql/include pgmodule.c \
		-L/usr/local/pgsql/lib -lpq
	cp _pg.so /usr/local/lib/python1.5/lib-dynload

pysol-sound-server 2.10-2.50
	cd src
	./configure
	make
	make install

python 1.3
	./configure
	make
	make install

python 1.4
	./configure
	Modules/Makefile: Replace -ltk4.2 by -ltk4.1
	make
	Modules/Setup: Change at will
	make
	make test
	make install libinstall
	cp /usr/local/lib/python1.4/config/config.h /usr/local/include/python1.4

python 1.5
	./configure
	make OPT=-O3
	Modules/Setup: Change at will
	Modules/Setup.local: Change at will
	make OPT=-O3
	make test
	make install

qc 1.0.1
	make

qftp 0.98
	make
	ftpconn.cc: insert in line 195: char* empty = ""
	make install
	
qpopper 2.2
	popper.h: #ifndef OSDONE
	popper.h: # define POP_MAILDIR     "/var/spool/mail"
	popper.h: # define POP_DROP        "/var/spool/mail/.%s.pop"
	popper.h: # define POP_TMPDROP     "/var/spool/mail/tmpXXXXXX"
	popper.h: # define POP_TMPXMIT     "/var/spool/mail/xmitXXXXXX"
	popper.h: # define MAIL_COMMAND    "/usr/lib/sendmail"
	popper.h: #endif
	cp make.linux Makefile
	Makefile: add -DSERVER_MODE to CFLAGS
	Makefile: LIBS=-lshadow -ldbm
	make
	cp popper.linux /usr/sbin

qps 1.0
	Makefile: INCLUDES=-I/opt/qt-1.1/include
	Makefile: LDPATHS=-L/opt/lib
	Makefile: CXXFLAGS=-O3 -pipe -Wall $(INCLUDES)
	make
	cp qps /usr/X11/bin
	cp qps.1 /usr/X11/man/man1

qps 1.1
	Makefile: INCLUDES=-I/opt/qt-1.1/include
	Makefile: LDPATHS=-L/opt/lib
	Makefile: CXXFLAGS=-O3 -pipe -Wall $(INCLUDES)
	PATH=.:$PATH make
	cp qps /usr/X11/bin
	cp qps.1 /usr/X11/man/man1

qps 1.2
	Makefile: INCLUDES=-I/opt/qt-1.2/include
	Makefile: LDPATHS=-L/opt/lib
	Makefile: CXXFLAGS=-O3 -pipe -Wall $(INCLUDES)
	PATH=.:$PATH make
	cp qps /usr/X11/bin
	cp qps.1 /usr/X11/man/man1

qt 1.2
	unpack in /opt
	make linux-gcc-shared
	make
	cd /opt/bin; rm moc; lndir ../qt-1.2/bin
	cd /opt/lib
	rm libqt.so libqt.so.1
	ln -s libqt.so.1.2 libqt.so.1
	ln -s libqt.so.1 libqt.so
	ldconfig

qt 1.31
	make linux-gcc-shared
	make

qt 1.42, 1.44
	unpack in /usr/local
	ln -s qt-1.42 qt
	cd qt
	export QTDIR=/usr/local/qt-1.42
	make linux-g++-shared
	make
	cd /usr/local/lib
	ln -s ../qt/lib/* .

qt 2.0.2
	unpack in /usr/local
	ln -s qt-2.0.2 qt
	cd qt
	export QTDIR=/usr/local/qt-2.0.2
	make linux-g++-shared
	make
	cd /usr/local/lib
	ln -s ../qt/lib/* .

qt 2.3.2
	./configure -system-zlib -gif -system-libpng -system-jpeg \
		-system-libmng -system-nas-sound -thread -no-g++-exceptions \
		-L/usr/local/lib -I/usr/local/include
	make

qt 3.0 (KDE)
	export YACC='byacc -d'
	make -f Makefile.cvs
	./configure -system-zlib -qt-gif -system-libpng -system-libjpeg \
		-no-imgfmt-mng -disable-sql -thread -no-g++-exceptions
	make

quadra 1.1.5
	make

quota 1.50-1.51
	cp mntent.h /usr/include
	cp rquota.[hx] /usr/include/rpcsvc
	Makefile: LN = ln
	Makefile: CFLAGS += ... -fno-strength-reduce ...
	Makefile: /usr/ucb -> /usr/bin
	Makefile: /usr/man -> /usr/local/man
	make
	make install

quota 1.70
	Add missing defines to /usr/include
	Makefile: LN = ln
	Makefile: /usr/ucb -> /usr/bin
	Makefile: /usr/man -> /usr/local/man
	setquota.c: Add #include <linux/types.h>
	make
	make install

qweb 1.3
	Makefile: QTDIR   = /usr/local/qt
	Makefile: CFLAGS  = -Wall -pipe -O2 -m486
	make
	cp bin/qweb /usr/local/bin
	cp man/man1/qweb.1 /usr/local/man/man1
	cp -a cp -a lib/qweb /usr/local/lib

raidtools 0.42-3
	CFLAGS=-O3 ./configure
	make
	make install

rcs 5.7
	configure: Replace -g -O by -O3
	./configure
	make
	Remove old binaries and man pages
	make install

rdist 6.1
	expand.c: #define DIRENT_ILLEGAL_ACCESS
	make
	make install
	make install.man

readline 4.0
	./configure --prefix=/usr
	make CFLAGS=-O6
	make install
	make CFLAGS=-O6 shared
	make install-shared

recode 3.4
	./configure
	make CFLAGS=-O3
	make install

reiserfsutils 3.x
	./configure --prefix=/ --bindir=/sbin
	make CFLAGS=-O3
	make install
	
replay 0.58
	./configure
	make
	make install

rexecd
	Make sure shadow password support is enabled
	make
	make install

ripperx 2.0
	CFLAGS=-O3 ./configure
	make
	make install

rpc 1.00
	cp /usr/include/netdb.h rpc
	cp /usr/include/netdb.h .
	rpc/svc.c 379: Remove #ifdef linux part
	Makefile: remove etc directory
	make

rplay 3.3.1
	./configure
	make CFLAGS=-O3
	make install

rpm 1.4.7
	Makefile: /usr/local/man/...
	c/Makefile: DEBUG=-O3
	c/Makefile: DBGDEFINE = -DNDEBUG
	make
	make install

rpm 2.0.6
	Makefile: MANDIR=$(prefix)/local/man/man8
	make
	make install

rpm 2.5.5
	CFLAGS=-O3 ./configure
	make
	make install

rstat 3.0.3
	Makefile: RPCGEN = /usr/bin/rpcgen
	make
	make install

rsync 2.4.3
	./configure
	make
	make install

rsynth 2.0
	./configure: Replaced -g -O by -O3 -m486
	./configure
	hplay.c: char *dev_file = "/dev/dsp";
	make
	make check
	make install

rtf2latex 1.5
	Makefile: CFLAGS=-O3 -m486
	make install

rtf2tex 1.02
	Makefile: CFLAGS=-O3 -m486
	make install
	mkdir /usr/local/lib/rtf2tex
	cp TeX* /usr/local/lib/rtf2tex

rxvt 2.10
	Imakefile: -DFAKE_RESOURCES replaced by -DREAL_RESOURCES
	~/.Xdefaults-grumbeer created because this is the only file that
	rxvt reads (except global Xdefaults)

rxvt 2.16
	./configure --prefix=/usr/X11R6
	src/Makefile: Replace -I $(XINC) by -I..
	src/Makefile: Add -L/usr/X11R6/lib to XLDFLAGS
	make
	make install
	rclock/Makefile: Replace -I $(XINC) by -I..
	rclock/Makefile: Add -L/usr/X11R6/lib to XLDFLAGS
	cd rclock
	make
	make install
	cd ../doc
	make install
	~/.Xdefaults-grumbeer created because this is the only file that
	rxvt reads (except global Xdefaults)

rxvt 2.4.5, 2.7.3
	./configure --enable-xpm-background --enable-mousewheel
	make
	make install

rzsz 3.4.1
	Makefile: POSIX: -W2 replaced by -Wall
	remove old binaries
	make POSIX
	cp rz sz /usr/bin
	cd /usr/bin
	ln -s rz rb
	ln -s rz ry
	ln -s sz sb
	ln -s sz sy

sac 1.2
	Makefile: /usr/local/man
	*.c, *.1, *.8: /var/log/wtmp
	make
	make install

sam
	libXg/Makefile: XLIBS changed to use DLLs
	sam/Makefile: Changed paths
	samterm/Makefile: XLIBS changed to use DLLs
	all Makefiles: -O3 inserted into CFLAGS

samba 2.0.7
	cd source
	./configure --prefix=/usr/local --libexecdir=/usr/local/lib \
		--sysconfdir=/etc --sharedstatedir=/var/state/samba \
		--localstatedir=/var/state/samba --with-smbwrapper \
		--with-automount --with-smbmount --with-privatedir=/etc \
		--with-lockdir=/var/lock
	include/config.h: remove all 64 bit filesystem definitions
	make
	make install

sane 0.71-1.0.2
	./configure
	make CFLAGS=-O6
	abaton.c: add .w in line 1116 (sane-1.00)
	compile umax.c with -O0 (sane-1.00 and earlier)
	make install

scilab 2.0
	Create install dir by hand

scotty 2.1.9
	cd unix
	./configure
	make
	make install
	make sinstall
	/usr/lib/tcl8.0/init.tcl:
if [file exists /usr/local/lib/tnm2.1.9] {
    lappend auto_path /usr/local/lib/tnm2.1.9
}
if [file exists /usr/local/lib/tkined1.4.9] {
    lappend auto_path /usr/local/lib/tkined1.4.9
}
	cd /usr/local/bin
	ln -s tkined1.4.9 tkined

screen 3.7.1
	./configure
	make
	make install

scsiinfo 1.5
	Makefile: BINDIR=/usr/local/lib/scsi
	Makefile: cp scsiinfo /usr/local/bin
	Makefile: install-wish /usr/local/bin scsi-config
	install-wish: #!/bin/sh at top
	make
	make install

scsiinfo 1.6
	install-wish: #!/bin/sh at top
	rm scsiinfo
	make
	PATH=.:$PATH make install

SDL 1.1.0-1.2.3
	CFLAGS=-O3 ./configure
	make
	make install

SDL_image 1.1.0
	./configure
	make
	make install

SDL_mixer 1.1.0
	./configure
	make
	make install

SDL_ttf 1.2.2
	./configure
	make
	make install

sed 2.0.5
	./configure
	Makefile: CFLAGS=-O3 -m486
	Makefile: LDFLAGS=-s
	make
	install -c sed /bin/sed

setserial 2.12
	make
	make install
	cp *.8 /usr/local/man/man8

Seyon 2.14c
	config.h: #define LF_USE_ASCII_PID    YES
	config.h: #define LF_PATH             "/var/lock"
	config.h: #define USE_NONSTD_BAUD     YES
	xmkmf
	SePort.c: #include <linux/serial.h>
	make
	install -c -s  seyon /usr/X11R6/bin/seyon
		(no make install which would overwrite the app defaults)
	make install.man

sftp 0.81
	./configure
	make
	make install

sgmltools-lite 3.0.0
	./configure
	make install INSTALL=install

shadow 3.3.1
	Apply shadaut patch
	cp Makefile Makefile.in
	cp config.h config.h.in
	sh configure
	Makefile: -O3 statt -g -O
	Makefile: Removed pkreg
	config.in: #define LASTFILE "/var/log/lastlog"
	config.in: #define RUNLEVEL "3"
	config.in: HAVE_SGTTY=0
	make

shadow-full-package-1.0
	kill modify.c
	install: Do not execute, make/make install by hand
	cd shadow-mk
	/config.h: #define DOUBLESIZE
	/config.h: #define LASTFILE "/var/log/lastlog"
	/config.h: #define SHADOWGRP
	/config.h: #define DBM
	/config.h: #define UT_HOST
	/config.h: #define HAVE_RLIMIT
	/Makefile: /usr/local/man instead of /usr/man
	/userdel.c: Remove defined(DBM) where pw_dbm_mode is set
	make
	make install
	cd ..
	cd adduser-1.4
	make
	make install
	cd ..
	cd sudo-1.2
	Makefile:    DEFINES = -LOGFILE=/var/log/sudo
	Makefile:    MANDIR = /usr/local/man/man${MANSECTION}
	cd ..
	make
	make install

shadow 3.3.2
	cp /usr/include/lastlog.h .
	cp config.h.linux config.h
	cp Makefile.linux Makefile
	config.h: #define DOUBLESIZE
	config.h: #define LASTFILE        "/var/log/lastlog"

shar 4.2
	configure: Replaced -g -O by -O3 -m486
	./configure
	intl/Makefile: Replaced ${datadir}/locale by /usr/lib/locale
	make
	make install
	make install-man

sh-utils 1.12
	configure: Replace -g -O by -O3 -m486
	./configure
	src/Makefile: bindir=/bin
	src/Makefile: Add -ldbm to id, su and whoami
	make

shellutils 1.16
	./configure --with-included-gettext
	src/Makefile: bindir=/bin
	make CFLAGS=-O3 -m486
	make install

shhcards 1.0.3
	make install

shhmsg 1.3.3
	make install

shhopt 1.1.3
	make
	make install

siag 2.80
	sh INSTALL

siag 3.1.21
	sh INSTALL

sitecopy 0.5.0
	./configure
	make CFLAGS="-O2 -I."
	make install

sitecopy 0.8.4
	./configure
	Makefile: remove -g
	make
	make install

sitecopy 0.9.10
	CFLAGS=-O3 ./configure
	make
	make install

SkateFTP 1.0
	cp -a SkateFTP /usr/local
	cd /usr/local/SkateFTP
	cd ftp_lib
	./install (defaults)
	cd /usr/local
	mv FTP lib
	cd SkateFTP
	SkateFTP: set SKATE_FTP_HOME=/usr/local/SkateFTP
	cp SkateFTP /usr/local/bin

slang 0.99-11
	Makefile: CC = gcc -O3 -fno-strength-reduce -Wall

slang 0.99-24
	Apply RedHat patch
	cd src
	mkdir shared
	cp makefile.lnx Makefile
	Makefile: comment out first CC= line
	LIBDIR=/usr/local/lib
	make
	make shared
	remove old libs
	make install

slang 1.4.0
	CFLAGS=-O3 ./configure
	make
	make elf
	make install
	make install-elf
	ldconfig

smpeg 0.3.3-0.4.0
	CFLAGS=-O3 ./configure
	make
	make install

smbfs 2.0.2
	make
	make install

sniffit 0.3.5
	./configure
	make
	cp sniffit /usr/local/bin

sol 1.0.4
	Makefile: INSTLIBDIR      = /var/games
	Makefile: INSTBINDIR      = /usr/X11R6/bin
	Makefile: INSTMANDIR      = /usr/X11R6/man/man6
	make
	make install

space racer 0.23
	CXXFLAGS=-O3 ./configure
	src/motor3d/loadgl.cpp:64: StkArray<unsigned int>
	(cd src/motor3d && flex -l sp_loadase.l)
	make
	make install

speech tools 1.2.0
	cd config
	cp config-dist config
	config: INCLUDE_MODULES += NAS_AUDIO
	config: SHARED=1
	config: INCLUDE_MODULES += JAVA
	config: INCLUDE_MODULES += JAVA_CPP
	cd systems
	cp Linux.mak ix86_Linux2.2.mak
	ix86_Linux2.2.mak: DEFAULT_JAVA_HOME=/usr/local/jdk1.2                                         
	ix86_Linux2.2.mak: JAVA=/usr/local/bin/java                                                    
	ix86_Linux2.2.mak: JAVAC=/usr/local/bin/javac                                                  
	ix86_Linux2.2.mak: JAVAH=/usr/local/bin/javah                                                  
	cd ../..
	config/compilers/jdk.mak: JAVAFLAGS=
	config/compilers/jdk.mak: genunix -> linux
	make

spider
	xmkmf
	Makefile: Replace -lXaw by -lXaw3d
	make
	install -c -s  spider /usr/X11R6/bin
	cp spider.man /usr/X11R6/man/man1/spider.1

spray 1.0
	Makefile: -O instead of -O2
	Makefile: /usr/local/man instead of /usr/man
	sprayd.c: #include <getopt.h>
	sprayd.c: #include <errno.h>
	make
	make install
	make install-man

squid 1.0.20
	CFLAGS=-O3 ./configure
	make
	make install

squid 1.1.x
	CFLAGS=-O3 ./configure
	make
	make install

squid 1.2.x
	./configure
	make
	make install

squid 2.0-2.4.DEVEL2
	CFLAGS=-O3 ./configure
	make
	make install

sqlforms 0.6.1
	unpack in /usr/local/lib/sqlforms
	sqlforms: First line: #! /usr/bin/wish
	lib/startup.tcl: Insert "load /usr/local/pgsql/lib/libpgtcl.so"

SSLeay 0.9.0
	./Configure linux-elf
	make
	make install

ssh 1.2.20
	./configure
	make
	make install

ssh 1.2.26
	./configure
	make CFLAGS=-O3
	make install
	make hostinstall	for clients

statserial 1.1
	Makefile: Remove -N, replace -lcurses by -lncurses
	make
	make install

strace 3.1
	configure: Replace -g -O by -O
	./configure
	make
	make install

strace 4.0-4.4
	./configure
	make
	make install

suck 2.6.2
	config.h: #define KILLFILE
	config.h: /*#define KILLFILE_LOG*/
	config.h: #define ERROR_LOG "/var/log/suck"
	config.h: #define N_TMPDIR "/tmp"
	config.h: #define N_DATADIR "/tmp"
	Makefile: INSTALLDIR = /usr/local/bin
	Makefile: INSTALL_OWNER=root
	Makefile: INSTALL_GROUP=root
	Makefile: MANDIR=/usr/local/man/man1
	Makefile: USE_DBM=1
	Makefile: suck: $(SUCKOBJS)
	        $(LINK) $(LDFLAGS) -o $@ $(SUCKOBJS) $(LIBS)
	make
	make install

sudo 1.5.4p1
	CFLAGS=-O3 ./configure
	make
	make install

svgalib 1.2.6
	utils/Makefile: $(CC) $(CFLAGS) -c -o $*.o $< $(LIBS)
	src/Makefile: CC      = gcc -fPIC
	src/Makefile: libvga.a: [ ... ]
		$(CC) -shared -Wl,-soname,libvga.so.1.2.6 ../gl/*.o \
			$(MODULES) $(MOUSE) $(KEYBOARD) $(DRIVERS)
	Makefile:
		SVGALIBSHAREDSTUBS =
		sharedlib/$(SHAREDIMAGE) \
		src/libvga.a: src/*.c src/*.regs src/*.h # kludge
	        # Make static libvga library
	        (cd ./gl; make libvgagl.a; cd ..)
	        (cd ./src; make libvga.a; cd ..)

	Several small corrections in Makefile
	demos/Makefile: Remove -lvgagl
	 
svgalib 1.2.8
	Makefile.cfg: sharedlibdir = /usr/lib
	Makefile.cfg: datadir = /usr/local/lib
	Makefile.cfg: TARGET_FORMAT = a.out /elf
	Makefile.cfg: CC = gcc -b i486-linuxaout / gcc

svgalib 1.4.2
	make install
	make demoprogs

SVGATextMode 1.1
	Makefile: INSTMANDIR=/usr/local/man

SVGATextMode 1.4
	make
	make install

SWIG 1.1p4
	CFLAGS=-O3 ./configure
	SWIG/scanner.cxx: 163: static int
	SWIG/naming.cxx: 79: static int
	Modules/perl5.cxx: 1390-1393: static int
	make
	make runtime
	make testall
	make install

syslog-ng 1.1.23, 1.4.5
	./configure
	make
	make install

sysklogd 1.2
	Makefile: -O3 -m486 -DLINUX
	syslogd.c: /var/run/utmp

sysklogd 1.3
	Makefile: MANDIR = /usr/local/man
	Makefile: KLOGD_START_DELAY = -DKLOGD_DELAY=5
	Makefile: INSTALL=/bin/install
	syslogd.c: /var/run/utmp
	make
	make install

sysklogd 1.3.25
	Makefile: KLOGD_START_DELAY = -DKLOGD_DELAY=5
	Makefile: INSTALL=/bin/install
	make
	make install

sysklogd 1.4
	Makefile: KLOGD_START_DELAY = -DKLOGD_DELAY=5
	make
	make install

sysvinit 2.70
	cd src
	make
	make install

t1lib 1.0.1
	CFLAGS=-O ./configure
	make
	make install

tar 1.12
	CFLAGS=-O ./configure
	src/Makefile: bindir=/bin
	src/Makefile: libexecdir=/sbin
	make
	make install

tcl 7.4p1
	./configure
	Makefile: MAN_INSTALL_DIR =       $(INSTALL_ROOT)$(prefix)/local/man

tcl 8.0.4 (libc5)
	cd unix
	./configure --enable-gcc --enable-shared --prefix=/usr
	tclUnixPort.h: #define WAIT_STATUS_TYPE int
	make
	make install

tcl 8.0.4 (libc6)
	cd unix
	./configure --enable-gcc --enable-shared --prefix=/usr
	tclUnixPort.h: #define WAIT_STATUS_TYPE int
	../generic/tclPosixStr.c: Remove case ENOTSUPP (twice)
	make
	make install

tclX 8.0.4 (libc5)
	cd unix
	./configure --enable-gcc --enable-shared --prefix=/usr
	../tcl/unix/tclXunixId.c: #include <confname.h>
	make
	make install

tclX 8.0.4 (libc6)
	cd unix
	./configure --enable-gcc --enable-shared --prefix=/usr
	make
	make install

tcpdump 3.0.4
	edit Makefile.in
	./configure
	make
	make install

tcpdump 3.4, 3.5, 3.6
	./configure
	make
	make install

tcplisten 1.5
	make
	make install
	
tcp_wrappers 7.4, 7.6
	Makefile: Comment out PARANOID
	Makefile: Comment out HOSTNAME
	Makefile: REAL_DAEMON_DIR=/usr/sbin
	make linux
	make install

tcsh 6.06
	cp config/linux config.h
	config.h: #define PW_SHADOW
	config_f.h: #define NLS_CATALOGS
	config_f.h: #define NODOT
	config_f.h: #undef AUTOLOGOUT
	sh.h: remove #include <localeinfo.h>
	make
	make install
	make install.man

teapot 0.7
	Makefile: CPPFLAGS=
	Makefile: LDFLAGS=
	Makefile: LIBS=-lncurses -lm
	xdr.h: #include <rpc/types.h> instead of sys/types.h
	xdr.h: #include <rpc/xdr.h> instead of rpc/rpc.h
	make

teapot 1.0.3
	CFLAGS=         -pipe -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wcast-
	LDFLAGS=
	LIBS=           -lncurses -lm
	make

teTeX 0.3.4
	install lib archive in target directory (eg. /opt)
	install src archive in target directory
	make World
	remove old binaries, man pages and info files
	link binaries to /opt/bin
	manually install info files
	install man pages in /opt/man

texinfo 3.12
	./configure
	make CFLAGS=-O
	make install

texinfo 3.6
	Delete -g from ./configure
	./configure
	Delete emacs from subdir list
	make
	make install
	set INFOPATH=/usr/info:/usr/local/info:.

texinfo 4.0
	./configure
	Delete emacs from subdir list
	make CFLAGS=-O3
	make install

textutils 1.12
	src/Makefile: CFLAGS=-O3 -m486
	src/Makefile: exec_prefix=/usr
	lib/Makefile: CFLAGS=-O3 -m486

textutils 1.13
	src/Makefile: CFLAGS=-O3 -m486 -fno-strength-reduce
	src/Makefile: exec_prefix=
	lib/Makefile: CFLAGS=-O3 -m486 -fno-strength-reduce
	man/Makefile: mandir=/usr/local/man/man1

textutils 1.19
	CFLAGS=-O ./configure
	intl/Makefile: gettextsrcdir = ${prefix}/lib/gettext/intl
	src/Makefile: exec_prefix=
	po/Makefile: datadir = /usr/lib
	po/Makefile: localedir = $(datadir)/locale
	po/Makefile: gnulocaledir = /usr/lib/locale
	po/Makefile: gettextsrcdir = $(prefix)/lib/gettext/po
	make
	make install

texshell 2.85
	config.h: #define TEXPATH         "/usr/bin/tex"
	Makefile: LIBRARIES = -L/usr/X11R6/lib -lXaw3d -lSM -lICE -lXmu -lXt -lXext -lX11 -lm

thttpd 2.0.2-2.0.4
	./configure
	make
	make install

tidy 4 Aug 00
	make
	make install

tiff 3.4
	./configure
	Remove old headers
	make COPTS=
	make install
	cp libtiff/libtiff.so.3.4 /usr/local/lib
	cd /usr/local/lib
	ln -s libtiff.so.3.4 libtiff.so.3
	ln -s libtiff.so.3 libtiff.so

time 1.6
	Makefile: CFLAGS = -O3 -m486 -fno-strength-reduce
	Makefile: LDFLAGS =

timezone 7.48
	Makefile: Remove -g from CDEBUGFLAGS
	Makefile: MANDIR=         $(TOPDIR)/local/man
	make

tin 1.22
	make
	make install

tin 1.3
	src/Makefile: Remove -g from COPTS
	src/Makefile: Remove -DNNTP_ONLY from COPTS
	src/Makefile: Add -DNNTP_ABLE to COPTS
	src/Makefile: NNTP_DEFAULT_SERVER=grumbeer.inka.de
	src/Makefile: LIBDIR  = /var/state/news
	src/Makefile: SPOOLDIR= /var/spool/news
	cd src
	make
	make install

tk 8.0.4 (libc5)
	cd unix
	./configure --enable-gcc --enable-shared --prefix=/usr
	make
	make install

tk 8.0.4 (libc6)
	cd unix
	./configure --enable-gcc --enable-shared --prefix=/usr
	make
	make install

tkftp 1.1.2
	make (installs in /usr/local)

tkmail 2.0
	Makefile: SYSTEM = /var/spool/mail
	Makefile: USEMOVEMAIL = 0
	Makefile: ISPELLLIB = /usr/local/lib
	Makefile: TEMPDIR = /tmp
	make
	make iotest
	make install

tkrat 2.0.1, 2.0.3
	CFLAGS=-O ./configure --with-tcl-headers=/usr/lib/tcl8.2
	make
	make install

tools 2.17
	Makefile: DEFS=-DDLL -DLONG_FILENAMES
	Makefile: Removed -g
	verify.c: #define QMAGIC 0314 /* directly behind errno.h */

trn 3.6
	./Configure: NNTP y
	./Configure: Machine name localhost
	./Configure: NEWGROUPS y
	./Configure: Full name y
	Makefile: -lncurses instead of -lcurses
	make
	make install

trn 4.0-test66
	./Configure: NNTP y
	./Configure: trn's inews: none
	./Configure: Machine name .
	./Configure: Organization /etc/organization
	./Configure: Full name y
	./Configure: additional libs: none
	./Configure: mail spooled: /var/spool/mail/%L
	Makefile: replace -ltcl by -ltcl8.0 and -ltk by -ltk8.0
	Makefile: add -L/usr/X11/lib and -ldl
	make
	save inews
	make install
	restore original inews

tk-4.0p1
	./configure
	Makefile: MAN_INSTALL_DIR =       $(INSTALL_ROOT)$(prefix)/local/man

ucblogo 4.0, 4.6
	CFLAGS=-O3 ./configure --prefix=/opt
	make
	make install

ucd-snmp 3.5
	./configure
	make
	make install

ucd-snmp 3.6.1
	./configure (3x return)
	agent/mibgroup/ucd-snmp/vmstat.c: #include <limits.h>
	make CFLAGS="-O2 -Dlinux"
	make install

ucd-snmp 4.1.1
	./configure --with-zlib=/usr/local
		dir /var/state/ucd-snmp
	make CFLAGS="-O3 -Dlinux"
	make install

Ularn
	Makefile: WIZID   =       0
	make
	make install

Ularn (newer version)
	./Configure (everything default)
	savelev.c: Remove declaration of sys_errlst
	player.c: Replace gets by fgets(...,BUFSIZ,stdin)
	signal.c: Remove all SIGSYS and SIGEMT
	make
	make install

units 1.54
	CFLAGS=-O3 ./configure
	make install

unix-connect 0.74b4
	./configure
		j, j, 1, n, n, j, j, , +49-7257,
		3times ENTER
		-O -Wall, n
	include/policy.h: LOCKDIR="/var/lock"
	lib/trap.c: s_handler: Removed all parameters but first
	lib/trap.c: Removed signals SIGEMT, SIGSYS, SIGLOST
	online/januslogin.c: Replace d_namlen by d_reclen
	make
	
unix-connect 0.75b1
	./configure
		j, j, 1, n, n, j, j, , +49-7257,
		3times ENTER
		-O -Wall, n
	include/policy.h: LOCKDIR="/var/lock"
	make
	make install

unixODBC 2.0.11
	./configure
	make
	make install

unzip 5.2
	cp unix/makefile Makefile
	make linux_shlib
	on error: ln -s libunzip.so.0.2 libunzip.so
	Makefile: in OBJX, replace fileio by fileio_; add target fileio_.o
	make linux_shlib
	remove old binaries
	make install

unzip 5.4.1
	make generic
	make install

ups 3.33
	Makefile: X11BIN=/usr/bin/X11
	Makefile: CFLAGS=-O2
	Makefile: -L/usr/X11/lib
	lib/libx11wn/wn_event.c: Replace fds_bits by __fds_bits
	ups/ci_lex.c:106: #if 0
	ups/ao_target.c:27: insert #else                                                                           
	ups/ao_target.c:28: insert #include <sys/reg.h>    
	ups/ao_ptrace.c:106: add || defined(OS_LINUX)
	ups/ao_ptrace.c:124: insert #include <sys/reg.h>
	ups/ao_ptrace.c:125: insert #include <linux/ptrace.h>
	make RANLIB=ranlib SVR4_LINKFLAGS=
	make install INSTALL=install

urt 3.1b
	cp config/urt config/quitt
	config.quitt: #define X11
	config.quitt: #define USE_PROTOTYPES
	config.quitt: 

usbview 0.8.0
	./configure
	make CFLAGS="-O3 -Wall"
	make install

util-linux 2.4
	MCONFIG: Misc. adjustments
	Makefile: time removed from Subdirs

util-linux 2.5
	MCONFIG: HAVE_SHADOW=yes
	MCONFIG: HAVE_FDISK=yes
	MCONFIG: MANDIR=/usr/local/man
	Makefile: time and mount removed from Subdirs
	make
	make install

util-linux 2.7
	MCONFIG: HAVE_SHADOW=yes
	MCONFIG: HAVE_GETTY=yes
	MCONFIG: HAVE_MOUNT=yes
	make
	make install

util-linux 2.9i
	MCONFIG:
	MCONFIG: HAVE_SHADOW=yes
	MCONFIG: HAVE_SYSVINIT=yes
	make
	make install

util-linux 2.10o
	./configure
	make
	make install

uucp 1.06
	configure: -g -O replaced by -O3
	./configure
	policy.h: #define LOCKDIR "/var/spool/uucp"
	policy.h: #define SPOOLDIR "/var/spool/uucp"
	policy.h: #define SPOOLDIR "/var/spool/uucp"
	policy.h: #define LOGFILE "/var/spool/uucp/Log"
	policy.h: #define STATFILE "/var/spool/uucp/Stat"
	policy.h: #define DEBUGFILE "/var/spool/uucp/Debug"
	make
	make install

v 1.0
	makefile: HOME=/pub
	makefile: -O3
	make
	make install

viewml 0.1.8
	./configure --with-fltk=/app/sys/fltk-1.0.9
	make

vim 3.0
	cp makefile.unix Makefile
	USE_X11 added to DEFS

vim 4.2
	Makefile: CFLAGS=-O
	Makefile: XAW_LIB = -lXaw3d
	make
	make install

vim 5.0
	./configure
	make CFLAGS=-O3
	make install

visualadmin 2.0
	visualadmin.h: #define SHADOW_PASSWD
	Makefile: CGIDIR  = /usr/local/apache/share/cgi-bin
	make
	make install

vt 1.0.7
	Unpack to /opt/vt-1.0.7
	cd /opt/bin
	rm vt
	ln -s ../vt-1.0.7/vt vt

w3m 0.1.6
	./configure
	make
	make install

w3mir 1.0.3
	perl Makefile.pl
	make install

wdiff 0.95
	Makefile: CFLAGS = -O2 -m486

webalizer 1.30, 1.31, 2.01
	./configure --enable-dns
	make
	make install

weblint 1.020
	make
	make install

weblint 1.9.3
	perl Makefile.PL
	make
	make install

webmaker
	./configure --with-extra-libs=/usr/local/lib

wget 1.5.3
	./configure
	make
	make install

win32gcc
	Install win32lib
	Compile and install win32binutils
	./configure
	gcc/cp/Makefile: Add ../winnt.o to OBJS
	gcc/libgcc2.c: Replace XF by DF; this means long double won't work
	make
	make install

wine 951105
	./Configure
	Makefile: CFLAGS = -O3 -fno-strength-reduce
	make depend; make

wine 961013
	./configure
	make depend; make

wml 1.68
	./configure
	wml_backend/p4_gm4/config.h: Uncomment HAVE_SIGALTSTACK and HAVE_SIGSTACK
	wml_backend/p4_gm4/src/stackovl.c: Remove line that starts with "Error"
	LANG= make
	LANG= make install

worklog 1.4
	make install

worklog 1.5
	make install

workman 1.3
	plat_linux.c: Removed ustat()
	plat_linux.c: Default /dev/cdrom

workman 1.3a
	plat_linux.c: Default /dev/cdrom
	cp Makefile.linux Makefile
	Makefile: DBCFLAGS = -DLIBDB
	Makefile: DBLIB = -ldb
	Makefile: XLIBDIR = /usr/X11/lib
	Makefile: CFLAGS = -O6 -m486 -fwritable-strings -Dlinux $(PASS) $(HACK)
	Makefile: LDLIBS = -lxview -lolgx -lX11 -ldb
	make
	make install

wu-ftpd 2.4.2-beta9
	Makefiles/Makefile.lnx: MANDIR=/usr/local/man
	src/config/config.lnx: Enable shadow passwds
	src/makefiles/Makefile.lnx: -lshadow -ldbm
	src/ftpd.c 1220: Replace crypt by pw_encrypt or use #ifdef
	src/glob.c: #define DIRENT_ILLEGAL_ACCESS before #ifdef HAVE_DIRENT
	?: Replace /var/pid by /var/run
	./build lnx
	./build install

wu-ftpd 2.4.2-beta16
	src/config/config.lnx: Enable shadow passwds
	src/makefiles/Makefile.lnx: -ldbm
	./build lnx
	./build install
	/etc/inetd.conf: Add option -l to ftpd, else it doesn't work

wu-ftpd 2.6.0
	CFLAGS=-O6 ./configure
	make
	make install

wxGTK 2.1beta6
	./configure --enable-debug --enable-debug_gdb
	make
	make install

wxWindows-19990728
	cd testconf
	./apply
	cd ..
	mkdir buildm
	cd buildm
	../configure --with-motif --enable-debug
	src/motif/Makefile: replace sckint by numdlgg (2 times)
	src/motif/Makefile: add gsockmot (2 times)
	make

xanim 2.70.7.0
	Imakefile: XA_IV32_DEF = -DXA_INDEO
	Imakefile: XA_CVID_DEF = -DXA_CINEPAK
	Imakefile: XA_CYUV_DEF = -DXA_CYUV
	Imakefile: XA_IV32_LIB = xa2.0_iv32_linuxELF.o
	Imakefile: XA_CVID_LIB = xa2.0_cvid_linuxELF.o
	Imakefile: XA_CYUV_LIB = xa1.0_cyuv_linuxELF.o
	Imakefile: XA_AUDIO_DEFS = -DXA_NAS_AUDIO
	Imakefile: XA_AUDIO_LIBS = -L/usr/local/lib/audio -laudio
	Imakefile: XA_AUDIO_INCS = -I/usr/local/include/audio
	xmkmf
	make
	make install

xanim 2.80.0.1
	xmkmf
	Makefile: INCROOT = /usr/X11R6/include/X11
	Makefile: INCLUDES = -I$(INCDIR) $(XA_INCS) -I/usr/local/include
	make
	make install
	cp docs/xanim.man .
	make install.man
	
XaoS 2.1
	./configure
	make
	make install

XaoS 2.2
	./configure
	make
	make install

xalloc 1.0.2
	make
	make install

xataxx
	Imakefile: DATADIR=/usr/lib/X11/xataxx
	xmkmf
	make
	mkdir /usr/lib/X11/xataxx
	make install
	make install.man

Xaw3d 1.3
	XawI18n.h: delete "#include <widec.h>"
	mkdir /usr/include/X11/Xaw3d
	cp *.h /usr/include/X11/Xaw3d
	xmkmf -a
	Makefile:      SHLIBLDFLAGS = -shared -L/usr/X11R6/lib
	Makefile: INCROOT = /usr/include/X11
	Makefile: USRLIBDIR = /usr/X11R6/lib
	Makefile: SHLIBDIR = /usr/X11R6/lib
	Makefile: remove -DHAS_WCTYPE_H
	make
	make install

Xaw3d 1.3
	XawI18n.h: delete "#include <widec.h>"
	xmkmf -a
	make -ki install (to install headers)
	Makefile: remove -DHAS_WCTYPE_H
	make
	make install

XBanner 1.2
	make
	Makefile: Corrected 'install' target
	make install

xboard 3.3.pl3
	./configure
	Makefile: CFLAGS = -O3 -fno-strength-reduce
	make

xboard 4.0.2
	CFLAGS=-O6 ./configure
	make
	make install

xcdroast 0.96d
	./configure
	make
	Makefile: INSTALL=/bin/install -c
	make install

xchklogs 1.1
	makefile: U_OPTIONS= -o root -g root
	make -i

xchomp 1.0
	Imakefile: CDEBUGFLAGS=-DFRAME_DELAY=20000
	main.c: Corrected bug where a string assigned with = was written to
	xmkmf
	make
	cp xchomp /usr/X11R6/bin

xclasses 1.0
	code/gadget/gadget.cxx: remove 'struct' from declaration
		'struct fd_set...'
	./build all (default answers)
	./build install

xcmail 1.1
	CFLAGS=-O3 CXXFLAGS=-O3 ./configure
	make
	make install

xearth 1.0
	xmkmf
	make
	make install
	make install.man

xemacs 21.1.12
	CFLAGS=-O3 ./configure
	make
	make install

xephem 3.2
	cd libastro
	xmkmf
	make
	cd ../GUI/xephem
	xmkmf
	make
	cp xephem /usr/bin/X11
	edit XEphem.ad: XEphem.ShareDir: /usr/lib/X11/xephem
	cp XEphem.ad /usr/lib/X11/app-defaults/XEphem
	cp -R auxil /usr/lib/X11/xephem
	cp -R catalogs /usr/lib/X11/xephem
	cp -R fifos /usr/lib/X11/xephem
	cp -R fits /usr/lib/X11/xephem

xfce 3.0pre2
	./configure
	make
	make install

xforms 0.75
	make
	mkconfig.h: Changed all paths to /usr/local/...
	make install

xfractint 3.00
	Makefile: CFLAGS = -I. -I /usr/include/ncurses $(DEFINES) -DLINUX -O3 -fno-strength-reduce 
	unixscr.c: wstand... removed
	video.c: wstand... und touchwin removed
	video.c: scroll(): Simply call wcsrl (curwin,1)

xfractint 3.10
	Makefile: replace -g by -O3
	Makefile: SRCDIR =  /usr/X11R6/lib/X11/xfractint
	make
	make install

xfree86 4.0.2
	cd extras/freetype2
	make setup
	make
	make install
	cd ../..
	unset LANG
	config/cf/xfree86.cf: # define BuildDebug NO 
	config/cf/xfree86.cf: # define DefaultGcc2DebugOpt
	config/cf/host.def: #define Freetype2Dir /usr/local
	make World

xfsm 1.97
	xmkmf
	make
	make install

xhextris 06 April 93
	xmkmf
	make
	make install
	make install.man
	make install.font

xinetd 2.1.8.6b4, 2.1.8.6b6, 2.3.0, 2.3.3
	./configure
	make
	make install

xinvest 2.3.1
	Imakefile: SYS_LIBRARIES = -L/opt/lib -lXm -lXpm $(XTOOLLIB) -lXext $(XLIB) -lm
	xmkmf -a
	make
	make install

xlander
	xmkmf
	make
	make install
	make install.man

xldlas 0.7
	Makefile: BINDIR          = /usr/X11/bin
	Makefile: MANDIR          = /usr/X11/man/man1
	Makefile: HELPDIR         = /usr/lib/X11/xldlas/help
	Makefile: -lm as last library in $(CC) line
	Makefile: INSTALL=install
	make
	make install

xldlas 0.8
	Makefile: BINDIR          = /usr/X11/bin
	Makefile: MANDIR          = /usr/X11/man/man1
	Makefile: HELPDIR         = /usr/lib/X11/xldlas/help
	Makefile: -lm as last library in $(CC) line
	Makefile: INSTALL=install
	make
	make install

xlife 5.0
	xmkmf
	data.h: Remove declaration of sys_errlst
	lifeconv.c: Remove declaration of strchr
	make
	make install
	make install.man
	Makefile: install.patterns: Replace -mkdir by mkdir
	Makefile: install.patterns: for i in codd/* wireworld/* misc/* life/*
	make install.patterns

xloadimage 4.1
	make
	make install
	mv /etc/X11/Xloadimage /usr/lib/X11/app-defaults

xlockmore 4.0.7
	CFLAGS=-O3 ./configure --prefix=/usr/X11
	make
	make install

xlogmaster 1.2.2
	./configure
	make
	make install

xmahjongg 3.3
	CFLAGS=-O ./configure
	make
	make install

xmame 0.31.1
	makefile.unix: XPM     = -DHAS_XPM
	makefile.unix: XPMLIB  = -lXpm -L/usr/X11R6/lib
	makefile.unix: MSHM  = -DUSE_MITSHM
	make -f makefile.unix
	make -f makefile.unix install

xmame 0.34b2.1
	makefile.unix: XPM     = -DHAS_XPM
	makefile.unix: XPMLIB  = -lXpm -L/usr/X11R6/lib
	makefile.unix: MSHM  = -DUSE_MITSHM
	makefile.unix: OPTFLAGS  = -O6 -Wall -Wno-parentheses -funroll-loops \
	  -fstrength-reduce -fomit-frame-pointer -ffast-math -malign-functions=2 \
	  -malign-jumps=2 -malign-loops=2 -mpentium -fno-exceptions
	Makefile.unix: IL      = '-DINLINE=static inline'
	make -f makefile.unix
	make -f makefile.unix install

xman 3.0.6
	Change man dir from man1x to man1

xmcd 1.4
	xmkmf -a
	make
	xmcd.d/Makefile: LOCAL_LIBRARIES=-lXm -lXt -lX11
	make install

xmemory 2.0
	Imakefile: Replace $< by $*.c
	xmkmf
	make
	make install
	make install.man

xmemory 3.7
	xmkmf
	make depend
	make xmemory
	make install
	make install.man

xmemuse 0.4
	make
	cp xmemuse /usr/X11/bin
	cp xmemuse.1 /usr/X11/man/man1

xmess 0.2b4.1
	see xmame

xmix 2.1
	xmkmf
	make
	cp xmix /usr/bin/X11/xmix
	cp xmix.1 /usr/X11/man/man1
	cp XMix /usr/lib/X11/app-defaults

xmms 1.0.1-1.2.5
	CFLAGS=-O3 ./configure --enable-3dnow -without-gnome
	make
	make install

xmms-alsa 0.4.1
	CFLAGS=-O3 ./configure
	make
	make install

xmovie 1.3.1
	bcbase/bccapture.C: Comment out line with XShmGetEventBase
	bcbase/sema.h: fix definition of union semun
	make
	cp xmovie/xmovie /usr/local/bin

xmps 0.1.0, 0.1.3
	CFLAGS=-O3 ./configure
	make
	make install

xnetload 1.1,1.6
	make
	make install

xntp 3.5c
	make
	make install
	cp -a html /usr/doc/xntp-3.5c

xosview 1.4.1
	make
	make install
	make install-man

xosview 1.6.1
	./configure
	make
	make install

xosview 1.7.1
	./configure --disable-linux-memstat
	make
	make install

xpaint 2.4.6, 2.4.9
	xmkmf
	Makefile: Change -lz to -lgz
	Makefile: Change -lXaw to -lXaw3d
	make Makefiles
	make
	make install
	make install.man

xpat2 1.03
	src/Imakefile: Manual in /usr/local/man

xpat2 1.04
	make
	make install

xpcd 2.05
	CFLAGS=-O3 ./configure --without-svga
	make
	make install

xpdf 0.5
	make
	make PREFIX=/usr/local install
	cp xpdf.1 /usr/local/man/man1

xpdf 0.7
	Makefile.config: Pick XLIBS option
	make
	make install
	cp xpdf.1 /usr/local/man/man1

xpdf 0.8, 0.91
	CXXFLAGS=-O CFLAGS=-O ./configure --enable-a4-paper
	make
	make install

xperfmon++ 1.1
	xmkmf
	Makefile: Replace Xaw by Xaw3d
	make CFLAGS=-O3
	make install

xpinguin 1.02
	xmkmf
	make
	make install
	cp xpinguin.1 xpinguin.man
	make install.man

xpipeman
	xmkmf
	make
	make install
	make install.man

xpm 3.4i
	xmkmf
	make Makefiles
	make (ignore error)
	make install

xpuck 1.0
	cp Makefile.org Makefile
	uncomment some lines
	make
	cp xpuck /usr/X11/bin
	cp xpuck.man /usr/X11/man/man6/xpuck.6x

xpuzzles 5.3.1
	cp xpuzzles.Makefile Makefile
	make xmkmf
	make
	Makefile: Write install target
		(call make install and make install.man recursively)
	make install

xpuzzles 5.4.3
	cp xpuzzles.Makefile Makefile
	Makefile: Write install target
		(call make install and make install.man recursively)
	Makefile: Add option '--prefix=/usr/X11R6' to configure
	make configure
	make CFLAGS=-O3
	make install

xrn 8.00
	Imakefile: No changes
	config.h: Remove #error line
	config.h: /*#define SHORT_ICONNAME*/
	config.h: #define SIGNATURE_A_LA_LOCAL_KILL
	config.h: #define INCLUDEPREFIX   "> "
	config.h: #define SAVEPOSTINGS   "~/News"
	make
	make install

xroach
	xmkmf
	make
	make install
	make install.man

xsane 0.19, 0.46, 0.61, 0.70, 0.75
	CFLAGS=-O2 ./configure
	make
	make install

xscreensaver 1.26
	config.h: #define HAVE_SHADOW
	xmkmf
	make
	make install
	make install.man

xscreensaver 2.24-2.39
	CFLAGS=-O3 ./configure
	make
	make install

xskat 2.1-3.0
	xmkmf
	make
	make install
	make install.man

xsw 1.11
	include/prochandle.h: #include <sys/types.h>
	include/df.h: #include <sys/param.h>
	cd joystick
	make joystick.o
	cd ../client
	make -f Makefile.Linux
	make install
	cd ../server
	make -f Makefile.Linux.RH5
	make install
	cd ../monitor
	make -f Makefile.Linux
	make install

xsysinfo 1.4, 1.5
	xmkmf
	Makefile: Replaced -lXaw by -lXaw3d
	make
	make install

xtea 1.3
	XTea.config: XPMDIR=.
	Remove check for user root
	Xaw3d instead of Xaw

xteddy 1.02
	xmkmf
	make
	make install
	cp xteddy.1 xteddy.man
	make install.man

xtetris 2.6
	xmkmf
	make
	make install
	make install.man
	cd /usr/lib/X11/app-defaults
	mv Xtetris.bw Xtetris   
	mv Xtetris.c Xtetris-color

xtic 1.12
	Imakefile: #define XPMLIBRARY -lXpm
	Imakefile: CDEBUGFLAGS=-g (else segfault)
	xmkmf -a
	src/Makefile: -lXaw3d
	make install
	make install.man

xtris 1.13
	Makefile: uncomment -L/usr/X11/lib
	make
	make install

xvgr 2.10
	Makefile: MANDIR = /usr/openwin/man/man1
	Makefile: DESTDIR = /usr/openwin/bin
	Makefile: -rm instead of rm
	make
	make install
	copy doc and examples to /usr/doc

xvier 1.0
	xmkmf
	make
	Makefile: xvier_prog must be installed in /usr/games/lib
	make install
	make install.man

xv 3.10a
	apply redhat patch
	Makefile: MANDIR = /usr/X11/man/man1
	Makefile: TIFFLIB=-ltiff
	config.h: #undef USEOLDPIC
	config.h: #define GS_PATH "gs"
	xvjpeg.c: Correct all occurences of METHODDEF
	xvtiff.c: Rename tileContigRoutine to oldtileContigRoutine
	xvtiff.c: Rename tileSeparateRoutine to oldtileSeparateRoutine
	make
	make install

xvmahjongg
	Makefile: MANLOC = /usr/X11R6/man/man6/mahjongg.6
	Makefile: DEST = /usr/X11R6/bin/mahjongg
	Makefile: XVIEWLIBDIR = -L/usr/openwin/lib
	Makefile: SWLIBS= ${XVIEWLIBDIR} -lxview -lolgx -L/usr/X11R6/lib -lX11
	make
	make install

xvmines 1.0
	Imakefile: WHERE=/usr/openwin
	xmkmf
	make
	make install
	make install.man

xvnews 2.3
	config.h:
	#define COMPRESS_PROGRAM "gzip"
	#define COMPRESS_EXTENSION "gz"
	Define reg. expr. as POSIX
	Program dumps core

xvtdl 5.2
	Imakefile: #SVR4LIBS = -lintl
	Imakefile: Add -DSVR4
	xmkmf
	make includes
	make depend
	make
	make install
	make install.man

xwpe 1.4.2
	Makefile: Insert -L/usr/X11R6/lib
	Makefile: prefix=/usr/local

xxgdb 1.11
	Imakefile: DEFGDB =  -DGDB -DCREATE_IO_WINDOW -DNEW_INTERFACE
	signals.c: Remove #define signal sigdef

yade
	cd src
	Makefile: YADE=/opt/
	Makefile: QT=/opt/qt-1.1/
	Makefile: PYTHON_DIR=/pub/Python-1.3/
	Makefile: SHARED_LIBS=-lModules -lPython -lObjects -lParser -ldl -lqt -lX11
	Install Python sources in /pub and compile
	make
	make install

ycalc 1.09.1
	make

yiff 1.00
	cd yiff
	make
	make install
	cd ../yiffutils
	make
	make install
	cd ../yiffconfig
	make
	make install

zen 0.1.2
	./configure
	make
	make install

zftape 1.05
	make

zftape 1.06
	Makefile: -DMODVERSIONS
	make

zip 2.1
	cp unix/Makefile Makefile
	make
	make install

zip 2.3
	get zcrypt 2.8 and unpack in the zip dir
	make -f unix/Makefile generic
	make -f unix/Makefile install
	
zgv 2.5
	Makefile: Paths /usr/local/bin and /usr/local/man
	Makefile: CFLAGS: -I/usr/include/jpeg
	Makefile: Libs: -ljpeg -lm

zlib 1.1.1
	./configure --shared
	make
	make install

zlib 1.1.3, 1.1.4
	./configure
	make install
	make clean
	./configure --shared
	make install

Zope 2.1.2
	python w_pcgi.py

