From owner-svn-ports-all@FreeBSD.ORG Thu May 29 09:07:21 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E657694A; Thu, 29 May 2014 09:07:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D383420BD; Thu, 29 May 2014 09:07:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4T97L6e087276; Thu, 29 May 2014 09:07:21 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4T97LbY087275; Thu, 29 May 2014 09:07:21 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201405290907.s4T97LbY087275@svn.freebsd.org> From: John Marino Date: Thu, 29 May 2014 09:07:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355678 - head/lang/clisp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2014 09:07:22 -0000 Author: marino Date: Thu May 29 09:07:21 2014 New Revision: 355678 URL: http://svnweb.freebsd.org/changeset/ports/355678 QAT: https://qat.redports.org/buildarchive/r355678/ Log: lang/clisp: Unbreak by specifying proper iconv Adding a configure argument for libiconv make clisps build with either libc or libiconv as appropriate. Fix verified on Redports on all supported platforms. PR: ports/187282 Submitted by: Robert Cina Fixed by: marino Approved by: maintainer timeout (due to impending death of port) Approved by: portmgr (implicit) Note that this port is still going to die in a few weeks, so I am not bothering to stage it. Modified: head/lang/clisp/Makefile Modified: head/lang/clisp/Makefile ============================================================================== --- head/lang/clisp/Makefile Thu May 29 08:36:51 2014 (r355677) +++ head/lang/clisp/Makefile Thu May 29 09:07:21 2014 (r355678) @@ -3,12 +3,12 @@ PORTNAME= clisp PORTVERSION= 2.49 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang lisp MASTER_SITES= GNU/${PORTNAME}/release/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A Common Lisp implementation +COMMENT= Common Lisp implementation LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/GNU-GPL @@ -28,7 +28,7 @@ WANT_GNOME= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" --mandir="${MANPREFIX}/man" \ --elispdir="${DATADIR}/emacs" --vimdir="${DATADIR}/vim" \ - --docdir="${DOCSDIR}" + --docdir="${DOCSDIR}" --with-libiconv=${ICONV_PREFIX} CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-freebsd${OSREL} # Complaints if the environment changes between build stages. MAKE_ENV= ${CONFIGURE_ENV}