Commit graph

3089 commits

Author SHA1 Message Date
Hye-Shik Chang
10cb7d0c73 Updating my email address.
Approved by: cjh (mentor)
2002-06-25 07:50:58 +00:00
Will Andrews
ec8028156e Bump SDL library revision.
Submitted by:	Anders Andersson <anders@hack.org>
2002-06-23 20:30:55 +00:00
Will Andrews
15ffe0622d Add xrick 010808, a clone of Rick Dangerous.
PR:		37129
Submitted by:	David Siebörger <drs@rucus.ru.ac.za>
2002-06-23 08:38:08 +00:00
Patrick Li
4168bc3bb0 Update to 0.2.5
PR:		ports/39126
Submitted by:	maintainer
2002-06-23 04:48:04 +00:00
Patrick Li
05dfd792d5 Update to 0.9
PR:		39642
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-06-22 05:30:08 +00:00
Alan Eldridge
cba84991c6 Distfiles have been moved on kde site to Attic.
PR:		ports/39558
Submitted by:	glewis
Reviewed by:	alane
2002-06-21 02:48:48 +00:00
Joe Marcus Clarke
71c8105783 Chase guile shared lib number.
Prompted by:	Mike Harding <mvh@ix.netcom.com>
2002-06-19 16:37:57 +00:00
Patrick Li
c6f35292e9 Update to 1.14.0
Bump PORTEPOCH

PR:		39517
Submitted by:	maintainer
2002-06-19 15:37:45 +00:00
Patrick Li
b5b9060d27 Reset maintainership.
PR:		39519
Submitted by:	Daniel O'Connor <darius@dons.net.au> (previous maintainer)
2002-06-19 13:25:40 +00:00
Maxim Sobolev
4803463633 Add USE_REINPLACE where appropriate. 2002-06-19 08:18:10 +00:00
Ying-Chieh Liao
385461e88c Support CC/CFLAGS/MAKE properly
PR:		39432
Submitted by:	Ports Fury
2002-06-17 20:42:03 +00:00
Mario Sergio Fujikawa Ferreira
1190e9c245 Add USE_PERL5 since perl is required to run a script inside the
Makefile. Adding USE_PERL5 is mandatory since it is no longer
available in base system of -CURRENT.

Approved by:	maintaner (only not utserver* ports)
2002-06-16 18:50:44 +00:00
Greg Lewis
545d9975fc Fix dependencies to be in sync with the recent JDK ports renaming. 2002-06-16 12:55:25 +00:00
Will Andrews
1aced58dae Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to the
rigorous testing performed on the part of the KDE/FreeBSD Project
over the last three weeks.  Thanks to everyone who helped test!

General changes:
	[1] Follow KDE2 style by moving KDE core specific macros and
	    the like to x11/kde3/Makefile.kde.
	[2] Fix a variety of comments or miscellaneous data to reflect
	    that this is KDE3 and not KDE2.
	[3] Account for more empty directories in the PLISTs.

deskutils/kdepim3:
	[4] More #include <malloc.h> -> #include <stdlib.h>.

audio/arts:
	[5] Upgrade to 1.0.1.
	[6] Point at MASTER_SITE_KDE not my own mirror.

audio/kdemultimedia3:
	[7] Account for the removal of the <machine/soundcard.h> symlink.
	    Simply point all such includes at <sys/soundcard.h>.

editors/koffice-kde3:
	[8] Get rid of #include <values.h> preemptively.

devel/kdesdk3:
	[9] Remove cervisia from build if building on -CURRENT due to
	    C++-unsafe sys/wait.h.  The header is believed to have been
	    fixed in newer -CURRENT (>= Jun 5) but we have not tested that.

devel/kdevelop:
	[10] Upgrade to 2.1.1 and use KDE 3 version.
	[11] Remove a number of suggested dependencies that no longer fit.
	[12] Account for where the docs for Qt went since they got moved
	     to fit in hier(7) better.

graphics/kdegraphics3:
	[13] Turn off kuickshow by default because it depends on imlib,
	     which in turn depends on gtk/glib.  This will be revisited
	     when we split up the KDE ports a bit.

games/kdegames3:
	[14] Fix compile error on -CURRENT where kpat/freecell-solver/md5.h
	     tried to define uint32_t after sys/types.h already had.

sysutils/kdeadmin3:
	No particular changes.

misc/kdeaddons3:
	No particular changes.

