Commit graph

29 commits

Author SHA1 Message Date
asau
45127be31e Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 11:54:29 +00:00
joerg
e80bc524c9 user-destdir support 2009-07-08 17:15:08 +00:00
tonio
61786076ae Set PKGNAME to xmahjongg-3.70, instead of 3.7, as it was previously 3.61
Avoids going backward with version numbers
2008-07-22 21:59:00 +00:00
tonio
338c1f3d3e Update games/xmahjongg to version 3.7
Changelog:
Version 3.7   8.Mar.2005
* Man page bug fixes from Debian via Dave Swegen.
* Source code reorganization.
2008-07-22 21:25:00 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
joerg
3cee71d580 Modular Xorg support. 2007-02-02 18:04:52 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jdc
3960c7b1d2 Add a hack to work round an ICE with GCC 3.3 on sparc.
(As per the x11/qt3-tools hack.)
2006-01-12 20:50:01 +00:00
jlam
95fd1f6ec9 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.
2005-06-01 18:02:37 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
097c06bf6f USE_LANGUAGES= c c++ 2004-11-22 21:12:36 +00:00
snj
986127a459 Use bl3. 2004-03-09 23:19:19 +00:00
gavan
dd02fa6e23 Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-06 18:54:34 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
salo
bd6876362d Update to version 3.61.
Changes:

xmahjongg version 3 is a complete rewrite by Eddie Kohler <eddietwo at lcs dot
mit dot edu> of xmahjongg versions 1 and 2 by Jeff S. Young <jsy at cray dot
com>.

Features

- Those pretty, round-edged colored tiles
- Multiple tile sets (it comes with ten)
- Multiple layouts (it comes with twenty-four)
- Undo and redo
- Helpful hints for happy play, and a clean button for cheating
- Boards that are always solvable (but you can turn this feature off)
- It can show you a solution
- Aesthetics (or ugliness, depending on your taste)

- We regret to report some featurecide relative to version 2: there are no
  tournaments, no visible board numbers, and no layout configuration mode.
  May these features rest in peace, probably forever.

Since the license of the rewritten versions is GPL, the binary package can be
redistributed and the restriction was removed.
2003-04-10 17:58:07 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jschauma
ab337911ba Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable.  Bump PKGREVISION accordingly.
2003-02-26 03:58:06 +00:00
hubertf
e82e9283d0 Make sure the xmahjongg.bdf is compressed, as XFree 3 seems to not
deal properly with uncompressed fonts.

Fixes PR 15096 by Paul Goyette <paul@whooppee.com>
2001-12-30 03:39:28 +00:00
tron
ac7722533b Readd "post-install" target mistakenly removed by last commit. 2001-10-14 16:23:52 +00:00
tron
dda81631a4 Fix installation problem on system where "xpkgwedge" is installed. 2001-10-14 16:20:24 +00:00
wiz
9f28a7693e Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 15:10:41 +00:00
hubertf
402899809a Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18 22:46:29 +00:00
agc
6d24f8b58a Fix the English in a comment.
Use X11PREFIX in preference to X11BASE, just in case xpkgwedge is installed.
2000-07-11 11:01:06 +00:00
soren
3a94a4cd47 Use a relative path for bsd.pkg.mk instead of relying on the search path. 1999-09-28 20:40:02 +00:00
hubertf
7bbb039db2 run mkfontdir also on "make install" time 1999-04-02 22:31:29 +00:00
agc
5aa5bdafe4 Update package Makefiles for automatic manual page handling. 1998-06-22 12:32:17 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
tron
aaaf14a29a Adapt this package to NetBSD. 1998-04-15 22:03:38 +00:00
tron
61ad2c1098 Initial import of FreeBSD's "xmahjongg" port. 1998-04-15 21:40:49 +00:00