View | Details | Raw Unified | Return to bug 281782
Collapse All | Expand All

(-)b/sysutils/daemontools/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	daemontools
1
PORTNAME=	daemontools
2
PORTVERSION=	0.76
2
PORTVERSION=	0.76
3
PORTREVISION=	19
3
PORTREVISION=	20
4
CATEGORIES=	sysutils
4
CATEGORIES=	sysutils
5
MASTER_SITES=	http://cr.yp.to/daemontools/ \
5
MASTER_SITES=	http://cr.yp.to/daemontools/ \
6
		http://mirror.shatow.net/freebsd/${PORTNAME}/:DEFAULT,1 \
6
		http://mirror.shatow.net/freebsd/${PORTNAME}/:DEFAULT,1 \
(-)b/sysutils/daemontools/files/patch-error.h (-1 / +11 lines)
Added Link Here
0
- 
1
--- error.h.orig
2
+++ error.h
3
@@ -3,7 +3,7 @@
4
 #ifndef ERROR_H
5
 #define ERROR_H
6
 
7
-extern int errno;
8
+#include <errno.h>
9
 
10
 extern int error_intr;
11
 extern int error_nomem;

Return to bug 281782