cvs commit: ports/graphics/EZWGL Makefile distinfo

Tim Bishop tdb at FreeBSD.org
Wed Dec 14 09:20:07 PST 2005


tdb         2005-12-14 17:19:52 UTC

  FreeBSD ports repository

  Modified files:
    graphics/EZWGL       Makefile distinfo 
  Log:
  - Unbreak, upstream distfile changed.
  
  Change in distfile was a typo fix, diff follows:
  
  diff -ruN EZWGL-1.50.old/include/EZ.h EZWGL-1.50/include/EZ.h
  --- EZWGL-1.50.old/include/EZ.h Sat Dec 11 06:27:24 1999
  +++ EZWGL-1.50/include/EZ.h     Tue Mar  1 15:02:31 2005
  @@ -3453,7 +3453,7 @@
                                           int x1, int y1, int flag));
   EXTERN void  EZ_MarkSSheetUsedTextProperties MY_ANSIARGS((EZ_Widget *widget));
   EXTERN void  EZ_SSheetPasteSelection MY_ANSIARGS((EZ_Widget *widget));
  -EXTERN int  EZ_MatchWord MY_ANSIARGS((char *buf, char *word, int blen, int wlen, int *pos_ret);)
  +EXTERN int  EZ_MatchWord MY_ANSIARGS((char *buf, char *word, int blen, int wlen, int *pos_ret));
   #endif
  
   #ifndef _EZ_WIDGET_THUM_WHEEL_C_
  
  PR:             90374
  Submitted by:   "Ion-Mihai "IOnut" Tetcu" <itetcu at people.tecnik93.com>
  Approved by:    clement (mentor)
  
  Revision  Changes    Path
  1.36      +0 -2      ports/graphics/EZWGL/Makefile
  1.11      +3 -3      ports/graphics/EZWGL/distinfo


More information about the cvs-all mailing list