Commit graph

2125 commits

Author SHA1 Message Date
Kevin Lo
b83d58e8df - Mark unbroken
- Update to version 0.6

PR: 23348
Submitted by: MAINTAINER
2000-12-07 07:33:08 +00:00
Clive Lin
9e13021dec clive@CirX.ORG -> clive@FreeBSD.org 2000-12-06 13:24:42 +00:00
Maxim Sobolev
8e6c76e4d8 Update to 0.3.4. 2000-12-06 09:02:01 +00:00
Kevin Lo
dcf01b445d Oops, forgot to remove this file.
PR: 23223
Submitted by: Ports Fury
2000-12-02 16:15:05 +00:00
Kevin Lo
1f1f89f3c2 - Fix dependancy
- Support CFLAGS/PREFIX properly
- tar -> TAR

PR: 23223
Submitted by: Ports Fury
2000-12-02 16:03:30 +00:00
Maxim Sobolev
2f6bac0397 Add distribution errata patches and bump PORTREVISION as a result. 2000-12-01 14:02:28 +00:00
Mark Murray
5d31173417 Update to HLDS 3.0.1.4 (comataible with 1.1.0.4 clients) and
Counter-strike v1.0.
2000-11-29 20:30:54 +00:00
Maxim Sobolev
d98dde016b Update WWW. 2000-11-29 14:59:41 +00:00
Maxim Sobolev
53c1d88058 Update to 0.7. 2000-11-29 14:37:46 +00:00
Maxim Sobolev
7a4f264e00 Fix build if WITH_SOUND is defined.
Prompted by:	Donald J . Maddox <dmaddox@sc.rr.com>
2000-11-29 09:11:30 +00:00
Maxim Sobolev
f41d18069f Catch up <machine/console.h> disappearance.
Submitted by:	bento
2000-11-28 13:13:16 +00:00
Seiichirou Hiraoka
2c277df827 Support X11BASE properly
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
PR: ports/21368
2000-11-28 00:02:56 +00:00
Maxim Sobolev
a70c4db69d Update to 2.4.a.
Approved by:	maintainer
2000-11-27 09:02:22 +00:00
Kevin Lo
7acc6ba743 Update to version 2.40
PR: 23074
Submitted by: Ports Fury
2000-11-26 15:21:52 +00:00
Kris Kennaway
382611568b Ultra-mega-super-urgent security update which prevents several new
types of brain DoS

Submitted by:	Johann Visagie <johann@egenetics.com>
2000-11-26 06:20:19 +00:00
Maxim Sobolev
29a0461ea9 Ditch out "Version required" from comments section. 2000-11-23 11:56:11 +00:00
Peter Pentchev
05ce43b4f6 update my email address - roam@orbitel.bg -> roam@FreeBSD.org 2000-11-22 10:20:14 +00:00
Maxim Sobolev
f824e3bbfd Update to 0.5.2. 2000-11-20 08:05:58 +00:00
Kevin Lo
229d7c93d3 Fix a bug in the network playing code.
PR: 22948
Submitted by: MAINTAINER
2000-11-19 15:21:39 +00:00
Will Andrews
183f2a3017 Resign as maintainer of KDE2 ports, having brought them up from inception
to the final release of KDE 2.0.  Kevin Lo <kevlo@FreeBSD.org> will continue
as the new maintainer.  He has commit privileges on the KDE tree, making him
an excellent candidate for this job.  I'll be behind the scenes for awhile,
since there are some structural changes I'd like to make but I'd rather have
Kevin do the work.  Please, people, direct your patches at Kevin and watch
his "freetime deprivation process" _really_ start.  :-P
2000-11-17 18:24:40 +00:00
Thomas Gellekum
b08e16e418 Fix manpage installation. I really should upgrade to XFree86-3.3.6. 2000-11-14 12:08:29 +00:00
Satoshi Asami
1ee18e5274 The plib library name is libplibsl.a, not libpsl.a.
Submitted by:	bento
2000-11-13 23:58:11 +00:00
Kris Kennaway
68972c5f23 Remove stray directory on deinstall 2000-11-11 10:54:02 +00:00
Kris Kennaway
795e3f65ac Install this setgid games and remove world-writable privs from 3 files 2000-11-11 09:47:03 +00:00
Kris Kennaway
1cb494fbc4 Remove an extra directory
Submitted by:	bento
2000-11-11 09:35:09 +00:00
Kevin Lo
6e0f7ff83f Support CC/CFLAGS properly.
PR: 22747
Submitted by: Ports Fury
2000-11-11 06:41:16 +00:00
Kevin Lo
b6f9066564 - Support CFLAGS/PREFIX properly
- freebsd.org -> FreeBSD.org
- Change location of data files from lib/ to share/

