1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

811 Commits

Author SHA1 Message Date
Dag-Erling Smørgrav
de1bff4368 Update to 20010420. No changes except distfile name and checksum. 2001-04-21 20:49:25 +00:00
Steve Price
16f1331280 Remove empty directories on uninstall. 2001-04-20 13:16:43 +00:00
Kris Kennaway
7cc13b6ff3 Switch to .bz2 distfile to save a bit of space. 2001-04-17 16:21:36 +00:00
Will Andrews
51d8e34c5b Fix PLIST.
Found by:	bento
2001-04-17 05:07:14 +00:00
Andrey A. Chernov
cfe1946604 Upgrade to 1.5.8 2001-04-13 22:28:42 +00:00
Dirk Meyer
34d4a9724a added %%PORTDOCS%% in pkg-plist 2001-04-13 11:43:12 +00:00
Dirk Meyer
a845846805 Update Makefile and pkg-descr to honor Maintainer,
as suggested by <ben@FreeBSD.org>

PR:		25534
2001-04-08 18:51:32 +00:00
Dirk Meyer
827d3c4f0f - appied patch from PR 25594
- make portlint happier
- clean pkg-plist

PR:		25534
Submitted by:	thierry@thomas.as
2001-04-08 10:51:45 +00:00
Will Andrews
385d26eb0b Various fixes:
- Put kdesupport11 dependency back.  I forgot that it is not implied by
  kdelibs11 as kdesupport2 is by kdelibs2.
- HAS_CONFIGURE -> GNU_CONFIGURE in some cases were needed.
- Add X11 headers to CPPFLAGS for moonshine (extreme case).
2001-04-04 07:52:38 +00:00
Munechika SUMIKAWA
584de38ca9 Upgrade to 0.9.7.0.
PR:		ports/26325
Submitted by:	xaa+ports@timewasters.nl
2001-04-04 00:54:01 +00:00
Will Andrews
dbba8af644 Overhaul QT/KDE support:
- bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}*
- Cleanup corresponding ports for bsd.kde.mk update.
- Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,
  introduce QT_NONSTANDARD variable for nonstandard configure setup.
- Update KDE2 to 2.1.1.  Two patches included in x11/kdelibs2 to fix the
  proxy authentication that was broken for 2.1.1.  Remove old patches.
- Potentially fix kdelibs build for alpha.
- Fix qt-designer 2.3.0 build.
- Ruby stuff left alone since it looks like black magic to me.  Should
  still work w/ compat shims for older USE_QT[,2] style.  Some others
  were also left alone for the same reason.

Reviewed by:	portmgr, ports (bsd.kde.mk+bsd.port.mk)
Submitted by:	David Faure <faure@kde.org> (proxy auth patches)
		Alex Zepeda <garbanzo@kde.org> (old patches removal)
2001-04-03 08:14:43 +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
Dirk Meyer
30f9deb06d change /nonexistent to ${NONEXISTENT} as noted in porters handbook 2001-03-23 17:34:06 +00:00
Dag-Erling Smørgrav
8d62dc5baf (finally!) upgrade to 3.0-REL. 2001-03-22 08:40:18 +00:00
Dag-Erling Smørgrav
1d4b36734a Update to 2.3.20010321. 2001-03-21 15:29:26 +00:00
Matthew Hunt
41bafd87ec Upgrade to test75.
Submitted by:	David McNett <nugget@slacker.com>
2001-03-21 00:06:36 +00:00
Dirk Meyer
e3a0f000b4 - fix depends for INN
- upgraded depends from INN2.2 to INN2.3
- port now honors NOPORTDOCS
2001-03-19 18:44:27 +00:00
Dirk Meyer
9cbb1f268f - Updated to 4.2.5
- New Master Site, Old Site is not accessible
- included History-Check for cnews and inn2.2