misc/kdeedu3:
	[15] Re-add the huge number of missing @dirrm's.

misc/kdeutils3:
	No particular changes.

misc/kde3-i18n-* and */kde3-i18n:
	For the most part, no particular changes.  A huge number of I18N
	message updates went into this release, though.

french/kde3-i18n:
	[16] Fix build Makefile error due to tarball builder's env.

net/kdenetwork3:
	No particular changes.

x11-clocks/kdetoys3:
	No particular changes.

x11/kdebase3:
	[17] Account for mkfontdir "soft" build-time dependency.  If
	     mkfontdir is available, use it to build fonts.dir where
	     kdebase installs fonts.  Otherwise, don't bother.
	[18] Patch ElectricEyes.desktop to use the name of the program
	     that FreeBSD uses when you install the port for it.
	[19] Patches for KDM merged into KDE 3.0.1.
	[20] Properly fix kdm/backend/xdmcp.c string format error.

x11/kdelibs3:
	[21] Support the KDE3 version check to make sure no one
	     tries to install KDE2 then KDE3.  The 'kde-version-check'
	     target is centralized in x11/kde3/Makefile.kde.
	[22] Remove patch for kdeprint/configure.in.in.
	[23] Add patch to fix critical icon loader bug.

x11/kde3:
	[24] Add Makefile.kde for centralizing KDE core-specific macros
	     that don't belong in bsd.kde.mk.

x11-toolkits/qt30:
	[25] Mark broken on any XFree86 version < 4 due to packing list
	     related problems if we tried to support XFree86 3.
	[26] Error out if the user has Qt2 installed already.

x11-wm/kdeartwork3:
	[27] Add USE_MESA to explicitly support the 3D screensavers.
	[28] Re-add a large number of missing @dirrm's.

Credits:

[1] [4] [5] [6] [7]
[9] [10] [14] [16]
[21] [22] [24] [26]:	will

[2] [3] [8] [15] [17]
[19] [25] [27] [28]:	alane

[11] [12]
Submitted by:		Lauri Watts <lauri@kde.org>

[13] Found by:		mi
     Removed by:	will

[18] [23]
Submitted by:		Andy Fawcett <andy@athame.co.uk>

Tested by:		[in addition to the above, in no particular order]
			knu
			Mattias Douhan <matt@athame.co.uk>
			Bradley T. Hughes <bhughes@trolltech.com>
			Erik H. Bakke <ebakke@trolltech.com>
			David Johnson <david@usermode.org>
			JJ Behrens <jj@nttmcl.com>
			Michael W. Collette <metrol@metrol.net>
			Adriaan de Groot <adridg@sci.kun.nl>
			Mark Rowlands <mark.rowlands@minmail.net>
			Mark Stosberg <mark@summersault.com>
			Dave Cantrell <phaedrus@alltel.net>
			Mark Miller <joup@bigfoot.com>
			Wesley Morgan <morganw@chemikals.org>
			Arjan van Leeuwen <avl@operamail.com>
2002-06-15 16:16:32 +00:00
Joe Marcus Clarke
515147d6b6 Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release. 2002-06-15 09:05:13 +00:00
Greg Lewis
269a85dc0e Revive the nethack32 port.
Approved by:	knu
2002-06-15 02:34:47 +00:00
Greg Lewis
10c8d61b5d You die... But wait... Your medallion begins to glow!--More--
You feel much better!  The medallion crumbles to dust!--More--
You survived that attempt on your life.

Approved by:	knu
2002-06-15 02:33:45 +00:00
Akinori MUSHA
8cdcacf95a Retire NetHack 3.2.2 ports as prearranged.
Implicitly approved by:	sf (MAINTAINER of games/nethack32-gtk)
2002-06-14 04:27:49 +00:00
Akinori MUSHA
a478f11a0d Make nethack33 ports a master port and the slaves, and unbreak
nethack33-gnome.

