| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=209420
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=208826
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
| |
Notes:
svn path=/head/; revision=161663
|
|
|
|
|
|
|
|
| |
Discussed with: kris
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=157004
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154113
|
|
|
|
| |
Notes:
svn path=/head/; revision=148432
|
|
|
|
|
|
|
| |
Obtained from: games/nethack34
Notes:
svn path=/head/; revision=133255
|
|
|
|
|
|
|
|
|
| |
LATEST_LINK setting unique.
Pointed out by: kris
Notes:
svn path=/head/; revision=109088
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. By default, install things in a location that won't conflict with the
other nethack ports.
. Build and install the recover utility so that users can recover their
game if it crashes (bump PORTREVISION for this).
. Sync with the nethack34 port:
. Use PKGNAMESUFFIX to select the graphics type.
. Remove the COMMENT in the slave ports.
. Take maintainership of nethack33 and nethack33-nox11.
. Unbreak the nethack33-qt port.
Notes:
svn path=/head/; revision=107723
|
|
|
|
|
|
|
| |
(Part 2)
Notes:
svn path=/head/; revision=99920
|
|
|
|
| |
Notes:
svn path=/head/; revision=99360
|
|
|
|
|
|
|
|
|
|
| |
*** addresses that seem to be dead:
PR: ports/58694
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes:
svn path=/head/; revision=92818
|
|
|
|
|
|
|
| |
use USE_GETOPT_LONG instead.
Notes:
svn path=/head/; revision=84842
|
|
|
|
|
|
|
|
|
|
| |
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
Notes:
svn path=/head/; revision=82300
|
|
|
|
| |
Notes:
svn path=/head/; revision=81225
|
|
|
|
|
|
|
|
|
| |
PR: ports/49045
Submitted By: Ryan T. Dean <rtdean@cytherianage.net>
Approved By: portmgr
Notes:
svn path=/head/; revision=77102
|
|
|
|
| |
Notes:
svn path=/head/; revision=75954
|
|
|
|
|
|
|
|
|
| |
The other half needs perl to build.
Noticed on bento and others (full mailbox :-)
Notes:
svn path=/head/; revision=69475
|
|
|
|
| |
Notes:
svn path=/head/; revision=62568
|
|
|
|
|
|
|
|
|
|
|
| |
nethack33-gnome.
PR: ports/38220
Submitted by: KATO Tsuguru <tkato@prontomail.com>
No response from: MAINTAINERs
Notes:
svn path=/head/; revision=61242
|
|
|
|
| |
Notes:
svn path=/head/; revision=45498
|
|
|
|
|
|
|
|
|
|
| |
longer have nethack distfiles.
PR: ports/24053
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes:
svn path=/head/; revision=36793
|
|
|
|
|
|
|
| |
This delta was ommitted in the original update.
Notes:
svn path=/head/; revision=36774
|
|
|
|
|
|
|
|
|
|
|
| |
PORTVERSION2 variable.
Weird thing is that bento doesn't yield any errors on it.
Apologies to the maintainer for not consulting him, but the fix is
pretty trivial.
Notes:
svn path=/head/; revision=36767
|
|
|
|
|
|
|
|
|
| |
PR: 21942
Submitted by: Gregory Bond <gnb@itga.com.au>
No response from: MAINTAINER (6 weeks timeout)
Notes:
svn path=/head/; revision=36166
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=31272
|
|
|
|
|
|
|
|
|
|
| |
Fixed the path to gzip.
PR: ports/16417
Submitted by: Gregory Bond <gnb@itga.com.au>
Notes:
svn path=/head/; revision=31259
|
|
|
|
|
|
|
|
| |
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
Notes:
svn path=/head/; revision=27515
|
|
|
|
|
|
|
|
| |
PR: 15469
Submitted by: David Scheidt <dscheidt@enteract.com>
Notes:
svn path=/head/; revision=25009
|
|
|
|
|
|
|
|
| |
PR: 15442
Submitted by: David Scheidt <dscheidt@enteract.com>
Notes:
svn path=/head/; revision=24427
|
|
|
|
|
|
|
|
| |
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
Notes:
svn path=/head/; revision=21157
|
|
|
|
| |
Notes:
svn path=/head/; revision=20948
|
|
|
|
|
|
|
| |
chown -> ${CHOWN}
Notes:
svn path=/head/; revision=20885
|
|
|
|
|
|
|
|
|
| |
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`
Results to follow. :)
Notes:
svn path=/head/; revision=19801
|
|
|
|
| |
Notes:
svn path=/head/; revision=19658
|
|
|
|
| |
Notes:
svn path=/head/; revision=18348
|
|
|
|
|
|
|
|
| |
Update PLIST.
Submitted by: h-nokubi@nsk.nis.nec.co.jp
Notes:
svn path=/head/; revision=17368
|
|
|
|
|
|
|
|
|
|
| |
patch-aa contains patch for some files.
So separate to some patch-a?
PR: ports/10680
Submitted by: h-nokubi@yyy.or.jp
Notes:
svn path=/head/; revision=17329
|
|
|
|
| |
Notes:
svn path=/head/; revision=16378
|
|
|
|
|
|
|
|
| |
PR: 9475
Submitted by: Sergei Laskavy <laskavy@Berkeley.Gambit.Msk.SU>
Notes:
svn path=/head/; revision=16131
|
|
|
|
|
|
|
|
| |
PR: ports/9037
Submitted by: josh@quick.net
Notes:
svn path=/head/; revision=15256
|
|
|
|
| |
Notes:
svn path=/head/; revision=14765
|
|
|
|
| |
Notes:
svn path=/head/; revision=14729
|
|
|
|
| |
Notes:
svn path=/head/; revision=13492
|
|
|
|
|
|
|
| |
in the first place.
Notes:
svn path=/head/; revision=13190
|
|
|
|
|
|
|
| |
ELF conversion.
Notes:
svn path=/head/; revision=13144
|
|
|
|
|
|
|
|
|
| |
binary, list ad. documentation).
PR: ports/7673 (Sue Blake <sue@welearn.com.au>)
Notes:
svn path=/head/; revision=13008
|
|
|
|
| |
Notes:
svn path=/head/; revision=12487
|
|
|
|
|
|
|
| |
to maintain all these ports I once committed (sometimes as a proxy).
Notes:
svn path=/head/; revision=9184
|