From owner-svn-ports-all@FreeBSD.ORG Tue Dec 24 22:01:23 2013 Return-Path: Delivered-To: svn-ports-all@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 0416CD71; Tue, 24 Dec 2013 22:01:23 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E407113D1; Tue, 24 Dec 2013 22:01:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBOM1ML8094770; Tue, 24 Dec 2013 22:01:22 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBOM1MMC094767; Tue, 24 Dec 2013 22:01:22 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201312242201.rBOM1MMC094767@svn.freebsd.org> From: Pawel Pekala Date: Tue, 24 Dec 2013 22:01:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337392 - head/graphics/chbg 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.17 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: Tue, 24 Dec 2013 22:01:23 -0000 Author: pawel Date: Tue Dec 24 22:01:22 2013 New Revision: 337392 URL: http://svnweb.freebsd.org/changeset/ports/337392 Log: - Fix build with clang - Add LICENSE - Support staging PR: ports/184834 Submitted by: KATO Tsuguru Modified: head/graphics/chbg/Makefile head/graphics/chbg/pkg-plist (contents, props changed) Modified: head/graphics/chbg/Makefile ============================================================================== --- head/graphics/chbg/Makefile Tue Dec 24 21:50:59 2013 (r337391) +++ head/graphics/chbg/Makefile Tue Dec 24 22:01:22 2013 (r337392) @@ -11,23 +11,20 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Change Background Picture with time period -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LICENSE= GPLv2 # (or later) +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png + +USES= gmake gettext pathfix USE_GNOME= gdkpixbuf -USE_GMAKE= yes -USES= gettext GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" -CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --disable-gnome -NO_STAGE= yes -.include - -MAN1= chbg.1 +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's|^guint argc|gint argc|' ${WRKSRC}/src/chbg.c -.include +.include Modified: head/graphics/chbg/pkg-plist ============================================================================== --- head/graphics/chbg/pkg-plist Tue Dec 24 21:50:59 2013 (r337391) +++ head/graphics/chbg/pkg-plist Tue Dec 24 22:01:22 2013 (r337392) @@ -1,4 +1,5 @@ bin/chbg +man/man1/chbg.1.gz share/locale/de/LC_MESSAGES/chbg.mo share/locale/fr/LC_MESSAGES/chbg.mo share/locale/sk/LC_MESSAGES/chbg.mo