PR:		ports/38220
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
No response from:	MAINTAINERs
2002-06-14 04:14:38 +00:00
Patrick Li
111c315a43 Update to 1.5 2002-06-12 19:35:01 +00:00
Patrick Li
a1546af3d0 Update to 3.1.1.0 2002-06-12 19:33:06 +00:00
Joe Marcus Clarke
9f04edac18 Update to the latest GNOME 2 snapshot. 2002-06-12 00:18:21 +00:00
Will Andrews
6537fcf437 Miguel Mendez informed me in private e-mail that he has changed his mind
and would like to maintain these ports again.  Welcome back, Miguel.  :-)
2002-06-11 13:57:05 +00:00
Ying-Chieh Liao
3f1e6ceee6 - GNU_CONFIGURE -> USE_LIBTOOL
PR:		38997
Submitted by:	Ports Fury
2002-06-08 18:36:03 +00:00
Patrick Li
e396cdbec8 Update to 3.3
PR:		38881
Submitted by:	maintainer
2002-06-08 05:24:35 +00:00
Pete Fritchman
b4d9215797 malloc.h -> stdlib.h
PR:		39013
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-07 22:23:21 +00:00
Clive Lin
ff9fa395e1 o Correct dependency.
o QKMJ support TERM=vt100 only. In this version, at the first time it
  starts, wrong TERM will create bogus ~/.terminfo. Try my best to avoid
  this.
2002-06-07 19:55:57 +00:00
Clive Lin
61630bfd1e Upgrade to qkmj95p5. 2002-06-07 19:40:23 +00:00
Bill Fenner
fa381083ec Julian disclaims MAINTAINERship. 2002-06-07 19:29:04 +00:00
Trevor Johnson
3e07c20db3 Set Miguel Mendez' ports loose. Look out, world!
I would like to try maintaining the acroread5 one, so I pre-snarfed
it.  :-P

PR:		38978
Submitted by:	Miguel Mendez (outgoing maintainer)
2002-06-07 11:01:48 +00:00
Pete Fritchman
467e874a69 machine/soundcard.h -> sys/soundcard.h
PR:		38895
Submitted by:	Trish Lynch <trish@bsdunix.net>
2002-06-07 00:12:42 +00:00
Ying-Chieh Liao
b7e2cc6883 upgrade to 0.2.2 2002-06-06 06:43:23 +00:00
Mark Pulford
e56553d416 Improved high score handling
Prompted by PR:	37338
2002-06-05 09:59:57 +00:00
Mark Pulford
0bd1d4bc0b Add xpilotmon 2.8, a Tcl/Tk interface to the XPilot meta server(s).
PR:		33899
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2002-06-04 12:17:14 +00:00
Mark Pulford
3bed1d21b4 Update to 0.10.0. 2002-06-04 11:24:24 +00:00
Mark Pulford
cc7a2f1e50 Update to 1.6.5. 2002-06-04 11:08:23 +00:00
Mark Pulford
b91ddcfa1c Fix build under XFree86-4 2002-06-03 12:01:07 +00:00
Pete Fritchman
3f98498439 - don't display the port readme when installing
- remove unused configure script
- add missing pkg-install script
- add line to pkg-plist to remove the 'quakerun' user on deinstall

PR:		38733
Submitted by:	Martin Perry <martin@raq.cx>
2002-05-31 21:30:55 +00:00
Ying-Chieh Liao
be501e65e7 add tuxpuck 0.7.116
Shufflepuck Cafe Clone

PR:		37512
Submitted by:	Jan Stocker <Jan.Stocker@t-online.de>
2002-05-31 14:08:59 +00:00
Pete Fritchman
f4bf6e95a9 Add wmfortune 0.241, a dockapp that outputs fortune messages.
PR:		38134
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru>
2002-05-30 22:53:34 +00:00
Maxim Sobolev
dfafd86d7d Update to 1.0.5. 2002-05-30 22:27:36 +00:00
David E. O'Brien
f3f5893685 USE_LINUX rather than explicitly listing the dependency. 2002-05-29 19:07:10 +00:00
Joe Marcus Clarke
1aadf412fd Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release. 2002-05-28 16:08:26 +00:00
Maxim Sobolev
e7bfc9f25f Add missed smpeg dependency.
Submitted by:	bento
2002-05-28 11:01:36 +00:00
David E. O'Brien
61378a37df Explict dependancy on version 7 of linux_base is not needed anymore.
The linux_base port is now at RH version 7.
2002-05-28 03:22:32 +00:00
Mario Sergio Fujikawa Ferreira
11a7dff7be New port hlserver-opera version 1.2: Half-Life mod The Opera
full server package for Linux
2002-05-27 20:02:31 +00:00
Mark Murray
37a7899dc8 Unbreak and drop maintainership. 2002-05-27 12:25:16 +00:00
Joe Marcus Clarke
8afa8d3ea1 Update to 1.4.0.4. 2002-05-27 01:45:57 +00:00
Patrick Li
cf9591ca78 Update to 2.6 2002-05-24 21:01:32 +00:00
Kris Kennaway
52bb583e9d Forgot to completely patch this port to make it build again. 2002-05-24 11:18:55 +00:00
Kris Kennaway
10e344b7a2 Add back the blackjack, pp and xlines ports, which were prematurely
deleted by will.
2002-05-24 11:08:24 +00:00
Yoichi NAKAYAMA
f0bfbd4ba1 * Fix mouse cursor in bsd daemon mode.
(Previous commit includes bsd daemon mode already.)
* Add color pixmap image experimentally. Use it by
 oneko -bsd -pixmapdir %/bsd -kotatsupixmap %/bsd/kotatsu.xpm

