textproc/libtextcat & textproc/libexttextcat Living Peacefully Together

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 3 17:34:33 UTC 2012


On Tue, Oct 02, 2012 at 08:18:24AM -0700, Cy Schubert wrote:
> Hi all,
> 
> Enclosed is a patch to enable textproc/libtextcat and 
> textproc/libexttextcat to be installed on the same system, allowing both 
> openoffice and libreoffce to be installed on the same system (should one 
> desire that). What this patch does is rename libexttextcat's createfp to 
> createfpx.
> 
> Not sure why exmh wanted to encode it in base64 so here it is again in 
> plain text, albeit munged due to space compression.
> 
> Index: libexttextcat/Makefile
> ===================================================================
> --- libexttextcat/Makefile	(revision 305162)
> +++ libexttextcat/Makefile	(working copy)
> @@ -2,6 +2,7 @@
>  
>  PORTNAME=	libexttextcat
>  PORTVERSION=	3.3.1
> +PORTREVISION=	1
>  CATEGORIES=	textproc
>  MASTER_SITES=	http://dev-www.libreoffice.org/src/libexttextcat/
>  
> @@ -10,13 +11,12 @@
>  
>  LICENSE=	BSD
>  
> -CONFLICTS_INSTALL=	libtextcat*
> -
>  USE_XZ=	yes
>  GNU_CONFIGURE=	yes
>  USE_GMAKE=	yes
>  USE_GNOME=	gnomehack
>  USE_LDCONFIG=	yes
> +MAKE_ARGS=	EXEEXT=x
>  
>  PORTDOCS=	README README.libtextcat TODO
>  
> Index: libexttextcat/pkg-plist
> ===================================================================
> --- libexttextcat/pkg-plist	(revision 305162)
> +++ libexttextcat/pkg-plist	(working copy)
> @@ -1,4 +1,4 @@
> -bin/createfp
> +bin/createfpx
>  include/libexttextcat/common.h
>  include/libexttextcat/constants.h
>  include/libexttextcat/exttextcat-version.h
> Index: libtextcat/Makefile
> ===================================================================
> --- libtextcat/Makefile	(revision 305162)
> +++ libtextcat/Makefile	(working copy)
> @@ -17,8 +17,6 @@
>  LICENSE=	BSD
>  LICENSE_FILE=	${WRKSRC}/LICENSE
>  
> -CONFLICTS_INSTALL=	libexttextcat*
> -
>  USE_AUTOTOOLS=	libtool
>  GNU_CONFIGURE=	yes
>  USE_LDCONFIG=	yes
> 
> 
> 

consider removing the compat  code from the ports in that case.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-office/attachments/20121003/4f9958ad/attachment.pgp


More information about the freebsd-office mailing list