From owner-cvs-all@FreeBSD.ORG Fri Feb 8 10:56:42 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA5FB16A41A; Fri, 8 Feb 2008 10:56:42 +0000 (UTC) (envelope-from mich@freebsd.org) Received: from freebsdcluster.org (freebsdcluster.dk [195.184.98.178]) by mx1.freebsd.org (Postfix) with ESMTP id 8375913C447; Fri, 8 Feb 2008 10:56:42 +0000 (UTC) (envelope-from mich@freebsd.org) Received: from [192.168.1.76] (unknown [91.151.119.161]) by freebsdcluster.org (Postfix) with ESMTP id D805A7087CC; Fri, 8 Feb 2008 11:56:40 +0100 (CET) Message-Id: From: Michael Landin Hostbaek To: Chin-San Huang In-Reply-To: <200802080655.m186t4hp095963@repoman.freebsd.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Date: Fri, 8 Feb 2008 11:56:40 +0100 References: <200802080655.m186t4hp095963@repoman.freebsd.org> X-Mailer: Apple Mail (2.915) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/p5-GSSAPI Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2008 10:56:42 -0000 On Feb 8, 2008, at 7:55 AM, Chin-San Huang wrote: > chinsan 2008-02-08 06:55:04 UTC > > FreeBSD ports repository > > Modified files: > security/p5-GSSAPI Makefile distinfo > Log: > - Update to 0.25 > - Changelog: http://search.cpan.org/dist/GSSAPI/Changes This does not seem to work for me (on several systems): root@plonk security/p5-GSSAPI# make ===> Building for p5-GSSAPI-0.25 Makefile out-of-date with respect to /usr/local/lib/perl5/5.8.8/mach/ Config.pm /usr/local/lib/perl5/5.8.8/mach/CORE/config.h Cleaning current config before rebuilding Makefile... make -f Makefile.old clean > /dev/null 2>&1 /usr/local/bin/perl5.8.8 Makefile.PL "INSTALLDIRS=site" "CC=cc" "CCFLAGS=-O2 -fno-strict-aliasing -pipe " "PREFIX=/usr/local" "INSTALLPRIVLIB=/usr/local/lib" "INSTALLARCHLIB=/usr/local/lib" Welcome to GSSAPI.pm setup! run "perl Makefile.PL --help" to see further installation options ---------------------------------------------------------- Searching krb5-config command... /usr/bin/krb5-config ---------------------------------------------------------- using GSSAPI implementation FreeBSD heimdal 0.6.3 $Id: krb5-config.in,v 1.9 2002/09/09 22:29:06 joda Exp $ ---------------------------------------------------------- Adding own DEFINEs -DHEIMDAL ---------------------------------------------------------- Using LIBS -L/usr/lib -lgssapi -lkrb5 -lasn1 -lcrypto -lroken -lcrypt -lcom_err ---------------------------------------------------------- Using INC includeconfiguration -I/usr/include ---------------------------------------------------------- WARNING: LICENSE is not a known parameter. Checking if your kit is complete... Looks good 'LICENSE' is not a known MakeMaker parameter name. Writing Makefile for GSSAPI ==> Your Makefile has been rebuilt. <== ==> Please rerun the make command. <== false *** Error code 1 Stop in /usr/ports/security/p5-GSSAPI/work/GSSAPI-0.25. *** Error code 1 Stop in /usr/ports/security/p5-GSSAPI. /mich