Approved by: maintainer
Special thanks to: hsaka@mth.biglobe.ne.jp (Hironori SAKAMOTO)
2002-05-24 11:03:50 +00:00
Maxim Sobolev
1eeddab690 Add missed items into LIB_DEPENDS.
Submitted by:	bento
2002-05-24 08:13:07 +00:00
Patrick Li
a34389a691 Update to 1.6 2002-05-24 02:26:12 +00:00
Maxim Sobolev
64da74d5f6 Unbreak on bento.
PR:		38446
Submitted by:	maintainer
2002-05-23 11:35:05 +00:00
Ying-Chieh Liao
40d2a273eb fix configure
Reported by:	bento, kris
2002-05-23 02:26:36 +00:00
Yoichi NAKAYAMA
f8ad3c5f4e Fix bento build error by adding missed dependency on nkf.
Submitted by:	bento
Notified by: kris
2002-05-23 01:40:30 +00:00
Jean-Marc Zucconi
e4bb6c66d7 Don't build the port if $DISPLAY is not defined. 2002-05-22 18:19:19 +00:00
Maxim Sobolev
66f37307c0 Add missed USE_ZIP.
Submitted by:	bento
2002-05-22 08:06:40 +00:00
Ying-Chieh Liao
aa6aa5aecd add wmshuffle 0.6
A dockable Shuffle game for WindowMaker and AfterStep

PR:		38106
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru>
2002-05-22 06:37:56 +00:00
Ying-Chieh Liao
5195659301 build with sdl sound
PR:		38111
Submitted by:	Anton Voronin <anton@chelcom.ru>
Approved by:	maintainer
2002-05-22 05:54:09 +00:00
Ying-Chieh Liao
d155f4059e return maintainership back to ports@
Submitted by:	current maintainer
2002-05-21 17:33:40 +00:00
Ying-Chieh Liao
587cf527f5 remove master site which is no longer exist
Submitted by:	maintainer
2002-05-21 17:32:34 +00:00
Ying-Chieh Liao
7fda9b8170 add one more mastersite
take maintainership

PR:		37874
Submitted by:	Martin <Martin@raq.cx>
2002-05-21 08:29:28 +00:00
Ying-Chieh Liao
caaf475eda take maintainership
PR:		37871
Submitted by:	Martin Perry <Martin@raq.cx> (new maintainer)
2002-05-21 08:16:15 +00:00
Ying-Chieh Liao
bc1832860c upgrade to 1.1.2
take maintainership

