1.6 has gone out of alpha, cdrecord-current is obsoleted by this port

This commit is contained in:
niklas 1998-06-07 16:20:37 +00:00
parent 9e4e19c4cc
commit 19c5721920
30 changed files with 1638 additions and 0 deletions

37
misc/cdrecord/Makefile Normal file
View File

@ -0,0 +1,37 @@
# OpenBSD makefile for: cdrecord-current
# Version required: 1.6
# Date created: 7 Jun 1998
# Whom: niklas
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/06/07 16:20:37 niklas Exp $
#
DISTNAME= cdrecord-1.6
CATEGORIES= misc
MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/
MAINTAINER= niklas@openbsd.org
WRKSRC= ${WRKDIR}/cdrecord-1.6
# It's pretty easy to add other architectures,
# mail me if you miss a particular one.
ONLY_FOR_ARCHS= alpha amiga arc hp300 i386 mac68k mvme68k \
pmax powerpc sparc sun3
USE_GMAKE= yes
GMAKE= ./Gmake
# Cdrecord's standard install rule installs some unnecessary stuff,
# we instead explicitly install what we want.
OBJDIR= OBJ/${MACHINE}-openbsd-$(CC)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cdrecord/${OBJDIR}/cdrecord ${PREFIX}/bin
# We ship mkisofs in OpenBSD 2.3, uncomment these lines if you are on an
# older system.
# ${INSTALL_PROGRAM} ${WRKSRC}/mkisofs-1.11/${OBJDIR}/mkisofs \
# ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cdrecord/cdrecord.1 ${PREFIX}/man/man1
# ${INSTALL_MAN} ${WRKSRC}/mkisofs-1.11/mkisofs.8 ${PREFIX}/man/man8
.include <bsd.port.mk>

1
misc/cdrecord/files/md5 Normal file
View File

@ -0,0 +1 @@
MD5 (cdrecord-1.6.tar.gz) = 6eb5b65991fd0a632dbce0a082a591c1

View File

@ -0,0 +1,11 @@
--- RULES/mk-gmake.id-distr Sun Jun 22 18:50:49 1997
+++ RULES/mk-gmake.id Sun Jun 7 12:14:37 1998
@@ -37,7 +37,7 @@
ifndef ARCH_DONE
-_MACHCMD= (mach || uname -p || true) 2> /dev/null
+_MACHCMD= (mach || machine || uname -p || true) 2> /dev/null
_ARCHCMD= (arch || true) 2> /dev/null
XP_ARCH:= $(shell $(_MACHCMD) | tr '[A-Z]' '[a-z]' | tr ', /\\' ',---')

View File

@ -0,0 +1,73 @@
--- /dev/null Tue Dec 16 08:44:53 1997
+++ RULES/arc-openbsd-cc.rul Mon Dec 15 23:54:57 1997
@@ -0,0 +1,70 @@
+#ident "@(#)arc-openbsd-cc.rul 1.3 97/07/08 "
+###########################################################################
+# Written 1997 by J. Schilling
+###########################################################################
+#
+# Platform dependent MACROS for OpenBSD/arc
+#
+###########################################################################
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+###########################################################################
+include $(SRCROOT)/$(RULESDIR)/rules.prg
+###########################################################################
+
+CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
+CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
+
+CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
+COPTS=
+CWOPTS= -Wall -Wtraditional \
+ -Wshadow -Wmissing-prototypes -Wstrict-prototypes
+COPTOPT= -O
+KDEFINES= -DKERNEL -D_KERNEL
+#COPTDYN= -fpic
+COPTGPROF= -pg
+
+LIB_PREFIX= lib
+LIB_SUFFIX= .a
+SHL_SUFFIX= .so.1.0
+
+#LIB_SOCKET= -lsocket -lnsl -ldl
+LIB_SOCKET=
+LIB_MATH= -lm
+#LIB_KVM= -lkvm
+LIB_KVM=
+
+LIBS_PATH= -L$(OLIBSDIR)
+
+LDFLAGS= $(LDOPTS) $(LDOPTX)
+LDLIBS= $(LIBS) $(LIBX)
+
+#LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
+LDOPTS= $(LIBS_PATH) $(LDPATH)
+LDOPTDYN= -shared -Wl,-soname,$(TARGET)
+LNDYNLIB= @$(SYMLINK) $(TARGET) $(PTARGET_BASE).so
+
+FLOAT_OPTIONS=
+
+CC= @echo " ==> COMPILING \"$@\""; gcc
+LDCC= @echo " ==> LINKING \"$@\""; gcc
+DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
+RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; ranlib
+ARFLAGS= cr
+LORDER= lorder
+TSORT= tsort
+
+RMDEP= :
+MKDEP= @echo " ==> MAKE DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
+MKDEP_OUT=

View File

@ -0,0 +1,73 @@
--- /dev/null Tue Dec 16 08:44:53 1997
+++ RULES/arc-openbsd-gcc.rul Mon Dec 15 23:55:04 1997
@@ -0,0 +1,70 @@
+#ident "@(#)arc-openbsd-gcc.rul 1.3 97/07/08 "
+###########################################################################
+# Written 1997 by J. Schilling
+###########################################################################
+#
+# Platform dependent MACROS for OpenBSD/arc
+#
+###########################################################################
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+###########################################################################
+include $(SRCROOT)/$(RULESDIR)/rules.prg
+###########################################################################
+
+CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
+CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
+
+CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
+COPTS=
+CWOPTS= -Wall -Wtraditional \
+ -Wshadow -Wmissing-prototypes -Wstrict-prototypes
+COPTOPT= -O
+KDEFINES= -DKERNEL -D_KERNEL
+#COPTDYN= -fpic
+COPTGPROF= -pg
+
+LIB_PREFIX= lib
+LIB_SUFFIX= .a
+SHL_SUFFIX= .so.1.0
+
+#LIB_SOCKET= -lsocket -lnsl -ldl
+LIB_SOCKET=
+LIB_MATH= -lm
+#LIB_KVM= -lkvm
+LIB_KVM=
+
+LIBS_PATH= -L$(OLIBSDIR)
+
+LDFLAGS= $(LDOPTS) $(LDOPTX)
+LDLIBS= $(LIBS) $(LIBX)
+
+#LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
+LDOPTS= $(LIBS_PATH) $(LDPATH)
+LDOPTDYN= -shared -Wl,-soname,$(TARGET)
+LNDYNLIB= @$(SYMLINK) $(TARGET) $(PTARGET_BASE).so
+
+FLOAT_OPTIONS=
+
+CC= @echo " ==> COMPILING \"$@\""; gcc
+LDCC= @echo " ==> LINKING \"$@\""; gcc
+DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
+RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; ranlib
+ARFLAGS= cr
+LORDER= lorder
+TSORT= tsort
+
+RMDEP= :
+MKDEP= @echo " ==> MAKE DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
+MKDEP_OUT=

