cvs commit: ports/x11-toolkits/vte Makefile ports/x11-toolkits/vte/files patch-vte.pc.in

Jeremy Messenger mezz at FreeBSD.org
Mon Jan 2 20:49:14 PST 2006


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)


More information about the cvs-all mailing list