Subject: CVS commit: pkgsrc/lang
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 07/04/2004 15:24:46
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Sun Jul  4 15:24:46 UTC 2004

Modified Files:
	pkgsrc/lang: Makefile
	pkgsrc/lang/kaffe: Makefile Makefile.common PLIST buildlink3.mk
Added Files:
	pkgsrc/lang/kaffe-esound: DESCR Makefile PLIST
	pkgsrc/lang/kaffe-x11: DESCR Makefile PLIST
Removed Files:
	pkgsrc/lang/kaffe-nox11: Makefile

Log Message:
Rework the way the kaffe packages work:
- Make kaffe the main package, on which others can depend, and which has no
  support for things like sound nor graphics.  Bump its revision to 2.
  While here, do some cleanup too.
- Add a kaffe-x11 package, that installs on top of kaffe, and which provides
  the library needed for AWT support through X11.
- Add a kaffe-esound package, that installs on top of kaffe, and which provides
  the library needed for sound support through esound (i.e., no more need for
  the USE_ESOUND variable here).
- Remove the kaffe-nox11 package.


To generate a diff of this commit:
cvs rdiff -r1.182 -r1.183 pkgsrc/lang/Makefile
cvs rdiff -r1.53 -r1.54 pkgsrc/lang/kaffe/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/kaffe/Makefile.common
cvs rdiff -r1.8 -r1.9 pkgsrc/lang/kaffe/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/lang/kaffe/buildlink3.mk
cvs rdiff -r0 -r1.1 pkgsrc/lang/kaffe-esound/DESCR \
    pkgsrc/lang/kaffe-esound/Makefile pkgsrc/lang/kaffe-esound/PLIST
cvs rdiff -r1.2 -r0 pkgsrc/lang/kaffe-nox11/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/lang/kaffe-x11/DESCR \
    pkgsrc/lang/kaffe-x11/Makefile pkgsrc/lang/kaffe-x11/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.