CVS log for ports/devel/libuta/Attic/Makefile
Up to [FreeBSD] / ports / devel / libuta
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.28
Wed May 11 17:10:52 2005 UTC (6 years, 9 months ago) by oliver
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.27: +1 -1 lines
wftk is a fork of the libuta library which is not any longer activly mantained. PR: 80756 Submitted by: me
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Aug 14 18:33:26 2004 UTC (7 years, 5 months ago) by oliver
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
fix build Noted By: bento
Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Aug 12 19:14:08 2004 UTC (7 years, 6 months ago) by oliver
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
fix build with gcc 3.4 Bump PORTREVISION
Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Jul 9 17:42:17 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Mar 16 04:23:33 2004 UTC (7 years, 10 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
Chase library bump of libSDL-1.1 for all ports which were depending on sdl12-1.2.5
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:16:21 2004 UTC (7 years, 10 months ago) by ade
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -1 lines
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Mar 8 01:01:24 2004 UTC (7 years, 11 months ago) by edwin
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -2 lines
Properly use SDL everywhere: USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Feb 19 20:23:49 2004 UTC (7 years, 11 months ago) by oliver
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +6 -6 lines
Fix linking against -lc_r and -lpthread Bump PORTREVISION
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Feb 17 08:50:47 2004 UTC (7 years, 11 months ago) by kris
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -0 lines
FORBIDDEN on 5.x: links against libc_r and libpthread
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Feb 1 22:37:17 2004 UTC (8 years ago) by oliver
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1 lines
fix build on amd64 - let's hope so Noted By: bento via kris
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Jan 24 06:42:16 2004 UTC (8 years ago) by oliver
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -8 lines
use OPTIONS macro use USE_SDL macro [1] PR: ports/61807 [1] Submitted By: edwin [1]
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Jan 20 21:44:20 2004 UTC (8 years ago) by krion
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
- Use new knobs from bsd.sdl.mk Approved by: portmgr
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jul 30 18:06:18 2003 UTC (8 years, 6 months ago) by oliver
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
add INSTALLS_SHLIB
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jul 30 17:24:56 2003 UTC (8 years, 6 months ago) by oliver
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -4 lines
utilize USE_SDL
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat May 17 22:07:22 2003 UTC (8 years, 8 months ago) by oliver
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
silence the patch stage freebsd -> FreeBSD
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue May 6 16:58:44 2003 UTC (8 years, 9 months ago) by oliver
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
redefine the MAINTAINER field with my FreeBSD address Approved By: alex (mentor)
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Feb 21 11:22:36 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -0 lines
De-pkg-comment.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jan 2 15:06:02 2003 UTC (9 years, 1 month ago) by sobomax
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Update version number of SDL shared library.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Oct 31 21:14:52 2002 UTC (9 years, 3 months ago) by obraun
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Upgrade to 0.4.4. PR: 44766 Submitted by: maintainer
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jul 23 16:53:14 2002 UTC (9 years, 6 months ago) by pat
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -0 lines
Fix freetype header location PR: ports/40921 Submitted by: maintainer
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jul 2 13:47:30 2002 UTC (9 years, 7 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +37 -7 lines
upgrade to 0.4.1 PR: 40083 Submitted by: maintainer
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Apr 17 12:37:50 2002 UTC (9 years, 9 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
Chase increase of libSDL version number.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Mar 14 11:16:38 2002 UTC (9 years, 11 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Mar 14 07:30:31 2002 UTC (9 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
LIB_DEPENDS=ttf.4[...] --> USE_FREETYPE=yes
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Sep 11 02:50:06 2001 UTC (10 years, 5 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Bump png major
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat May 19 20:06:24 2001 UTC (10 years, 8 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
upgrade to 0.3.38 PR: 27426 Submitted by: maintainer
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Apr 9 21:55:03 2001 UTC (10 years, 10 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Fix breakage of 'make index' caused by the sdl ports being moved to different directories. Submitted by: beta
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Apr 5 19:01:47 2001 UTC (10 years, 10 months ago) by alex
Branches: MAIN
Add libuta 0.3.36, a Graphical User Interface library for C++. PR: 26250 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
