From owner-svn-ports-head@FreeBSD.ORG Fri Dec 20 18:34:21 2013 Return-Path: Delivered-To: svn-ports-head@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 618BBEF6; Fri, 20 Dec 2013 18:34: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 33D6E1E75; Fri, 20 Dec 2013 18:34:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKIYL0i080877; Fri, 20 Dec 2013 18:34:21 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBKIYKqK080875; Fri, 20 Dec 2013 18:34:20 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201312201834.rBKIYKqK080875@svn.freebsd.org> From: Pawel Pekala Date: Fri, 20 Dec 2013 18:34:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337065 - in head/graphics/gtimelapse: . 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.17 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: Fri, 20 Dec 2013 18:34:21 -0000 Author: pawel Date: Fri Dec 20 18:34:20 2013 New Revision: 337065 URL: http://svnweb.freebsd.org/changeset/ports/337065 Log: - Fix build with clang - Add DESKTOP_ENTRIES - Port supports staging PR: ports/184874 Submitted by: KATO Tsuguru Added: head/graphics/gtimelapse/files/ head/graphics/gtimelapse/files/patch-src__gtimelapse.cpp (contents, props changed) Modified: head/graphics/gtimelapse/Makefile (contents, props changed) Modified: head/graphics/gtimelapse/Makefile ============================================================================== --- head/graphics/gtimelapse/Makefile Fri Dec 20 18:30:53 2013 (r337064) +++ head/graphics/gtimelapse/Makefile Fri Dec 20 18:34:20 2013 (r337065) @@ -3,24 +3,28 @@ PORTNAME= gtimelapse DISTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Relase # yes, this is not a typo (here) MAINTAINER= ports@FreeBSD.org -COMMENT= An application for capturing images to generate timelapse videos +COMMENT= Application for capturing images to generate timelapse videos LICENSE= GPLv2 -LIB_DEPENDS= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 +LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 + +WRKSRC= ${WRKDIR}/${PORTNAME} -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} USES= pkgconfig USE_WX= 2.8+ -WRKSRC= ${WRKDIR}/${PORTNAME} +WX_CONF_ARGS= absolute +USE_AUTOTOOLS= libtoolize aclocal automake autoconf +LIBTOOLIZE_ARGS=--copy --force +AUTOMAKE_ARGS= --add-missing --copy PLIST_FILES= bin/${PORTNAME} -NO_STAGE= yes +DESKTOP_ENTRIES="gTimelapse" "" "" "${PORTNAME}" "Graphics;GTK;" "" + .include Added: head/graphics/gtimelapse/files/patch-src__gtimelapse.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gtimelapse/files/patch-src__gtimelapse.cpp Fri Dec 20 18:34:20 2013 (r337065) @@ -0,0 +1,25 @@ +--- src/gtimelapse.cpp.orig ++++ src/gtimelapse.cpp +@@ -155,7 +155,11 @@ + //cout << "type: RADIO" << endl; + //cout << "current: " << current << endl; + ++#ifdef __clang__ ++ wxString *choices = new wxString[cnt]; ++#else + wxString choices[cnt]; ++#endif + + for ( i=0; i