Commit graph

4827 commits

Author SHA1 Message Date
Yaroslav Tykhiy
f353783dfa This software has quite broken original Makefile, at least for us.
Instead of trying to patch it, just supply a BSD-specific Makefile
using <bsd.prog.mk>.  This removes the build-time dependency of this
tiny port on USE_REINPLACE and the heavy-weight gmake at once.
2006-02-07 16:47:57 +00:00
Vasil Dimov
7946856550 * Update misc/ossp-uuid from 1.4.0 to 1.4.1
* Take maintainership, requested by mnag (maintainer)

PR:		ports/92957
Submitted by:	vd
Approved by:	garga (mentor), mnag (maintainer)
2006-02-07 14:07:35 +00:00
Renato Botelho
58ad5d751d Otter is an automated deduction system (theorem prover) for
first-order logic with equality developed at Argonne National
Laboratories.

WWW: http://www-unix.mcs.anl.gov/AR/otter/

PR:		ports/92834
Submitted by:	wollman
2006-02-06 17:36:47 +00:00
Michael Nottebrock
4490d5f6e2 So the prerelease tarball for this got rerolled for release without the
release dude telling the packagers. What fun.

Noticed by: Tanguy Bouzeloc <zauron@wanadoo.fr>,
Subsequently forgotten by: me,
Reminded by: kris via pointyhat
2006-02-06 00:57:26 +00:00
Volker Stolz
67e84948ad Remove expired port misc/tvguide 2006-02-03 17:31:16 +00:00
Michael Nottebrock
79fc2a8db2 Update to KDE 3.5.1. 2006-02-01 09:13:29 +00:00
Edwin Groothuis
80786dea97 SHA256ify
Approved by:	krion@
2006-02-01 00:29:07 +00:00
Edwin Groothuis
2b732ac06c SHA256ify
Approved by:	krion@
2006-02-01 00:22:57 +00:00
Pav Lucistnik
fbab09fee3 Populate newly create net-p2p category with these ports:
ftp/jigdo
  net/amule1
  net/amule2
  net/apollon
  net/azureus
  net/bnbt
  net/btpeer
  net/btqueue
  net/cdonkey
  net/ctorrent
  net/dcd
  net/dclib
  net/dctc
  net/dctc-gui
  net/dctc-gui-qt
  net/edonkey-gui-gtk
  net/edonkey-gui-gtk-urlslave
  net/fcptools
  net/fidelio
  net/freenet
  net/frost
  net/giftcurs
  net/giftoxic
  net/giftui
  net/gift
  net/gift-fasttrack
  net/gift-gnutella
  net/gift-openft
  net/gkrellm-gift
  net/gnewtellium
  net/gnome-btdownload
  net/gnunet
  net/gtkhx
  net/gtk-gnutella
  net/gtorrentviewer
  net/hagelslag
  net/hx
  net/i2p
  net/javadc
  net/kmldonkey
  net/ktorrent
  net/libbt
  net/liberator
  net/libfreenet
  net/libpdtp
  net/libtorrent
  net/limewire
  net/linux-agsatellite
  net/linux-edonkey-core
  net/linux-edonkey-server
  net/linux-jigdo
  net/linux-overnet-core
  net/minder
  net/mldonkey
  net/mldonkey-core
  net/mldonkey-core-devel
  net/mldonkey-devel
  net/mldonkey-gui
  net/mldonkey-gui-devel
  net/mldonkey-perlreactor
  net/mldonkey-sancho
  net/mldonkey-serverspy
  net/mldonkey-urlslave
  net/mutella
  net/mute-net
  net/mute-net-gui
  net/mute-net-text
  net/napshare
  net/nicotine
  net/opendchub
  net/peercast
  net/phex
  net/pyslsk
  net/py-bittornado
  net/py-bittornado-core
  net/py-bittorrent
  net/py-bittorrent-core
  net/py-bittorrent-core-devel
  net/py-bittorrent-devel
  net/py-fngrab
  net/py-kenosis
  net/py-kenosis-bittorrent
  net/py-py2play
  net/p5-pdonkey
  net/qtella
  net/qtorrent
  net/rtorrent
  net/squall
  net/torrentflux
  net/torrentsniff
  net/trackerbt
  net/transmission
  net/valknut
  net/verlihub
  net/verlihub-plugins
  net/xmule
  net/xnap
  misc/ed2k
  misc/edonkey-tool-hash
  misc/linux-edonkey-tool-recovermet

