Commit Graph

657 Commits

Author SHA1 Message Date
Satoshi Asami
5e5841f2cd Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00
Jeroen Ruigrok van der Werven
dbb98bd81c Update to 0.9.6.3.
PR:		21478
Submitted by:	Maintainer (Mark Huizer <xaa+ports@madison-gurkha.com>)
2000-09-25 11:53:58 +00:00
Jeroen Ruigrok van der Werven
1917a219b2 Update to 0.9.6.3.
Added some mastersites myself.

PR:		21478
Submitted by:	Maintainer (Mark Huizer <xaa+ports@madison-gurkha.com>)
2000-09-25 11:53:52 +00:00
Dag-Erling Smørgrav
23e2325e3c Fix bogon that made it impossible to stop innd. 2000-09-24 20:19:44 +00:00
Dag-Erling Smørgrav
79025bdeb3 Add forgotten post-install script 2000-09-24 12:44:26 +00:00
Dag-Erling Smørgrav
ed91215abe Fix portlint warnings. 2000-09-24 12:43:39 +00:00
Dag-Erling Smørgrav
ec58bb116a Upgrade to 2.3.0.
Note that unless you already have a /var/news or /var/spool/news directory,
the spool directory now defaults to /usr/local/news/spool.
2000-09-24 12:29:45 +00:00
Ade Lovett
62fc33af77 Update to 0.8.1beta5 2000-09-15 18:53:33 +00:00
Tom Hukins
e381952eab Fix broken MASTER_SITES 2000-09-14 23:42:48 +00:00
Maxim Sobolev
e4923ffd5e Replace gnomecontrolcenter in RUN_DEPENDS with gnomecore RUN_DEPENDS to ensure
correct removal of share/gnome.

Submitted by:	bento
2000-09-13 08:46:43 +00:00
Yukihiro Nakai
271947557b Use gtk-- 1.2.3 2000-09-11 14:29:55 +00:00
Dag-Erling Smørgrav
514e9c4737 Update to 2.3-REL 2000-08-30 12:10:00 +00:00
Maxim Sobolev
a3dda2e04d Update to 0.0.27. 2000-08-21 08:59:12 +00:00
Steve Price
a5f244f040 Add missing line continuation character in LIB_DEPENDS. 2000-08-21 00:52:30 +00:00
Steve Price
666eb6993f The MASTER_SITES seem to be working now so we don't need to have this port
marked BROKEN anymore.
2000-08-19 21:37:16 +00:00
Andreas Klemm
222bc842a1 From the patch submission:
Right now it's difficult to determine if one must upgrade the
currently installed server as the pkg_info reports one has
"inn-stable-v22" installed.
With this patch it's easier to compare the installed version against
/usr/ports/INDEX as the version tag changes when you upgrade the port.

Submitted by:	Martti Kuparinen <martti.kuparinen@lmf.ericsson.se>
2000-08-15 05:15:12 +00:00
Will Andrews
7d7a9a2180 Make these COMMENT files conform to Handbook standard.
PR:		20269
Submitted by:	Ports Fury
2000-08-11 11:50:37 +00:00
Satoshi Asami
bad7eb3a99 MAN1=knews.1
Submitted by:	bento
2000-08-11 00:45:18 +00:00
Kevin Lo
84fca4c34a Substitute the extra spaces 2000-08-10 16:12:23 +00:00
Ade Lovett
2771152315 Update to 0.8.1beta3 2000-08-08 22:54:22 +00:00
Kevin Lo
7fc557d65a - Update MASTER_SITES
- PLIST is configurable and added URL's

