Skip site navigation (1)Skip section navigation (2)

CVS log for ports/graphics/EZWGL/Makefile

[BACK] Up to [FreeBSD] / ports / graphics / EZWGL

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:23:02 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Jun 13 08:40:00 2010 UTC (19 months, 4 weeks ago) by erwin
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
BROKEN should not be quoted.
No functional change.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:36:05 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Feb 5 11:38:09 2010 UTC (2 years ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
- update to jpeg-8

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Jul 31 13:51:56 2009 UTC (2 years, 6 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -1 lines
- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:49:54 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat May 19 20:08:31 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Aug 14 23:06:31 2006 UTC (5 years, 5 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
  games/ graphics/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Dec 14 17:19:52 2005 UTC (6 years, 1 month ago) by tdb
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +0 -2 lines
- 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 1.35: download - view: text, markup, annotated - select for diffs
Wed Nov 16 04:33:13 2005 UTC (6 years, 2 months ago) by kris
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -0 lines
BROKEN: Size mismatch

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Apr 12 03:58:14 2004 UTC (7 years, 10 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -0 lines
BROKEN on sparc64: Build fails

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Aug 30 07:27:28 2003 UTC (8 years, 5 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -1 lines
- Author rerolled source distfile.  All changes appear to be:
  o Convert K&R style function declarations to ANSI C style.
  o Add calls to EZ_WidgetExists() in several places to verify
    existance of widgets before use.
- Bump PORTREVISION

PR:		56162
Submitted by:	Michael Edenfield <kutulu@kutulu.org>

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Feb 20 18:07:55 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -0 lines
de-pkg-comment

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Feb 10 07:22:34 2003 UTC (9 years ago) by kris
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -0 lines
Set NOPRECIOUSMAKEVARS to unbreak 'make readmes'

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Nov 10 16:46:21 2002 UTC (9 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +0 -2 lines
o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Nov 6 22:45:17 2002 UTC (9 years, 3 months ago) by adamw
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -0 lines
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Sep 29 08:07:44 2002 UTC (9 years, 4 months ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +6 -6 lines
find->${FIND},xargs->${XARGS}

PR:		40791
Submitted by:	Simon 'corecode' Schubert <corecode@corecode.ath.cx>

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Sep 11 02:22:29 2001 UTC (10 years, 5 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Bump png major

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Jul 4 07:12:41 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_3_0, RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Bump png shared library version.

Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:50:40 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Jun 16 08:18:09 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax

Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Jun 15 17:12:24 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Second round of INSTALL_SHLIBS=yes fixes.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Jun 9 22:27:24 2000 UTC (11 years, 8 months ago) by will
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -2 lines
Ooops, I forgot that we need bsd.port.pre.mk before we can use FILESDIR.

Pointy hat:	will

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jun 9 22:23:34 2000 UTC (11 years, 8 months ago) by will
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Use absolute path for FILESDIR instead of relative path.

PR:		19150
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Jun 4 21:45:34 2000 UTC (11 years, 8 months ago) by will
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -3 lines
Fix for extracting without unneeded stuff.

PR:		18975
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Apr 19 19:57:58 2000 UTC (11 years, 9 months ago) by mharo
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +26 -53 lines
Update port to 1.50

PR:		18049
Submitted by:	    KATO Tsuguru <tkato@prontomail.ne.jp>

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Apr 13 06:27:57 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
PORTNAME / PORTVERSION syntax conversion

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Mar 29 07:18:42 2000 UTC (11 years, 10 months ago) by kris
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.

Approved by:	andy

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Aug 25 06:13:35 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Change Id->FreeBSD.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Feb 22 04:25:56 1999 UTC (12 years, 11 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +22 -10 lines
Update to version 1.40c.

PR:		10073
Submitted by:	maintainer

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Jan 2 19:51:36 1999 UTC (13 years, 1 month ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_1_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +20 -17 lines
Update to version 1.40.

PR:		9216
Submitted by:	maintainer

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Nov 21 07:27:35 1998 UTC (13 years, 2 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_2_2_8
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Remove extraneous x11 from CATEGORIES.

Submitted by:	Josh Gilliam <josh@quick.net>

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Nov 11 05:37:17 1998 UTC (13 years, 3 months ago) by asami
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +10 -8 lines
Use bsd.port.{pre,post}.mk.  Either use them to avoid having to define
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after
.include <bsd.port.mk> to before.

(This is not by any means the complete list but just the ones I've noticed
recently.)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Oct 5 02:52:24 1998 UTC (13 years, 4 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_0_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +10 -3 lines
Convert to ELF.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Sep 19 01:36:18 1998 UTC (13 years, 4 months ago) by hoek
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -4 lines
Unspam---Remove test target that accidentally slipped in.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Sep 19 01:27:52 1998 UTC (13 years, 4 months ago) by hoek
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +14 -222 lines
Use files/manpages and MLINKS.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Sep 15 11:45:51 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
 support.)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Aug 9 23:51:05 1998 UTC (13 years, 6 months ago) by steve
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -10 lines
Make this re-install friendly.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Aug 5 09:31:05 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Rename all USE_X11 to USE_X_PREFIX.  Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Aug 4 00:55:57 1998 UTC (13 years, 6 months ago) by mph
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -1 lines
Add post-install target to run ldconfig -m.

PR:		7484
Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jul 27 22:12:27 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -5 lines
Make this port be installable twice.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jul 27 00:33:11 1998 UTC (13 years, 6 months ago) by steve
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +111 -67 lines
Update to version 1.39.

PR:		7374
Submitted by:	maintainer

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jul 23 15:37:05 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1 lines
This port is not reinstall-friendly.  I tried changing some
"ln -s"'s to "ln -sf"'s but it didn't work so I'm going to punt.

===>  Installing for EZWGL-1.38
===>  EZWGL-1.38 depends on shared library: jpeg\.9\. - found
tar: Could not create symlink to EZ_AllocateColorFromName.html : File exists
tar: Could not create symlink to EZ_ClearListBox.html : File exists
tar: Could not create symlink to EZ_DefineLightSrc.html : File exists
tar: Could not create symlink to EZ_DefineMaterial.html : File exists
tar: Could not create symlink to EZ_CMove3f.html : File exists
 :

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue May 19 08:50:09 1998 UTC (13 years, 8 months ago) by tg
Branches: ANDY
CVS tags: ezwgl_1_38, RELEASE_2_2_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
New port EZWGL. The EZ Widget and Graphics Library implements
about 100 OpenGL-like functions for high-level 3D graphics programming.

PR:		6532
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue May 19 08:50:09 1998 UTC (13 years, 8 months ago) by tg
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options