Up to [cvs.NetBSD.org] / pkgsrc / games / neverball
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.45 / (download) - annotate - [select for diffs], Sat May 6 19:09:26 2023 UTC (4 weeks, 4 days ago) by ryoon
Branch: MAIN
CVS Tags: HEAD
Changes since 1.44: +2 -2
lines
Diff to previous 1.44 (colored)
*: Recursive revbump from audio/libopus 1.4
Revision 1.44 / (download) - annotate - [select for diffs], Tue Feb 14 16:05:59 2023 UTC (3 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Changes since 1.43: +2 -2
lines
Diff to previous 1.43 (colored)
*: recursive bump for SDL2_ttf dependency change
Revision 1.43 / (download) - annotate - [select for diffs], Sun Jan 29 21:16:18 2023 UTC (4 months, 1 week ago) by ryoon
Branch: MAIN
Changes since 1.42: +2 -2
lines
Diff to previous 1.42 (colored)
*: Recursive revbup from graphics/freetype2
Revision 1.42 / (download) - annotate - [select for diffs], Sun Sep 11 12:51:45 2022 UTC (8 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (colored)
*: bump PKGREVISION for flac shlib bump
Revision 1.41 / (download) - annotate - [select for diffs], Thu Aug 11 05:08:33 2022 UTC (9 months, 3 weeks ago) by gutteridge
Branch: MAIN
Changes since 1.40: +2 -2
lines
Diff to previous 1.40 (colored)
Bump all dependent packages of wayland (belatedly) The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
Revision 1.40 / (download) - annotate - [select for diffs], Mon Mar 28 10:44:14 2022 UTC (14 months, 1 week ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.39: +2 -2
lines
Diff to previous 1.39 (colored)
g*/*: revbump(1) for libsndfile
Revision 1.39 / (download) - annotate - [select for diffs], Wed Dec 8 16:04:38 2021 UTC (17 months, 4 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
revbump for icu and libffi
Revision 1.38 / (download) - annotate - [select for diffs], Wed Sep 8 21:05:07 2021 UTC (20 months, 4 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
Recursive revbump for audio/jack
Revision 1.37 / (download) - annotate - [select for diffs], Tue Aug 18 17:57:56 2020 UTC (2 years, 9 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
*: revbump for libsndfile
Revision 1.36 / (download) - annotate - [select for diffs], Sun Mar 8 16:49:45 2020 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
*: recursive bump for libffi
Revision 1.35 / (download) - annotate - [select for diffs], Fri Oct 12 09:37:25 2018 UTC (4 years, 7 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.34: +5 -2
lines
Diff to previous 1.34 (colored)
neverball: Needs c99 and avoid vsnprintf(3) hacks - On NetBSD (and probably other operating system) the build failed because due `extern int vsnprintf(char *, size_t, const char *, va_list);' and SSP use. `-std=c99' is already passed to the compiler and vsnprintf(3) is part of C99 so avoid the `extern'. - Add LICENSE Bump PKGREVISION Problem noticed and original patch by chardar on #pkgsrc with little adjustments from me, thanks a lot!
Revision 1.34 / (download) - annotate - [select for diffs], Sun Jan 14 17:34:00 2018 UTC (5 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
games/*: fix alignment of variable values pkglint -Wall -r --autofix --only aligned After running the above command, three packages had to be adjusted manually: In maelstrom-x11, pkglint didn't see that a commented variable assignment should have been re-aligned as well. In netmaze, there was a single line that didn't align well with all the others, but pkglint decided to adjust the whole paragraph to this single line. The result would have been ok, but not good. In tscp, there was a paragraph where some of the lines were indented one space more than the others. This rule is useful when one variable name is very long compared to the others, but not in this case.
Revision 1.33 / (download) - annotate - [select for diffs], Sat Sep 30 07:45:03 2017 UTC (5 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
neverball: follow redirect
Revision 1.32 / (download) - annotate - [select for diffs], Sat Apr 25 14:23:01 2015 UTC (8 years, 1 month ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.31: +2 -1
lines
Diff to previous 1.31 (colored)
Recursive revbump following MesaLib update, categories g through n.
Revision 1.31 / (download) - annotate - [select for diffs], Mon Feb 9 09:02:12 2015 UTC (8 years, 3 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.30: +4 -6
lines
Diff to previous 1.30 (colored)
Update neverball to 1.6.0. Changes: * An OpenGL ES-compatible renderer. * Port to SDL 2. * Graphics performance improvements. * Mapping documentation * Configurable responsiveness of all three cameras via camera_*_speed * Intelligent manual rotation behavior. * Reworked configuration via joystick_axis_* and joystick_button_* options in neverballrc. * Configurable tilt responsiveness via mouse_response and joystick_response options in neverballrc. Accustomed keyboard users may want to set joystick_response to 50 to restore previous arrow key responsiveness. * Move default camera keys from F1-F3 to 1-3. * Automatically invalidate scores for older levels. * Adjustable replay playback speed using the mouse wheel. * Interpolate game state between updates for smooth display. * Simulation and collision detection-related fixes. * Rotating platforms! * NeverballPack gamepack for Radiant: * Tailored defaults. * Built-in entity documentation. * Custom Build menu options. * Ability to load levels in standalone mode from the command line. * Recognize .pk3 (a renamed .zip) as a package extension for Radiant compatibility. * Limit entity timer precision to milliseconds to fix a number of timing-related bugs. * New level sets / courses: * Tones Levels, a level set by Ian Walker. * Golf Jambalaya, a golf course by vidski. * Reshaun's Easy-Putt, a golf course by Reshaun Francis. * Updated level sets: * Countless highscore and bug fixes. * Some completely reworked levels. * Four all-new Nevermania levels. * New balls: * Rift Ball, Octocat Ball, Melon Ball, Orange Ball, Diagonal Ball, Cheese Ball, Catseye Ball, UFO Ball. * Updated balls: * Eyeball, Blinky. * Countless translation updates. * Language selection screen. * Support for custom GUI themes. A GUI theme can be installed as any Neverball package and selected via the theme option in neverballrc. * Lighting adjustments to improve visibility in levels. * Error logging to a text file in the user folder. * Incremental loading of replays.
Revision 1.30 / (download) - annotate - [select for diffs], Thu Aug 21 14:08:04 2014 UTC (8 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3
Changes since 1.29: +2 -1
lines
Diff to previous 1.29 (colored)
Fix build on SunOS (needs explicit -lX11 -lm).
Revision 1.29 / (download) - annotate - [select for diffs], Tue Jun 4 22:16:10 2013 UTC (10 years ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
Revision 1.28 / (download) - annotate - [select for diffs], Mon Jun 3 10:05:03 2013 UTC (10 years ago) by wiz
Branch: MAIN
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
Bump freetype2 and fontconfig dependencies to current pkgsrc versions, to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
Revision 1.27 / (download) - annotate - [select for diffs], Sat Feb 16 11:21:24 2013 UTC (10 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Recursive bump for png-1.6.
Revision 1.26 / (download) - annotate - [select for diffs], Sat Oct 6 11:54:48 2012 UTC (10 years, 8 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.25: +1 -3
lines
Diff to previous 1.25 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.25 / (download) - annotate - [select for diffs], Wed May 16 12:08:50 2012 UTC (11 years ago) by marino
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.24: +3 -1
lines
Diff to previous 1.24 (colored)
games/neverball: Fix indirect linking on DragonFly
Revision 1.24 / (download) - annotate - [select for diffs], Tue Nov 1 06:01:19 2011 UTC (11 years, 7 months ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Recursive bump for graphics/freetype2 buildlink addition.
Revision 1.23 / (download) - annotate - [select for diffs], Thu Jan 13 13:37:48 2011 UTC (12 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Revision 1.22 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:31 2010 UTC (12 years, 5 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (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.21 / (download) - annotate - [select for diffs], Sun Jun 13 22:44:22 2010 UTC (12 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (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.20 / (download) - annotate - [select for diffs], Mon Jan 18 09:58:53 2010 UTC (13 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.19: +2 -1
lines
Diff to previous 1.19 (colored)
Second try at jpeg-8 recursive PKGREVISION bump.
Revision 1.19 / (download) - annotate - [select for diffs], Thu Dec 3 06:33:46 2009 UTC (13 years, 6 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.18: +21 -19
lines
Diff to previous 1.18 (colored)
Update neverball to 1.5.4. Inspired by PR pkg/41637. pkgsrc changes: The neverball script is no more. To run neverball, use the neverball binary. To run neverputt, use the neverputt binary. Sanity restored. Upstream changes: Updated maps, textures, zillions of bugfixes and small enhancements. A few highlights: * Split off limited lives and set high-scores to a separate "Challenge" game mode. * Middle mouse button toggles between chase/manual views * Allow view rotation using second gamepad stick * Add a ball configuration screen * Bound camera rotation keys to S and D by default. * Make mouse buttons configurable (full view control) * Rewrote audio code, eliminating SDL_mixer dependency. * Rewrote image handling, eliminating SDL_image dependency.
Revision 1.18 / (download) - annotate - [select for diffs], Wed Aug 26 19:57:32 2009 UTC (13 years, 9 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
bump revision because of graphics/jpeg update
Revision 1.17 / (download) - annotate - [select for diffs], Mon May 26 02:13:19 2008 UTC (15 years 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,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.16: +3 -3
lines
Diff to previous 1.16 (colored)
Second round of explicit pax dependencies. As reminded by tnn@, many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
Revision 1.16 / (download) - annotate - [select for diffs], Tue Mar 4 06:59:05 2008 UTC (15 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Changes since 1.15: +11 -7
lines
Diff to previous 1.15 (colored)
Mechanical changes to add DESTDIR support to packages that install their files via a custom do-install target.
Revision 1.15 / (download) - annotate - [select for diffs], Wed Jan 17 03:11:19 2007 UTC (16 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.14: +3 -3
lines
Diff to previous 1.14 (colored)
Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make clear that these variables are completely unrelated to BUILDLINK_TRANSFORM. Added a legacy check that catches appearances of BUILDLINK_TRANSFORM.*. XXX: Where should incompatible changes in pkgsrc be documented?
Revision 1.14 / (download) - annotate - [select for diffs], Mon Jun 12 16:28:10 2006 UTC (16 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable) for SDL shlib changes.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 17 13:46:29 2006 UTC (17 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.
Revision 1.12 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:43 2006 UTC (17 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (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.11 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:21 2006 UTC (17 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Jan 2 14:01:09 2006 UTC (17 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.9: +3 -4
lines
Diff to previous 1.9 (colored)
upgrade to 1.4.0
Revision 1.9 / (download) - annotate - [select for diffs], Sun Dec 11 09:40:42 2005 UTC (17 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Convert aalib to options framework, adding an 'x11' option, and remove aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Jun 16 06:57:55 2005 UTC (17 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.7: +3 -1
lines
Diff to previous 1.7 (colored)
Create directories before installing files into them.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Jun 1 18:02:51 2005 UTC (18 years ago) by jlam
Branch: MAIN
Changes since 1.6: +1 -2
lines
Diff to previous 1.6 (colored)
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
Revision 1.6 / (download) - annotate - [select for diffs], Sun May 22 20:08:02 2005 UTC (18 years ago) by jlam
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:56 2005 UTC (18 years, 2 months ago) by tv
Branch: MAIN
Changes since 1.4: +1 -2
lines
Diff to previous 1.4 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Mar 27 15:43:36 2005 UTC (18 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk).
Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:46 2004 UTC (18 years, 8 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Revision 1.2 / (download) - annotate - [select for diffs], Fri May 7 01:14:48 2004 UTC (19 years, 1 month ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Drop maintainership; I don't have the enough free time to maintain all these packages.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Apr 18 05:02:52 2004 UTC (19 years, 1 month 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 neverball-1.2.2. Tilt the floor to roll a ball through an obstacle course before time runs out. Neverball is part puzzle game, part action game, and entirely a test of skill. Also found here is Neverputt, a hot-seat multiplayer miniature golf game using the physics and graphics of Neverball.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 18 05:02:52 2004 UTC (19 years, 1 month ago) by xtraeme
Branch: MAIN
Initial revision