PR: 22746
Submitted by: Ports Fury
2000-11-11 06:38:20 +00:00
Kevin Lo
6049e123ea - Support CXX/CXXFLAGS propelry
PR: 22745
Submitted by: Ports Fury
2000-11-11 06:33:09 +00:00
Kevin Lo
5923bbdb44 Update to version 1.2
PR: 22744
Submitted by: Ports Fury
2000-11-11 06:28:55 +00:00
Kevin Lo
5fed50bbff Update to version 0.88
PR: 22743
Submitted by: Ports Fury
2000-11-11 06:23:20 +00:00
Thomas Gellekum
88219b4439 Upgrade to 3.4. 2000-11-08 13:09:23 +00:00
Satoshi Asami
7112ba2b40 Change motif to a normal dependency. REQUIRES_MOTIF is now called
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif.  As
before, it implies USE_XPM (and therefore USE_XLIB).  Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.

Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF.  ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined.  I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.

I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
2000-11-07 23:28:20 +00:00
Matthew Hunt
87d59f3833 Correct distfile fennerage by upgrading to 1.8.2. 2000-11-07 20:42:17 +00:00
Neil Blakey-Milner
97bc172f5e Use USE_MESA instead of LIB_DEPENDS on GL.14 to allow packages to build
and not fail to install Mesa twice.

Noticed by:	bento
2000-11-03 23:48:03 +00:00
Akinori MUSHA
382c38a161 Update to 2.0.
Submitted by:	Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp> (MAINTAINER)
2000-11-03 21:12:17 +00:00
Akinori MUSHA
12a7eceeb3 Update to 1.3. There go the ha-na-bi! :>
Submitted by:	Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp> (MAINTAINER)
2000-11-03 17:22:57 +00:00
Ade Lovett
2573e51274 Release a number of ports that I don't have time to keep track
of any more.
2000-11-03 16:19:29 +00:00
Kevin Lo
87c2fa72e7 - Use MASTER_SITE_COMP_SOURCES to MASTER_SITES
- Support CC/CFLAGS/PREFIX properly
- Change location of data file from lib/ to share/

PR: 22552
Submitted by: Ports Fury
2000-11-03 12:50:59 +00:00
Maxim Sobolev
280079009e Another megapatch from PF:
- Fix Imakefile breakage under XFree86 4.x

PR:		21979
Submitted by:	Ports Furry
2000-11-02 15:12:56 +00:00
Yukihiro Nakai
9345e0e54f MASTER_SITES update.
PR:		ports/22463
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2000-11-02 04:03:52 +00:00
Will Andrews
2893f80413 Remove Ben as maintainer by his own request due to lack of time. 2000-11-01 20:37:04 +00:00
Maxim Sobolev
10e2f8893d Whitespace-only:
Make indentation uniform across my ports.
2000-11-01 15:51:11 +00:00
Kevin Lo
ba87517954 Fix MASTER_SITES.
PR: 22461
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
2000-11-01 15:02:24 +00:00
Kevin Lo
c8afae6b56 Fix linker error.
PR: 22447
Submitted by: Ports Fury
2000-11-01 14:43:04 +00:00
Maxim Sobolev
0dec587e0d Update to 0.4.0. 2000-11-01 13:09:00 +00:00
Satoshi Asami
cc4e605c19 Add nethack3-tty.
Submitted by:	bento
2000-10-31 23:53:13 +00:00
Maxim Sobolev
d725249ad5 Add Tenes Emapandas Graciela (TEG) - a turn-based strategy game for GNOME. 2000-10-31 08:03:33 +00:00
Will Andrews
ef4e39b482 Update MASTER_SITES to reflect reorganization of ${MASTER_SITE_KDE} since
they moved 1.1.2 into the attic to discourage use of it.

