The NetBSD Project

CVS log for pkgsrc/games/angband-x11/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / games / angband-x11

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.46 / (download) - annotate - [select for diffs], Sat Jan 14 15:36:10 2012 UTC (4 months, 1 week ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Changes since 1.45: +5 -4 lines
Diff to previous 1.45 (colored)

set USE_GAMESGROUP

Revision 1.45 / (download) - annotate - [select for diffs], Fri Mar 11 11:48:40 2011 UTC (14 months, 2 weeks ago) by zafer
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

service suspended. prevent timeout. fetch from backup.

Revision 1.44 / (download) - annotate - [select for diffs], Fri Jan 29 20:20:00 2010 UTC (2 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.43: +8 -5 lines
Diff to previous 1.43 (colored)

DESTDIR support

Revision 1.43 / (download) - annotate - [select for diffs], Mon May 26 02:13:19 2008 UTC (4 years ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, 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.42: +4 -2 lines
Diff to previous 1.42 (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.42 / (download) - annotate - [select for diffs], Sat Jan 19 09:16:20 2008 UTC (4 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

Reset maintainer on his request.

Revision 1.41 / (download) - annotate - [select for diffs], Thu Oct 4 22:54:58 2007 UTC (4 years, 7 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.40: +7 -1 lines
Diff to previous 1.40 (colored)

The installed directories must be readable for the user who installs the
package. Otherwise it is not possible to install this package as
unprivileged user.

Revision 1.40 / (download) - annotate - [select for diffs], Fri Feb 2 01:04:00 2007 UTC (5 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.39: +6 -2 lines
Diff to previous 1.39 (colored)

Modular Xorg support.

Revision 1.39 / (download) - annotate - [select for diffs], Wed Oct 4 21:43:00 2006 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.

Revision 1.38 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:12 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.37 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:15 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.36 / (download) - annotate - [select for diffs], Thu Nov 10 06:30:53 2005 UTC (6 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.35: +3 -3 lines
Diff to previous 1.35 (colored)

- Fixed pkglint warning:
  WARN: Makefile:25: CONFIGURE_ARGS should be modified using "+=".
- Removed redundant --prefix=${PREFIX}.

Revision 1.35 / (download) - annotate - [select for diffs], Wed Jun 1 18:02:49 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (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.34 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:48 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.33: +1 -2 lines
Diff to previous 1.33 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.33 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:42 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.32: +2 -1 lines
Diff to previous 1.32 (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.32 / (download) - annotate - [select for diffs], Mon Apr 12 04:43:06 2004 UTC (8 years, 1 month ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

USE_BUILDLINK3=yes.

Revision 1.31 / (download) - annotate - [select for diffs], Tue Mar 30 09:16:40 2004 UTC (8 years, 1 month ago) by xtraeme
Branch: MAIN
Changes since 1.30: +3 -3 lines
Diff to previous 1.30 (colored)

bl3ify

Revision 1.30 / (download) - annotate - [select for diffs], Sun Feb 1 01:43:29 2004 UTC (8 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

In the new compiler selection framework, GCC_REQD is appended to, not
overridden.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Jan 25 16:22:15 2004 UTC (8 years, 4 months ago) by kristerw
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler
for arm, so that we don't need to install the gcc package(s) on
machines that already have a working compiler in their /usr/bin.

Revision 1.28 / (download) - annotate - [select for diffs], Fri Jan 23 23:42:01 2004 UTC (8 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.27: +3 -2 lines
Diff to previous 1.27 (colored)

Replace USE_NCURSES with appropriate INCOMPAT_CURSES.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Sep 28 09:13:57 2003 UTC (8 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk.  This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.

We should have a better way to say that the NetBSD curses doesn't
quite work well enough.  In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages.  We will look into this again in the future.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Sep 27 17:07:36 2003 UTC (8 years, 7 months ago) by grant
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Sep 17 19:40:23 2003 UTC (8 years, 8 months ago) by grant
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Sep 15 13:58:37 2003 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.23: +3 -4 lines
Diff to previous 1.23 (colored)

Update to 3.0.3, based on PR 22805 by Peter Seebach.
New in 3.0.3:
# Reduced the size of the 32x32 tiles bitmap. The smaller bitmap
  should fix the problem on older Windows versions (Windows 95 and
  98) with restrictions of the maximal bitmap size . The tiles are
  available as a separate download from:
  ftp://clockwork.dementia.org/angband/Extra/graf-32x32-302.zip.
# Fixed a bug in the text-output routines used for character dumps
  that sometimes introduced bogus output. (reported by Pasi Vartiainen)
# Fixed a wrong entry in the template for the X11 startup shell
  script. ("Mynstral")
# Fixed the display of *slays* in character dumps. (Matthias Kurzke)
# The "It might have hidden powers." message will now displayed in
  the character dumps. This makes it easier to see if an artifact or
  ego-item with random abilities has already been *identified*.
# Curses on unidentified items are no longer revealed in character
  dumps or in the output of the 'Inspect' command.
# Fixed a typo - "intellegence". (Greg Stark)
# Updated the DOS version to compile with the latest version of
  the Allegro library.
New in 3.0.2:
# Limited the maximum size of floor stacks to 23, so that get_item()
  can always display a list containing all objects.
# Renamed 'genocide' to 'banishment' and 'mass genocide' to 'mass
  banishment' since that name fits much better to the effect. The
  priest's 'banishment' spell has been renamed to 'banish evil' to
  avoid confusion and since that is what it actually does.
# Replaced silver arrows and bolts with mithril ammo since slay
  evil was too powerful.
# Changed the color of seeker bolts to green since there are so
  many 'light blue' ammo objects now.
# 'Golden staves' had the wrong color. (John I'anson-Holton)
# Improved indentation of the object descriptions in the character
  dump. (Andrew Sidwell)
# Destruction/Earthquake spells didn't properly destroy stacks of
  objects. After saving and loading the game, parts of the stacks
  were restored. (reported by Matthias Kurzke)
# Zapping a stack of recharging rods would instantly recharge all
  but one of them. (Tormod Haugen)
# Fixed an error in the LCC Makefile.
# Fixed an off-by-one error that prevented savefiles with the
  maximum number of monsters or objects from loading correctly.
  (Takeshi Mogami)
# Fixed an abuse that allowed the player to kill a monster with a
  ball spell by staying out of sight and detection range of the
  monster while the monster just patiently waited without ever getting
  a turn (reported by Tormod Haugen). Wounded monsters will now always
  get their turn, even when out of range.
# The Elfstone 'Elessar' and the Jewel 'Evenstar' have the INSTA_ART
  flag now to make the APW-Borg happy.
# Amulets of resistance are now fully known after identifying one
  for the first time. (Dr. Andrew White)
# The option for flushing of pending input when failing to cast a
  spell didn't work.
# Fixed several bugs in the scorefile handling that could lead to
  duplicated entries for a single character. (reported by Hallvard
  Furuseth and Mauro Scarpa)
# Unified the code for object infos and artifact spoilers. (Andrew
  Sidwell)
# Added event-handler code to call Lua functions when things happen
  in the game.
# Allow multiple Lua event handlers per event.
# Moved the generation of the player's fixed starting equipment
  (food and torches) to a Lua event handler.
# Which objects a store will buy and sell is now determined by a
  Lua script.
# Added various improvments to make finding errors in Lua code
  easier.
# The lib/edit/*.txt files can now optionally contain the names of
  the default object, monster, terrain, and flavor colors instead of
  just a character specifying the Angband color code.
# Changed the format of the flavor.txt file to make parsing easier.
# Allow the use of the Angband version number in conditional
  statements of the *.prf file format.
# Added Takeshi Mogami's bigtile patch that allows tile-graphics
  to have doubled width.
# Added support for David Gervais' 32x32 tileset to the Windows,
  X11, and XAW ports. The tiles are available as a separate download
  from: ftp://clockwork.dementia.org/angband/Extra/32x32.zip (Takeshi
  Mogami)
# Improved the error message when a font can't be loaded in the
  X11 and XPJ frontends.
# Fixed a memory leak when switching between the various tilesets
  in the Windows version.

Revision 1.23 / (download) - annotate - [select for diffs], Fri Sep 12 20:07:16 2003 UTC (8 years, 8 months ago) by grant
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.

the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.

more changes to come later...

Revision 1.22 / (download) - annotate - [select for diffs], Sun Jul 13 13:51:41 2003 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21 (colored)

PKGREVISION bump for libiconv update.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Jun 11 20:50:54 2003 UTC (8 years, 11 months ago) by abs
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jun 2 14:05:03 2003 UTC (8 years, 11 months ago) by abs
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Apr 10 20:10:17 2003 UTC (9 years, 1 month ago) by grant
Branch: MAIN
Changes since 1.18: +3 -2 lines
Diff to previous 1.18 (colored)

make usage of pax more consistent, use -O to bomb on broken archives
(suggested by lukem), group z, r and f flags.

some whitespace cleanup.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Apr 10 19:43:19 2003 UTC (9 years, 1 month ago) by grant
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

drop some parens, fix whitespace.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jan 26 10:30:51 2003 UTC (9 years, 4 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Use -O to tell pax(1) that there is only 1 volume in the angband spoilers
file. This is a workaround for what seems like a tar archive produced by
GNU tar not being able to be read by our pax(1).

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jan 24 13:36:19 2003 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Note in USE_NCURSES variable which functions actually are missing for this
to build with native curses.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Sep 29 06:32:37 2002 UTC (9 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.14: +5 -5 lines
Diff to previous 1.14 (colored)

Use gcc/buildlink2.mk instead of Makefile.gcc

Revision 1.14 / (download) - annotate - [select for diffs], Fri Aug 16 03:12:13 2002 UTC (9 years, 9 months ago) by jschauma
Branch: MAIN
CVS Tags: netbsd-1-6-RELEASE-base, netbsd-1-6
Changes since 1.13: +15 -15 lines
Diff to previous 1.13 (colored)

Beautify: correct tab-stops.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Jul 26 22:06:46 2002 UTC (9 years, 10 months ago) by jschauma
Branch: MAIN
Changes since 1.12: +19 -20 lines
Diff to previous 1.12 (colored)

Update angbadn-x11 to 3.0.1 as suggested in PR pkg/17605.  Some modifications
to the suggested Makefile by myself.

Our previous version was 2.8.3, so the list of changes is rather extensive.
A complete list is available on the packages homepage.

Highlights include (as far as I can tell, not being a user of this package):
- the usual feature enhancements and bug-fixes
- randomized character generation
- improved monster AI
- color coded messages and more sound events
- lots of environmental, monster and player changes
- new MASTER_SITE
- new HOMEPAGE

Revision 1.12 / (download) - annotate - [select for diffs], Sat Apr 20 15:04:47 2002 UTC (10 years, 1 month ago) by cjep
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, buildlink2-base, buildlink2
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Backout previous arm32 change and redo somewhat more elegantly...

Revision 1.11 / (download) - annotate - [select for diffs], Sat Apr 20 13:08:41 2002 UTC (10 years, 1 month ago) by cjep
Branch: MAIN
Changes since 1.10: +6 -1 lines
Diff to previous 1.10 (colored)

On arm32 use gcc-2.95.3 to avoid internal compiler error.
Pass CC to make in the environment.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Mar 18 15:30:15 2002 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.9: +1 -4 lines
Diff to previous 1.9 (colored)

Don't abuse PATCHFILES, copy patches from angband-tty instead.
Addresses part of 15717.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Dec 15 20:25:36 2001 UTC (10 years, 5 months ago) by agc
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the external
references of the pkglint package.

_PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages
which would like to refer to other packages in the build tree. It should
not be set by users, but neither should it stop a user from building a
package if it is defined, so make it obvious that this is the case.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Sep 27 23:18:04 2001 UTC (10 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.

Revision 1.7 / (download) - annotate - [select for diffs], Fri Feb 16 15:10:42 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Sep 11 00:22:23 2000 UTC (11 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.5: +9 -2 lines
Diff to previous 1.5 (colored)

Install spoiler files, as requested in pkg/8341; sort PLIST.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Jan 26 16:41:53 2000 UTC (12 years, 4 months ago) by pooka
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Remove homepage from pkg/DESCR and add it to Makefile

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 2 03:20:07 2000 UTC (12 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

replaced some commands by their ${COMMAND} counterparts

Revision 1.3 / (download) - annotate - [select for diffs], Mon Apr 26 18:38:28 1999 UTC (13 years, 1 month ago) by garbled
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE, netbsd-1-4-PATCH001, comdex-fall-1999
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

add USE_X11=yes

Revision 1.2 / (download) - annotate - [select for diffs], Thu Dec 31 15:19:15 1998 UTC (13 years, 4 months ago) by tv
Branch: MAIN
Changes since 1.1: +7 -13 lines
Diff to previous 1.1 (colored)

Don't reach into other pkg's ${WRKDIR}.  Add appropriate CONFLICTS between
the angband pkgs.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 27 13:22:08 1998 UTC (13 years, 9 months ago) by garbled
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003

angband-x11: a Tolkien based variant of Moria for X11 displays

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>