Skip site navigation (1)Skip section navigation (2)
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
--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 <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
> >=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 <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 $
> > |  #
> > | =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 <bsd.port.mk>
> > | +
> > | +.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--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060510174145.af7ae153.jylefort>