Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Dec 2005 17:19:52 +0000 (UTC)
From:      Tim Bishop <tdb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics/EZWGL Makefile distinfo
Message-ID:  <200512141719.jBEHJqu5078732@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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