Commit graph

32 commits

Author SHA1 Message Date
Dmitry Marakasov
b293a4bf6e - Fix plist for NOPORTDOCS=yes
- Bump PORTREVISION

PR:		ports/126132
Submitted by:	"Stefan Ehmann" <shoesoft at gmx dot net> (maintainer)
Approved by:	miwi (mentor implicit)
2008-07-31 21:18:10 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Martin Wilke
605b516239 - Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
2007-07-28 12:27:31 +00:00
Kris Kennaway
9fb4929299 Use libtool port instead of included one to avoid objformat a.out botch 2007-01-27 08:16:35 +00:00
Edwin Groothuis
0f12b488a5 Remove USE_REINPLACE from all categories starting with N 2006-05-11 22:49:56 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +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
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Doug Barton
ffde46cbf9 Now that new style rc.d scripts are being run as part of the
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).

Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.

This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.

In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.

Bump PORTREVISION to make sure that users and packages
pick up this change.
2006-01-07 06:29:57 +00:00
Edwin Groothuis
675553e6c8 net/gift add missing dependency
add missing perl dependency (necessary for gift-setup)

PR:		ports/91401
Submitted by:	Stefan Ehmann <shoesoft@gmx.net>
2006-01-07 00:55:00 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Sergey Matveychuk
4bb436e61c - Add rcNG script
PR:		ports/75905
Submitted by:	Manuel Rabade Garcia <mig(at)mig-29.net>
Approved by:	maintainer
2005-01-08 18:44:55 +00:00
Sergey Matveychuk
faf32866ab - Remove useless USE_GNOME=glib20 2004-12-24 01:35:31 +00:00
Sergey Matveychuk
fe915ce9d3 - Update to 0.11.8.1
PR:		ports/75278
Submitted by:	Joel Diaz <joeldiaz(at)bellsouth.net>
Approved by:	maintainer
2004-12-24 01:34:06 +00:00
Josef El-Rayes
eb0257ff45 Bump portrevision and dependency on ImageMagick
in order to trace recent ImageMagick update.

Submitted by:   Arjan van Leeuwen <avleeuwen@piwebs.com>
PR:             ports/74487
Approved by:    mat
Reviewed by:    lofi
2004-12-05 15:35:48 +00:00
Tilman Keskinoz
a64b397670 Fix build in WITH_LIBMAGIC case
PR:		72495
Submitted by:	Rene Ladan <r.c.ladan@student.tue.nl>
Approved by:	maintainer
2004-10-18 18:17:23 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Kirill Ponomarev
05018a821c - Update to version 0.11.6
PR:		ports/62827
Submitted by:	maintainer
2004-02-14 13:56:41 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Pete Fritchman
1966c20f45 - update to 0.11.5
- install the correct ChangeLog
- add a patch so we have a better chance of working with 4.x Perl

PR:		61058
Submitted by:	maintainer
2004-01-09 04:50:47 +00:00
Christian Weisgerber
63d96de22f Catch up with libogg/libvorbis version bump. 2003-12-20 16:37:57 +00:00
Mark Linimon
e5ee8a5b07 The proper format of the Maintainer field is just the email address.
Having it otherwise can confuse some of the ports tools.
2003-10-15 06:07:45 +00:00
Erwin Lansing
ac53f8ae57 - Chase lib version change of graphics/ImageMagick.
- Bump PORTREVISION acordingly

PR:		57787
Submitted by:	maintainer
2003-10-09 07:24:02 +00:00
Edwin Groothuis
1fff8213db Add INSTALLS_SHLIB definition. 2003-10-06 11:21:50 +00:00
Edwin Groothuis
d8dab432d7 re-add port net/gift
The gift project finally makes releases again. So it's time
	to get it back to the ports collection.

	I contacted the former maintainer (lioux) but haven't got
	any reply yet. He is still listed as maintainer but if he
	doesn't like I'd take maintainership.

PR:		ports/56484
Submitted by:	Stefan Ehmann <shoesoft@gmx.net>
2003-10-06 11:11:56 +00:00
Mario Sergio Fujikawa Ferreira
a074466dc1 Remove ports/net/gift due to lack of releases ever since the project creation 2003-04-05 22:23:18 +00:00
Mario Sergio Fujikawa Ferreira
74740483d0 De-pkg-comment 2003-02-23 19:58:35 +00:00
Kris Kennaway
15c26eb6a0 BROKEN -> IGNORE to prevent package build 2002-10-13 04:53:42 +00:00
Mario Sergio Fujikawa Ferreira
77b6b181ff Released gift is not compatible with FastTrack protocol. Development
versions are still in CVS only status. Therefore, make it as BROKEN
for now.
2002-01-21 19:27:13 +00:00
Mario Sergio Fujikawa Ferreira
f632bb8aa3 Uphold hier(7): install user daemons under sbin rather than bin 2001-11-19 23:47:02 +00:00
Mario Sergio Fujikawa Ferreira
b41cac7188 update WWW tag 2001-11-19 22:49:37 +00:00
Mario Sergio Fujikawa Ferreira
7f91b72c00 New port giFT version 0.9.7: A generic interface to the
FastTrack (TM) peer-to-peer network
2001-11-16 16:04:10 +00:00