cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/pango Makefile pkg-plist ports/x11-toolkits/pango-reference Makefile

Erwin Lansing erwin at FreeBSD.org
Wed May 10 07:00:47 UTC 2006


This makes the port version go backwards if REFERENCE_PORT is defined.

-erwin

On Tue, May 09, 2006 at 10:46:09PM +0000, Jean-Yves Lefort wrote:
> jylefort    2006-05-09 22:46:09 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     x11-toolkits         Makefile 
>     x11-toolkits/pango   Makefile pkg-plist 
>   Added files:
>     x11-toolkits/pango-reference Makefile 
>   Log:
>   Move the pango programming reference to the pango-reference port.
>   
>   Revision  Changes    Path
>   1.394     +1 -0      ports/x11-toolkits/Makefile
>   1.1       +5 -0      ports/x11-toolkits/pango-reference/Makefile (new)
> http://cvsweb.FreeBSD.org/ports/x11-toolkits/pango-reference/Makefile?rev=1.1&content-type=text/x-cvsweb-markup
>   1.79      +10 -4     ports/x11-toolkits/pango/Makefile
>   1.24      +0 -40     ports/x11-toolkits/pango/pkg-plist
> 
> http://cvsweb.FreeBSD.org/ports/x11-toolkits/Makefile.diff?r1=1.393&r2=1.394&f=h
> | ===================================================================
> | RCS file: /usr/local/www/cvsroot/FreeBSD/ports/x11-toolkits/Makefile,v
> | retrieving revision 1.393
> | retrieving revision 1.394
> | diff -u -p -r1.393 -r1.394
> | --- ports/x11-toolkits/Makefile	2006/05/03 02:54:18	1.393
> | +++ ports/x11-toolkits/Makefile	2006/05/09 22:46:08	1.394
> | @@ -1,4 +1,4 @@
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/x11-toolkits/Makefile,v 1.393 2006/05/03 02:54:18 edwin Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/x11-toolkits/Makefile,v 1.394 2006/05/09 22:46:08 jylefort Exp $
> |  #
> |  
> |      COMMENT = X11 toolkits
> | @@ -139,6 +139,7 @@
> |      SUBDIR += p5-Tk-TableMatrix
> |      SUBDIR += p5-qt
> |      SUBDIR += pango
> | +    SUBDIR += pango-reference
> |      SUBDIR += pangoxsl
> |      SUBDIR += paragui
> |      SUBDIR += php-gtk
> http://cvsweb.FreeBSD.org/ports/x11-toolkits/pango/Makefile.diff?r1=1.78&r2=1.79&f=h
> | ===================================================================
> | RCS file: /usr/local/www/cvsroot/FreeBSD/ports/x11-toolkits/pango/Makefile,v
> | retrieving revision 1.78
> | retrieving revision 1.79
> | diff -u -p -r1.78 -r1.79
> | --- ports/x11-toolkits/pango/Makefile	2006/05/04 18:18:56	1.78
> | +++ ports/x11-toolkits/pango/Makefile	2006/05/09 22:46:08	1.79
> | @@ -2,13 +2,12 @@
> |  # Date Created:			18 July 2000
> |  # Whom:				Maxim Sobolev <sobomax at FreeBSD.org>
> |  #
> | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/x11-toolkits/pango/Makefile,v 1.78 2006/05/04 18:18:56 ahze Exp $
> | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/x11-toolkits/pango/Makefile,v 1.79 2006/05/09 22:46:08 jylefort Exp $
> |  #   $MCom: ports/x11-toolkits/pango/Makefile,v 1.60 2006/04/27 11:12:49 ahze Exp $
> |  #
> |  
> |  PORTNAME=	pango
> |  PORTVERSION=	1.12.2
> | -PORTREVISION=	1
> |  CATEGORIES=	x11-toolkits
> |  MASTER_SITES=	${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/1.12,} \
> |  		ftp://ftp.gtk.org/pub/gtk/v2.10/
> | @@ -17,18 +16,23 @@ DIST_SUBDIR=	gnome2
> |  MAINTAINER=	gnome at FreeBSD.org
> |  COMMENT=	An open-source framework for the layout and rendering of i18n text
> |  
> | +USE_BZIP2=	yes
> | +PREFIX?=	${X11BASE}
> | +
> | +.if !defined(REFERENCE_PORT)
> | +
> | +PORTREVISION=	2
> | +
> |  BUILD_DEPENDS=	freetype-config:${PORTSDIR}/print/freetype2
> |  LIB_DEPENDS=	cairo.2:${PORTSDIR}/graphics/cairo
> |  RUN_DEPENDS=	${FONTSCALE}:${X_FONTS_TTF_PORT} \
> |  		${FONTENCOD}:${X_FONTS_ENCODINGS_PORT}
> |  
> | -USE_BZIP2=	yes
> |  USE_GETTEXT=	yes
> | -PREFIX?=	${X11BASE}
> |  USE_GMAKE=	yes
> |  INSTALLS_SHLIB=	yes
> |  USE_AUTOTOOLS=	libtool:15
> | -USE_GNOME=	gnomehack glib20 ltverhack
> | +USE_GNOME=	gnomehack glib20 ltverhack referencehack
> |  CONFIGURE_ARGS=	--with-qt=no \
> |  		--with-html-dir=${PREFIX}/share/doc \
> |  		--enable-static
> | @@ -69,3 +73,5 @@ post-install:
> |  .endif
> |  
> |  .include <bsd.port.mk>
> | +
> | +.endif
> http://cvsweb.FreeBSD.org/ports/x11-toolkits/pango/pkg-plist.diff?r1=1.23&r2=1.24&f=h
> | ===================================================================
> | RCS file: /usr/local/www/cvsroot/FreeBSD/ports/x11-toolkits/pango/pkg-plist,v
> | retrieving revision 1.23
> | retrieving revision 1.24
> | diff -u -p -r1.23 -r1.24
> | --- ports/x11-toolkits/pango/pkg-plist	2006/05/04 18:18:56	1.23
> | +++ ports/x11-toolkits/pango/pkg-plist	2006/05/09 22:46:08	1.24
> | @@ -86,46 +86,6 @@ libdata/pkgconfig/pangocairo.pc
> |  libdata/pkgconfig/pangoft2.pc
> |  %%X11%%libdata/pkgconfig/pangox.pc
> |  %%X11%%libdata/pkgconfig/pangoxft.pc
> | -%%DOCSDIR%%/PangoEngineLang.html
> | -%%DOCSDIR%%/PangoEngineShape.html
> | -%%DOCSDIR%%/PangoFcDecoder.html
> | -%%DOCSDIR%%/PangoFcFont.html
> | -%%DOCSDIR%%/PangoFcFontMap.html
> | -%%DOCSDIR%%/PangoMarkupFormat.html
> | -%%DOCSDIR%%/home.png
> | -%%DOCSDIR%%/index.html
> | -%%DOCSDIR%%/index.sgml
> | -%%DOCSDIR%%/ix01.html
> | -%%DOCSDIR%%/layout.gif
> | -%%DOCSDIR%%/left.png
> | -%%DOCSDIR%%/lowlevel.html
> | -%%DOCSDIR%%/pango-ATSUI-Fonts.html
> | -%%DOCSDIR%%/pango-Cairo-Rendering.html
> | -%%DOCSDIR%%/pango-Coverage-Maps.html
> | -%%DOCSDIR%%/pango-Engines.html
> | -%%DOCSDIR%%/pango-Fonts.html
> | -%%DOCSDIR%%/pango-FreeType-Fonts-and-Rendering.html
> | -%%DOCSDIR%%/pango-Glyph-Storage.html
> | -%%DOCSDIR%%/pango-Layout-Objects.html
> | -%%DOCSDIR%%/pango-Modules.html
> | -%%DOCSDIR%%/pango-OpenType-Font-Handling.html
> | -%%DOCSDIR%%/pango-Scripts.html
> | -%%DOCSDIR%%/pango-Tab-Stops.html
> | -%%DOCSDIR%%/pango-Text-Attributes.html
> | -%%DOCSDIR%%/pango-Text-Processing.html
> | -%%DOCSDIR%%/pango-Win32-Fonts-and-Rendering.html
> | -%%DOCSDIR%%/pango-X-Fonts-and-Rendering.html
> | -%%DOCSDIR%%/pango-Xft-Fonts-and-Rendering.html
> | -%%DOCSDIR%%/pango-querymodules.html
> | -%%DOCSDIR%%/pango.devhelp
> | -%%DOCSDIR%%/pango.html
> | -%%DOCSDIR%%/rendering.html
> | -%%DOCSDIR%%/right.png
> | -%%DOCSDIR%%/rotated-text.png
> | -%%DOCSDIR%%/style.css
> | -%%DOCSDIR%%/tools.html
> | -%%DOCSDIR%%/up.png
> | - at dirrm %%DOCSDIR%%
> |  @dirrm lib/pango/%%VERSION%%/modules
> |  @dirrm lib/pango/%%VERSION%%
> |  @dirrm lib/pango
-- 
Erwin Lansing                                     http://droso.org
Security is like an onion.          (o_ _o)
It's made up of several layers   \\\_\   /_///    erwin at FreeBSD.org
And it makes you cry.            <____) (____>    erwin at aauug.dk
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-ports/attachments/20060510/7c4ca245/attachment.pgp


More information about the cvs-ports mailing list