PR:		37868
Submitted by:	Martin Perry <Martin@raq.cx> (new maintainer)
2002-05-21 08:13:17 +00:00
Ying-Chieh Liao
9524c48b66 upgrade to 0.2.3
PR:		37513
Reported by:	Jan Stocker <Jan.Stocker@t-online.de>
Submitted by:	maintainer
2002-05-21 07:52:47 +00:00
Yoichi NAKAYAMA
4978852e46 Update to 2.0b
Approved by:	maintainer
2002-05-21 04:24:30 +00:00
Ying-Chieh Liao
2c96437f3e upgrade to 1.0.5
PR:		38219
Submitted by:	Ports Fury
2002-05-21 03:28:33 +00:00
Ying-Chieh Liao
f8d4c20770 upgrade to 0.0.11 2002-05-20 16:31:41 +00:00
Joe Marcus Clarke
63c7a0f973 Back to betas...Update to GNOME 2.0 beta 5. 2002-05-19 20:16:06 +00:00
Donald Burr
d626300414 Marked IGNORE: "Disabled for legal reasons"
see PR Ports/29009
2002-05-19 05:03:09 +00:00
Maxim Sobolev
a51c79f039 Kill blank line. 2002-05-18 07:27:35 +00:00
Maxim Sobolev
ef4080a2fc Fix pkg-plist. 2002-05-18 07:26:17 +00:00
Kris Kennaway
6f05ed0c7c BROKEN: Does not package correctly 2002-05-18 03:24:19 +00:00
Kris Kennaway
35a6fc6481 BROKEN: Does not link correctly 2002-05-18 03:01:07 +00:00
Kris Kennaway
de27e60460 BROKEN: Does not build 2002-05-18 02:44:49 +00:00
Kris Kennaway
62c30dca98 BROKEN: Does not build 2002-05-18 02:10:44 +00:00
Kris Kennaway
d4e28360c2 BROKEN: Does not package correctly (html manpage fallout from XFree86-4) 2002-05-18 02:07:00 +00:00
Kris Kennaway
4d505816ea BROKEN: Manpages do not build properly with XFree86-4 2002-05-18 02:05:36 +00:00
Motoyuki Konno
9f5757bf42 Unbreak this port. 2002-05-17 14:55:15 +00:00
Kris Kennaway
88f953f9cf BROKEN: does not fetch 2002-05-17 09:46:15 +00:00
Kris Kennaway
2ab9131753 BROKEN: does not build 2002-05-17 09:44:03 +00:00
Kris Kennaway
959a765d33 BROKEN: Does not find automake. 2002-05-17 09:43:20 +00:00
Kris Kennaway
6c1003df3b BROKEN: checksum fails 2002-05-17 09:37:26 +00:00
Kris Kennaway
3566530e51 Use user:group notation for chown. Install root:games instead of
bin:games.
2002-05-17 09:21:59 +00:00
Pete Fritchman
d3cab43985 Update to 0.5.1. 2002-05-15 21:22:06 +00:00
Pete Fritchman
4eb4e68c14 Update to 1.5.6.
Submitted by:	kris
2002-05-15 20:54:22 +00:00
Kris Kennaway
9a065ab17b Don't hardcode /usr/ports/distfiles; use ${DISTDIR} instead.
Noticed by:	bento
2002-05-15 02:48:11 +00:00
Patrick Li
f16a63bc43 Update to 2.1 2002-05-14 23:12:56 +00:00
Patrick Li
7698ce527e - Update to beta C patch from valve for counter strike
- Bump PORTREVISION
- Do not install with default read permissions for group and others
  to prevent other users on the system from reading the config for
  rcon password to server.
2002-05-14 23:12:14 +00:00
Patrick Li
0fa4b61951 Update to 3.1.0.9.c 2002-05-14 23:07:24 +00:00
Patrick Li
12d112ab51 Update to 2.7.5
PR:		38043
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-05-14 21:36:55 +00:00
Patrick Li
281d91ce3a Update to 0.2.0
PR:		38072
Submitted by:	maintainer
2002-05-14 21:21:26 +00:00
Akinori MUSHA
7f6b3130df Update nethack* entries. 2002-05-14 20:01:04 +00:00
Akinori MUSHA
cbc10a11c1 Update to nethack 3.4.0 after repocopying from nethack33{,-*}.
Unify the variant ports and make them slave ports of the master port,
nethack34.

Unbreak nethack34-gnome.

PR:		ports/36576, ports/36880
Submitted by:	KATO Tsuguru <tkato@prontomail.com>,
		Jan Stocker <Jan.Stocker@t-online.de> (MAINTAINER of -gnome)
2002-05-14 20:00:25 +00:00
Akinori MUSHA
6ca9def075 Rename nethack ports and put version numbers in the port names.
nethack		-> nethack32
nethack-gtk	-> nethack32-gtk
nethack3	-> nethack33
nethack3-gnome	-> nethack33-gnome
nethack3-tty	-> nethack33-nox11
nethack-qt	-> nethack33-qt
2002-05-14 19:51:58 +00:00
Ying-Chieh Liao
4db042de35 update MASTER_SITE
PR:		38042
Submitted by:	Ports Fury
2002-05-14 02:28:51 +00:00
SADA Kenji
d9b03bcebf - Upgrade to version 1.4.
- Remove redundant DISTNAME line.
PR:	ports/36255
Submitted by:	maintainer
2002-05-13 14:06:51 +00:00
Maxim Sobolev
3d5c8a5282 Fix breakage introduced by the gettext conversion.
Submitted by:	bento
2002-05-13 06:56:51 +00:00