pkgsrc-Bugs archive

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

pkg/49116: mail/opensmtpd needs bion & zlib



>Number:         49116
>Category:       pkg
>Synopsis:       mail/opensmtpd needs bion & zlib
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Aug 14 21:00:00 +0000 2014
>Originator:     ISIHARA Takanori
>Release:        pkgsrc-2014Q2
>Organization:
Nagoya *BSD Users' Group :-)
>Environment:
Linux dti-vps-srvXXX 2.6.32-042stab079.5 #1 SMP Fri Aug 2 17:16:15 MSK 2013 
x86_64 x86_64 x86_64 GNU/Linux

>Description:
mail/opensmtpd needs bison & zlib.

>How-To-Repeat:
# head -1 /etc/issue
CentOS release 6.5 (Final)
# yum remove zlib-devel
# yum remove bison

cd /usr/pkgsrc/mail/opensmtpd
bmake install

>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/mail/opensmtpd/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    12 Feb 2014 23:18:09 -0000      1.2
+++ Makefile    14 Aug 2014 20:50:19 -0000
@@ -18,7 +18,7 @@

 USE_LANGUAGES= c
 USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    pkg-config bison
 USE_TOOLS+=    automake aclocal autoheader autoconf

 SMTPD_HOME=    ${VARBASE}/chroot/smtpd
@@ -58,4 +58,5 @@
                ${DESTDIR}${EXAMPLEDIR}/mailer.conf

 .include "../../devel/libevent/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index