diff -rc2 ivs3.4.orig/Makefile.common ivs3.4/Makefile.common *** ivs3.4.orig/Makefile.common Thu Feb 23 13:34:27 1995 --- ivs3.4/Makefile.common Thu Mar 30 14:56:43 1995 *************** *** 77,81 **** $(INSTALL_BIN) $$a $(BINDIR); \ done ! for a in ../man/*.1; do \ $(INSTALL_MAN) $$a $(MANDIR); \ done --- 77,81 ---- $(INSTALL_BIN) $$a $(BINDIR); \ done ! for a in ../man/man1/*.1; do \ $(INSTALL_MAN) $$a $(MANDIR); \ done *************** *** 159,163 **** $(CCDEFS) \ -c $(SOURCES)md5.c ! getkey.o: $(HEADERS_CRYPTO) $(SOURCES)getkey.c $(CC) $(CFLAGS) \ --- 159,163 ---- $(CCDEFS) \ -c $(SOURCES)md5.c ! getkey.o: $(HEADERS_CRYPTO) $(SOURCES)getkey.c $(CC) $(CFLAGS) \ *************** *** 165,169 **** $(CCDEFS) \ -c $(SOURCES)getkey.c ! myrandom.o: $(HEADERS_CRYPTO) $(SOURCES)myrandom.c $(CC) $(CFLAGS) \ --- 165,169 ---- $(CCDEFS) \ -c $(SOURCES)getkey.c ! myrandom.o: $(HEADERS_CRYPTO) $(SOURCES)myrandom.c $(CC) $(CFLAGS) \ *************** *** 171,175 **** $(CCDEFS) $(CRYPTO_FLAGS) \ -c $(SOURCES)myrandom.c ! test_random: myrandom.o md5.o $(CC) $(CFLAGS) \ --- 171,175 ---- $(CCDEFS) $(CRYPTO_FLAGS) \ -c $(SOURCES)myrandom.c ! test_random: myrandom.o md5.o $(CC) $(CFLAGS) \ *************** *** 177,181 **** $(CCDEFS) \ $(SOURCES)test_random.c md5.o myrandom.o $(LIB_EXTRA) -o $@ ! setconfig.o: $(HEADERS_CRYPTO) $(SOURCES)setconfig.c $(CC) $(CFLAGS) \ --- 177,181 ---- $(CCDEFS) \ $(SOURCES)test_random.c md5.o myrandom.o $(LIB_EXTRA) -o $@ ! setconfig.o: $(HEADERS_CRYPTO) $(SOURCES)setconfig.c $(CC) $(CFLAGS) \ *************** *** 183,187 **** $(CCDEFS) $(CRYPTO_FLAGS) \ -c $(SOURCES)setconfig.c ! dullcrypt.o: $(HEADERS_CRYPTO) $(SOURCES)dullcrypt.c $(CC) $(CFLAGS) \ --- 183,187 ---- $(CCDEFS) $(CRYPTO_FLAGS) \ -c $(SOURCES)setconfig.c ! dullcrypt.o: $(HEADERS_CRYPTO) $(SOURCES)dullcrypt.c $(CC) $(CFLAGS) \ *************** *** 189,193 **** $(CCDEFS) $(CRYPTO_FLAGS) \ -c $(SOURCES)dullcrypt.c ! lessdullcrypt.o: $(HEADERS_CRYPTO) $(SOURCES)lessdullcrypt.c $(CC) $(CFLAGS) \ --- 189,193 ---- $(CCDEFS) $(CRYPTO_FLAGS) \ -c $(SOURCES)dullcrypt.c ! lessdullcrypt.o: $(HEADERS_CRYPTO) $(SOURCES)lessdullcrypt.c $(CC) $(CFLAGS) \ *************** *** 195,199 **** $(CCDEFS) $(CRYPTO_FLAGS) \ -c $(SOURCES)lessdullcrypt.c ! des1crypt.o: $(HEADERS_CRYPTO) $(SOURCES)des1crypt.c $(CC) $(CFLAGS) \ --- 195,199 ---- $(CCDEFS) $(CRYPTO_FLAGS) \ -c $(SOURCES)lessdullcrypt.c ! des1crypt.o: $(HEADERS_CRYPTO) $(SOURCES)des1crypt.c $(CC) $(CFLAGS) \ *************** *** 201,205 **** $(CCDEFS) $(CRYPTO_FLAGS) \ -c $(SOURCES)des1crypt.c ! qfDES.o: $(HEADERS_CRYPTO) $(DES_SOURCES)qfDES.c $(CC) $(CFLAGS) \ --- 201,205 ---- $(CCDEFS) $(CRYPTO_FLAGS) \ -c $(SOURCES)des1crypt.c ! qfDES.o: $(HEADERS_CRYPTO) $(DES_SOURCES)qfDES.c $(CC) $(CFLAGS) \ *************** *** 207,211 **** $(CCDEFS) \ -c $(DES_SOURCES)qfDES.c ! qfDES-memory.o: $(HEADERS_CRYPTO) $(DES_SOURCES)qfDES-memory.c $(CC) $(CFLAGS) \ --- 207,211 ---- $(CCDEFS) \ -c $(DES_SOURCES)qfDES.c ! qfDES-memory.o: $(HEADERS_CRYPTO) $(DES_SOURCES)qfDES-memory.c $(CC) $(CFLAGS) \ *************** *** 213,217 **** $(CCDEFS) \ -c $(DES_SOURCES)qfDES-memory.c ! qfDES-key.o: $(HEADERS_CRYPTO) $(DES_SOURCES)qfDES-key.c $(CC) $(CFLAGS) \ --- 213,217 ---- $(CCDEFS) \ -c $(DES_SOURCES)qfDES-memory.c ! qfDES-key.o: $(HEADERS_CRYPTO) $(DES_SOURCES)qfDES-key.c $(CC) $(CFLAGS) \ *************** *** 219,223 **** $(CCDEFS) \ -c $(DES_SOURCES)qfDES-key.c ! #----------------------------------------------------------------------------- --- 219,223 ---- $(CCDEFS) \ -c $(DES_SOURCES)qfDES-key.c ! #----------------------------------------------------------------------------- Only in ivs3.4: Makefile.common~ diff -rc2 ivs3.4.orig/freeBSD2.0/Makefile ivs3.4/freeBSD2.0/Makefile *** ivs3.4.orig/freeBSD2.0/Makefile Thu Feb 23 15:52:38 1995 --- ivs3.4/freeBSD2.0/Makefile Thu Mar 30 14:46:30 1995 *************** *** 24,29 **** # -DI386AUDIO if you have sound card & VoxWare driver in x86 # ! #OPTIONS=-DI386AUDIO ! OPTIONS=-DNO_AUDIO #--------------- cc standard ------------------- --- 24,29 ---- # -DI386AUDIO if you have sound card & VoxWare driver in x86 # ! OPTIONS=-DI386AUDIO ! #OPTIONS=-DNO_AUDIO #--------------- cc standard ------------------- Only in ivs3.4/freeBSD2.0: Makefile~ Only in ivs3.4/freeBSD2.0: adpcm.o Only in ivs3.4/freeBSD2.0: athena.o Only in ivs3.4/freeBSD2.0: athena_noaudio.o Only in ivs3.4/freeBSD2.0: audio.o Only in ivs3.4/freeBSD2.0: data_module.o Only in ivs3.4/freeBSD2.0: decode_h261 Only in ivs3.4/freeBSD2.0: des1crypt.o Only in ivs3.4/freeBSD2.0: display_gentab.o Only in ivs3.4/freeBSD2.0: display_imbld.o Only in ivs3.4/freeBSD2.0: display_wmgt.o Only in ivs3.4/freeBSD2.0: dullcrypt.o Only in ivs3.4/freeBSD2.0: ffct.o Only in ivs3.4/freeBSD2.0: ffct_chroma.o Only in ivs3.4/freeBSD2.0: ffct_chroma_intra.o Only in ivs3.4/freeBSD2.0: ffct_intra.o Only in ivs3.4/freeBSD2.0: getkey.o Only in ivs3.4/freeBSD2.0: hadpcm.o Only in ivs3.4/freeBSD2.0: identifier.o Only in ivs3.4/freeBSD2.0: ifct.o Only in ivs3.4/freeBSD2.0: ivs Only in ivs3.4/freeBSD2.0: ivs.o Only in ivs3.4/freeBSD2.0: ivs_gw Only in ivs3.4/freeBSD2.0: ivs_record Only in ivs3.4/freeBSD2.0: ivs_replay Only in ivs3.4/freeBSD2.0: ivs_stat Only in ivs3.4/freeBSD2.0: ivsd Only in ivs3.4/freeBSD2.0: lessdullcrypt.o Only in ivs3.4/freeBSD2.0: linked_list.o Only in ivs3.4/freeBSD2.0: manage_socket.o Only in ivs3.4/freeBSD2.0: mc_congmeters.o Only in ivs3.4/freeBSD2.0: mc_misc.o Only in ivs3.4/freeBSD2.0: mc_proberx.o Only in ivs3.4/freeBSD2.0: mc_probetx.o Only in ivs3.4/freeBSD2.0: md5.o Only in ivs3.4/freeBSD2.0: myrandom.o Only in ivs3.4/freeBSD2.0: protocol.o Only in ivs3.4/freeBSD2.0: setconfig.o Only in ivs3.4/freeBSD2.0: soundi386.o Only in ivs3.4/freeBSD2.0: ulaw.o Only in ivs3.4/freeBSD2.0: ulaw2.o Only in ivs3.4/freeBSD2.0: video_coder0.o Only in ivs3.4/freeBSD2.0: video_coder1.o Only in ivs3.4/freeBSD2.0: video_coder2.o Only in ivs3.4/freeBSD2.0: video_coder3.o Only in ivs3.4/freeBSD2.0: video_decoder0.o Only in ivs3.4/freeBSD2.0: video_decoder0_file.o Only in ivs3.4/freeBSD2.0: video_decoder1.o Only in ivs3.4/freeBSD2.0: video_decoder1_file.o diff -rc2 ivs3.4.orig/src/soundi386.c ivs3.4/src/soundi386.c *** ivs3.4.orig/src/soundi386.c Mon Feb 13 11:18:49 1995 --- ivs3.4/src/soundi386.c Thu Mar 30 14:50:30 1995 *************** *** 25,29 **** #include #include ! #include #include "general_types.h" --- 25,33 ---- #include #include ! #ifdef __FreeBSD__ ! # include ! #else ! # include ! #endif #include "general_types.h" Only in ivs3.4/src: soundi386.c~