./x11/efltk, Extended Fast Light Toolkit

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q3, Version: 2.0.5nb12, Package name: efltk-2.0.5nb12, Maintainer: pkgsrc-users

EFltk is a LGPL'd C++ graphical user interface toolkit for X, OpenGL
and Microsoft Windows. It is based on FLTK2 and is currently developed
by the Equinox Desktop Environment Team.


Required to run:
[graphics/jpeg] [graphics/png]

Required to build:
[devel/pkg-config] [devel/gmake] [devel/libtool-base] [pkgtools/x11-links]

Master sites:

SHA1: 26f7124b384d0bfe3d28a73cbdf0111432b08d99
RMD160: 7efa711d0df8a01ee402e1866286265d294778e8
Filesize: 1212.201 KB

Version history: (Expand)


CVS history: (Expand)


   2011-10-11 09:35:50 by Matthias Scheler | Files touched by this commit (9)
Log message:
Pullup ticket #3546 - requested by dholland
x11/efltk: build fix

Revisions pulled up:
- x11/efltk/Makefile                                            1.22
- x11/efltk/distinfo                                            1.8-1.9
- x11/efltk/patches/patch-ah                                    1.3
- x11/efltk/patches/patch-configure_in                          1.1
- x11/efltk/patches/patch-efltk_Fl__Int__List_h                 1.2
- x11/efltk/patches/patch-efltk_db_Fl__Params_h                 1.2
- x11/efltk/patches/patch-src_widgets_Fl__Calendar_cpp          1.2
- x11/efltk/patches/patch-src_widgets_Fl__Input_cpp             1.2
- x11/efltk/patches/patch-src_widgets_Fl__Text__Editor_cpp      1.2

---
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Sun Oct  9 06:40:39 UTC 2011

   Modified Files:
   	pkgsrc/x11/efltk: distinfo
   	pkgsrc/x11/efltk/patches: patch-ah
   Added Files:
   	pkgsrc/x11/efltk/patches: patch-configure_in

   Log message:
   Use pkg-config to find libXft, not xft-config, as xft-config has
   disappeared from recent libXft. Fixes the native X build.

   (XXX: will this break the build for really old libXft? Does this need
   to learn to use both?)

---
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Sun Oct  9 07:00:43 UTC 2011

   Modified Files:
   	pkgsrc/x11/efltk: Makefile

   Log message:
   Oops, forgot to add pkg-config to USE_TOOLS

---
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Tue Oct 11 00:29:41 UTC 2011

   Modified Files:
   	pkgsrc/x11/efltk: distinfo
   	pkgsrc/x11/efltk/patches: patch-efltk_Fl__Int__List_h
   	    patch-efltk_db_Fl__Params_h patch-src_widgets_Fl__Calendar_cpp
   	    patch-src_widgets_Fl__Input_cpp
   	    patch-src_widgets_Fl__Text__Editor_cpp

   Log message:
   PR 45258 strikes again. Really fix build this time.