PR: ports/20406
Submitted by: MAINTAINER
2000-08-07 07:50:02 +00:00
Kevin Lo
660d3cc565 PLIST configurable
PR: ports/20404
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
2000-08-07 07:17:39 +00:00
Neil Blakey-Milner
a03ddab368 Add a patch-file that I missed in the previous commit.
PR:		ports/20441
2000-08-06 15:37:49 +00:00
Neil Blakey-Milner
18cb5fa529 Update to 3.6 and fix a few bugs too.
PR:		ports/20441
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org> (MAINTAINER)
2000-08-06 14:58:08 +00:00
David E. O'Brien
916158f3cb Upgrade to version 1.5.6. 2000-08-05 18:23:39 +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
Ade Lovett
9594f3f893 Extensive patchfile cleanups using sobomax's wonderful
post-extract rule
2000-08-04 01:34:38 +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
Neil Blakey-Milner
65f03f9abe Add c-nocem, a fast filter to remove spam (works with cnews)
PR:		ports/17302
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
2000-08-02 10:24:57 +00:00
Chris D. Faulhaber
ed98a378f3 Update port to 1.2.3
PR:		20330
Submitted by:	Maintainer
2000-08-02 00:23:48 +00:00
Donald Burr
891d24122f Removed a spurious RUN_DEPENDS line. 2000-07-26 09:09:06 +00:00
Donald Burr
0303a93349 Activate ubh. 2000-07-24 10:04:09 +00:00
Donald Burr
24c5e317a8 New port news/ubh, another commandline driven Usenet binary posting
harvester.  (in case you were wondering, No, I am NOT some kind of perv
or anthing.  I just like to look at the... ummm, uhhh... FRACTALS!!
Yeah, that's the ticket!  Fractal postings!!!)

Obtained from:		Freshmeat, where else? :)
2000-07-24 10:02:02 +00:00
Donald Burr
436be6624e Enable PicMonger. 2000-07-24 06:01:00 +00:00
Donald Burr
0ee0426a57 Import of new port news/PicMonger, a little GTK utility that makes
it easy to decode those "naughty" groups. :)

Obtained from:		freshmeat, of course :)
2000-07-24 05:57:31 +00:00
Maxim Sobolev
660a624436 Add grn - a NNTP client for Gnome. 2000-07-20 08:09:31 +00:00
Andreas Klemm
4e035af6d3 Update inn-stable port to last stable version 2000-07-09 19:25:07 +00:00
Steve Price
5073598e5f Use {MASTER,PATCH}_SITE_SUBDIR instead of make's sed capabilities. 2000-07-07 18:44:49 +00:00
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
Satoshi Asami
28c8129ea8 @dirrm lib/trn
Submitted by:	bento
2000-07-05 07:16:42 +00:00
Satoshi Asami
593713f0f7 @dirrm share/doc/slnr
Submitted by:	bento
2000-07-05 07:16:08 +00:00
Satoshi Asami
92ae8eadee @dirrm share/doc/aub
Submitted by:	bento
2000-07-05 06:37:54 +00:00
Maxim Sobolev
6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Kris Kennaway
4c7124b3db <security-officer>
Don't install rnews setgid uucp by default - the INN maintainers don't
recommend this binary run with privileges because it is not secure.
Anyone who needs the ability to fetch news via UUCP can rebuild the port
with WITH_UUCP_SECURITY_HOLE defined.
</security-officer>
2000-07-04 05:06:30 +00:00
Kris Kennaway
9ca45dc5ec This port was missing a dependency on kdelibs11
Noticed by:	bento
2000-07-03 01:39:21 +00:00
Kris Kennaway
ce198fd5a7 Oops, wasn't looking closely enough. The aforementioned breakage was actually
in kdesupport11.
2000-07-02 23:14:40 +00:00
Kris Kennaway
0d04225e58 Mark broken; port can't find the KDE stuff during configure.
Noticed by:	bento
2000-07-02 22:51:34 +00:00
David E. O'Brien
1228d352ee Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Ade Lovett
7115490368 Add a RUN_DEPENDS on sysutils/gnomecontrolcenter.
This is now REQUIRED by ALL GNOMEish applications that install
anything into ${PREFIX}/etc/CORBA or ${PREFIX}/share/gnome

Reminded by:	bento
2000-06-26 16:14:32 +00:00
Dag-Erling Smørgrav
2f710b552d Remove period. 2000-06-26 12:39:55 +00:00