The NetBSD Project

CVS log for pkgsrc/games/flightgear/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / games / flightgear

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.20 / (download) - annotate - [select for diffs], Sat Mar 3 00:13:05 2012 UTC (2 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Recursive bump for pcre-8.30* (shlib major change)

Revision 1.19 / (download) - annotate - [select for diffs], Mon Feb 6 12:40:10 2012 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Dec 23 13:36:45 2011 UTC (5 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

revbump recursively to force build against fixed plib pkg (which
installs static libraries), from David Holland

Revision 1.17 / (download) - annotate - [select for diffs], Tue Nov 1 06:01:15 2011 UTC (6 months, 3 weeks ago) by sbd
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Recursive bump for graphics/freetype2 buildlink addition.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Apr 22 13:43:35 2011 UTC (13 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

recursive bump from gettext-lib shlib bump.

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

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

Revision 1.14 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:31 2010 UTC (17 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (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.13 / (download) - annotate - [select for diffs], Mon Nov 15 22:57:00 2010 UTC (18 months, 1 week ago) by abs
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome

Revision 1.12 / (download) - annotate - [select for diffs], Tue Sep 14 11:01:48 2010 UTC (20 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.11: +2 -1 lines
Diff to previous 1.11 (colored)

Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.

Revision 1.11 / (download) - annotate - [select for diffs], Fri Aug 27 10:00:49 2010 UTC (20 months, 4 weeks ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Since commit message said this requires simgear>=2, let pkgsrc require
it as well.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Aug 27 07:54:22 2010 UTC (20 months, 4 weeks ago) by adam
Branch: MAIN
Changes since 1.9: +20 -20 lines
Diff to previous 1.9 (colored)

Changes 2.0.0:
This is primarily a bug fix release.
(Requires SimGear-2.0.0 if compiling from source.)

Revision 1.9 / (download) - annotate - [select for diffs], Sat Apr 17 16:01:56 2010 UTC (2 years, 1 month ago) by zafer
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.8: +2 -3 lines
Diff to previous 1.8 (colored)

remove discontinued mirrors.

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

Second try at jpeg-8 recursive PKGREVISION bump.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Aug 26 19:57:30 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.6: +2 -1 lines
Diff to previous 1.6 (colored)

bump revision because of graphics/jpeg update

Revision 1.6 / (download) - annotate - [select for diffs], Mon Aug 3 16:01:08 2009 UTC (2 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored)

MAKE_JOBS_SAFE=no

Revision 1.5 / (download) - annotate - [select for diffs], Tue Apr 28 21:28:39 2009 UTC (3 years ago) by zafer
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.4: +2 -5 lines
Diff to previous 1.4 (colored)

remove dead mirrors. ok'd by obache.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:30 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.3: +3 -1 lines
Diff to previous 1.3 (colored)

Add DESTDIR support.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 17 18:01:52 2008 UTC (4 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

wire the include file path instead of calling "sdl-config" -- the
latter causes a chicken-and-egg problem,
should fix an error reported by Joerg Sonnenberger to Yorick Hardy

Revision 1.2 / (download) - annotate - [select for diffs], Fri Mar 14 14:49:53 2008 UTC (4 years, 2 months ago) by drochner
Branch: MAIN
Changes since 1.1: +5 -2 lines
Diff to previous 1.1 (colored)

update flightgear/simgear to 1.0.0, from Yorick Hardy per PR pkg/38160
changes:
-many bugfixes
-UI improvements
-new and improved aircraft models
pkgsrc change: pull in SDL for fullscreen mode

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Jul 12 20:01:40 2007 UTC (4 years, 10 months ago) by drochner
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

import flightgear-0.9.10, prepared by Juan Romero Pardines in pkgsrc-wip

hints: unlimit datasize, and better have hw 3d acceleration

Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 12 20:01:40 2007 UTC (4 years, 10 months ago) by drochner
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>