Repocopies by:	marcus
2006-01-30 21:36:28 +00:00
Colin Percival
993a764f54 Update misc/bsdiff to version 4.3, to match the version in the src
tree.
This only affects users of FreeBSD 5.4 and earlier, since the port is
IGNOREd for recent versions of the FreeBSD base system.

PR:		ports/92564
Approved by:	linimon
2006-01-30 20:15:51 +00:00
Kirill Ponomarev
b1a92209b6 Update to 11.2 2006-01-30 09:34:59 +00:00
Tim Bishop
35fc55a234 - Update to 2.1
- Update maintainer's email address

PR:		92424
Submitted by:	maintainer
2006-01-28 11:56:21 +00:00
Mark Linimon
b09666fc1e - Fix possibility of "infinite make fork" when "Registering install for ..."
EMACS ports.  [1]

 - Allow building a port as root using an NFS-mounted /usr/ports if the
   server maps root to a UID other than root. [2]

 - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
   status rather than success. [3]

 - Improve behavior when dealing with versioned dependencies. [4]

 - Fix false positives in check-conflicts target. [5]

 - Remove obsolete bzip2 code. [6]

 - Add physical category net-p2p. [7]

 - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11]

 - INDEX can now be moved outside of ports tree. [9]

 - Add ghostscript-gpl. [10]

 - Remove obsolete USE_MESA. [12]

 - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13]

 - Document ALWAYS_KEEP_DISTFILES. [14]

 - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15]

PR:	ports/37596 [1], ports/57259 [2], ports/63216 [3],
	ports/89448 [4], ports/89710 [5], ports/88996 [6],
	ports/89260 [7], ports/89363 [8], ports/89809 [9],
	ports/89853 [10], ports/91086 [11], ports/91710 [12],
	ports/91727 [13], ports/92111 [14], ports/92124 [15]
Submitted by:	Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12],
		Andrew Heybey <ath at niksun dot com> [2], Jamie Jones
		<jamie at thompson dot bishopston dot net>, tobez [4], Mark
		Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15],
		pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com
		dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10],
		netchild [11], erwin [14]
Reviewed by:	kris, clement (partially)
2006-01-28 02:11:35 +00:00
Mark Linimon
304c880aca FreeBSD 3.x systems are no longer supported, so this code is moot. In any
case, .error is deprecated.
2006-01-27 07:05:11 +00:00
Marcus Alves Grando
47f9d8fd46 * audio/marlin, devel/upnp, devel/upnp104
Update dependency to misc/e2fsprogs-libuuid
Bump PORTREVISION

* misc/e2fsprogs-libuuid

Add new port:

UUID library from the e2fsprogs package

* misc/Makefile

Add entry to misc/e2fsprogs-libuuid

* misc/ossp-uuid

Add CONFLICTS to misc/e2fsprogs-libuuid

* sysutils/e2fsprogs

Change to a master port
Remove conflict with misc/ossp-uuid
Remove uuid part
Bump PORTREVISION

PR:		92356
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2006-01-27 01:24:41 +00:00
Renato Botelho
bde5f7fc42 - Fix typo in pkg-message
PR:		ports/92375
Submitted by:	maintainer
2006-01-26 16:15:50 +00:00
Erwin Lansing
5dcbe24c5a Update to a distfile that contains the Rules from "Legends of the Ferengi".
PR:		92373
Submitted by:	Ion-Mihai IOnut Tetcu <itetcu@people.tecnik93.com> (maintainer)
2006-01-26 15:03:57 +00:00
Kris Kennaway
b469a14667 Don't remove system directories 2006-01-26 04:19:05 +00:00
Kris Kennaway
172245e773 Add missing USE_GETTEXT 2006-01-26 04:06:59 +00:00
Andrey A. Chernov
ed4503f6d7 Handle WITHOUT_X11 option
Use REINPLACE_CMD
2006-01-26 03:46:56 +00:00
Jean-Yves Lefort
d1d5fd1506 [1]:
- Install using ${INSTALL_DATA}
  - Respect ${PREFIX} in the wrapper script

Moreover [2]:
  - Invoke java using exec
  - Move to ${X11BASE}

[1]:
PR:		ports/91981
Submitted by:	maintainer

