Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2013 14:33:23 GMT
From:      Anton Lukyanov <a.lukyanov@hostcomm.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184053: net/openldap24-server: perl_back.h:22:18: error: perl.h: No such file or directory
Message-ID:  <201311181433.rAIEXNGn059036@oldred.freebsd.org>
Resent-Message-ID: <201311181440.rAIEe0Fg062089@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184053
>Category:       ports
>Synopsis:       net/openldap24-server: perl_back.h:22:18: error: perl.h: No such file or directory
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 18 14:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Anton Lukyanov
>Release:        FreeBSD 8.3-RELEASE
>Organization:
Hosting Community
>Environment:
FreeBSD node5.alukyanov.devel.hostcomm.ru 8.3-RELEASE FreeBSD 8.3-RELEASE #0: Mon Apr  9 21:23:18 UTC 2012     root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Port net/openldap24-server have dependency problem: port lang/perlX.XX not added to dependency variables (BUILD_DEPENDS, RUN_DEPENDS) if option PERL is set.
>How-To-Repeat:
Set option PERL on port net/openldap24-server and run make.
>Fix:
--- Makefile.orig       2013-11-13 16:08:57.000000000 +0400
+++ Makefile    2013-11-13 16:08:07.000000000 +0400
@@ -125,7 +125,7 @@
 CONFIGURE_SED=         -e 's,-kthread,${PTHREAD_LIBS},g' -e 's,uuid/uuid.h,xxuuid/uuid.h,g'

 NO_STAGE=      yes
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>

 .if defined(CLIENT_ONLY)
 PORTDOCS=              CHANGES drafts rfc
@@ -475,6 +475,7 @@

 # end of client/server specific configuration
 .endif
+.include <bsd.port.pre.mk>

 .if defined(WITH_CLDAP)
 CPPFLAGS+=             -DLDAP_CONNECTIONLESS

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311181433.rAIEXNGn059036>