Commit graph

39 commits

Author SHA1 Message Date
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Trevor Johnson
e8d5605043 Add SIZE. 2004-01-27 20:51:07 +00:00
Pete Fritchman
d1ce3ff331 gnapster doesn't really have a homepage; use the sourceforge project
page.

Noticed by:	fenner's portsurvey
2003-05-10 00:31:49 +00:00
Joe Marcus Clarke
5aba753137 Remove the USE_GNOMENG macro. 2003-04-08 00:40:09 +00:00
Bill Fenner
8598828aea Update MASTER_SITES for MAINTAINER-less ports.
PR:		ports/49045
Submitted By:	Ryan T. Dean <rtdean@cytherianage.net>
Approved By:	portmgr
2003-03-11 20:57:54 +00:00
Akinori MUSHA
7cc1393a93 De-pkg-comment. 2003-02-20 17:07:10 +00:00
Tilman Keskinoz
3c8f695929 Set Maintainership back to ports.
cpiazza's email is bouncing since Jan 7.
2003-01-30 17:38:24 +00:00
Joe Marcus Clarke
51ffa016e8 Remove patch patch-ad as gnomehack already takes care of this.
PR:		42639
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-09-10 16:32:53 +00:00
Joe Marcus Clarke
d6999c9d3e Fix things after the recent GNOMENG commit.
Submitted by:	bento
2002-09-09 04:57:29 +00:00
Joe Marcus Clarke
8a609be531 Use USE_GNOMENG.
PR:		42232
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-08-31 00:13:25 +00:00
Chris Piazza
9bb5576bbc Fix in the non-gnome case. configure hard gtk-config hard coded.
Bad gnapster, no cookie.

Reported by:	Jeff Gardner <gardner@journey.com>
2001-06-17 05:11:41 +00:00
Chris Piazza
fd7f1280c6 Update to 1.5.0.
This isn't installing the nls files and I'm not in the mood to wade through
autoconf files to find out why right now.  I'll get to it eventually, but if
you need it patches are accepted :)
2001-06-17 01:52:28 +00:00
Ade Lovett
bc47cccc84 Various patches (mainly shared library revision changes) for those
ports that depend on GNOME and need to change for 1.4
2001-05-04 21:41:30 +00:00
Maxim Sobolev
4ca0e60800 -pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}

Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
2001-03-29 16:35:19 +00:00
Chris Piazza
225ee489dc Don't use the default HAVE_GNOME distdir.
This fixes the problems people have been seeing.
You can now stop bugging me.
2001-01-25 01:12:56 +00:00
Chris Piazza
adb6cf981b Update to 1.4.2 which allows gnapster to use offical servers again.
This still has a bug (that was present in 1.4.1a) that affects
new users, but this at least works for users with pref files already...
2001-01-25 01:01:00 +00:00
Chris Piazza
b6cb740649 Clean the last commit up
(....I hate gnome and wish it would go away)

Submitted by:	reg
2000-11-24 15:13:30 +00:00
Chris Piazza
f53141c229 Make gnome optional
PR:		23049
Submitted by:	Jeremy Norris <ishmael27@home.com>
2000-11-24 00:01:43 +00:00
Chris Piazza
c6a9bd2341 Update to 1.4.1a
Submitted by:	Jeremy Norris <ishmael27@home.com>
and
Submitted by:	kris
2000-11-19 19:36:47 +00:00
Jeremy Lea
b7bdcd418e Implement USE_GNOME, part 1. 2000-10-05 07:10:50 +00:00
Chris Piazza
d039aa16ea Update to 1.3.12 so it actually works with napster servers again.
Submitted by:	dburr
2000-09-23 18:54:08 +00:00
Chris Piazza
3ae177a98f Update to 1.3.11
Submitted by:	Roman Shterenzon <roman@harmonic.co.il>
2000-08-21 19:52:40 +00:00
Ade Lovett
972ca4afab Re-sobomize to use pre-patch instead of post-extract
Wrists slapped by:	knu, sheldon
2000-08-04 16:11:37 +00:00
Chris Piazza
3653aa5206 Replace a couple patch files with sobomax's post-extract rule.
Submitted by:	ade
2000-08-04 04:57:32 +00:00
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
Ade Lovett
8bd85a9d02 Updates for new shared library versions in GNOME 1.2 2000-06-01 16:25:45 +00:00
Chris Piazza
89d67a87ac Update to 1.3.9.
It is highly recommended that people upgrade to this
version.
2000-04-30 04:44:20 +00:00
Michael Haro
bcd8ffd9d0 update with the new PORTNAME/PORTVERSION variables 2000-04-08 21:25:03 +00:00
Chris Piazza
e8d35f0e6d Update to 1.3.8
Submitted by:	dburr
2000-04-04 23:14:58 +00:00
Chris Piazza
d361ab0252 Remove some whitespace. 2000-03-29 03:12:52 +00:00
Chris Piazza
005b02d7a9 Update to 1.3.7 2000-03-25 05:03:02 +00:00
Josef Karthauser
1033850a4d Revert the explicit dependancy upon libungif. The breakage is elsewhere,
and this port is an innocent victim.
2000-03-20 10:10:54 +00:00
Josef Karthauser
64fa98195e This port depends fairly and squarely upon libungif. (But it wasn't
specified as a lib depend).  It is now.
2000-03-20 00:11:04 +00:00
Chris Piazza
2e8df20a20 Update to 1.3.6 2000-02-29 19:03:49 +00:00
Chris Piazza
e0a9c04a0c Actually add patches.
Noticed by: ade
2000-02-14 01:51:13 +00:00
Chris Piazza
3332bb691d Update to 1.3.4
Submitted by:	ade
2000-02-13 19:39:37 +00:00
Chris Piazza
f0a5f4979c *smacks self* -- GNOME ports need to depend on GNOME! 2000-01-01 20:42:40 +00:00
Tim Vanderhoek
8cd82c0318 General comment cleanups. 1999-12-28 16:30:10 +00:00
Chris Piazza
c10064abc7 Gnapster: a simple GNOME client for the online mp3 community called napster 1999-12-25 02:32:37 +00:00