Date: Mon, 7 Aug 2006 17:29:44 +0100 From: Shaun Amott <shaun@FreeBSD.org> To: Andrew Arensburger <arensb+freebsd-ports@ooblick.com> Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/101504: [PATCH] palm/coldsync: fix pkg-plist, misc Message-ID: <20060807162943.GA61853@picobyte.net> In-Reply-To: <200608061930.k76JUL9B020031@freefall.freebsd.org> References: <200608061930.k76JUL9B020031@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I have modified the submitted patch to fix the port on sparc64 machines. Please let me know if you approve the updated version below. -----coldsync.diff begins here----- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/palm/coldsync/Makefile,v retrieving revision 1.33 diff -u -r1.33 Makefile --- Makefile 13 May 2006 01:03:08 -0000 1.33 +++ Makefile 7 Aug 2006 16:22:54 -0000 @@ -46,9 +46,8 @@ .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "Fails to link on sparc64" -.endif +post-configure: + ${REINPLACE_CMD} -e 's,-fpic,-fPIC,g' ${WRKSRC}/Make.rules CFLAGS+= -D__BSD_VISIBLE=1 CONFIGURE_ARGS+= --with-i18n --disable-pedantic --without-perl Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/palm/coldsync/pkg-plist,v retrieving revision 1.8 diff -u -r1.8 pkg-plist --- pkg-plist 11 Feb 2005 17:35:48 -0000 1.8 +++ pkg-plist 7 Aug 2006 16:22:54 -0000 @@ -26,3 +26,5 @@ include/pconn/PConnection.h include/pconn/spc_client.h @dirrm include/pconn +@dirrmtry share/locale/cs/LC_MESSAGES +@dirrmtry share/locale/cs -----coldsync.diff ends here----- -- Shaun Amott [ PGP: 0x6B387A9A ] Scientia Est Potentia.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060807162943.GA61853>