The NetBSD Project

CVS log for pkgsrc/x11/efltk/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / x11 / efltk

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.23 / (download) - annotate - [select for diffs], Tue Nov 1 06:02:48 2011 UTC (6 months, 3 weeks ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, HEAD
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Recursive bump for graphics/freetype2 buildlink addition.

Revision 1.21.4.1 / (download) - annotate - [select for diffs], Tue Oct 11 07:35:50 2011 UTC (7 months, 2 weeks ago) by tron
Branch: pkgsrc-2011Q3
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) next main 1.22 (colored)

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.

Revision 1.22 / (download) - annotate - [select for diffs], Sun Oct 9 07:00:43 2011 UTC (7 months, 2 weeks ago) by dholland
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Oops, forgot to add pkg-config to USE_TOOLS

Revision 1.21 / (download) - annotate - [select for diffs], Sat May 21 08:18:16 2011 UTC (12 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Branch point for: pkgsrc-2011Q3
Changes since 1.20: +6 -1 lines
Diff to previous 1.20 (colored)

* build fixes, libpng-1.5, and others.
* set LICENSE
* add user-destdir installation support.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Apr 22 13:42:03 2011 UTC (13 months ago) by obache
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Jan 13 13:36:14 2011 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:59 2010 UTC (17 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jun 13 22:45:36 2010 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Jan 18 09:59:33 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Second try at jpeg-8 recursive PKGREVISION bump.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Aug 26 19:56:43 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

bump revision because of graphics/jpeg update

Revision 1.14 / (download) - annotate - [select for diffs], Sat Jan 13 18:35:40 2007 UTC (5 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.13: +4 -2 lines
Diff to previous 1.13 (colored)

Modular Xorg support.

XXX The dynamic libs are incorrectly linked -- they don't have lib deps.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Dec 15 20:33:03 2006 UTC (5 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr

Revision 1.12 / (download) - annotate - [select for diffs], Sat Jul 22 04:46:19 2006 UTC (5 years, 10 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Apr 17 13:46:01 2006 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Apr 13 18:23:39 2006 UTC (6 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.9: +2 -3 lines
Diff to previous 1.9 (colored)

BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete.  Replace with
USE_TOOLS+=msgfmt.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Mar 8 11:29:50 2006 UTC (6 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Fix typo resulting in incorrect thread detection. Bump revision.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Mar 4 21:31:08 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Feb 18 14:07:54 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.6: +4 -2 lines
Diff to previous 1.6 (colored)

Convert to libtool. Shared theme modules are named foo.theme.so by
default, but foo.theme is tried afterwards as fallback. Bump revision.
Discussed with jlam@

Revision 1.6 / (download) - annotate - [select for diffs], Sun Feb 5 23:11:32 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 24 07:32:51 2006 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 8 18:35:12 2006 UTC (6 years, 4 months ago) by xtraeme
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql
pkg has been changed to 5.x). Reminded by wiz... thanks.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 7 15:48:16 2005 UTC (6 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

efltk uses msgfmt.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Sep 18 21:18:53 2005 UTC (6 years, 8 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Link shared libraries against pthread.  This makes x11/ede build on
NetBSD-1.6.2 and NetBSD 2.0.  Bump PKGREVISION as well as
BUILDLINK_DEPENDS since x11/ede is the only package depending on this.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Sep 2 14:41:37 2005 UTC (6 years, 8 months ago) by xtraeme
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of efltk-2.0.5.

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.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Sep 2 14:41:37 2005 UTC (6 years, 8 months ago) by xtraeme
Branch: MAIN

Initial revision

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>