Commit graph

2644 commits

Author SHA1 Message Date
markd
c2cda45139 Update to KDE 3.5.2
changes unknown
2006-03-30 03:04:22 +00:00
markd
155a8a793e Update to KDE 3.5.2
* KMahjongg
  o Not looking for themes/background/etc on .kde
2006-03-30 03:03:08 +00:00
joerg
98926606c4 Fix pthread detection and linkage. 2006-03-29 22:41:01 +00:00
joerg
c708527854 libggi is a threaded library, so enforce thread linkage. Otherwise
configure bails out e.g. on DragonFly, since the linkage test fails.
Fix GCC 3.4+: label at end of compound statement.
2006-03-29 22:38:30 +00:00
joerg
57362f403c Add DragonFly support. 2006-03-28 23:05:05 +00:00
joerg
10812c911b Use pthread.buildlink3.mk consistently. 2006-03-28 22:03:42 +00:00
joerg
7c8a9698c9 When checking for libSDL in configure, link in pthread explictly. 2006-03-28 22:02:37 +00:00
joerg
be574c19dc Fix pthread linkage and 'label at end of compound statement' problems. 2006-03-28 21:51:53 +00:00
joerg
62a19d3186 Fix pthread linkage and gettext detection. 2006-03-28 21:41:13 +00:00
joerg
5fc89dd2a6 Add DragonFly support. 2006-03-28 19:37:43 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
jlam
daad0f3d6c Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
2006-03-14 01:14:26 +00:00
wiz
35af171849 Add and enable aop. 2006-03-12 19:04:03 +00:00
rillig
b8275b2a18 Imported aop from pkgsrc-wip.
The goal of Aop (Ambassador Of Pain) is is to drive the hoovercraft
(O) trough the level into the 'at' sign (@) and reach as much points
as possible by reducing the number of moves and not losing any time.
Lost lifes (0) can easily be picked up by simply drive over them.

Packaged by Antoine Reilles.
2006-03-12 15:18:12 +00:00
wiz
467372d995 Do not insist on GNU gettext in libintl, accept
any that has a gettext() function. Fixes build on NetBSD-3.99.16 (and probably older
releases too).
Lots of additional translation files now installed, add them to the PLIST
and bump PKGREVISION.
2006-03-12 12:30:05 +00:00
rillig
f5f3d7ce63 bin/wmlxgettext needs the correct Perl interpreter. 2006-03-11 10:51:23 +00:00
ghen
a527d84ce0 Convert all packages using REPLACE_INTERPRETER to the new variable names
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).

Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.

Ok with rillig.
2006-03-11 10:07:49 +00:00
rillig
fd5570707e Removed the definition of EXTRACT_ONLY that has prevented the package from
building.
2006-03-11 04:36:59 +00:00
rillig
bbb049a2af Fixed pkglint warnings. 2006-03-10 23:53:49 +00:00
jlam
0e8686db8d Remove unused DEINSTALL script that was being superseded by the one
generated by the pkginstall framework.
2006-03-10 15:34:22 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +00:00
wiz
5640e27a87 Set PYTHON_VERSIONS_ACCEPTED per PR 32977 by Robert Elz.
Bump PKGREVISION.
Update HOMEPAGE and MASTER_SITES.
2006-03-09 18:51:55 +00:00
ghen
8cf271c6e8 Use REPLACE_INTERPRETER instead of a patch. 2006-03-09 14:50:31 +00:00
rillig
267682e5ef Added spaceracer. 2006-03-09 14:16:25 +00:00
rillig
88fef550c4 Imported spaceracer-0.2.4.
Space Racer is a 3D car racing game. The circuit is a road in a galactic
environment. It aims to be a clone of the well known Stunt Car Racer
developped by Geff Crammond, author of Grand Prix I and II.
2006-03-09 14:08:44 +00:00
wiz
8fa2cbdfb8 Add x11.buildlink3.mk 2006-03-07 07:24:07 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
jlam
6e0c050321 * Teach the tools framework how to supply the pkgsrc version of
makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.
2006-03-05 16:27:22 +00:00
jlam
9c8b5ede43 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.
2006-03-04 21:28:51 +00:00
kristerw
7b9fe2f925 Regen so that the MacOS X patch program can apply it. 2006-03-03 19:21:43 +00:00
wiz
6601fd212f Do not install fr locale file -- it is not a translation, and made trouble
in 2.1 bulk builds.
While here:
Use REPLACE_PERL instead of handcrafted code.
Get rid of automake build dependency by adding the corresponding patches.
Remove bogus patch.
2006-02-28 17:45:55 +00:00
veego
7c18706cc4 Remove gnocatan and add pioneers to pkgsrc/games/Makefile, which replaces
pkgsrc/games/gnocatan
2006-02-25 18:27:57 +00:00
veego
5ce1b65988 Pioneers is a clone of the board game The Settlers of Catan.
Pioneers was formerly known as Gnocatan.

