- remove this, it has COMES_WITH=4.9

ok naddy@
This commit is contained in:
jasper 2011-03-07 09:21:38 +00:00
parent e31fabc1b8
commit e4f94c8861
12 changed files with 2 additions and 215 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.674 2011/01/05 23:09:44 jasper Exp $
# $OpenBSD: Makefile,v 1.675 2011/03/07 09:21:38 jasper Exp $
# $FreeBSD: Makefile,v 1.129 1997/11/20 13:47:40 itojun Exp $
#
@ -223,7 +223,6 @@
SUBDIR += nmap
SUBDIR += no-ip
SUBDIR += ns
SUBDIR += nsd
SUBDIR += nslint
SUBDIR += nslint,static
SUBDIR += nsping

View File

@ -1,43 +0,0 @@
# $OpenBSD: Makefile,v 1.57 2010/10/18 18:36:50 espie Exp $
COMES_WITH= 4.9
COMMENT= authoritative-only name server daemon
VERSION= 3.2.6
DISTNAME= nsd-${VERSION}
CATEGORIES= net
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/
HOMEPAGE= http://www.nlnetlabs.nl/projects/nsd/
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-bind8-stats \
--with-ssl=/usr \
--with-user=named \
--with-pidfile=/var/nsd/nsd.pid \
--with-zonesdir=/var/nsd/zones \
--with-dbfile=/var/nsd/nsd.db \
--with-difffile=/var/nsd/ixfr.db \
--with-xfrdfile=/var/nsd/xfrd.state
USE_GROFF = Yes
NO_REGRESS= Yes
DOCS= README NSD-FOR-BIND-USERS
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nsd
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/nsd
cd ${WRKSRC}/doc; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/nsd
mv ${WRKINST}/${SYSCONFDIR}/nsd/nsd.conf.sample ${PREFIX}/share/examples/nsd/nsd.conf
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
MD5 (nsd-3.2.6.tar.gz) = 8pq9ZHxwo14PUmB0QMZrGg==
RMD160 (nsd-3.2.6.tar.gz) = jfnLuR39UnnTyNr5SuqZp2NMK0g=
SHA1 (nsd-3.2.6.tar.gz) = eFffTDShD2PIEAroBvEvYDU5d3M=
SHA256 (nsd-3.2.6.tar.gz) = hYvGzSy4HC42S5qKMkyX84qMZ2ufWujgehANj1KNjW4=
SIZE (nsd-3.2.6.tar.gz) = 865021

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-Makefile_in,v 1.3 2010/01/08 06:30:48 jakob Exp $
--- Makefile.in.orig Mon Jul 13 10:41:41 2009
+++ Makefile.in Fri Jan 8 07:59:23 2010
@@ -318,8 +318,6 @@ nsd.conf.sample: $(srcdir)/nsd.conf.sample.in
install: all
$(INSTALL) -d $(DESTDIR)$(sbindir)
$(INSTALL) -d $(DESTDIR)$(configdir)
- $(INSTALL) -d $(DESTDIR)$(piddir)
- $(INSTALL) -d $(DESTDIR)$(dbdir)
$(INSTALL) -d $(DESTDIR)$(mandir)
$(INSTALL) -d $(DESTDIR)$(mandir)/man8
$(INSTALL) -d $(DESTDIR)$(mandir)/man5

View File

@ -1,5 +0,0 @@
The NLnet Labs Name Server Daemon (NSD) is an authoritative RFC compliant
DNS nameserver. It was first conceived to allow for more genetic
diversity for DNS server implementations used by the root-server system
and it has been developed for operations in environments where speed,
reliability, stability, and security are of high importance.

View File

@ -1,32 +0,0 @@
@comment $OpenBSD: PLIST,v 1.10 2009/04/19 09:01:18 jakob Exp $
@man man/man5/nsd.conf.5
@man man/man8/nsd-checkconf.8
@man man/man8/nsd-notify.8
@man man/man8/nsd-patch.8
@man man/man8/nsd-xfer.8
@man man/man8/nsd.8
@man man/man8/nsdc.8
@man man/man8/zonec.8
@bin sbin/nsd
@bin sbin/nsd-checkconf
@bin sbin/nsd-notify
@bin sbin/nsd-patch
@bin sbin/nsd-xfer
sbin/nsdc
@bin sbin/zonec
share/doc/nsd/
share/doc/nsd/NSD-FOR-BIND-USERS
share/doc/nsd/README
share/examples/nsd/
@mode 770
@group named
@sample ${SYSCONFDIR}/nsd/
@mode
@group
share/examples/nsd/nsd.conf
@mode 640
@group named
@sample ${SYSCONFDIR}/nsd/nsd.conf
@mode 770
@sample /var/nsd/
@sample /var/nsd/zones/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.438 2011/01/15 12:53:10 landry Exp $
# $OpenBSD: Makefile,v 1.439 2011/03/07 09:22:55 jasper Exp $
# $FreeBSD: Makefile,v 1.178 1997/11/24 05:32:52 fenner Exp $
SUBDIR =
@ -263,7 +263,6 @@
SUBDIR += un-fonts
SUBDIR += unclutter
SUBDIR += vdesk
SUBDIR += video
SUBDIR += viewfax
SUBDIR += vlc
SUBDIR += waimea

View File