[2]:
Approved by:	maintainer
2006-01-26 03:34:23 +00:00
CHOI Junho
128b0a5cf6 Activate linm, mc-style terminal file manager. 2006-01-24 03:28:14 +00:00
Kris Kennaway
9182ebb0b0 BROKEN when WITHOUT_X11: Broken dependency 2006-01-24 02:26:13 +00:00
Mark Linimon
eae991e3b4 Back out last change while problem is being investigated.
Noticed by:	krion
Hat:		portmgr
Pointy hat:	edwin
2006-01-23 21:13:46 +00:00
Sergey Matveychuk
ac4bc1c858 - Extend CONFLICTS
Submitted by:	anray
2006-01-23 15:24:11 +00:00
Sergey Matveychuk
e6b78e47f8 An implementation of AT&T Research UNIX V8 newer(1)
PR:		ports/92146
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
2006-01-23 07:10:11 +00:00
Mark Linimon
634589e5d6 Back out last change while the bug it introduced is being investigated.
Noticed by:	lofi
Pointy hat to:	edwin
2006-01-23 05:07:58 +00:00
Edwin Groothuis
53354e7e9c SHA256ify
Approved by: krion@
2006-01-22 12:59:47 +00:00
Edwin Groothuis
d568611c3e eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 05:52:28 +00:00
Edwin Groothuis
a437d08eca Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:30:01 +00:00
Edwin Groothuis
1cb458c20b Implement PERL_BUILD_DEPENDS / PERL_RUN_DEPENDS for my ports. 2006-01-21 22:15:45 +00:00
Edwin Groothuis
0eac08c2c8 Implement @dirrmtry for my ports. 2006-01-21 22:00:03 +00:00
Edwin Groothuis
5c5e8d6063 [patch] misc/tinderbox does not install php4-pgsql (or mysql)
misc/tinderbox does not install the php extension for the
    selected database, because the extension is added to USE_PHP
    after bsd.port.pre.mk inclusion.

PR:		ports/92065
Submitted by:	Vasil Dimov <vd@FreeBSD.bg>
2006-01-20 21:55:30 +00:00
Renato Botelho
d1f7862a6e - Update to 1.5.0
PR:		ports/92012
Submitted by:	Ports Fury
2006-01-20 16:41:49 +00:00
Kris Kennaway
651053476f BROKEN: Unfetchable 2006-01-19 23:37:49 +00:00
Dirk Meyer
3b6641a158 - new option GNUSTEP_PREFIX
allow user defined location of all files
2006-01-19 12:06:14 +00:00
Marcus Alves Grando
4168213a05 Guarantee of ${PREFIX}/${LDCONFIG{,32}_DIR} are created.
Approved by:	flz
2006-01-19 11:24:37 +00:00
Edwin Groothuis
c6091421f0 After a wise lesson of linimon@, make it IGNORE instead of BROKEN 2006-01-19 06:35:35 +00:00
Edwin Groothuis
69a333dfd3 [patch] misc/tinderbox shouldn't allow no database to be selected
PR:		ports/91943
Submitted by:	Vasil Dimov <vd@datamax.bg>
Approved by:	edwin@mavetju.org
2006-01-18 10:29:26 +00:00
Florent Thoumie
129b93be2c - Remove hardcoded /etc/rc.subr.
Reported by:	Sean Winn <sean@gothic.net.au>
2006-01-18 09:42:02 +00:00
Maxim Sobolev
e61e1d66bd Update to 1.2.1. 2006-01-17 22:27:45 +00:00
Florent Thoumie
e122dacb01 Ok, maybe I'll do something right today. Revert the logic. 2006-01-17 14:29:42 +00:00
Florent Thoumie
9a34c3cba0 - IGNORE for recent RELENG_[56].
Reminded by:	mnag
2006-01-17 14:28:18 +00:00
Florent Thoumie
12e6d6a558 Been there, broke that.
Reported by:	portsnap buildbox
2006-01-17 13:43:16 +00:00
Florent Thoumie
3ac655113f - ldconfig changes have been MFC'ed to RELENG_[56]. 2006-01-17 13:07:15 +00:00
Marcus Alves Grando
82bd15cfa2 Update to 1.4.0
PR:		91865
Submitted by:	Vasil Dimov <vd@datamax.bg>
2006-01-16 14:32:41 +00:00
Doug Barton
62fee5d710 s/AMD64/AMD64_ONLY/ to match how this is specified in PLIST_SUB already
Pointed out by:	pointyhat via kris
2006-01-14 22:39:07 +00:00
Pav Lucistnik
7dc0abbf54 - Remove expired ports 2006-01-14 21:16:35 +00:00
Sergey Matveychuk
f5b7d224de - Use PORTDOCS=* instead of a wrong generated PLIST
Proposed by:	skv
2006-01-14 10:07:33 +00:00
Florent Thoumie
e011792f19 - Fix issue when WITHOUT_X11 is defined.
Noticed by:	mnag
2006-01-13 15:57:51 +00:00