This is an 'update' based on the old gnocatan package with some changes:
- some dependencies changes, so it needs fewer packages
- fix hardcoded manpage paths

There are too many changes since gnocatan 0.8.1.16 to list them here.
Please check the NEWS file in the source archive for more information.

There is one important one:

CVS Snapshot release 0.9.55
This is a security release for the meta server.
* The public meta server could be crashed by sending commands to create
  a new game, even though the meta server does not allow the creation
  of new games.
 Everybody who is running a meta server is requested to upgrade.

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0467
2006-02-25 18:23:58 +00:00
minskim
5a6af97f8e Do not declare static variables in a header file. This makes the package
build with gcc-4.
2006-02-24 01:56:35 +00:00
joerg
3b841e6cef Fix GCC 3.4+: don't use struct foo for typdef foo. 2006-02-23 18:20:03 +00:00
wiz
b578c47004 Add patches for fixing
http://www.gentoo.org/security/en/glsa/glsa-200602-09.xml
from Gentoo.
2006-02-21 22:44:53 +00:00
wiz
04fb0b23ce Add missing file to PLIST. Fix perl PLIST part. Bump PKGREVISION. 2006-02-17 23:26:29 +00:00
wiz
2bd86c50d1 Add missing file+dir to PLIST. Bump PKGREVISION. 2006-02-17 19:37:15 +00:00
drochner
040d0a1a35 update to 2.12.3
This the third maintanence release of the 2.12 stable gnome-games
branch. It contains only fixes and a translation updates. It should
stop crashes in Mines on 64-bit machines and fix two bugs in
Aisleriot. The Aisleriot fixes were to make Elevator playable again
and to fix a crash in Diamond Mine during the end-game. The updated
translation was the German translation.
2006-02-15 18:15:46 +00:00
adam
bf479fc7dd Changes 1.5.12:
This really fixes the potential exploit against
the Windows server, which was not correctly fixed in 1.5.11.

Changes 1.5.11:
This is largely a security bugfix release, fixing a potential exploit against
the Windows server when running as an NT serivce.

Pkgsrc:
Use options.mk to build Curses and/or GTK user interface.
2006-02-14 21:40:44 +00:00
rillig
1b5175365d Added tetrinetx. 2006-02-14 20:41:51 +00:00
rillig
04c133194e Imported tetrinetx from pkgsrc-wip.
TetriNET is an addictive 6 player tetr*s game

What this program does is set up a TetriNET server that ordinary
TetriNET clients can connect to. It attempts to fix some of the
"glaring" holes in the TetriNET protocol that I discovered, and which
I'm sure some people use as cheats, but I now see why it is nearly
impossible to fix ;), without a modification to the client.
I've kept the server as close to the same as the original TetriNET
server, but I've added some extras that I've often wanted, such as
the "/kick" and "/ban" keywords.
Please note this server in no way encompasses the whole game. The clients
are the ones that do most of the work, with the server just passing suitable
packets between each client, and of course adding some of its own.

Author: Brendan Grieve (brg@cheerful.com)

Packaged by David Ferlier.
2006-02-14 17:03:54 +00:00
wiz
017354df44 PKGREVISION bump for gtkglext BUILDLINK_DEPENDS change. 2006-02-13 21:12:55 +00:00
xtraeme
b36bf56512 ENOTIME to mantain these packages, feel free to pick it up if you are
insterested.
2006-02-12 15:24:14 +00:00
rillig
7c2a73b2b5 Added runtime path to the X11 library directory. 2006-02-12 07:19:31 +00:00
wiz
e9773a35c2 Reset maintainer, email bounces:
550 User unknown (in reply to RCPT TO command)
2006-02-11 19:31:24 +00:00
adam
6c8e38eec5 Changes 0.8.2:
General:
   - Fixed OS X bundle building when using GCC 3.3.

 SCUMM:
   - Added support for rotating and scaling of sprites in HE games.

 Sword2:
   - Fixed last-minute crash when playing sound effects.

 WinCE Port:
   - Should fix weird crashes with DOTT stamp and in FOA
   - Fixed Monkey Island blocking keyboard panel on Smartphones
   - Fixed QVGA Smartphone detection (mean it this time :p)
   - Fixed Smartphone double right click issue.
2006-02-09 08:24:48 +00:00
rillig
245692345d Include "../../mk/x11.buildlink3.mk" instead of
"../../pkgtools/x11-links/buildlink3.mk", hoping that it will fix the
bulk build for NetBSD 2.1/i386.
2006-02-07 21:20:23 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
markd
72f1cee19b Update to KDE 3.5.1
Changes unknown
2006-01-31 22:56:15 +00:00