PR:		25411
Submitted by:	dinoex, greg@greg.rim.or.jp
2001-03-17 13:16:14 +00:00
Dirk Meyer
39cba59c63 Add default CNEWSBIN, to ensure package can be made 2001-03-15 21:16:59 +00:00
Jun Kuriyama
6fcc1fab3a Remove bogus trailing backslash.
Submitted by:	bdluevel@heitec.net
PR:		ports/25795
2001-03-14 12:36:06 +00:00
Dirk Meyer
e3ef587247 fix pkg-plist, even if CNEWSBIN is not set 2001-03-14 07:27:51 +00:00
Maxim Sobolev
d5478732e2 Update version number of gtkmm shared library. 2001-03-13 15:18:05 +00:00
Jun Kuriyama
2f3ff2a95a Add more official mirrors to MASTER_SITES.
Submitted by:	maintainer
PR:		ports/25700
2001-03-12 03:05:03 +00:00
Andrey A. Chernov
5dee439748 Fix wrong configuration detection due to missing include 2001-03-11 05:55:42 +00:00
Dirk Meyer
b0de0b2fdb Changing path for BUILD_DEPENDS.
For some unknown reason for the i386 ports build had failed,
workdir was searched in:  "/tmp/usr/ports/news/cnews/work/"
but created files are at: "/tmp/a/ports/news/cnews/work/"

changed to use ${.CURDIR} instead of ${PORTSDIR}

old: ${WRKDIRPREFIX}${PORTSDIR}/news/cnews/work/
new: ${WRKDIRPREFIX}${.CURDIR}/../cnews/work
2001-03-11 05:52:05 +00:00
Kris Kennaway
334dea0cfb Fix plist 2001-03-11 02:35:32 +00:00
Dag-Erling Smørgrav
8385507d91 Update to 20010310, and fix the same chown bug as in news/inn. 2001-03-11 02:35:31 +00:00
Dag-Erling Smørgrav
37e62f56b8 Forgot to bump PORTREVISION. 2001-03-11 01:18:51 +00:00
Dag-Erling Smørgrav
a283186713 Avoid chown'ing /usr/local/man/man* to news:news. 2001-03-11 01:06:19 +00:00
Satoshi Taoka
4bef16225c Update version to 6_14_6-04 2001-03-10 09:57:33 +00:00
Dirk Meyer
841147cc76 Update to new stable release of fidogate 2001-03-10 06:20:44 +00:00
Dag-Erling Smørgrav
d63f8f6234 Update to 20010306 (and synch with changes in news/inn/Makefile) 2001-03-07 00:01:17 +00:00
Dag-Erling Smørgrav
8c4f78a6bb Install some header files which third-party utils may need.
Avoid leaving cruft behind in the db directory.
2001-03-06 23:28:17 +00:00
Dag-Erling Smørgrav
8c664bbc1c Belatedly upgrade to 2.3.1. 2001-03-05 15:00:32 +00:00
Ying-Chieh Liao
852a22c169 add cleanfeed, a spam filter for Usenet news servers
PR:		24481
Submitted by:	Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
2001-03-05 07:16:42 +00:00
Vanilla I. Shu
68c2f99c63 Remove do-configure section, use PERL_CONFIGURE now. 2001-03-01 06:39:18 +00:00
Steve Price
6a0bb4532e Update to version 0.9.6.4.
PR:		25383
Submitted by:	maintainer
2001-02-27 02:00:46 +00:00
Tom Hukins
cc9cd88646 Update to version 2.12 2001-02-26 14:09:42 +00:00
Steve Price
d8f88d6f7b Minor pkg-plist fixes.
PR:		23806
Submitted by:	Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
2001-02-26 03:34:31 +00:00
Dirk Meyer
25bc2438e5 Added URL, removed empty lines to make portlint happy 2001-02-23 19:46:33 +00:00
Dirk Meyer
af4b7cdb70 Master-Sites changed, renaming of directories.
Approved by:	will
2001-02-23 05:48:23 +00:00
Ying-Chieh Liao
9538c83c08 add ija, an interactive command line frontend of Deja 2001-02-17 16:35:10 +00:00
Mario Sergio Fujikawa Ferreira
d124027c46 typo clean up police: \s -> \t 2001-02-14 20:19:44 +00:00
James E. Housley
94483d88dd Make look gnus info docs look better in info docs listing (/usr/local/info/dir)
PR:		24990
Submitted by:	Ilya Martynov <ilya@martynov.org> MAINTAINER
2001-02-11 16:39:09 +00:00
Ade Lovett
c22b07ba35 Update to 0.9.3 2001-02-11 02:40:05 +00:00
Ade Lovett
3a976e9d1b Gah. Fix pkg-descr to point to the new location, too, along with a
few other cleanups.
2001-02-07 18:17:36 +00:00
Ade Lovett
16b74b4839 MASTER_SITE moved.
Submitted by:	distfile survey
2001-02-07 18:13:52 +00:00
Jimmy Olgeni
7e56ee3755 Style fixes for news. 2001-02-05 15:47:59 +00:00
Akinori MUSHA
ea9a60dab2 Take over the maintainership. I've once touched this port.
Create a clean BSD Makefile instead of modifying the original.
2001-02-01 19:13:12 +00:00
Clive Lin
8ea3b67cff Newest version of gnus for emacs20. If you think the gnus comes with
emacs20 port is too old, try this out.