View File

@ -0,0 +1,73 @@
--- /dev/null Tue Dec 16 08:44:53 1997
+++ RULES/alpha-openbsd-cc.rul Mon Dec 15 23:52:46 1997
@@ -0,0 +1,70 @@
+#ident "@(#)alpha-openbsd-cc.rul 1.3 97/04/27 "
+###########################################################################
+# Written 1996 by J. Schilling
+###########################################################################
+#
+# Platform dependent MACROS for OpenBSD/alpha
+#
+###########################################################################
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+###########################################################################
+include $(SRCROOT)/$(RULESDIR)/rules.prg
+###########################################################################
+
+CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
+CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
+
+CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
+COPTS=
+CWOPTS= -Wall -Wtraditional \
+ -Wshadow -Wmissing-prototypes -Wstrict-prototypes
+COPTOPT= -O0
+KDEFINES= -DKERNEL -D_KERNEL
+#COPTDYN= -fpic
+COPTGPROF= -pg
+
+LIB_PREFIX= lib
+LIB_SUFFIX= .a
+#SHL_SUFFIX= .so.1.0
+
+#LIB_SOCKET= -lsocket -lnsl -ldl
+LIB_SOCKET=
+LIB_MATH= -lm
+#LIB_KVM= -lkvm
+LIB_KVM=
+
+LIBS_PATH= -L$(OLIBSDIR)
+
+LDFLAGS= $(LDOPTS) $(LDOPTX)
+LDLIBS= $(LIBS) $(LIBX)
+
+#LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
+LDOPTS= $(LIBS_PATH) $(LDPATH)
+#LDOPTDYN= -shared -Wl,-soname,$(TARGET)
+#LNDYNLIB= @$(SYMLINK) $(TARGET) $(PTARGET_BASE).so
+
+FLOAT_OPTIONS=
+
+CC= @echo " ==> COMPILING \"$@\""; gcc
+LDCC= @echo " ==> LINKING \"$@\""; gcc
+#DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
+RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; true
+ARFLAGS= cr
+LORDER= echo
+TSORT= cat
+
+RMDEP= :
+MKDEP= @echo " ==> MAKE DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
+MKDEP_OUT=

View File

@ -0,0 +1,73 @@
--- /dev/null Tue Dec 16 08:44:53 1997
+++ RULES/alpha-openbsd-gcc.rul Mon Dec 15 23:53:35 1997
@@ -0,0 +1,70 @@
+#ident "@(#)alpha-alpha-gcc.rul 1.3 97/04/27 "
+###########################################################################
+# Written 1996 by J. Schilling
+###########################################################################
+#
+# Platform dependent MACROS for OpenBSD/alpha
+#
+###########################################################################
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+###########################################################################
+include $(SRCROOT)/$(RULESDIR)/rules.prg
+###########################################################################
+
+CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
+CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
+
+CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
+COPTS=
+CWOPTS= -Wall -Wtraditional \
+ -Wshadow -Wmissing-prototypes -Wstrict-prototypes
+COPTOPT= -O0
+KDEFINES= -DKERNEL -D_KERNEL
+#COPTDYN= -fpic
+COPTGPROF= -pg
+
+LIB_PREFIX= lib
+LIB_SUFFIX= .a
+#SHL_SUFFIX= .so.1.0
+
+#LIB_SOCKET= -lsocket -lnsl -ldl
+LIB_SOCKET=
+LIB_MATH= -lm
+#LIB_KVM= -lkvm
+LIB_KVM=
+
+LIBS_PATH= -L$(OLIBSDIR)
+
+LDFLAGS= $(LDOPTS) $(LDOPTX)
+LDLIBS= $(LIBS) $(LIBX)
+
+#LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
+LDOPTS= $(LIBS_PATH) $(LDPATH)
+#LDOPTDYN= -shared -Wl,-soname,$(TARGET)
+#LNDYNLIB= @$(SYMLINK) $(TARGET) $(PTARGET_BASE).so
+
+FLOAT_OPTIONS=
+
+CC= @echo " ==> COMPILING \"$@\""; gcc
+LDCC= @echo " ==> LINKING \"$@\""; gcc
+#DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
+RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; true
+ARFLAGS= cr
+LORDER= echo
+TSORT= cat
+
+RMDEP= :
+MKDEP= @echo " ==> MAKE DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
+MKDEP_OUT=

View File

