The NetBSD Project

CVS log for pkgsrc/games/rollemup/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / games / rollemup

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.44, Mon Jul 8 08:27:18 2019 UTC (3 years, 8 months ago) by nia
Branch: MAIN
CVS Tags: HEAD
Changes since 1.43: +1 -1 lines
FILE REMOVED

Remove rollemup - the distfiles are gone and we can't redistribute them.

"You are not allowed to distribute the software by any means.
You are allowed to download a copy from this site for personal use."

The site is gone.

Revision 1.43 / (download) - annotate - [select for diffs], Thu Jan 19 18:52:10 2017 UTC (6 years, 2 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.42: +4 -4 lines
Diff to previous 1.42 (colored)

Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.

Revision 1.42 / (download) - annotate - [select for diffs], Sat Oct 6 11:54:53 2012 UTC (10 years, 5 months ago) by asau
Branch: MAIN
CVS Tags: 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, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, 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, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.41: +1 -3 lines
Diff to previous 1.41 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.41 / (download) - annotate - [select for diffs], Sun Feb 7 20:59:14 2010 UTC (13 years, 1 month ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.40: +25 -15 lines
Diff to previous 1.40 (colored)

Adapted for better support of installation to DESTDIR.
Removed use of GAMEOWN/GAMEGRP (thanks to joerg@ for the help).

Revision 1.40 / (download) - annotate - [select for diffs], Sun Feb 7 17:32:40 2010 UTC (13 years, 1 month ago) by heinz
Branch: MAIN
Changes since 1.39: +4 -2 lines
Diff to previous 1.39 (colored)

Added working MASTER_SITES.

Revision 1.39 / (download) - annotate - [select for diffs], Sun Jun 14 22:58:01 2009 UTC (13 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.38: +1 -6 lines
Diff to previous 1.38 (colored)

Remove @dirrm related logic.

Revision 1.38 / (download) - annotate - [select for diffs], Tue May 19 08:59:15 2009 UTC (13 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored)

Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Sep 25 14:02:09 2008 UTC (14 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Bump PKGREVISION for infrastructure fix affecting /dev/null as CONF_FILES
source.

Revision 1.36 / (download) - annotate - [select for diffs], Tue Mar 4 06:59:05 2008 UTC (15 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.35: +20 -15 lines
Diff to previous 1.35 (colored)

Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.

Revision 1.35 / (download) - annotate - [select for diffs], Tue Feb 12 08:01:26 2008 UTC (15 years, 1 month ago) by rillig
Branch: MAIN
Changes since 1.34: +17 -16 lines
Diff to previous 1.34 (colored)

Fixed pkglint warnings about hidden commands. Added a missing mkdir.

Revision 1.34 / (download) - annotate - [select for diffs], Sun Jul 29 05:19:26 2007 UTC (15 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.33: +7 -16 lines
Diff to previous 1.33 (colored)

* Add new emulator framework in pkgsrc/mk/emulator that handles all
  binary-only packages that require binary "emulation" on the native
  operating system.  Please see pkgsrc/mk/emulator/README for more
  details.

* Teach the plist framework to automatically use any existing
  PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.

* Convert all of the binary-only packages in pkgsrc to use the
  emulator framework.  Most of them have been tested to install and
  deinstall correctly.  This involves the following cleanup actions:

    * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
      more consistently.

    * Simplify packages by using default INSTALL and DEINSTALL scripts
      instead of custom INSTALL/DEINSTALL code.

    * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
      Packages only need to state exactly which emulations they support,
      and the framework handles any i386-on-x86_64 or sparc-on-sparc64
      uses.

    * Remove "USE_NATIVE_LINUX" from pkgsrc.  The framework will
      automatically detect when the package is installing on Linux.

  Specific changes to packages include:

    * Bump the PKGREVISIONs for all of the suse100* and suse91* packages
      due to changes in the +INSTALL/+DEINSTALL scripts used in all
      of the packages.

    * Remove pkgsrc/emulators/suse_linux, which is unused by any
      packages.

    * cad/lc -- remove custom code to create the distinfo file for
	all supported platforms; just use "emul-fetch" and "emul-distinfo"
	instead.

    * lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
	instead of ${PREFIX}/lib so that compiled programs will find
	the shared libraries.

    * mail/thunderbird-bin-nightly -- update to latest binary
	distributions for supported platforms.

    * multimedia/ns-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.

    * security/uvscan -- set LD_LIBRARY_PATH explicitly so that
	it's not necessary to install library symlinks into
	${EMULDIR}/usr/local/lib.

    * www/firefox-bin-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.

Revision 1.33 / (download) - annotate - [select for diffs], Thu Feb 22 19:01:18 2007 UTC (16 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.32: +1 -5 lines
Diff to previous 1.32 (colored)

pkglint cleanup; update HOMEPAGE/MASTER_SITES.
From Sergey Svishchev in private mail.

Revision 1.32 / (download) - annotate - [select for diffs], Sun Sep 3 00:56:29 2006 UTC (16 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Reset maintainer for people who lost their commit bit.

Revision 1.31 / (download) - annotate - [select for diffs], Mon May 22 22:22:03 2006 UTC (16 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.30: +1 -2 lines
Diff to previous 1.30 (colored)

Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where
it will live with other "check" targets run after package installation.

Get rid of SHLIB_HANDLING, whose meaning had mutated over the years
from one thing to another.  Currently, it is used to basically note
whether the system's "ldd" command can be usefully run on the package's
binaries and libraries.  Rename this variable to CHECK_SHLIBS_SUPPORTED
for more clarity.

CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf
to note whether the check for missing run-time search paths is performed
after a package is installed.  It defaults to "no" unless PKG_DEVELOPER
is set.

Revision 1.30 / (download) - annotate - [select for diffs], Sat Mar 11 04:36:59 2006 UTC (17 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.29: +1 -2 lines
Diff to previous 1.29 (colored)

Removed the definition of EXTRACT_ONLY that has prevented the package from
building.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:22 2006 UTC (17 years, 1 month ago) by joerg
Branch: MAIN
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.28 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:17 2005 UTC (17 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.27: +4 -4 lines
Diff to previous 1.27 (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.27 / (download) - annotate - [select for diffs], Fri Jul 15 18:27:51 2005 UTC (17 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Jun 16 06:57:55 2005 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.25: +3 -1 lines
Diff to previous 1.25 (colored)

Create directories before installing files into them.

Revision 1.25 / (download) - annotate - [select for diffs], Mon May 16 01:15:32 2005 UTC (17 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.24: +3 -1 lines
Diff to previous 1.24 (colored)

Note that gtar is required by the package.

Revision 1.24 / (download) - annotate - [select for diffs], Tue Jan 27 00:53:11 2004 UTC (19 years, 1 month ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248

Revision 1.23 / (download) - annotate - [select for diffs], Tue Nov 11 12:32:36 2003 UTC (19 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.22: +4 -3 lines
Diff to previous 1.22 (colored)

Add a MASTER_SITE.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Jul 17 21:39:21 2003 UTC (19 years, 8 months ago) by grant
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.21 / (download) - annotate - [select for diffs], Fri Mar 28 21:14:21 2003 UTC (19 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.20: +1 -2 lines
Diff to previous 1.20 (colored)

NO_PATCH is deprecated, says pkglint. Remove it.

Revision 1.20 / (download) - annotate - [select for diffs], Wed Mar 26 04:05:44 2003 UTC (20 years ago) by jschauma
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

De-confusify:  Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but rather
make all packages that use linux emulation include bsd.pkg.mk as the
last files just like any normal package.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Apr 4 12:29:48 2002 UTC (20 years, 11 months ago) by tron
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.18: +4 -5 lines
Diff to previous 1.18 (colored)

Use "suse_linux/Makefile.application" to pick correct SuSE packages.

Revision 1.18 / (download) - annotate - [select for diffs], Wed Dec 5 15:00:46 2001 UTC (21 years, 3 months ago) by agc
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

s/root/${ROOT_USER}/g, now that the definition appears in the
defs.${OPSYS}.mk files.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Feb 16 15:10:58 2001 UTC (22 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

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

Revision 1.16 / (download) - annotate - [select for diffs], Mon Jan 29 11:34:27 2001 UTC (22 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.15: +2 -6 lines
Diff to previous 1.15 (colored)

Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Sep 8 13:34:23 2000 UTC (22 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.14: +3 -2 lines
Diff to previous 1.14 (colored)

We don't need all of suse_linux, just suse_compat and suse_x11.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Aug 31 02:35:26 2000 UTC (22 years, 6 months ago) by hubertf
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

add CHECK_SHLIBS=no

Revision 1.13 / (download) - annotate - [select for diffs], Fri Aug 25 00:20:22 2000 UTC (22 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

Add appropriate definitions of LDD so check-shlibs works correctly.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Aug 18 22:46:34 2000 UTC (22 years, 7 months ago) by hubertf
Branch: MAIN
Changes since 1.11: +5 -2 lines
Diff to previous 1.11 (colored)

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.

Revision 1.11 / (download) - annotate - [select for diffs], Tue Aug 8 03:50:29 2000 UTC (22 years, 7 months ago) by sakamoto
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

MASTER_SITES and HOMEPAGE are changed.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jul 20 13:31:00 2000 UTC (22 years, 8 months ago) by rh
Branch: MAIN
Changes since 1.9: +5 -3 lines
Diff to previous 1.9 (colored)

Do not use NO_PACKAGE and NO_CDROM to denote restricted packages.  Use the
appropriate variables instead.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jan 13 11:15:10 2000 UTC (23 years, 2 months ago) by soren
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Depend on suse_linux>=6.1, not >=6.1p1.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jan 11 02:25:28 2000 UTC (23 years, 2 months ago) by soren
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Allow newer versions of SuSE Linux libraries.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jan 2 03:20:13 2000 UTC (23 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

replaced some commands by their ${COMMAND} counterparts

Revision 1.6 / (download) - annotate - [select for diffs], Wed Dec 22 05:09:19 1999 UTC (23 years, 3 months ago) by sakamoto
Branch: MAIN
Changes since 1.5: +2 -6 lines
Diff to previous 1.5 (colored)

DEPENDS=suse_linux-6.1p1:../../emulators/suse_linux, suggested by Hubert Feyrer.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Nov 29 04:35:47 1999 UTC (23 years, 3 months ago) by sakamoto
Branch: MAIN
Changes since 1.4: +15 -9 lines
Diff to previous 1.4 (colored)

Fix typos, ${GAMES_DIR} and MESSAGE.
Suggested by MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 23 16:54:40 1999 UTC (23 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.3: +3 -2 lines
Diff to previous 1.3 (colored)

more NO_CDROM fixup

Revision 1.3 / (download) - annotate - [select for diffs], Thu Oct 28 06:59:12 1999 UTC (23 years, 4 months ago) by sakamoto
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

Resurrect rollemup pkg.

Revision 1.2, Fri Oct 22 07:52:15 1999 UTC (23 years, 5 months ago) by sakamoto
Branch: MAIN
Changes since 1.1: +1 -1 lines
FILE REMOVED

Remove rollemup package.
because we are currently in the middle of a small freeze.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 22 05:39:44 1999 UTC (23 years, 5 months ago) by sakamoto
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of rollemup-1.0.
Multi Ball, Player, Platform, Media, Cool Pinball game

Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 22 05:39:44 1999 UTC (23 years, 5 months ago) by sakamoto
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>