Date: Wed, 10 May 2006 17:41:45 +0200 From: Jean-Yves Lefort <jylefort@FreeBSD.org> To: Erwin Lansing <erwin@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/pango Makefile pkg-plist ports/x11-toolkits/pango-reference Makefile Message-ID: <20060510174145.af7ae153.jylefort@FreeBSD.org> In-Reply-To: <20060510070045.GF96986@droso.net> References: <200605092246.k49Mk98q051748@repoman.freebsd.org> <20060510070045.GF96986@droso.net>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Wed, 10 May 2006 09:00:45 +0200 Erwin Lansing <erwin@FreeBSD.org> wrote: > This makes the port version go backwards if REFERENCE_PORT is defined. It's defined in the slave port, which overrides PORTNAME. > 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@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@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 > > | -@dirrm %%DOCSDIR%% > > | @dirrm lib/pango/%%VERSION%%/modules > > | @dirrm lib/pango/%%VERSION%% > > | @dirrm lib/pango -- Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/ [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEYgm6yzD7UaO4AGoRAo8JAJ4zhAq9uPnqBddJLFkvRO6trR0uogCfYZID hpny/KLba1BFJ6MQnpUH4eg= =/Cjr -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060510174145.af7ae153.jylefort>
