| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
19 Apr 2008 18:56:05
1.50_3  |
miwi  |
- 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) |
19 May 2007 21:32:57
1.50_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
15 Aug 2006 00:06:39
1.50_1
|
clsung  |
- 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> |
14 Dec 2005 17:19:52
1.50_1
|
tdb  |
- 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) |
26 Nov 2005 01:48:16
1.50_1
|
pav  |
- Add SHA256 |
16 Nov 2005 04:33:13
1.50_1
|
kris  |
BROKEN: Size mismatch |
12 Apr 2004 04:58:14
1.50_1
|
kris  |
BROKEN on sparc64: Build fails |
17 Mar 2004 18:29:46
1.50_1
|
trevor  |
SIZEify. |
30 Aug 2003 08:27:28
1.50_1
|
krion  |
- 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> |
20 Feb 2003 18:08:19
1.50
|
knu  |
de-pkg-comment |
10 Feb 2003 07:22:35
1.50
|
kris  |
Set NOPRECIOUSMAKEVARS to unbreak 'make readmes' |
29 Sep 2002 09:07:47
1.50
|
ijliao  |
find->${FIND},xargs->${XARGS}
PR: 40791
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> |
07 Sep 2002 23:43:44
1.50
|
kris  |
The previous distfile was corrupted; the new one has no other changes.
Submitted by: kan |
24 Dec 2001 02:17:17 
|
pat  |
- PORTDOCS police - DOCSDIR support to some - Brush out some lint |
11 Sep 2001 04:22:51 
|
ache  |
Bump png major |
10 Mar 2001 05:34:10 
|
kris  |
Chase the checksum on the docs -- the postscript files were regenerated |
08 Oct 2000 03:35:34 
|
asami  |
Convert category graphics to new layout. |
04 Jul 2000 09:13:36 
|
sobomax  |
Bump png shared library version. |
16 Jun 2000 23:52:41 
|
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 10:19:52 
|
sobomax  |
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.
|
15 Jun 2000 19:12:51 
|
sobomax  |
Second round of INSTALL_SHLIBS=yes fixes. |
10 Jun 2000 00:27:25 
|
will  |
Ooops, I forgot that we need bsd.port.pre.mk before we can use FILESDIR. |
10 Jun 2000 00:23:35 
|
will  |
Use absolute path for FILESDIR instead of relative path. |
04 Jun 2000 23:45:34 
|
will  |
Fix for extracting without unneeded stuff. |