@ -1,35 +0,0 @@
# $OpenBSD: Makefile,v 1.6 2010/10/19 08:13:59 espie Exp $
COMES_WITH = 4.9
MASTER_SITES = http://www.bsdfrog.org/OpenBSD/distfiles/ \
ftp://quatramaran.ens.fr/pub/espie/
DISTNAME = video-0
REVISION = 1
WRKSRC = ${WRKDIR}/video
COMMENT = record and display with video(4)
CATEGORIES = x11 sysutils
USE_GROFF = Yes
NO_REGRESS = Yes
WANTLIB = X11 Xv c
# BSD
PERMIT_PACKAGE_FTP = Yes
PERMIT_PACKAGE_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
WRKDIST = ${WRKDIR}/video
do-build:
cd ${WRKBUILD} && ${CC} -I${X11BASE}/include ${CFLAGS} \
-o video video.c -L${X11BASE}/lib -lX11 -lXv
cd ${WRKBUILD} && mandoc video.1 > video.cat1
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/video ${PREFIX}/bin
${INSTALL_MAN} ${WRKBUILD}/video.cat1 ${PREFIX}/man/cat1/video.0
.include <bsd.port.mk>

View File

@ -1,5 +0,0 @@
MD5 (video-0.tar.gz) = gl+pIagbr8Ek3RTJ4GtNcw==
RMD160 (video-0.tar.gz) = nn7tDBc2PEO98dOSa52aADq6ymA=
SHA1 (video-0.tar.gz) = aFB6rfDlWdstVnRbHZEce2ydo10=
SHA256 (video-0.tar.gz) = 6kKzaB04cXpwaXRAfXHMPgGDNLj432xR9bcHYkzfoVE=
SIZE (video-0.tar.gz) = 11342

View File

@ -1,64 +0,0 @@
$OpenBSD: patch-video_c,v 1.1 2010/09/12 22:41:45 jakemsr Exp $
--- video.c.orig Tue Aug 31 06:32:00 2010
+++ video.c Tue Aug 31 06:31:39 2010
@@ -710,19 +710,19 @@ dev_get_sizes(struct video *vid)
while (ioctl(d->fd, VIDIOC_ENUM_FRAMESIZES, &fsize) == 0) {
switch (fsize.type) {
case V4L2_FRMSIZE_TYPE_DISCRETE:
- sizes[nsizes].w = fsize.discrete.width;
- sizes[nsizes].h = fsize.discrete.height;
+ sizes[nsizes].w = fsize.un.discrete.width;
+ sizes[nsizes].h = fsize.un.discrete.height;
nsizes++;
break;
case V4L2_FRMSIZE_TYPE_CONTINUOUS:
- step_w = (((fsize.stepwise.max_width -
- fsize.stepwise.min_width) / MAX_DSZS) + 15) & ~15;
- step_h = (((fsize.stepwise.max_height -
- fsize.stepwise.min_height) / MAX_DSZS) + 15) & ~15;
- for (tmp_w = fsize.stepwise.min_width,
- tmp_h = fsize.stepwise.min_height;
- tmp_w <= fsize.stepwise.max_width &&
- tmp_h <= fsize.stepwise.max_height;
+ step_w = (((fsize.un.stepwise.max_width -
+ fsize.un.stepwise.min_width) / MAX_DSZS) + 15) & ~15;
+ step_h = (((fsize.un.stepwise.max_height -
+ fsize.un.stepwise.min_height) / MAX_DSZS) + 15) & ~15;
+ for (tmp_w = fsize.un.stepwise.min_width,
+ tmp_h = fsize.un.stepwise.min_height;
+ tmp_w <= fsize.un.stepwise.max_width &&
+ tmp_h <= fsize.un.stepwise.max_height;
tmp_w += step_w, tmp_h += step_h) {
sizes[nsizes].w = tmp_w;
sizes[nsizes].h = tmp_h;
@@ -731,18 +731,18 @@ dev_get_sizes(struct video *vid)
}
break;
case V4L2_FRMSIZE_TYPE_STEPWISE:
- step_w = (((fsize.stepwise.max_width -
- fsize.stepwise.min_width) / MAX_DSZS) +
- fsize.stepwise.step_width - 1) &
- ~(fsize.stepwise.step_width - 1);
- step_h = (((fsize.stepwise.max_height -
- fsize.stepwise.min_height) / MAX_DSZS) +
- fsize.stepwise.step_height - 1) &
- ~(fsize.stepwise.step_height - 1);
- for (tmp_w = fsize.stepwise.min_width,
- tmp_h = fsize.stepwise.min_height;
- tmp_w <= fsize.stepwise.max_width &&
- tmp_h <= fsize.stepwise.max_height;
+ step_w = (((fsize.un.stepwise.max_width -
+ fsize.un.stepwise.min_width) / MAX_DSZS) +
+ fsize.un.stepwise.step_width - 1) &
+ ~(fsize.un.stepwise.step_width - 1);
+ step_h = (((fsize.un.stepwise.max_height -
+ fsize.un.stepwise.min_height) / MAX_DSZS) +
+ fsize.un.stepwise.step_height - 1) &
+ ~(fsize.un.stepwise.step_height - 1);
+ for (tmp_w = fsize.un.stepwise.min_width,
+ tmp_h = fsize.un.stepwise.min_height;
+ tmp_w <= fsize.un.stepwise.max_width &&
+ tmp_h <= fsize.un.stepwise.max_height;
tmp_w += step_w, tmp_h += step_h) {
sizes[nsizes].w = tmp_w;
sizes[nsizes].h = tmp_h;

View File

@ -1,7 +0,0 @@
The video(1) utility grabs images from video(4) devices and records them
to file, displays them using Xv(3), records and plays them concurrently,
and plays back recorded files. video(1) can read from standard input
and write to standard output. video(1) is also capable of setting some
of the controls on video(4) devices, such as brightness and contrast.
Should be part of xenocara, but does not build on gcc2.

View File

@ -1,3 +0,0 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/08/08 08:10:05 espie Exp $
@bin bin/video
@man man/cat1/video.0