Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jan 2006 04:49:14 +0000 (UTC)
From:      Jeremy Messenger <mezz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/x11-toolkits/vte Makefile ports/x11-toolkits/vte/files patch-vte.pc.in
Message-ID:  <200601030449.k034nEEq043365@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mezz        2006-01-03 04:49:14 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/vte     Makefile 
  Added files:
    x11-toolkits/vte/files patch-vte.pc.in 
  Log:
  Fix the vte.pc, they have backed up the change of vte.pc that caused break the
  apps' build such as gtksharp and etc. Bump the PORTREVISION.
  
  Before:
          # pkg-config --cflags vte
          -I/usr/X11R6/include -I/usr/local/include/freetype2
          -I/usr/local/include
  
  After:
          # pkg-config --cflags vte
          -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0
          -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0
          -I/usr/local/include/cairo -I/usr/X11R6/include
          -I/usr/local/include/freetype2 -I/usr/local/include
          -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/include/pango-1.0
          -I/usr/X11R6/lib/gtk-2.0/include
  
  Reported by:    tmclaugh (for puzzled gtksharp broke w/out change)
  GNOME Bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=322240
  Obtained from:  GNOME CVS (vte module)
  
  Revision  Changes    Path
  1.48      +1 -0      ports/x11-toolkits/vte/Makefile
  1.1       +17 -0     ports/x11-toolkits/vte/files/patch-vte.pc.in (new)



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