@ -0,0 +1,11 @@
--- cdrecord/fifo.c- Wed Dec 17 00:54:50 1997
+++ cdrecord/fifo.c Wed Dec 17 00:53:39 1997
@@ -62,7 +62,7 @@
#define EDEBUG(a)
#endif
-#define palign(x, a) (((char *)(x)) + ((a) - 1 - (((unsigned)((x)-1))%(a))))
+#define palign(x, a) (((char *)(x)) + ((a) - 1 - (((unsigned long)((x)-1))%(a))))
typedef enum faio_owner {
owner_none,

View File

@ -0,0 +1,11 @@
--- include/mconfig.h- Wed Dec 17 08:33:34 1997
+++ include/mconfig.h Wed Dec 17 08:33:37 1997
@@ -439,7 +439,7 @@
# define USLEEPISVOID
#endif
-#if defined(mips) && !(defined(ultrix) || defined(sony) || defined(sgi))
+#if defined(mips) && !(defined(ultrix) || defined(sony) || defined(sgi) || defined(__OpenBSD__))
# define HAVE_COFF
# define HAVE_UNISTD_H
# define HAVE_USGSHM

View File

@ -0,0 +1,17 @@
--- include/btorder.h- Wed Dec 17 09:05:59 1997
+++ include/btorder.h Wed Dec 17 09:05:42 1997
@@ -26,6 +26,14 @@
#include <sys/types.h> /* try to load isa_defs.h on Solaris */
+#ifdef __OpenBSD__
+#if BYTE_ORDER == LITTLE_ENDIAN
+#define _BIT_FIELDS_LTOH
+#elif BYTE_ORDER == BIG_ENDIAN
+#define _BIT_FIELDS_HTOL
+#endif
+#endif
+
#if defined(_BIT_FIELDS_LTOH) /* Intel byteorder */
#elif defined(_BIT_FIELDS_HTOL) /* Motorola byteorder */
#else

View File

@ -0,0 +1,73 @@
--- /dev/null Tue Dec 16 08:44:53 1997
+++ RULES/amiga-openbsd-cc.rul Mon Dec 15 23:54:57 1997
@@ -0,0 +1,70 @@
+#ident "@(#)amiga-openbsd-cc.rul 1.3 97/07/08 "
+###########################################################################
+# Written 1997 by J. Schilling
+###########################################################################
+#
+# Platform dependent MACROS for OpenBSD/amiga
+#
+###########################################################################
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+###########################################################################
+include $(SRCROOT)/$(RULESDIR)/rules.prg
+###########################################################################
+
+CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
+CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
+
+CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
+COPTS=
+CWOPTS= -Wall -Wtraditional \
+ -Wshadow -Wmissing-prototypes -Wstrict-prototypes
+COPTOPT= -O
+KDEFINES= -DKERNEL -D_KERNEL
+COPTDYN= -fpic
+COPTGPROF= -pg
+
+LIB_PREFIX= lib
+LIB_SUFFIX= .a
+SHL_SUFFIX= .so.1.0
+
+#LIB_SOCKET= -lsocket -lnsl -ldl
+LIB_SOCKET=
+LIB_MATH= -lm
+#LIB_KVM= -lkvm
+LIB_KVM=
+
+LIBS_PATH= -L$(OLIBSDIR)
+
+LDFLAGS= $(LDOPTS) $(LDOPTX)
+LDLIBS= $(LIBS) $(LIBX)
+
+#LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
+LDOPTS= $(LIBS_PATH) $(LDPATH)
+LDOPTDYN= -shared -Wl,-soname,$(TARGET)
+LNDYNLIB= @$(SYMLINK) $(TARGET) $(PTARGET_BASE).so
+
+FLOAT_OPTIONS=
+
+CC= @echo " ==> COMPILING \"$@\""; gcc
+LDCC= @echo " ==> LINKING \"$@\""; gcc
+DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
+RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; ranlib
+ARFLAGS= cr
+LORDER= lorder
+TSORT= tsort
+
+RMDEP= :
+MKDEP= @echo " ==> MAKE DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
+MKDEP_OUT=

View File

@ -0,0 +1,73 @@
--- /dev/null Tue Dec 16 08:44:53 1997
+++ RULES/amiga-openbsd-gcc.rul Mon Dec 15 23:55:04 1997
@@ -0,0 +1,70 @@
+#ident "@(#)amiga-openbsd-gcc.rul 1.3 97/07/08 "
+###########################################################################
+# Written 1997 by J. Schilling
+###########################################################################
+#
+# Platform dependent MACROS for OpenBSD/amiga
+#
+###########################################################################
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+###########################################################################
+include $(SRCROOT)/$(RULESDIR)/rules.prg
+###########################################################################
+
+CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
+CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
+
+CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
+COPTS=
+CWOPTS= -Wall -Wtraditional \
+ -Wshadow -Wmissing-prototypes -Wstrict-prototypes
+COPTOPT= -O
+KDEFINES= -DKERNEL -D_KERNEL
+COPTDYN= -fpic
+COPTGPROF= -pg
+
+LIB_PREFIX= lib
+LIB_SUFFIX= .a
+SHL_SUFFIX= .so.1.0
+
+#LIB_SOCKET= -lsocket -lnsl -ldl
+LIB_SOCKET=
+LIB_MATH= -lm
+#LIB_KVM= -lkvm
+LIB_KVM=
+
+LIBS_PATH= -L$(OLIBSDIR)
+
+LDFLAGS= $(LDOPTS) $(LDOPTX)
+LDLIBS= $(LIBS) $(LIBX)
+
+#LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
+LDOPTS= $(LIBS_PATH) $(LDPATH)
+LDOPTDYN= -shared -Wl,-soname,$(TARGET)
+LNDYNLIB= @$(SYMLINK) $(TARGET) $(PTARGET_BASE).so
+
+FLOAT_OPTIONS=
+
+CC= @echo " ==> COMPILING \"$@\""; gcc
+LDCC= @echo " ==> LINKING \"$@\""; gcc
+DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
+RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; ranlib
+ARFLAGS= cr
+LORDER= lorder
+TSORT= tsort
+
+RMDEP= :
+MKDEP= @echo " ==> MAKE DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
+MKDEP_OUT=

View File

@ -0,0 +1,73 @@
--- /dev/null Tue Dec 16 08:44:53 1997
+++ RULES/sparc-openbsd-cc.rul Mon Dec 15 23:54:57 1997
@@ -0,0 +1,70 @@
+#ident "@(#)sparc-openbsd-cc.rul 1.3 97/07/08 "
+###########################################################################
+# Written 1997 by J. Schilling
+###########################################################################
+#
+# Platform dependent MACROS for OpenBSD/sparc
+#
+###########################################################################
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+###########################################################################
+include $(SRCROOT)/$(RULESDIR)/rules.prg
+###########################################################################
+
+CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
+CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
+
+CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
+COPTS=
+CWOPTS= -Wall -Wtraditional \
+ -Wshadow -Wmissing-prototypes -Wstrict-prototypes
+COPTOPT= -O
+KDEFINES= -DKERNEL -D_KERNEL
+COPTDYN= -fpic
+COPTGPROF= -pg
+
+LIB_PREFIX= lib
+LIB_SUFFIX= .a
+SHL_SUFFIX= .so.1.0
+
+#LIB_SOCKET= -lsocket -lnsl -ldl
+LIB_SOCKET=
+LIB_MATH= -lm
+#LIB_KVM= -lkvm
+LIB_KVM=
+
+LIBS_PATH= -L$(OLIBSDIR)
+
+LDFLAGS= $(LDOPTS) $(LDOPTX)
+LDLIBS= $(LIBS) $(LIBX)
+
+#LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
+LDOPTS= $(LIBS_PATH) $(LDPATH)
+LDOPTDYN= -shared -Wl,-soname,$(TARGET)
+LNDYNLIB= @$(SYMLINK) $(TARGET) $(PTARGET_BASE).so
+
+FLOAT_OPTIONS=
+
+CC= @echo " ==> COMPILING \"$@\""; gcc
+LDCC= @echo " ==> LINKING \"$@\""; gcc
+DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
+RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; ranlib
+ARFLAGS= cr
+LORDER= lorder
+TSORT= tsort
+
+RMDEP= :
+MKDEP= @echo " ==> MAKE DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
+MKDEP_OUT=

View File

@ -0,0 +1,73 @@
--- /dev/null Tue Dec 16 08:44:53 1997
+++ RULES/sparc-openbsd-gcc.rul Mon Dec 15 23:55:04 1997
@@ -0,0 +1,70 @@
+#ident "@(#)sparc-openbsd-gcc.rul 1.3 97/07/08 "
+###########################################################################
+# Written 1997 by J. Schilling
+###########################################################################
+#
+# Platform dependent MACROS for OpenBSD/sparc
+#
+###########################################################################
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+###########################################################################
+include $(SRCROOT)/$(RULESDIR)/rules.prg
+###########################################################################
+
+CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
+CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
+
+CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
+COPTS=
+CWOPTS= -Wall -Wtraditional \
+ -Wshadow -Wmissing-prototypes -Wstrict-prototypes
+COPTOPT= -O
+KDEFINES= -DKERNEL -D_KERNEL
+COPTDYN= -fpic
+COPTGPROF= -pg
+
+LIB_PREFIX= lib
+LIB_SUFFIX= .a
+SHL_SUFFIX= .so.1.0
+
+#LIB_SOCKET= -lsocket -lnsl -ldl
+LIB_SOCKET=
+LIB_MATH= -lm
+#LIB_KVM= -lkvm
+LIB_KVM=
+
+LIBS_PATH= -L$(OLIBSDIR)
+
+LDFLAGS= $(LDOPTS) $(LDOPTX)
+LDLIBS= $(LIBS) $(LIBX)
+
+#LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
+LDOPTS= $(LIBS_PATH) $(LDPATH)
+LDOPTDYN= -shared -Wl,-soname,$(TARGET)
+LNDYNLIB= @$(SYMLINK) $(TARGET) $(PTARGET_BASE).so
+
+FLOAT_OPTIONS=
+
+CC= @echo " ==> COMPILING \"$@\""; gcc
+LDCC= @echo " ==> LINKING \"$@\""; gcc
+DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
+RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; ranlib
+ARFLAGS= cr
+LORDER= lorder
+TSORT= tsort
+
+RMDEP= :
+MKDEP= @echo " ==> MAKE DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
+MKDEP_OUT=

View File

@ -0,0 +1,21 @@
--- DEFAULTS/Defaults.openbsd- Wed Dec 17 10:58:30 1997
+++ DEFAULTS/Defaults.openbsd Wed Dec 17 10:58:56 1997
@@ -19,15 +19,15 @@
CWARNOPTS=
DEFINCDIRS= $(SRCROOT)/include
-LDPATH= -L/opt/schily/lib
-#RUNPATH= -R /opt/schily/lib -R $(OLIBSDIR) Will probably not work
+LDPATH= -L/usr/local/lib
+#RUNPATH= -R /usr/local/lib -R $(OLIBSDIR) Will probably not work
###########################################################################
#
# Installation config stuff
#
###########################################################################
-INS_BASE= /opt/schily
+INS_BASE= /usr/local
INS_KBASE= /
#
DEFUMASK= 002

View File

@ -0,0 +1,73 @@
--- /dev/null Tue Dec 16 08:44:53 1997
+++ RULES/mac68k-openbsd-cc.rul Mon Dec 15 23:54:57 1997
@@ -0,0 +1,70 @@
+#ident "@(#)mac68k-openbsd-cc.rul 1.3 97/07/08 "
+###########################################################################
+# Written 1997 by J. Schilling
+###########################################################################
+#
+# Platform dependent MACROS for OpenBSD/mac68k
+#
+###########################################################################
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+###########################################################################
+include $(SRCROOT)/$(RULESDIR)/rules.prg
+###########################################################################
+
+CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
+CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
+
+CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
+COPTS=
+CWOPTS= -Wall -Wtraditional \
+ -Wshadow -Wmissing-prototypes -Wstrict-prototypes
+COPTOPT= -O
+KDEFINES= -DKERNEL -D_KERNEL
+COPTDYN= -fpic
+COPTGPROF= -pg
+
+LIB_PREFIX= lib
+LIB_SUFFIX= .a
+SHL_SUFFIX= .so.1.0
+
+#LIB_SOCKET= -lsocket -lnsl -ldl
+LIB_SOCKET=
+LIB_MATH= -lm
+#LIB_KVM= -lkvm
+LIB_KVM=
+
+LIBS_PATH= -L$(OLIBSDIR)
+
+LDFLAGS= $(LDOPTS) $(LDOPTX)
+LDLIBS= $(LIBS) $(LIBX)
+
+#LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
+LDOPTS= $(LIBS_PATH) $(LDPATH)
+LDOPTDYN= -shared -Wl,-soname,$(TARGET)
+LNDYNLIB= @$(SYMLINK) $(TARGET) $(PTARGET_BASE).so
+
+FLOAT_OPTIONS=
+
+CC= @echo " ==> COMPILING \"$@\""; gcc
+LDCC= @echo " ==> LINKING \"$@\""; gcc
+DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
+RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; ranlib
+ARFLAGS= cr
+LORDER= lorder
+TSORT= tsort
+
+RMDEP= :
+MKDEP= @echo " ==> MAKE DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
+MKDEP_OUT=

View File

@ -0,0 +1,73 @@
--- /dev/null Tue Dec 16 08:44:53 1997
+++ RULES/mac68k-openbsd-gcc.rul Mon Dec 15 23:55:04 1997
@@ -0,0 +1,70 @@
+#ident "@(#)mac68k-openbsd-gcc.rul 1.3 97/07/08 "
+###########################################################################
+# Written 1997 by J. Schilling
+###########################################################################
+#
+# Platform dependent MACROS for OpenBSD/mac68k
+#
+###########################################################################
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+###########################################################################
+include $(SRCROOT)/$(RULESDIR)/rules.prg
+###########################################################################
+
+CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
+CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
+
+CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
+COPTS=
+CWOPTS= -Wall -Wtraditional \
+ -Wshadow -Wmissing-prototypes -Wstrict-prototypes
+COPTOPT= -O
+KDEFINES= -DKERNEL -D_KERNEL
+COPTDYN= -fpic
+COPTGPROF= -pg
+
+LIB_PREFIX= lib
+LIB_SUFFIX= .a
+SHL_SUFFIX= .so.1.0
+
+#LIB_SOCKET= -lsocket -lnsl -ldl
+LIB_SOCKET=
+LIB_MATH= -lm
+#LIB_KVM= -lkvm
+LIB_KVM=
+
+LIBS_PATH= -L$(OLIBSDIR)
+
+LDFLAGS= $(LDOPTS) $(LDOPTX)
+LDLIBS= $(LIBS) $(LIBX)
+
+#LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
+LDOPTS= $(LIBS_PATH) $(LDPATH)
+LDOPTDYN= -shared -Wl,-soname,$(TARGET)
+LNDYNLIB= @$(SYMLINK) $(TARGET) $(PTARGET_BASE).so
+
+FLOAT_OPTIONS=
+
+CC= @echo " ==> COMPILING \"$@\""; gcc
+LDCC= @echo " ==> LINKING \"$@\""; gcc
+DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
+RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; ranlib
+ARFLAGS= cr
+LORDER= lorder
+TSORT= tsort
+
+RMDEP= :
+MKDEP= @echo " ==> MAKE DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
+MKDEP_OUT=

View File

@ -0,0 +1,73 @@
--- /dev/null Tue Dec 16 08:44:53 1997
+++ RULES/hp300-openbsd-cc.rul Mon Dec 15 23:54:57 1997
@@ -0,0 +1,70 @@
+#ident "@(#)hp300-openbsd-cc.rul 1.3 97/07/08 "
+###########################################################################
+# Written 1997 by J. Schilling
+###########################################################################
+#
+# Platform dependent MACROS for OpenBSD/hp300
+#
+###########################################################################
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+###########################################################################
+include $(SRCROOT)/$(RULESDIR)/rules.prg
+###########################################################################
+
+CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
+CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
+
+CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
+COPTS=
+CWOPTS= -Wall -Wtraditional \
+ -Wshadow -Wmissing-prototypes -Wstrict-prototypes
+COPTOPT= -O
+KDEFINES= -DKERNEL -D_KERNEL
+COPTDYN= -fpic
+COPTGPROF= -pg
+
+LIB_PREFIX= lib
+LIB_SUFFIX= .a
+SHL_SUFFIX= .so.1.0
+
+#LIB_SOCKET= -lsocket -lnsl -ldl
+LIB_SOCKET=
+LIB_MATH= -lm
+#LIB_KVM= -lkvm
+LIB_KVM=
+
+LIBS_PATH= -L$(OLIBSDIR)
+
+LDFLAGS= $(LDOPTS) $(LDOPTX)
+LDLIBS= $(LIBS) $(LIBX)
+
+#LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
+LDOPTS= $(LIBS_PATH) $(LDPATH)
+LDOPTDYN= -shared -Wl,-soname,$(TARGET)
+LNDYNLIB= @$(SYMLINK) $(TARGET) $(PTARGET_BASE).so
+
+FLOAT_OPTIONS=
+
+CC= @echo " ==> COMPILING \"$@\""; gcc
+LDCC= @echo " ==> LINKING \"$@\""; gcc
+DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
+RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; ranlib
+ARFLAGS= cr
+LORDER= lorder
+TSORT= tsort
+
+RMDEP= :
+MKDEP= @echo " ==> MAKE DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
+MKDEP_OUT=

View File

@ -0,0 +1,73 @@
--- /dev/null Tue Dec 16 08:44:53 1997
+++ RULES/hp300-openbsd-gcc.rul Mon Dec 15 23:55:04 1997
@@ -0,0 +1,70 @@
+#ident "@(#)hp300-openbsd-gcc.rul 1.3 97/07/08 "
+###########################################################################
+# Written 1997 by J. Schilling
+###########################################################################
+#
+# Platform dependent MACROS for OpenBSD/hp300
+#
+###########################################################################
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+###########################################################################
+include $(SRCROOT)/$(RULESDIR)/rules.prg
+###########################################################################
+
+CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
+CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
+
+CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
+COPTS=
+CWOPTS= -Wall -Wtraditional \
+ -Wshadow -Wmissing-prototypes -Wstrict-prototypes
+COPTOPT= -O
+KDEFINES= -DKERNEL -D_KERNEL
+COPTDYN= -fpic
+COPTGPROF= -pg
+
+LIB_PREFIX= lib
+LIB_SUFFIX= .a
+SHL_SUFFIX= .so.1.0
+
+#LIB_SOCKET= -lsocket -lnsl -ldl
+LIB_SOCKET=
+LIB_MATH= -lm
+#LIB_KVM= -lkvm
+LIB_KVM=
+
+LIBS_PATH= -L$(OLIBSDIR)
+
+LDFLAGS= $(LDOPTS) $(LDOPTX)
+LDLIBS= $(LIBS) $(LIBX)
+
+#LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
+LDOPTS= $(LIBS_PATH) $(LDPATH)
+LDOPTDYN= -shared -Wl,-soname,$(TARGET)
+LNDYNLIB= @$(SYMLINK) $(TARGET) $(PTARGET_BASE).so
+
+FLOAT_OPTIONS=
+
+CC= @echo " ==> COMPILING \"$@\""; gcc
+LDCC= @echo " ==> LINKING \"$@\""; gcc
+DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
+RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; ranlib
+ARFLAGS= cr
+LORDER= lorder
+TSORT= tsort
+
+RMDEP= :
+MKDEP= @echo " ==> MAKE DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
+MKDEP_OUT=

View File

@ -0,0 +1,73 @@
--- /dev/null Tue Dec 16 08:44:53 1997
+++ RULES/mvme68k-openbsd-cc.rul Mon Dec 15 23:54:57 1997
@@ -0,0 +1,70 @@
+#ident "@(#)mvme68k-openbsd-cc.rul 1.3 97/07/08 "
+###########################################################################
+# Written 1997 by J. Schilling
+###########################################################################
+#
+# Platform dependent MACROS for OpenBSD/mvme68k
+#
+###########################################################################
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+###########################################################################
+include $(SRCROOT)/$(RULESDIR)/rules.prg
+###########################################################################
+
+CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
+CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
+
+CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
+COPTS=
+CWOPTS= -Wall -Wtraditional \
+ -Wshadow -Wmissing-prototypes -Wstrict-prototypes
+COPTOPT= -O
+KDEFINES= -DKERNEL -D_KERNEL
+COPTDYN= -fpic
+COPTGPROF= -pg
+
+LIB_PREFIX= lib
+LIB_SUFFIX= .a
+SHL_SUFFIX= .so.1.0
+
+#LIB_SOCKET= -lsocket -lnsl -ldl
+LIB_SOCKET=
+LIB_MATH= -lm
+#LIB_KVM= -lkvm
+LIB_KVM=
+
+LIBS_PATH= -L$(OLIBSDIR)
+
+LDFLAGS= $(LDOPTS) $(LDOPTX)
+LDLIBS= $(LIBS) $(LIBX)
+
+#LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
+LDOPTS= $(LIBS_PATH) $(LDPATH)
+LDOPTDYN= -shared -Wl,-soname,$(TARGET)
+LNDYNLIB= @$(SYMLINK) $(TARGET) $(PTARGET_BASE).so
+
+FLOAT_OPTIONS=
+
+CC= @echo " ==> COMPILING \"$@\""; gcc
+LDCC= @echo " ==> LINKING \"$@\""; gcc
+DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
+RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; ranlib
+ARFLAGS= cr
+LORDER= lorder
+TSORT= tsort
+
+RMDEP= :
+MKDEP= @echo " ==> MAKE DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
+MKDEP_OUT=

View File

@ -0,0 +1,73 @@
--- /dev/null Tue Dec 16 08:44:53 1997
+++ RULES/mvme68k-openbsd-gcc.rul Mon Dec 15 23:55:04 1997
@@ -0,0 +1,70 @@
+#ident "@(#)mvme68k-openbsd-gcc.rul 1.3 97/07/08 "
+###########################################################################
+# Written 1997 by J. Schilling
+###########################################################################
+#
+# Platform dependent MACROS for OpenBSD/mvme68k
+#
+###########################################################################
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+###########################################################################
+include $(SRCROOT)/$(RULESDIR)/rules.prg
+###########################################################################
+
+CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
+CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
+
+CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
+COPTS=
+CWOPTS= -Wall -Wtraditional \
+ -Wshadow -Wmissing-prototypes -Wstrict-prototypes
+COPTOPT= -O
+KDEFINES= -DKERNEL -D_KERNEL
+COPTDYN= -fpic
+COPTGPROF= -pg
+
+LIB_PREFIX= lib
+LIB_SUFFIX= .a
+SHL_SUFFIX= .so.1.0
+
+#LIB_SOCKET= -lsocket -lnsl -ldl
+LIB_SOCKET=
+LIB_MATH= -lm
+#LIB_KVM= -lkvm
+LIB_KVM=
+
+LIBS_PATH= -L$(OLIBSDIR)
+
+LDFLAGS= $(LDOPTS) $(LDOPTX)
+LDLIBS= $(LIBS) $(LIBX)
+
+#LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
+LDOPTS= $(LIBS_PATH) $(LDPATH)
+LDOPTDYN= -shared -Wl,-soname,$(TARGET)
+LNDYNLIB= @$(SYMLINK) $(TARGET) $(PTARGET_BASE).so
+
+FLOAT_OPTIONS=
+
+CC= @echo " ==> COMPILING \"$@\""; gcc
+LDCC= @echo " ==> LINKING \"$@\""; gcc
+DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
+RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; ranlib
+ARFLAGS= cr
+LORDER= lorder
+TSORT= tsort
+
+RMDEP= :
+MKDEP= @echo " ==> MAKE DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
+MKDEP_OUT=

View File

@ -0,0 +1,73 @@
--- /dev/null Tue Dec 16 08:44:53 1997
+++ RULES/pmax-openbsd-cc.rul Mon Dec 15 23:54:57 1997
@@ -0,0 +1,70 @@
+#ident "@(#)pmax-openbsd-cc.rul 1.3 97/07/08 "
+###########################################################################
+# Written 1997 by J. Schilling
+###########################################################################
+#
+# Platform dependent MACROS for OpenBSD/pmax
+#
+###########################################################################
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+###########################################################################
+include $(SRCROOT)/$(RULESDIR)/rules.prg
+###########################################################################
+
+CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
+CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
+
+CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
+COPTS=
+CWOPTS= -Wall -Wtraditional \
+ -Wshadow -Wmissing-prototypes -Wstrict-prototypes
+COPTOPT= -O
+KDEFINES= -DKERNEL -D_KERNEL
+#COPTDYN= -fpic
+COPTGPROF= -pg
+
+LIB_PREFIX= lib
+LIB_SUFFIX= .a
+SHL_SUFFIX= .so.1.0
+
+#LIB_SOCKET= -lsocket -lnsl -ldl
+LIB_SOCKET=
+LIB_MATH= -lm
+#LIB_KVM= -lkvm
+LIB_KVM=
+
+LIBS_PATH= -L$(OLIBSDIR)
+
+LDFLAGS= $(LDOPTS) $(LDOPTX)
+LDLIBS= $(LIBS) $(LIBX)
+
+#LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
+LDOPTS= $(LIBS_PATH) $(LDPATH)
+LDOPTDYN= -shared -Wl,-soname,$(TARGET)
+LNDYNLIB= @$(SYMLINK) $(TARGET) $(PTARGET_BASE).so
+
+FLOAT_OPTIONS=
+
+CC= @echo " ==> COMPILING \"$@\""; gcc
+LDCC= @echo " ==> LINKING \"$@\""; gcc
+DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
+RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; ranlib
+ARFLAGS= cr
+LORDER= lorder
+TSORT= tsort
+
+RMDEP= :
+MKDEP= @echo " ==> MAKE DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
+MKDEP_OUT=

View File

@ -0,0 +1,73 @@
--- /dev/null Tue Dec 16 08:44:53 1997
+++ RULES/pmax-openbsd-gcc.rul Mon Dec 15 23:55:04 1997
@@ -0,0 +1,70 @@
+#ident "@(#)pmax-openbsd-gcc.rul 1.3 97/07/08 "
+###########################################################################
+# Written 1997 by J. Schilling
+###########################################################################
+#
+# Platform dependent MACROS for OpenBSD/pmax
+#
+###########################################################################
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+###########################################################################
+include $(SRCROOT)/$(RULESDIR)/rules.prg
+###########################################################################
+
+CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
+CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
+
+CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
+COPTS=
+CWOPTS= -Wall -Wtraditional \
+ -Wshadow -Wmissing-prototypes -Wstrict-prototypes
+COPTOPT= -O
+KDEFINES= -DKERNEL -D_KERNEL
+#COPTDYN= -fpic
+COPTGPROF= -pg
+
+LIB_PREFIX= lib
+LIB_SUFFIX= .a
+SHL_SUFFIX= .so.1.0
+
+#LIB_SOCKET= -lsocket -lnsl -ldl
+LIB_SOCKET=
+LIB_MATH= -lm
+#LIB_KVM= -lkvm
+LIB_KVM=
+
+LIBS_PATH= -L$(OLIBSDIR)
+
+LDFLAGS= $(LDOPTS) $(LDOPTX)
+LDLIBS= $(LIBS) $(LIBX)
+
+#LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
+LDOPTS= $(LIBS_PATH) $(LDPATH)
+LDOPTDYN= -shared -Wl,-soname,$(TARGET)
+LNDYNLIB= @$(SYMLINK) $(TARGET) $(PTARGET_BASE).so
+
+FLOAT_OPTIONS=
+
+CC= @echo " ==> COMPILING \"$@\""; gcc
+LDCC= @echo " ==> LINKING \"$@\""; gcc
+DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
+RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; ranlib
+ARFLAGS= cr
+LORDER= lorder
+TSORT= tsort
+
+RMDEP= :
+MKDEP= @echo " ==> MAKE DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
+MKDEP_OUT=

View File

@ -0,0 +1,73 @@
--- /dev/null Tue Dec 16 08:44:53 1997
+++ RULES/sun3-openbsd-cc.rul Mon Dec 15 23:54:57 1997
@@ -0,0 +1,70 @@
+#ident "@(#)sun3-openbsd-cc.rul 1.3 97/07/08 "
+###########################################################################
+# Written 1997 by J. Schilling
+###########################################################################
+#
+# Platform dependent MACROS for OpenBSD/sun3
+#
+###########################################################################
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+###########################################################################
+include $(SRCROOT)/$(RULESDIR)/rules.prg
+###########################################################################
+
+CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
+CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
+
+CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
+COPTS=
+CWOPTS= -Wall -Wtraditional \
+ -Wshadow -Wmissing-prototypes -Wstrict-prototypes
+COPTOPT= -O
+KDEFINES= -DKERNEL -D_KERNEL
+COPTDYN= -fpic
+COPTGPROF= -pg
+
+LIB_PREFIX= lib
+LIB_SUFFIX= .a
+SHL_SUFFIX= .so.1.0
+
+#LIB_SOCKET= -lsocket -lnsl -ldl
+LIB_SOCKET=
+LIB_MATH= -lm
+#LIB_KVM= -lkvm
+LIB_KVM=
+
+LIBS_PATH= -L$(OLIBSDIR)
+
+LDFLAGS= $(LDOPTS) $(LDOPTX)
+LDLIBS= $(LIBS) $(LIBX)
+
+#LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
+LDOPTS= $(LIBS_PATH) $(LDPATH)
+LDOPTDYN= -shared -Wl,-soname,$(TARGET)
+LNDYNLIB= @$(SYMLINK) $(TARGET) $(PTARGET_BASE).so
+
+FLOAT_OPTIONS=
+
+CC= @echo " ==> COMPILING \"$@\""; gcc
+LDCC= @echo " ==> LINKING \"$@\""; gcc
+DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
+RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; ranlib
+ARFLAGS= cr
+LORDER= lorder
+TSORT= tsort
+
+RMDEP= :
+MKDEP= @echo " ==> MAKE DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
+MKDEP_OUT=

View File

@ -0,0 +1,73 @@
--- /dev/null Tue Dec 16 08:44:53 1997
+++ RULES/sun3-openbsd-gcc.rul Mon Dec 15 23:55:04 1997
@@ -0,0 +1,70 @@
+#ident "@(#)sun3-openbsd-gcc.rul 1.3 97/07/08 "
+###########################################################################
+# Written 1997 by J. Schilling
+###########################################################################
+#
+# Platform dependent MACROS for OpenBSD/sun3
+#
+###########################################################################
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+###########################################################################
+include $(SRCROOT)/$(RULESDIR)/rules.prg
+###########################################################################
+
+CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
+CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
+
+CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
+COPTS=
+CWOPTS= -Wall -Wtraditional \
+ -Wshadow -Wmissing-prototypes -Wstrict-prototypes
+COPTOPT= -O
+KDEFINES= -DKERNEL -D_KERNEL
+COPTDYN= -fpic
+COPTGPROF= -pg
+
+LIB_PREFIX= lib
+LIB_SUFFIX= .a
+SHL_SUFFIX= .so.1.0
+
+#LIB_SOCKET= -lsocket -lnsl -ldl
+LIB_SOCKET=
+LIB_MATH= -lm
+#LIB_KVM= -lkvm
+LIB_KVM=
+
+LIBS_PATH= -L$(OLIBSDIR)
+
+LDFLAGS= $(LDOPTS) $(LDOPTX)
+LDLIBS= $(LIBS) $(LIBX)
+
+#LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
+LDOPTS= $(LIBS_PATH) $(LDPATH)
+LDOPTDYN= -shared -Wl,-soname,$(TARGET)
+LNDYNLIB= @$(SYMLINK) $(TARGET) $(PTARGET_BASE).so
+
+FLOAT_OPTIONS=
+
+CC= @echo " ==> COMPILING \"$@\""; gcc
+LDCC= @echo " ==> LINKING \"$@\""; gcc
+DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
+RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; ranlib
+ARFLAGS= cr
+LORDER= lorder
+TSORT= tsort
+
+RMDEP= :
+MKDEP= @echo " ==> MAKE DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
+MKDEP_OUT=

View File

@ -0,0 +1,73 @@
--- /dev/null Tue Dec 16 08:44:53 1997
+++ RULES/powerpc-openbsd-cc.rul Mon Dec 15 23:52:46 1997
@@ -0,0 +1,70 @@
+#ident "@(#)powerpc-openbsd-cc.rul 1.3 97/04/27 "
+###########################################################################
+# Written 1996 by J. Schilling
+###########################################################################
+#
+# Platform dependent MACROS for OpenBSD/powerpc
+#
+###########################################################################
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+###########################################################################
+include $(SRCROOT)/$(RULESDIR)/rules.prg
+###########################################################################
+
+CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
+CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
+
+CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
+COPTS=
+CWOPTS= -Wall -Wtraditional \
+ -Wshadow -Wmissing-prototypes -Wstrict-prototypes
+COPTOPT= -O
+KDEFINES= -DKERNEL -D_KERNEL
+#COPTDYN= -fpic
+COPTGPROF= -pg
+
+LIB_PREFIX= lib
+LIB_SUFFIX= .a
+#SHL_SUFFIX= .so.1.0
+
+#LIB_SOCKET= -lsocket -lnsl -ldl
+LIB_SOCKET=
+LIB_MATH= -lm
+#LIB_KVM= -lkvm
+LIB_KVM=
+
+LIBS_PATH= -L$(OLIBSDIR)
+
+LDFLAGS= $(LDOPTS) $(LDOPTX)
+LDLIBS= $(LIBS) $(LIBX)
+
+#LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
+LDOPTS= $(LIBS_PATH) $(LDPATH)
+#LDOPTDYN= -shared -Wl,-soname,$(TARGET)
+#LNDYNLIB= @$(SYMLINK) $(TARGET) $(PTARGET_BASE).so
+
+FLOAT_OPTIONS=
+
+CC= @echo " ==> COMPILING \"$@\""; gcc
+LDCC= @echo " ==> LINKING \"$@\""; gcc
+#DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
+RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; true
+ARFLAGS= cr
+LORDER= echo
+TSORT= cat
+
+RMDEP= :
+MKDEP= @echo " ==> MAKE DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
+MKDEP_OUT=

View File

@ -0,0 +1,73 @@
--- /dev/null Tue Dec 16 08:44:53 1997
+++ RULES/powerpc-openbsd-gcc.rul Mon Dec 15 23:53:35 1997
@@ -0,0 +1,70 @@
+#ident "@(#)powerpc-powerpc-gcc.rul 1.3 97/04/27 "
+###########################################################################
+# Written 1996 by J. Schilling
+###########################################################################
+#
+# Platform dependent MACROS for OpenBSD/powerpc
+#
+###########################################################################
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+###########################################################################
+include $(SRCROOT)/$(RULESDIR)/rules.prg
+###########################################################################
+
+CPPFLAGS= $(CPPOPTS) $(CPPOPTX)
+CFLAGS= $(COPTS) $(CWARNOPTS) $(COPTOPT) $(COPTX)
+
+CPPOPTS= -I. -I$(ARCHDIR) -I$(OINCSDIR) $(INCDIRS:%=-I%) $(OSDEFS)
+COPTS=
+CWOPTS= -Wall -Wtraditional \
+ -Wshadow -Wmissing-prototypes -Wstrict-prototypes
+COPTOPT= -O
+KDEFINES= -DKERNEL -D_KERNEL
+#COPTDYN= -fpic
+COPTGPROF= -pg
+
+LIB_PREFIX= lib
+LIB_SUFFIX= .a
+#SHL_SUFFIX= .so.1.0
+
+#LIB_SOCKET= -lsocket -lnsl -ldl
+LIB_SOCKET=
+LIB_MATH= -lm
+#LIB_KVM= -lkvm
+LIB_KVM=
+
+LIBS_PATH= -L$(OLIBSDIR)
+
+LDFLAGS= $(LDOPTS) $(LDOPTX)
+LDLIBS= $(LIBS) $(LIBX)
+
+#LDOPTS= $(LIBS_PATH) $(LDPATH) $(RUNPATH)
+LDOPTS= $(LIBS_PATH) $(LDPATH)
+#LDOPTDYN= -shared -Wl,-soname,$(TARGET)
+#LNDYNLIB= @$(SYMLINK) $(TARGET) $(PTARGET_BASE).so
+
+FLOAT_OPTIONS=
+
+CC= @echo " ==> COMPILING \"$@\""; gcc
+LDCC= @echo " ==> LINKING \"$@\""; gcc
+#DYNLD= @echo " ==> LINKING dynamic library \"$@\""; gcc
+RANLIB= @echo " ==> RANDOMIZING ARCHIVE \"$@\""; true
+ARFLAGS= cr
+LORDER= echo
+TSORT= cat
+
+RMDEP= :
+MKDEP= @echo " ==> MAKE DEPENDENCIES \"$@\""; $(RMDEP); gcc -M
+MKDEP_OUT=

View File

@ -0,0 +1 @@
A commandline-driven CD recording utility - the development branch.

66
misc/cdrecord/pkg/DESCR Normal file
View File

@ -0,0 +1,66 @@
This is Version 1.6a7 of cdrecord
Cdrecord allows you to create CD's on a CD-Recorder.
For multi session please read README.multi
Cdrecord has been designed with a similar user interface as cdwrite
written by
Adam J. Richter <adam@yggdrasil.com>
now maintained by
H. Peter Anvin <hpa@transmeta.com>
but the dev= option is slightly different for portability.
The cdrecord distribution contains a SCSI user level transport library.
The SCSI library is suitable to talk to any SCSI device without having
a special driver for it.
Cdrecord has been implemented with a Philips CDD 521.
Cdrecord now is maintained with a Philips CDD-2000
It should run also on:
DynaTec CDM-240J (see Pinnacle RCD-4x4)
Grundig CDR-100 (not tested)
Hewlett Packard 4020i
Hewlett Packard 6020i
HP C4324/C4325 (HP SureStore 4020i/6020i)
Hi-Val CD-R (see Pinnacle RCD-4x4)
JVC XR-W2010 (uses TEAC pre-alpha code - see below)
Kodak PCD-200 or Kodak PCD-200 Plus
Kodak PCD-225
Kodak PCD-600
MitsumiCR-2401-TS (not tested)
Olympus CDS615E
Philips CDD 521 (CDD521/02 Revision: 2.06 has bad firmware - seems not to work)
Philips CDD 521 (upgraded units only: ID: CDD521/10 Revision: 2.07)
Philips CDD 522
Philips CDD 2000
Philips CDD 2600
Pinnacle Micro RCD-5020 (see TEAC/JVC)
Pinnacle Micro RCD-5040 (see TEAC/JVC)
Pinnacle Micro RCD-4x4 (see TEAC/JVC but no auto device detect: use driver=teac_cdr50 please report inquiry)
Plasmon CDR 4220 (not tested)
Plasmon RF-4100
Ricoh RO-1420C
Ricoh MP-6200
Smart & Friendly CD-R2004
Sony CDU920S
Sony CDU924S
Sony CDU926S
Sony CDU940S
TEAC CD-R50S (Pre-alpha support: one data track only, use at your own risk)
please run each session in "script" and report errors
Taiyo Yuden CD-WO EW-50(please test: has been reported to be a Philips CDD-522)
Yamaha CDR-100
Yamaha CDR-102
Yamaha CDR-200
Yamaha CDR-400(Firmware revision 1.0d and up otherwise upgrade)
Multi-session has not been tested with the Plasmon RF-4100
All companies that support me with SCSI command reference manuals and drives
will get (continued) support in the following releases.
mkisofs is also contained in cdrecord-1.6a7
Joerg Schilling (text edited by Niklas Hallqvist)

2
misc/cdrecord/pkg/PLIST Normal file
View File

@ -0,0 +1,2 @@
bin/cdrecord
man/man1/cdrecord.1