pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/49523: Unbreak mail/nullmailer



>Number:         49523
>Category:       pkg
>Synopsis:       Unbreak mail/nullmailer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jan 02 03:05:00 +0000 2015
>Originator:     Sevan Janiyan
>Release:        pkgsrc-current
>Organization:
>Environment:
Darwin 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc
>Description:
lib/fdbuf/fdobuf.h references uid_t & gid_t but does not include sys/types.h which means the build breaks
>How-To-Repeat:

>Fix:
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/mail/nullmailer/distinfo,v
retrieving revision 1.14
diff -u -r1.14 distinfo
--- distinfo    3 Sep 2013 17:50:27 -0000       1.14
+++ distinfo    2 Jan 2015 03:02:09 -0000
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = eeab7dc23266f74edaa578ca1de9422614d16dab
 SHA1 (patch-ab) = 12e7d0381a9b43888b4809799b7d2c5775bc8b6d
 SHA1 (patch-ac) = c542bbf35dfc2148dd133837799b7f4634b66489
+SHA1 (patch-lib_fdbuf_fdobuf.h) = 908c077cd778c16c441ae20fd6a5cac902684326
cvs diff: Diffing files
cvs diff: Diffing patches
Index: patches/patch-lib_fdbuf_fdobuf.h
===================================================================
RCS file: patches/patch-lib_fdbuf_fdobuf.h
diff -N patches/patch-lib_fdbuf_fdobuf.h
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-lib_fdbuf_fdobuf.h    2 Jan 2015 03:02:09 -0000
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- lib/fdbuf/fdobuf.h.orig    2015-01-02 02:59:35.000000000 +0000
++++ lib/fdbuf/fdobuf.h
+@@ -14,6 +14,8 @@
+ // along with this program; if not, write to the Free Software
+ // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ 
++#include <sys/types.h>
++
+ #ifndef FDBUF__FDOBUF__H__
+ #define FDBUF__FDOBUF__H__
+ 



Home | Main Index | Thread Index | Old Index