From owner-svn-ports-head@FreeBSD.ORG Thu Sep 18 20:46:35 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A972BAC9; Thu, 18 Sep 2014 20:46:35 +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 7A2421C8; Thu, 18 Sep 2014 20:46:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8IKkZcV054386; Thu, 18 Sep 2014 20:46:35 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8IKkZ6I054384; Thu, 18 Sep 2014 20:46:35 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409182046.s8IKkZ6I054384@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 18 Sep 2014 20:46:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368525 - in head/graphics/Hermes: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 20:46:35 -0000 Author: tijl Date: Thu Sep 18 20:46:34 2014 New Revision: 368525 URL: http://svnweb.freebsd.org/changeset/ports/368525 QAT: https://qat.redports.org/buildarchive/r368525/ Log: - Remove old libtool patch - Touch config header in post-extract to avoid autotools - Add INSTALL_TARGET=install-strip - Use BROKEN_sparc64 Deleted: head/graphics/Hermes/files/patch-configure Modified: head/graphics/Hermes/Makefile head/graphics/Hermes/pkg-plist Modified: head/graphics/Hermes/Makefile ============================================================================== --- head/graphics/Hermes/Makefile Thu Sep 18 20:44:32 2014 (r368524) +++ head/graphics/Hermes/Makefile Thu Sep 18 20:46:34 2014 (r368525) @@ -3,7 +3,7 @@ PORTNAME= Hermes PORTVERSION= 1.3.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= ftp://ftp.su.se/pub/lunar/source-archive/ \ GENTOO/distfiles @@ -11,11 +11,9 @@ MASTER_SITES= ftp://ftp.su.se/pub/lunar/ MAINTAINER= ports@FreeBSD.org COMMENT= Fast pixel formats conversion library -USES= gmake libtool tar:bzip2 -USE_AUTOTOOLS= libtoolize GNU_CONFIGURE= yes -MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ - AUTOHEADER="${TRUE}" +INSTALL_TARGET= install-strip +USES= gmake libtool tar:bzip2 USE_LDCONFIG= yes PORTDOCS= * @@ -33,18 +31,15 @@ DOC_FILES3= api.sgml OPTIONS_DEFINE= DOCS -.include +BROKEN_sparc64= interchanges red and blue colour channels in images -.if ${ARCH} == sparc64 -IGNORE= is broken on sparc64: interchanges red and blue colour channels in images -.endif +post-extract: + ${TOUCH} ${WRKSRC}/src/hrconfig.h.in post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.1 - @${MKDIR} ${STAGEDIR}${DOCSDIR3} ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2} ${INSTALL_DATA} ${DOC_FILES3:S|^|${DOCSRCDIR3}/|} ${STAGEDIR}${DOCSDIR3} -.include +.include Modified: head/graphics/Hermes/pkg-plist ============================================================================== --- head/graphics/Hermes/pkg-plist Thu Sep 18 20:44:32 2014 (r368524) +++ head/graphics/Hermes/pkg-plist Thu Sep 18 20:46:34 2014 (r368525) @@ -10,4 +10,5 @@ include/Hermes/Types.h lib/libHermes.a lib/libHermes.so lib/libHermes.so.1 +lib/libHermes.so.1.0.0 @dirrm include/Hermes