Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2014 17:25:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193208] New: [patch] net/smbldap-tools: Build failure with pod2man 2.5+
Message-ID:  <bug-193208-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193208

            Bug ID: 193208
           Summary: [patch] net/smbldap-tools: Build failure with pod2man
                    2.5+
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: spil.oss@gmail.com

Building net/smbldap-tools fails with error
Building smbldap-config.8 from smbldap-config.cmd ...
pod2man: unable to format smbldap-config.cmd
make: *** [smbldap-config.8] Error 1 

This is due to the latest pod2man failing on files not containing a POD

Fix from http://gna.org/support/?3013 merged into the smbldap-config.pl patch

# diff -ruN files/patch-smbldap-config.pl files/patch-smbldap-config.pl.orig
--- files/patch-smbldap-config.pl       2014-08-31 19:18:16.947961084 +0200
+++ files/patch-smbldap-config.pl.orig  2014-01-22 18:40:44.000000000 +0100
@@ -42,24 +42,3 @@

  # comment out the following line to get rid of the default banner
  # no_banner=\"1\"
-@@ -557,3 +557,19 @@
- $mode=0600;
- chmod $mode,"$smbldap_bind_conf","$smbldap_bind_conf.old";
-
-+_END_
-+
-+=head1 NAME
-+
-+smbldap-config - Configure the smbldap-tools
-+
-+=head1 SYNOPSIS
-+
-+smbldap-config
-+
-+=head1 DESCRIPTION
-+
-+An interactive script to configure the smbldap-tools to work with your
-+existing LDAP server(s). Before running it, you should ensure that your
-+samba controller is up and running, and that the domain SID is defined
-+(you can check it by running 'net getlocalsid').
-

-- 
You are receiving this mail because:
You are the assignee for the bug.



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