CVS log for pkgsrc/games/baduki/Attic/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / games / baduki
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.40
Sun Mar 22 12:02:05 2009 UTC (16 years, 1 month ago) by bad
Branches: MAIN
CVS tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
HEAD
FILE REMOVED
Changes since revision 1.39: +1 -1
lines
Remove games/baduki. The author disappeared years ago and it hasn't been
maintained every since.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Jul 14 12:56:03 2008 UTC (16 years, 10 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -1
lines
Mark as destdir ready.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Wed Oct 4 21:43:00 2006 UTC (18 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: 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,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
cwrapper
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -3
lines
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Apr 13 18:23:32 2006 UTC (19 years, 1 month ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -3
lines
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:09:12 2006 UTC (19 years, 3 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2
lines
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Sep 28 20:52:22 2005 UTC (19 years, 7 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -4
lines
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Jun 1 18:02:49 2005 UTC (19 years, 11 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -2
lines
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.33: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:45:48 2005 UTC (20 years, 1 month ago) by tv
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -2
lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:14:42 2004 UTC (20 years, 7 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2
lines
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.31: download - view: text, markup, annotated - select for diffs
Tue Mar 23 04:41:00 2004 UTC (21 years, 1 month ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2
lines
USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Mar 10 02:25:09 2004 UTC (21 years, 2 months ago) by snj
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -4
lines
Use bl3.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:37:54 2003 UTC (21 years, 10 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2
lines
s/netbsd.org/NetBSD.org/
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Jul 13 13:51:41 2003 UTC (21 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2
lines
PKGREVISION bump for libiconv update.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri May 2 11:54:52 2003 UTC (22 years ago) by wiz
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1
lines
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Dec 1 02:00:12 2002 UTC (22 years, 5 months ago) by salo
Branches: MAIN
CVS tags: netbsd-1-6-1-base,
netbsd-1-6-1
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -2
lines
USE_PKGLOCALEDIR, delint.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Nov 30 14:45:33 2002 UTC (22 years, 5 months ago) by grant
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +6 -5
lines
USE_PKGLOCALEDIR.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Sep 21 12:40:10 2002 UTC (22 years, 7 months ago) by jlam
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +7 -6
lines
buildlink1 -> buildlink2
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Oct 24 22:10:55 2001 UTC (23 years, 6 months ago) by jlam
Branches: MAIN
CVS tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2
lines
I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Oct 23 13:14:52 2001 UTC (23 years, 6 months ago) by jlam
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2
lines
x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value. Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Aug 29 22:41:09 2001 UTC (23 years, 8 months ago) by jlam
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2
lines
Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links. These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.
Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Jun 29 04:54:52 2001 UTC (23 years, 10 months ago) by jlam
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -2
lines
USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles. Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Jun 28 22:22:32 2001 UTC (23 years, 10 months ago) by zuntum
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +8 -12
lines
o use buildlink.mk to get x11/gtk and devel/gettext-lib dependencies
o set USE_BUILDLINK_ONLY
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Jun 11 06:34:32 2001 UTC (23 years, 11 months ago) by jlam
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -2
lines
CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Apr 2 20:06:13 2001 UTC (24 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-5-PATCH001
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -2
lines
Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Mar 27 03:19:57 2001 UTC (24 years, 1 month ago) by hubertf
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -2
lines
Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.
While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).
Patch by Alistair Crooks <agc@netbsd.org>
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Feb 16 15:10:43 2001 UTC (24 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1
lines
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Nov 2 04:24:50 2000 UTC (24 years, 6 months ago) by itojun
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -1
lines
correct gettext dependency.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Jul 15 20:39:17 2000 UTC (24 years, 10 months ago) by agc
Branches: MAIN
CVS tags: netbsd-1-5-RELEASE,
netbsd-1-4-PATCH003
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -3
lines
Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,
which takes entries of the format <make-definition-name>=<pkgname>. This
has not been added to MAKEFLAGS because (a) premature optimisation is the
root of all evil, and (b) because the .for loop used to implement this
shows the wrong results when multiple prefices are evaluated.
Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying
them considerably.
ALso simplify the logic to calculate the prefix as well.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jul 14 16:04:21 2000 UTC (24 years, 10 months ago) by agc
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3
lines
The previous method of using a make target for finding a prerequisite
package's prefix would not work as part of the environment specification
via MAKE_ENV (as it would not be executed in the correct directory).
Fix this by invoking pkg_info(1) directly, not via an intermediate make(1)
step - this is not as clean, but more effective (i.e. it works).
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jul 11 14:53:40 2000 UTC (24 years, 10 months ago) by agc
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3
lines
Make the determination of the pre-req package's installed directory be
a bit more user-friendly.
Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in
bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jul 10 13:29:38 2000 UTC (24 years, 10 months ago) by agc
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -5
lines
Work out in which directory xpm and gtk are installed as part of the
shell command, rather than as a make(1) preprocessor-like directive.
Pointed out by Thomas Klausner.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jul 10 10:40:40 2000 UTC (24 years, 10 months ago) by agc
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -3
lines
Hardcoding X11PREFIX into package Makefiles forces the user to install
xpkgwedge once, before any other packages have been installed, and
never to delete it. This change finds the prefix of the installed
pre-req package using pkg_info(1), and allows packages to be found in
${X11BASE} and ${LOCALBASE}, not just ${X11PREFIX} - from mail from
Dave Sainty <dave@dtsp.co.nz>, munged slightly by myself.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jun 30 10:04:46 2000 UTC (24 years, 10 months ago) by agc
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3
lines
Make this package xpkgwedge-safe by using the new X11PREFIX definition
in preference to X11BASE when trying to find the installed location of
X11 libraries, programs and headers (which will change if xpkgwedge is
installed).
[X11BASE reflects the location of the X11 libs, headers and programs.
X11PREFIX reflects the installed location of X11 packages.]
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Feb 5 18:34:43 2000 UTC (25 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-4-PATCH002
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
$() -> ${}
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Nov 20 12:34:42 1999 UTC (25 years, 6 months ago) by tron
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -4
lines
Build "baduki" with gtk+ 1.2.* instead of old gtk+ 1.0.6. Patch supplied
by Wiz in PR pkg/8806.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Sep 10 19:56:13 1999 UTC (25 years, 8 months ago) by bad
Branches: MAIN
CVS tags: comdex-fall-1999
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Udate baduki to 0.2.9.
Changes:
Some more patterns and tuning.
Enhancements to connect/cut code.
Support for the Go Modem Protocol.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun May 2 18:41:37 1999 UTC (26 years ago) by bad
Branches: MAIN
CVS tags: netbsd-1-4-PATCH001
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
Update to baduki-0.2.7.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Feb 19 14:30:08 1999 UTC (26 years, 3 months ago) by rh
Branches: MAIN
CVS tags: netbsd-1-4-RELEASE
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -2
lines
Adapt to new gtk10 package
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jan 31 22:33:50 1999 UTC (26 years, 3 months ago) by bad
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
Oops, s/BUILD_USES_X11/USE_X11/
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Jan 31 22:03:43 1999 UTC (26 years, 3 months ago) by bad
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
Baduki is a gtk+ based Go playing program which can also be run under Cgoban.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jan 31 22:03:43 1999 UTC (26 years, 3 months ago) by bad
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>