From owner-freebsd-ports@FreeBSD.ORG Wed Oct 15 08:24:59 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53BA116A4BF for ; Wed, 15 Oct 2003 08:24:59 -0700 (PDT) Received: from cloudburst.umist.ac.uk (cloudburst.umist.ac.uk [130.88.119.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FEF743FDF for ; Wed, 15 Oct 2003 08:24:55 -0700 (PDT) (envelope-from lewiz@black.lewiz.org) Received: from lh014.halls.umist.ac.uk ([130.88.163.14] helo=yellow.lewiz.org) by cloudburst.umist.ac.uk with esmtp (Exim 4.24) id 1A9nW9-0006jI-Ht for ports@freebsd.org; Wed, 15 Oct 2003 16:24:53 +0100 Received: from black.lewiz.org ([192.168.0.12]) by mail.lewiz.org with smtp (Exim 4.22) id 1A9nWD-000DmI-5X for ports@freebsd.org; Wed, 15 Oct 2003 16:24:57 +0100 Received: (nullmailer pid 30162 invoked by uid 4001); Wed, 15 Oct 2003 15:24:31 -0000 Date: Wed, 15 Oct 2003 16:24:31 +0100 From: Lewis Thompson To: ports@freebsd.org Message-ID: <20031015152431.GA78843@lewiz.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="adJ1OR3c6QgCpb/j" Content-Disposition: inline X-GPG-Fingerprint: 90A4 939E 3847 A3E4 8103 2A48 22DA B428 542F ED3F X-GPG-Info: http://www.westwood.karoo.net/pgpkey / horowitz.surfnet.nl User-Agent: Mutt/1.5.4i X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean Subject: Kronolith problem. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Oct 2003 15:24:59 -0000 --adJ1OR3c6QgCpb/j Content-Type: multipart/mixed; boundary="CdrF4e02JqNVZeln" Content-Disposition: inline --CdrF4e02JqNVZeln Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, Just tried to install kronolith and got the following: =3D=3D=3D> Checking if deskutils/kronolith already installed =3D=3D=3D> Documentation installed in /usr/local/share/doc/kronolith. =3D=3D=3D> Creating /var/calendar =3D=3D=3D> Creating /usr/local/etc/mpasswd Please enter a password for www's calendar: FOOBAR /usr/local/bin/htpasswd: not found *** Error code 127 Stop in /usr/ports/deskutils/kronolith. lewiz@red /usr/ports/deskutils/kronolith # ht htdbm htdigest html.cmap html.sdata htpasswd httpd =20 lewiz@red /usr/ports/deskutils/kronolith # ht lewiz@red /usr/ports/deskutils/kronolith # which htpasswd /usr/local/sbin/htpasswd lewiz@red /usr/ports/deskutils/kronolith # This is pretty simple and I changed the stuff in the Makefile. Attached is a patch that reflects my changes (although it's really not required). I don't know if the changes will hold true for APACHE13. Best wishes, -lewiz. --=20 I was so much older then, I'm younger than that now. --Bob Dylan, 1964. ------------------------------------------------------------------------ -| msn:purple@lewiz.net | jab:lewiz@jabber.org | url:http://lewiz.net |- --CdrF4e02JqNVZeln Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="kronolith_makefile.patch" --- Makefile.old Thu Sep 18 15:07:08 2003 +++ Makefile Wed Oct 15 16:22:58 2003 @@ -92,13 +92,13 @@ ${ECHO_MSG} "===> Creating ${LOCALBASE}/etc/mpasswd" ; \ ${ECHO} -n "Please enter a password for www's calendar: " ; \ (read PASSCAL; \ - ${LOCALBASE}/bin/htpasswd -bc ${LOCALBASE}/etc/mpasswd www $${PASSCAL}; \ + ${LOCALBASE}/sbin/htpasswd -bc ${LOCALBASE}/etc/mpasswd www $${PASSCAL}; \ ${REINPLACE_CMD} -e "s:%%PASSCAL%%:$${PASSCAL}:" ${CONFDIR}/conf.php) \ elif ! ${GREP} -q -e "^www" ${LOCALBASE}/etc/mpasswd ; then \ ${ECHO_MSG} "===> Adding www into ${LOCALBASE}/etc/mpasswd" ; \ ${ECHO} -n "Please enter a password for www's calendar: " ; \ (read PASSCAL; \ - ${LOCALBASE}/bin/htpasswd -b ${LOCALBASE}/etc/mpasswd www $${PASSCAL} ; \ + ${LOCALBASE}/sbin/htpasswd -b ${LOCALBASE}/etc/mpasswd www $${PASSCAL} ; \ ${REINPLACE_CMD} -e "s:%%PASSCAL%%:$${PASSCAL}:" ${CONFDIR}/conf.php) \ else \ ${REINPLACE_CMD} -e "s:%%PASSCAL%%:www_cal_password:" ${CONFDIR}/conf.php ; \ --CdrF4e02JqNVZeln-- --adJ1OR3c6QgCpb/j Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/jWavItq0KFQv7T8RAo9EAKDOkyZ/BEXLkP1uQu71oqgOz6HWtwCfWpvv RyXrJUyXiLH3APKTu+mG4jo= =Q+5v -----END PGP SIGNATURE----- --adJ1OR3c6QgCpb/j--