Commit Graph

35 Commits

Author SHA1 Message Date
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Kris Kennaway
943138216d Mark BROKEN: compiler error
Noticed by:	bento
2000-04-29 23:58:51 +00:00
Satoshi Asami
2971a93e52 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
2000-04-14 12:28:40 +00:00
Michael Haro
35fdb4c31c minor reorganization and portlint 2000-03-30 21:00:11 +00:00
Kris Kennaway
763a221a87 Install setgid games, not setuid games. This port is still broken on 4.0
and has no maintainer, but I'm committing this anyway so it doesn't get
forgotten.
2000-03-11 07:03:47 +00:00
Andreas Klemm
ab10519a48 Reducing Maintainership to an amount of ports
I can handle.

Sorry, the rest has to go to ports@FreeBSD.ORG.
2000-02-20 17:01:26 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
253c66d044 Change Id->FreeBSD. 1999-08-25 06:06:33 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Andreas Klemm
92e6a575f1 remove dead mastersite entry 1999-05-29 10:57:29 +00:00
Tim Vanderhoek
7c0c0fc3ca (Null Cowit Mewwage) 1999-05-02 22:16:18 +00:00
Andreas Klemm
bc8e6f4467 corrected checksum...
Now this problem remains (will try to fix it the next days)
Loading ...
/usr/lib/libstdc++.so.2: undefined reference to `__unwind_function'
/usr/lib/libstdc++.so.2: undefined reference to `__find_first_exception_table_match'
/usr/lib/libstdc++.so.2: undefined reference to `__register_exceptions'
gmake[1]: *** [Sysunix] Error 1
gmake[1]: Leaving directory `/home/andreas/src/freefall/myports/akl/nethack-qt/work/nethack-3.2.2/src'
gmake: *** [nethack] Error 2
1999-03-22 22:16:57 +00:00
Bill Fenner
5261958626 ${MASTER_SITE_GNU} got rearranged in December; let's catch up. 1999-01-27 07:41:29 +00:00
Andreas Klemm
1e20f0bfde This port isn't broken anymore. 1998-11-10 18:56:21 +00:00
Satoshi Asami
081079e0db Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
1998-09-17 00:33:02 +00:00
Satoshi Asami
03d5b496f6 libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:13:39 +00:00
Satoshi Asami
07ac7f97de It this port incompatible with newer versions of qt?
===
g++ -pipe -O -I../include -I. -I/usr/X11R6/include -I/usr/X11R6/include/X11/qt -c ../win/Qt/qt_win.cpp
In file included from ../win/Qt/qt_win.cpp:90:
/usr/include/malloc.h:2: warning: #warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead"
../win/Qt/qt_win.cpp: In method `void NetHackQtGlyphs::resize(int, int)':
../win/Qt/qt_win.cpp:2952: no member function `QImage::smoothScale(int, int)' defined
gmake[1]: *** [qt_win.o] Error 1
gmake[1]: Leaving directory `/usr/ports/games/nethack-qt/work/nethack-3.2.2/src'
gmake: *** [nethack] Error 2
1998-08-23 21:20:06 +00:00
Satoshi Asami
3fc5e40f2e Remove manpages defined in MAN? macros in games' Makefiles. 1998-08-13 02:23:26 +00:00
Satoshi Asami
65edaaa1f5 Replace qt dependencies with USE_QT.
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
 GNU_CONFIGURE)
1998-08-12 06:29:36 +00:00
Satoshi Asami
5264cbceb5 Fix up dependencies for ports that moved into the x11-toolkits category. 1998-08-07 23:56:56 +00:00
Satoshi Asami
c23cc4074c Making x11 category more useful project part 1: take out "x11" of
ports that are mere users of X.

Partial list submitted by: Josh Gilliam <josh@quick.net>
1998-07-27 23:25:33 +00:00
Andreas Klemm
0f9f1d5263 Hurray ! After libqt 1.40 has been finally released I proudly
present the newest nethack qt version 1.0.1.
In the past you could only get Linux binaries ...
1998-07-20 17:37:15 +00:00
Andreas Klemm
917988259d - removed ftp.uu.net from the master_site list, they only have the
nethack sources as splitted parts.
- the home of the qt enhancements moved slightly
1998-03-14 14:58:02 +00:00
Andreas Klemm
d1099017e8 Upgrade from QT version 0.9 to 0.93
Upgraded URL's (thanks to Bill Fenners port survey)
list of changes: see the README file in the QT patch.
Homepage now located at: http://www.troll.no/~warwick/nethack/
1998-02-07 19:33:16 +00:00
Satoshi Asami
6b3f6e2af2 Back out previous commit. Jordan, please test before committing. :<
(You can't just redefine some of the DISTFILES with PATCHFILES, they
are different things....)

While I'm here, make the PKGNAME conform to the standard
("nethack-3.2.2-qt" -> "nethack-qt-3.2.2").
1997-11-10 09:29:54 +00:00
Jordan K. Hubbard
9895b69b7e Some stylistic tweaks I forgot to commit. Should portlint better now. 1997-11-09 08:14:46 +00:00
Jordan K. Hubbard
c7b4a5cbf8 Sync with latest Qt update. 1997-10-29 06:47:00 +00:00
Andreas Klemm
3a3e535685 cosmetic changes using portlint, a really nice tool ;-) 1997-10-04 14:53:11 +00:00
Masafumi Max NAKANE
bddd60e979 Use ${SH} from bsd.port.mk instead of locally defined ${SHELL}. 1997-07-12 16:53:39 +00:00
Satoshi Asami
e363a82dbc Use a continuation line instead of repeating "RUN_DEPENDS=" etc. over
and over (which cancels all but the first line anyway).
1997-04-15 01:49:44 +00:00
Andreas Klemm
ed232757ff added some missing build dependencies:
- netpbm port
	- nas port
Reviewed by:
Submitted by:	David Nugent <davidn@unique.usn.blaze.net.au>
Obtained from:
1997-04-14 15:05:42 +00:00
Andreas Klemm
bfca006eba nas port is compileable in -current of yesterday.
So this port isn't "broken" anymore.
Submitted by:	David Nugent <davidn@unique.usn.blaze.net.au>
1997-04-07 18:12:11 +00:00
Andreas Klemm
9610d07430 Donald told me, that with -current the NAS port isn't compileable
and installable. Nethack-qt gets some hangs, if the sound system
isn't working ... So I better mark nethack-qt as broken ...

I can't verify this myself, because I run -current just before the
lite2 kernel changes. All I can say, in this version of -current
the nas port compiles and runs fine. I checked this !

If someone with the latest -current could have a look at nas please.

Thanks. And now have fun playing, fetching a running nas port might
be a workaround.

Reviewed by:
Submitted by:	"Donald J. Maddox" <root@cola103.scsn.net>
Obtained from:
1997-04-06 09:16:04 +00:00
Andreas Klemm
5fb6c95052 Forgot library dependency to libqt.
Added a pre-configure warning, that nethack and nethack-qt install
in the same directory, so better backup your player data ...
Reviewed by:
Submitted by:	Alex Nash <nash@mcs.com> and
		"Donald J. Maddox" <root@cola103.scsn.net>
Obtained from:
1997-04-06 09:10:26 +00:00
Andreas Klemm
724bd478c9 NetHack with Qt interface. Version 0.9 (for NetHack 3.2.2)
by Warwick Allison warwick@cs.uq.edu.au.

The Qt interface has these extra features:

    Tiles (graphics) in the inventory and other item-menu windows.
    The player cursor changes colour as your relative hit-points drop.
    The message window greys-out older message.
    The item menus allow a count (click to left of icon - hidden feature).
    Icons for the major attributes and player states.
    Menus (only needed by newbie dungeon fodder).
    Variable size fonts and tiles.
    More space for the map as messages and status are side-by-side.
    You rarely need to put the mouse in a pop-up to interact with it.
    Macros - hidden feature - F1=multi-rest F2=multi-search F3=try-it
    It is much easier to code, so new feature-requests are more easily done.
    Sound support

See: http://www.uq.edu.au/~cswallis/nhqt/
1997-04-06 02:45:30 +00:00