From owner-svn-ports-all@FreeBSD.ORG Sun Oct 5 21:36:03 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7C1217F; Sun, 5 Oct 2014 21:36:03 +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 9A889E1F; Sun, 5 Oct 2014 21:36:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s95La38k029340; Sun, 5 Oct 2014 21:36:03 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s95La2Ds029334; Sun, 5 Oct 2014 21:36:02 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410052136.s95La2Ds029334@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 5 Oct 2014 21:36:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370130 - in head/palm/pilot-link: . 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 05 Oct 2014 21:36:03 -0000 Author: antoine Date: Sun Oct 5 21:36:02 2014 New Revision: 370130 URL: https://svnweb.freebsd.org/changeset/ports/370130 QAT: https://qat.redports.org/buildarchive/r370130/ Log: Allow building on head Added: head/palm/pilot-link/files/patch-popt__popthelp.c (contents, props changed) Modified: head/palm/pilot-link/Makefile head/palm/pilot-link/pkg-plist Modified: head/palm/pilot-link/Makefile ============================================================================== --- head/palm/pilot-link/Makefile Sun Oct 5 21:30:26 2014 (r370129) +++ head/palm/pilot-link/Makefile Sun Oct 5 21:36:02 2014 (r370130) @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes CFLAGS+= -I${WRKSRC}/popt -I${LOCALBASE}/include CONFIGURE_ARGS+=${ICONV_CONFIGURE_BASE} --with-included-popt --enable-conduits --enable-xsltproc INSTALL_TARGET= install-strip -USES= iconv libtool pathfix pkgconfig tar:bzip2 +USES= iconv libtool pathfix pkgconfig readline tar:bzip2 USE_LDCONFIG= yes OPTIONS_DEFINE= PNG THREADS USB @@ -49,6 +49,7 @@ CONFIGURE_ARGS+= --disable-png .endif post-patch: + @${REINPLACE_CMD} '/enable_werror="yes"/d' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|png_voidp_NULL|NULL|g' \ -e 's|png_error_ptr_NULL|NULL|g' \ ${WRKSRC}/src/pilot-read-notepad.c \ Added: head/palm/pilot-link/files/patch-popt__popthelp.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/palm/pilot-link/files/patch-popt__popthelp.c Sun Oct 5 21:36:02 2014 (r370130) @@ -0,0 +1,11 @@ +--- popt/popthelp.c.orig 2004-08-25 15:06:39 UTC ++++ popt/popthelp.c +@@ -683,7 +683,7 @@ + s[0] = '\0'; + /*@-branchstate@*/ /* FIX: W2DO? */ + if (str == NULL) { +- memset(s, 0, sizeof(s)); ++ memset(s, 0, 300); + str = s; + } + /*@=branchstate@*/ Modified: head/palm/pilot-link/pkg-plist ============================================================================== --- head/palm/pilot-link/pkg-plist Sun Oct 5 21:30:26 2014 (r370129) +++ head/palm/pilot-link/pkg-plist Sun Oct 5 21:36:02 2014 (r370130) @@ -137,7 +137,3 @@ man/man1/pilot-read-screenshot.1.gz man/man1/pilot-read-todos.1.gz man/man1/pilot-read-veo.1.gz man/man7/pilot-link.7.gz -@dirrm %%DATADIR%%/udev -@dirrm %%DATADIR%%/prc -@dirrm %%DATADIR%%/pix -@dirrm %%DATADIR%%