Bug 90374 - [PATCH] graphics/EZWGL: UN-BREAK
Summary: [PATCH] graphics/EZWGL: UN-BREAK
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Tim Bishop
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-14 01:00 UTC by Ion-Mihai " IOnut " Tetcu
Modified: 2005-12-14 17:20 UTC (History)
0 users

See Also:


Attachments
EZWGL.diff (946 bytes, patch)
2005-12-14 01:00 UTC, Ion-Mihai " IOnut " Tetcu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ion-Mihai " IOnut " Tetcu 2005-12-14 01:00:14 UTC

Distfile EZWGL-1.50-src.tgz rerolled to fix typo in include/EZ.h
Update distinfo and remove BROKEN

diff -urN EZWGL-1.50/include/EZ.h EZWGL-1.50new/include/EZ.h
--- EZWGL-1.50/include/EZ.h     Sat Dec 11 08:27:24 1999
+++ EZWGL-1.50new/include/EZ.h  Tue Mar  1 17: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_
Comment 1 Tim Bishop freebsd_committer freebsd_triage 2005-12-14 09:57:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tdb

I'll look at this.
Comment 2 Tim Bishop freebsd_committer freebsd_triage 2005-12-14 17:19:57 UTC
State Changed
From-To: open->closed

Committed. Thanks!