PR: 24714
Submitted by: Ilya Martynov <ilya@martynov.org>
2001-02-01 14:25:17 +00:00
Clive Lin
07aeb74ac3 - Support CC properly
- Apply to 'one file per patch' convention

PR: 24675
Submitted by: tkato@prontomail.ne.jp
2001-01-28 00:24:38 +00:00
Will Andrews
0997884ca3 Remove inactive MAINTAINER <smace>, who hasn't committed in 20 months. 2001-01-27 05:28:29 +00:00
Ying-Chieh Liao
ee2c544fa7 update ubh from 1.3 to 1.5
PR:		24615
Submitted by:	joseph@randomnetworks.com
2001-01-25 14:02:31 +00:00
Dirk Meyer
5573acfefe Removed blank line to make portlint happy 2001-01-24 06:29:13 +00:00
Dirk Meyer
ffcfbce11c Removed write permissions on %PREFIX%/news/cnewsbin/input/newsspool
global SUID bit is needed by uux group permission will not be enought.
Thanks to jedgar@fxp.org (Chris Faulhaber) for security advice.
2001-01-24 06:23:07 +00:00
Kelly Yancey
9460afdbc4 Update bgrab to latest version (1.36). 2001-01-21 03:45:01 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Alexander Langer
4e1787ab09 This port needs PGP. Add GnuPG as dependency.
Submitted by:	bento
2001-01-12 15:10:54 +00:00
Jun-ichiro itojun Hagino
8a1d4f194e drop myself from MAINTAINER. too many KAME platforms to support,
to little time...
2001-01-09 05:57:08 +00:00
Dag-Erling Smørgrav
166f3e0681 Update to 20010107. 2001-01-08 13:01:10 +00:00
Alexander Langer
6f37193b12 Add glitter 1.0.b.1, a free GTK based binary downloader.
PR:		23407
Submitted by:	Greg Greenaae <greg@gregnet.net>
2001-01-05 17:39:14 +00:00
Tim Vanderhoek
baa7ff608e Update to 0.3.3. The changes are nearly imperceptible; mainly
cosmetic.
2001-01-05 08:01:17 +00:00
Andreas Klemm
a0c10a572f Changed maintainer to ports, I want to reduce my personal workload.
Maybe I take over again in the future if I have more time for this.
2001-01-03 22:26:04 +00:00
Will Andrews
60f2b6b7a8 Goodbye, YEAR2000. Hello, 2001.
Approved by:	asami
2001-01-01 10:15:16 +00:00
Dag-Erling Smørgrav
eb4e1e556b Add pkg-install, forgotten in previous commit. 2000-12-21 20:43:52 +00:00
Dag-Erling Smørgrav
77802af27f Update to 2.3.20001220, and try to get as close to news/inn as possible.
Ideally, this should use news/inn as MASTERDIR, or the two ports should
be merged.
2000-12-21 20:41:36 +00:00
Will Andrews
272b15896e Fix violations of COMMENT files.
PR:		22986
Submitted by:	Ports Fury
2000-12-21 08:54:25 +00:00
Brian Somers
0cf177c62a Upgrade to version 1.9.17 2000-12-13 02:14:58 +00:00
Steve Price
0a4506b28e Implement a serious hack that should allow people to fetch the distfile
for this port.

