ports/101504: [PATCH] palm/coldsync: fix pkg-plist, misc

Shaun Amott shaun at FreeBSD.org
Mon Aug 7 16:29:48 UTC 2006


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
+ at dirrmtry share/locale/cs/LC_MESSAGES
+ at dirrmtry share/locale/cs
-----coldsync.diff ends here-----

-- 
Shaun Amott [ PGP: 0x6B387A9A ]
    Scientia Est Potentia.



More information about the freebsd-ports-bugs mailing list