Submitted by:	Carl Johan Madestrand <cj@vallcom.net>
2000-10-30 01:33:54 +00:00
Will Andrews
4495b47121 Add NO_LATEST_LINK=yes to facilitate use of KDE 2.0 instead of 1.1.2.
Submitted by:	imura, steve
2000-10-30 01:28:59 +00:00
Steve Price
d26d09b244 Bump PORTREVISION (as I should have done with the previous commit) since
these ports now build again.
2000-10-29 22:58:07 +00:00
Steve Price
7a8e7452a7 Make struct.h idempotent so newer compilers don't bail because the
torp struct is being redefined.
2000-10-29 22:35:15 +00:00
Will Andrews
b8fe745f5e Add smacx, Loki's port of Sid Meier's Alpha Centauri game. Pretty cool. 2000-10-29 06:42:58 +00:00
Doug Barton
8fe0e8d936 At his request, remove Joel Sutton as maintainer of 8 ports. Thank you for
your efforts on these ports, and thank you for also taking the responsibility
to let us know your time now has other priorities.

PR:		ports/22384
Submitted by:	Joel Sutton, jsutton@bbcon.com.au
2000-10-29 06:31:38 +00:00
Will Andrews
8a3f152680 Oops, forgot to remove -lqt2 along with -L${X11BASE}/lib, to allow people
to compile on X4.0.1.

Submitted by:	Andrzej Tobola <san@tmp.iem.pw.edu.pl>
2000-10-29 03:09:49 +00:00
Will Andrews
93d5d50b4c Implement fix for configure scripts in regards to finding X libs on
XFree86 4.0.1.

Submitted by:	PW (thanks)
2000-10-28 23:22:16 +00:00
Kevin Lo
1fccb6e211 Fix Imakefile breakage under XFree86 4.x
PR: 22365
Submitted by: Ports Fury
2000-10-28 15:52:08 +00:00
Kevin Lo
e671ca93b9 Fix Imakefile breakage under XFree86 4.x
PR: 22364
Submitted by: Ports Fury
2000-10-28 15:46:30 +00:00
Kevin Lo
1d349d2977 Update to version 1.2b
PR: 22363
Submitted by: Ports Fury
2000-10-28 15:41:32 +00:00
Will Andrews
ef24893688 Add civ2demo, a port of the binary-only Civilization: Call To Power
port to Linux by the Loki folks.  Strategy fans, this one's for you!

PR:		22134
Submitted by:	jameso@elwood.net
2000-10-28 08:14:44 +00:00
Will Andrews
5321816733 Add gnurobots 1.0D, a game/diversion where you construct a program for a
little robot, then set him loose and watch him explore a world on his own.
It is written in Scheme and implemented using Guile.

PR:		21482
Submitted by:	Aaron VonderHaar <avh4@crosswinds.net>
2000-10-28 01:29:09 +00:00
James E. Housley
5f1932174a Update to recognize CC/CFLAGS/X11BASE
PR:		21630
Submitted by:	Dan Papasian <bugg@bugg.strangled.net>
2000-10-26 23:30:54 +00:00
Mark Murray
abbab5c439 Mark FORBIDDEN due to buffer overflows 2000-10-26 18:56:09 +00:00
James E. Housley
11c9fd251e Add new port: games/nethack3-tty
This is a TTY/console only versin of nethack3

REPOCopy from games/nethack3