PR:		23028
2000-12-11 02:13:43 +00:00
Ade Lovett
be3e2a1430 Update to 0.9.2 2000-11-30 18:17:00 +00:00
Kevin Lo
62eeb7f405 Update to version 4.4.2
PR: 23117
Submitted by: MAINTAINER
2000-11-30 14:19:27 +00:00
Dag-Erling Smørgrav
5d69e825db I already have inn, so I might as well take on inn-stable now that andreas
doesn't want to maintain it any more.
2000-11-23 10:11:37 +00:00
Andreas Klemm
640e97cf14 maintenance -> ports@FreeBSD.org
Don't use inn anymore after migrating to leafnode+
maintaining leafnode+ is more suitable for my home
environment. So I'm looking for somebody who can
test and commit updates and so really maintain the port.
2000-11-23 06:23:34 +00:00
David E. O'Brien
1ceded9e6e Add $FreeBSD$'s which help me in problem reports. 2000-11-22 00:17:18 +00:00
Ade Lovett
aba8cbd046 Release a few more ports so I can concentrate more on GNOME 2000-11-17 17:00:49 +00:00
Satoshi Taoka
aec0dd1257 Add missed entries to pkg-plist.mule
Obtained from:  bento
2000-11-17 08:45:06 +00:00
Ade Lovett
c0a31816d5 Chase new print/gnomeprint shlib version 2000-11-14 14:10:15 +00:00
Satoshi Asami
baf94203ed Fix path to one of p5-Net files.
Submitted by:	bento
2000-11-14 01:22:05 +00:00
Satoshi Taoka
21c928c11f t-gnus for emacs20, mule or xemacs21-mule is a kind of gnus using SEMI
for MIME
2000-11-03 15:03:25 +00:00
Satoshi Taoka
3462971797 t-gnus for emacs20, mule or xemacs21-mule is a kind of gnus using SEMI
for MIME
2000-11-03 15:02:29 +00:00
Satoshi Taoka
ee73f28b3e t-gnus for emacs20, mule or xemacs21-mule is a kind of gnus using SEMI
for MIME
2000-11-03 15:01:52 +00:00
Maxim Sobolev
10e2f8893d Whitespace-only:
Make indentation uniform across my ports.
2000-11-01 15:51:11 +00:00
Maxim Sobolev
9701613a5f - Update MASTER_SITES and WWW as the homepage has been moved to Sourceforge
(this should fix fennerism);
- Update to 0.0.28.
2000-10-23 08:28:40 +00:00
Donald Burr
ddbb6de22e Added dependency for net/p5-Net, because ubh needs the Net::NNTP module. 2000-10-20 20:34:46 +00:00
Ade Lovett
5b41a0372f Update to 0.9.1 2000-10-20 17:39:31 +00:00
Tom Hukins
22153538bd Commit files missed during update to 2.11 2000-10-20 13:48:37 +00:00
Tom Hukins
c30ee97d34 Update to 2.11 2000-10-20 12:01:14 +00:00
Kris Kennaway
a2d509b359 Upgrade to ubh 1.3 2000-10-16 01:43:24 +00:00
Ade Lovett
8c2fb8a887 URL for master site changed
PR:		21938
Submitted by:	maintainer
2000-10-12 21:04:11 +00:00
Ade Lovett
0b4183ad8f Update to 0.9 2000-10-11 19:46:44 +00:00
Dag-Erling Smørgrav
f06cb45846 Add web site 2000-10-11 08:17:44 +00:00
Kevin Lo
5e43aec2b8 - Change in MASTER_SITES
- Owner for binaries now from shake/mk/*
- Owner for initial configuration must be news
- Small message extended.

PR: 21874
Submitted by: MAINTAINER
2000-10-10 04:15:51 +00:00
Kevin Lo
e71100ca7e Fix BUILD_DEPENDS
PR: 21873
Submitted by: MAINTAINER
2000-10-10 04:11:31 +00:00
Kevin Lo
c2fc6d8cdb Update MASTER_SITES
PR: 21871
Submitted by: MAINTAINER
2000-10-10 04:05:33 +00:00
Kevin Lo
38e1bcbc42 port is broken since renaming the patchfile
PR: 21830
Submitted by: MAINTAINER
2000-10-08 15:14:30 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Satoshi Asami
2d4b39159a Rename PLIST.nodocs to pkg-plist.nodocs. 2000-10-08 03:49:23 +00:00
Satoshi Asami
7c12d99f14 Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*. 2000-10-07 22:38:04 +00:00
Dag-Erling Smørgrav
ff51ecef7e ISC no longer maintains Y2K information for INN. 2000-10-07 17:29:26 +00:00
Jeremy Lea
c76cf46929 Implement USE_GNOME, part 2. 2000-10-05 07:17:31 +00:00