From owner-cvs-all@FreeBSD.ORG Wed May 10 15:42:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 578F316A6CC; Wed, 10 May 2006 15:42:02 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from mirapoint5.brutele.be (mirapoint5.brutele.be [212.68.199.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4738C43D68; Wed, 10 May 2006 15:41:51 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from host-212-68-244-243.brutele.be (host-212-68-244-243.brutele.be [212.68.244.243]) by mirapoint5.brutele.be (MOS 3.7.5-GA) with ESMTP id ECR34320; Wed, 10 May 2006 17:41:46 +0200 (CEST) Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2]) by gateway.lefort.net (Postfix) with ESMTP id 4D94D54DA; Wed, 10 May 2006 17:41:46 +0200 (CEST) Received: from jsite.lefort.net (localhost [127.0.0.1]) by jsite.lefort.net (Postfix) with SMTP id 23AF4C0E3; Wed, 10 May 2006 17:41:46 +0200 (CEST) Date: Wed, 10 May 2006 17:41:45 +0200 From: Jean-Yves Lefort To: Erwin Lansing Message-Id: <20060510174145.af7ae153.jylefort@FreeBSD.org> In-Reply-To: <20060510070045.GF96986@droso.net> References: <200605092246.k49Mk98q051748@repoman.freebsd.org> <20060510070045.GF96986@droso.net> X-Mailer: Sylpheed running on FreeBSD Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Wed__10_May_2006_17_41_46_+0200_Xh.WHvHWREN_kay8" X-Junkmail-Status: score=10/50, host=mirapoint5.brutele.be X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090204.446207B3.0035,ss=1,fgs=0, ip=212.68.244.243, so=2006-03-30 10:46:40, dmn=5.1.5/2006-04-27 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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 May 2006 15:42:03 -0000 --Signature=_Wed__10_May_2006_17_41_46_+0200_Xh.WHvHWREN_kay8 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, 10 May 2006 09:00:45 +0200 Erwin Lansing 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 > >=20 > > FreeBSD ports repository > >=20 > > Modified files: > > x11-toolkits Makefile=20 > > x11-toolkits/pango Makefile pkg-plist=20 > > Added files: > > x11-toolkits/pango-reference Makefile=20 > > Log: > > Move the pango programming reference to the pango-reference port. > > =20 > > 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?r= ev=3D1.1&content-type=3Dtext/x-cvsweb-markup > > 1.79 +10 -4 ports/x11-toolkits/pango/Makefile > > 1.24 +0 -40 ports/x11-toolkits/pango/pkg-plist > >=20 > > http://cvsweb.FreeBSD.org/ports/x11-toolkits/Makefile.diff?r1=3D1.393&r= 2=3D1.394&f=3Dh > > | =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > | 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/Makefi= le,v 1.393 2006/05/03 02:54:18 edwin Exp $ > > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/x11-toolkits/Makefi= le,v 1.394 2006/05/09 22:46:08 jylefort Exp $ > > | # > > | =20 > > | COMMENT =3D X11 toolkits > > | @@ -139,6 +139,7 @@ > > | SUBDIR +=3D p5-Tk-TableMatrix > > | SUBDIR +=3D p5-qt > > | SUBDIR +=3D pango > > | + SUBDIR +=3D pango-reference > > | SUBDIR +=3D pangoxsl > > | SUBDIR +=3D paragui > > | SUBDIR +=3D php-gtk > > http://cvsweb.FreeBSD.org/ports/x11-toolkits/pango/Makefile.diff?r1=3D1= .78&r2=3D1.79&f=3Dh > > | =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > | RCS file: /usr/local/www/cvsroot/FreeBSD/ports/x11-toolkits/pango/Mak= efile,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 > > | # > > | -# $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 $ > > | # > > | =20 > > | PORTNAME=3D pango > > | PORTVERSION=3D 1.12.2 > > | -PORTREVISION=3D 1 > > | CATEGORIES=3D x11-toolkits > > | MASTER_SITES=3D ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/1= .12,} \ > > | ftp://ftp.gtk.org/pub/gtk/v2.10/ > > | @@ -17,18 +16,23 @@ DIST_SUBDIR=3D gnome2 > > | MAINTAINER=3D gnome@FreeBSD.org > > | COMMENT=3D An open-source framework for the layout and rendering of = i18n text > > | =20 > > | +USE_BZIP2=3D yes > > | +PREFIX?=3D ${X11BASE} > > | + > > | +.if !defined(REFERENCE_PORT) > > | + > > | +PORTREVISION=3D 2 > > | + > > | BUILD_DEPENDS=3D freetype-config:${PORTSDIR}/print/freetype2 > > | LIB_DEPENDS=3D cairo.2:${PORTSDIR}/graphics/cairo > > | RUN_DEPENDS=3D ${FONTSCALE}:${X_FONTS_TTF_PORT} \ > > | ${FONTENCOD}:${X_FONTS_ENCODINGS_PORT} > > | =20 > > | -USE_BZIP2=3D yes > > | USE_GETTEXT=3D yes > > | -PREFIX?=3D ${X11BASE} > > | USE_GMAKE=3D yes > > | INSTALLS_SHLIB=3D yes > > | USE_AUTOTOOLS=3D libtool:15 > > | -USE_GNOME=3D gnomehack glib20 ltverhack > > | +USE_GNOME=3D gnomehack glib20 ltverhack referencehack > > | CONFIGURE_ARGS=3D --with-qt=3Dno \ > > | --with-html-dir=3D${PREFIX}/share/doc \ > > | --enable-static > > | @@ -69,3 +73,5 @@ post-install: > > | .endif > > | =20 > > | .include > > | + > > | +.endif > > http://cvsweb.FreeBSD.org/ports/x11-toolkits/pango/pkg-plist.diff?r1=3D= 1.23&r2=3D1.24&f=3Dh > > | =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > | 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 --=20 Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/ --Signature=_Wed__10_May_2006_17_41_46_+0200_Xh.WHvHWREN_kay8 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEYgm6yzD7UaO4AGoRAo8JAJ4zhAq9uPnqBddJLFkvRO6trR0uogCfYZID hpny/KLba1BFJ6MQnpUH4eg= =/Cjr -----END PGP SIGNATURE----- --Signature=_Wed__10_May_2006_17_41_46_+0200_Xh.WHvHWREN_kay8--