PR:		21497
Submitted by:	Jeremy Chadwick <yoshi@parodius.com>
2000-10-26 11:41:43 +00:00
Maxim Sobolev
dfcac308e2 - Derive DISTNAME from PORTVERSION using `S:///' make(1) modifier;
- Remove redundant USE_XLIB (USE_X_PREFIX implies USE_XLIB, see bsd.port.mk).
2000-10-26 10:07:43 +00:00
James E. Housley
95a64a71be New port: games/magiccube4d
MagicCube4d is a Rubik's cubish puzzle

PR:		21557
Submitted by:	Jeremy Karlson <karlj000@unbc.ca>
2000-10-26 02:05:13 +00:00
James E. Housley
8286cffd1b Update MASTERSITES
PR:		21458
Submitted by:	Joseph Scott <joseph.scott@owp.csus.edu>
2000-10-26 01:16:29 +00:00
Will Andrews
a80e044100 Update to QT 2.2.1 / KDE 2.0 final release. At last! What a long road...
All KDE2 ports now use default USE_QT2.  Still todo: Merge in MTREE stuff.
2000-10-25 03:33:54 +00:00
Will Andrews
5b79c1e047 Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. 2000-10-23 21:03:11 +00:00
Trevor Johnson
9b6eff3e0d Add games/bomb, an interactive display hack for SVGAlib or X. 2000-10-23 18:23:25 +00:00
R. Imura
9fbd04e5bf Make it PREFIX-safe.
Submitted by:	will
2000-10-23 16:09:07 +00:00
R. Imura
48acbbff2d Merge kde11-i18n into kde11, and remove my *-i18n ports.
There is no so-version bump, because of compatibility.

Approved by:	will (kde11 maintainer)
2000-10-23 15:24:23 +00:00
Kevin Lo
23f68ec69e Fix Imakefile breakage under XFree86 3.x
PR: 22162
Submitted by: Ports Fury
2000-10-21 13:06:32 +00:00
Kevin Lo
550a540d45 Fix Imakefile breakage under XFree86 3.x
PR: 22161
Submitted by: Ports Fury
2000-10-21 13:01:43 +00:00
Stefan Eßer
4ba25a6bcf Fix Imakefile: There is no man page for xbsndsrv, but the imake rules
require one. The quick and dirty trick is to replace the InstallManPage
macro by an empty definition.

Clean up the man page installation, while I'm here ...

PR:		21045
2000-10-20 21:14:32 +00:00
Maxim Sobolev
0050bccb45 Add lbreakout - a SDL-based clone of classical Breakout game. 2000-10-20 07:32:38 +00:00
Maxim Sobolev
c7b3224801 Add ltris - a SDL-based cool tetris clone. 2000-10-19 16:15:35 +00:00
Maxim Sobolev
f9a1436535 Prevent unnecessary unconditional autoheader call. This should fix bento builds.
<AntiGNU mode>
I hate auto*
</AntiGNU mode>
2000-10-19 13:36:50 +00:00
Maxim Sobolev
8201390c0a Add icebreaker - a SDL-based game similar to Jezzball or Barrack. 2000-10-19 13:17:31 +00:00
Yukihiro Nakai
26cd4d0e9b Update patch to use ComplexProgramTargetNoMan(). 2000-10-17 23:15:36 +00:00
Ade Lovett
b392501ee8 Fix Imakefile breakage under XFree86 4.x
PR:		21978
Submitted by:	Ports Fury
2000-10-14 19:50:24 +00:00
Ade Lovett
fba7b30d45 Fix Imakefile breakage under XFree86 4.x
Respect CXX/CXXFLAGS

PR:		21977
Submitted by:	Ports Fury
2000-10-14 19:49:51 +00:00
Ade Lovett
e20215f357 Fix Imakefile breakage under XFree86 4.x
Respect CFLAGS

PR:		21976
Submitted by:	Ports Fury
2000-10-14 19:49:18 +00:00
Ade Lovett
5e6a693f47 Fix Imakefile breakage under XFree86 4.x
Fix MASTER_SITES
Exclude GPL doc from package
Add WW: line into pkg-descr

PR:		21975
Submitted by:	Ports Fury
2000-10-14 19:48:44 +00:00
Ade Lovett
6397d6d2f2 Fix Imakefile breakage under XFree86 4.x
Merge plists

PR:		21974
Submitted by:	Ports Fury
2000-10-14 19:48:02 +00:00
Ade Lovett
cd545f71cc Fix Imakefile breakage under XFree86 4.x
PR:		21973
Submitted by:	Ports Fury
2000-10-14 19:47:16 +00:00
Ade Lovett
c807239834 Fix Imakefile breakage under XFree86 4.x
PR:		21972
Submitted by:	Ports Fury
2000-10-14 19:46:46 +00:00
Ade Lovett
b66c21f4af SUpport X11BASE properly
PR:		21971
Submitted by:	Ports Fury
2000-10-14 19:46:21 +00:00
Ade Lovett
cc71f9a6ee Fix Imakefile breakage under XFree86 4.x
PR:		21969
Submitted by:	Ports Fury
2000-10-14 19:45:45 +00:00
Ade Lovett
bda17d61a6 Fix Imakefile breakage under XFree86 4.x
PR:		21968
Submitted by:	Ports Fury
2000-10-14 19:44:37 +00:00
Ade Lovett
1e4e024dc7 Fix Imakefile breakage under XFree86 4.x
PR:		21640
Submitted by:	maintainer
2000-10-13 20:31:41 +00:00
Ade Lovett
c88a4ac996 Update to 1.13
PR:		21638
Submitted by:	maintainer
2000-10-13 20:30:56 +00:00
Ade Lovett
489e7d8a7d Support CC/CFLAGS/LOCALBASE/X11BASE properly
Change location of data files from lib/ to share/

PR:		21613
Submitted by:	Ports Fury
2000-10-13 20:25:47 +00:00
Ade Lovett
7d9d46445f Support CC/CFLAGS/X11BASE/PREFIX properly
Change location of data files from lib/ to share/

PR:		21612
Submitted by:	Ports Fury
2000-10-13 20:25:19 +00:00
Ade Lovett
6d2fbaba1a Support X11BASE/PREFIX properly
PR:		21611
Submitted by:	Ports Fury (no response from maintainer)
2000-10-13 20:24:37 +00:00
Satoshi Asami
871d43765b Define RESTRICTED_FILES to ${PATCHFILES}, the main distfile is not
restricted.
2000-10-13 00:40:39 +00:00
Jeremy Lea
9ac14925fd Fix my breakage. Make this port a WANT_GTK port, so that freeciv-gtk
builds, and add a missing dependency on gettext.

Noticed by:	asami
2000-10-10 17:12:22 +00:00
Jean-Marc Zucconi
765d663b56 Install the html man page in right location. 2000-10-10 14:26:01 +00:00
Kevin Lo
c00ac995bc Update MASTER_SITES
PR: 21855
Submitted by: MAINTAINER
2000-10-10 04:56:40 +00:00
James E. Housley
927f729f39 Initial import of games/pentix v2.4
Modified the port to respect ${PREFIX}

PR:		21868
Submitted by:	Andrey Tchoritch <andy@venus.sympad.net>
2000-10-10 03:44:52 +00:00
James E. Housley
ca9a8c9753 Initial import of games/pentix v2.4
PR:		21868
Submitted by:	Andrey Tchoritch <andy@venus.sympad.net>
2000-10-10 03:44:26 +00:00
Maxim Sobolev
42bcbe7e1f - Update to 1.12 (maintainer);
- use USE_PYTHON (maintainer, sobomax);
- precompile all .py files being installed;
- make it working with python versions other that 1.52 by using Pmw python
  module from ports instead of port's own pre-compiled for python1.52 version;
- install files into ${PREFIX}/share/ptkei, not into ${PREFIX}/ptkei.

Submitted by:	maintainer
Improved by:	sobomax
2000-10-09 08:04:17 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Satoshi Asami
7d4328253d Rename PLIST -> pkg-plist. I don't know why there are two variables
(PLIST and PLIST_SRC) that points to the same file (${WRKDIR}/PLIST)
but I didn't touch that.
2000-10-08 08:01:56 +00:00
Satoshi Asami
36af1fbcaa Rename PLIST.{a,b,ja} to pkg-plist.{a,b,ja}. (PLIST.ja is actually
for japanese/zangband, thus the commit spanning two ports.)
2000-10-08 02:29:06 +00:00
Satoshi Asami
883f5a839d Rename PLIST.alpha to pkg-plist.alpha. 2000-10-08 01:59:44 +00:00
Satoshi Asami
0cef4e92a1 Rename PLIST.nosound to pkg-plist.nosound. 2000-10-08 01:55:28 +00:00
Satoshi Asami
b7d87d74f7 Rename PLIST.alpha to pkg-plist.alpha. 2000-10-08 01:43:20 +00:00
Satoshi Asami
b138933464 Move PLIST.* to pkg-plist.*. 2000-10-08 01:28:10 +00:00
Satoshi Asami
25e208d9db Rename INSTALL.in to pkg-install.in. 2000-10-08 01:22:51 +00:00
Satoshi Asami
d556be5560 Rename PLIST.nowad to pkg-plist.nowad. 2000-10-08 01:17:42 +00:00
Satoshi Asami
c050cd6b6b Rename PLIST.notools to pkg-plist.notools.
(I'm leaving patches.tools alone as it should still work fine after the change.)
2000-10-08 01:10:50 +00:00
Maxim Sobolev
e78af6ce1e Add gniffel - a clone of the famous Yatzi game, also known as Kniffel, for
GNOME.
2000-10-06 09:09:37 +00:00
Jeremy Lea
7b4c77811e Implement WANT_GNOME. 2000-10-05 07:22:56 +00:00
Jeremy Lea
b7bdcd418e Implement USE_GNOME, part 1. 2000-10-05 07:10:50 +00:00
Jeremy Lea
bebd89314e Implement WANT_IMLIB and USE_IMLIB. 2000-10-05 06:57:56 +00:00
Jeremy Lea
fda2e985da Implement USE_GTK, part 1. 2000-10-05 06:36:23 +00:00
Maxim Sobolev
55a61bb102 Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
2000-10-04 06:40:08 +00:00
Jim Mock
edbc4e9c73 Update to version 0.9.12. While I'm here, clean up the whitespace. 2000-10-03 16:27:28 +00:00
Jeremy Lea
bf9c34c549 Correct and sort PLISTs. 2000-10-02 23:01:49 +00:00
Kevin Lo
6f4d22dbf6 - Update patch for japanese/zangband satellite port.
- Some variables moved to satellite port's Makefile.

PR: 21471
Submitted by: MAINTAINER
2000-10-01 16:12:36 +00:00
Kevin Lo
4c78857ff9 Update MASTER_SITES.
PR: 21459
Submitted by: Joseph Scott <joseph.scott@owp.csus.edu>
2000-10-01 15:29:02 +00:00
Kevin Lo
6988bd55ef - Update to 4.1.0
- Change maintainer's e-mail address

PR: 21479
Submitted by: MAINTAINER
2000-10-01 15:16:26 +00:00
Maxim Sobolev
1912be0da6 Add nil - a really eye-candy multiplayer game.
See http://www.linuxworld.com/linuxworld/lw-2000-04/lw-04-nil.html for details.
2000-09-29 13:52:36 +00:00
Maxim Sobolev
5f2723c56c Whitespace only change - decrease number of tabs used to separate values from
variables from 2 to 1.
2000-09-28 14:26:13 +00:00
Maxim Sobolev
fdd5b76570 Update to 0.6. 2000-09-28 14:06:24 +00:00
Maxim Sobolev
54edf3ba8d Add bomberinstinct - a nice Bomberman-like multiplayer game. 2000-09-28 09:32:23 +00:00
Maxim Sobolev
b22766fe59 Correct "Date Created" comment. 2000-09-28 08:39:24 +00:00
Maxim Sobolev
bb3ea77c47 Add madbomber - a SDL clone of Activision's classic Atari 2600 console game
"Kaboom!".
2000-09-28 08:07:22 +00:00
Maxim Sobolev
4015382555 Update to 0.6.3. 2000-09-26 06:45:29 +00:00
Satoshi Asami
5e5841f2cd Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00
Maxim Sobolev
e29c060b2d Add clanbomber - a bomberman-like multiplayer game written using clanlib. 2000-09-25 07:09:11 +00:00
Thomas Gellekum
e96e5dc7ab New ports gomoku.app, a five-in-a-row game for GNUstep. 2000-09-22 12:36:08 +00:00
Thomas Gellekum
a4bf123afe Add ports pysol-cardsets and pysol-music. The names should be
self-explanatory.
2000-09-22 12:25:44 +00:00
Thomas Gellekum
e1c43336a6 Upgrade to 4.60. Additional music files and cardsets are moved
from an option to separate ports (to be imported shortly).

Partly submitted by:	sobomax
2000-09-22 12:05:11 +00:00
Kris Kennaway
1ce4cbb7e5 Mark BROKEN: errors during install - probably a linux binary issue. 2000-09-22 11:07:01 +00:00
Maxim Sobolev
45a7ea4bd2 Update to 0.3.1. 2000-09-18 07:31:21 +00:00
Ade Lovett
b8da4b7c74 Fix MD5 checksum error (font files re-added to the archive)
Update patch for japanese/zangband satellite port.
PORTREVISION bumped

PR:		21161
Submitted by:	maintainer
2000-09-17 18:44:59 +00:00
Kris Kennaway
590660ecaa Correct PLIST 2000-09-17 12:25:56 +00:00
Ade Lovett
1fe6c54528 Unbreak port
Maintainer switch from ports@FreeBSD.org to submitter

PR:		21096
Submitted by:	Peter Pentchev <roam@orbitel.bg> - new maintainer
2000-09-16 20:21:20 +00:00
Ade Lovett
a0b7463740 Fix MASTER_SITES
Add procedure of converting return character

PR:		21206
Submitted by:	Ports Fury
2000-09-16 18:11:35 +00:00
Ade Lovett
b3cfb11e3f Fix 'X manpages' error
PR:		21282
Submitted by:	Ports Fury
2000-09-16 17:55:19 +00:00
Ade Lovett
0f9f87abd7 Support CXX/CXXFLAGS/X11BASE/MAKE properly
Supoort install macros
Change location of data files from lib/ to share/
Remove redundant MANCOMPRESSED line
Fix 'X manpages' error
Add WWW: line into pkg/DESCR

PR:			21281
Submitted by:		Ports Fury
2000-09-16 17:54:43 +00:00
Ade Lovett
432cbe600f Support CFLAGS properly
Add missing NO_INSTALL_MANPAGES
Fix 'X manpages' error

PR:		21280
Submitted by:	Ports Fury
2000-09-16 17:53:56 +00:00
Will Andrews
c70c66363e Update to KDE 1.94, the fifth and final beta release of KDE 2.0. If you
have not tried KDE 2.0 or haven't done so in awhile (i.e. since July or
before), you should try this.  This version is extremely stable and offers
better functionality than before.  This update also introduces the KDE2
modules kdegraphics and kdemultimedia to our ports tree.  Additionally,
this marks the first time FreeBSD packages were announced as part of the
KDE2 beta release announcement!  :-)

Most (if not all) of the remaining modules in KDE2 will be added for the
update WRT the final release.

A hack was added to fix building with SSL in kdelibs; this has been merged
in the main tree and will go away with 2.0 release update.  Thanks to David
Faure <david@mandrakesoft.com> for his help regarding this.

Also, building the docs should now succeed because I've added a build
dependency on jade and linuxdoc (should be enough).

People can get my precompiled packages from the usual location on the KDE
FTP server (should spread to the mirrors Real Soon Now (tm)):

	http://ftp.kde.org/pub/kde/unstable/distribution/2.0Beta5/tar/FreeBSD/

Have fun!  Remember to reports bugs through http://bugs.kde.org/.
2000-09-15 21:40:47 +00:00
Maxim Sobolev
329e7bc1e9 Replace gnomecontrolcenter in RUN_DEPENDS with gnomecore and add gnomeaudio
to ensure correct removal of shared dirs.

Submitted by:	bento
2000-09-13 09:08:08 +00:00
Maxim Sobolev
6eb5dbc642 Replace gnomecontrolcenter in RUN_DEPENDS with gnomecore and add gnomeaudio to
ensure correct removal of shared dirs.

Submitted by:	bento
2000-09-13 08:51:43 +00:00
Maxim Sobolev
7d1088a649 Update md5. The only difference between old and new tarball is removed
config.cache.

Submitted by:	bento
2000-09-12 17:07:10 +00:00
Ade Lovett
1e6874f294 Reimport gnomebreakout (without the hyphen) - no repo-copy needed
since there's no history to preserve, and perform some
fixups.

PR:		21205
Submitted by:	Ports Fury
Approved by:	Ports Wraith (no repo-copy)
2000-09-12 14:59:20 +00:00
Satoshi Asami
3cfb67fd95 Forgot to change bsd.port.mk at end to post.mk. 2000-09-12 13:12:41 +00:00
Satoshi Asami
3405e8106b Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients and
RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4.

Submitted by:	bento
2000-09-12 13:04:00 +00:00