1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
Commit Graph

1149 Commits

Author SHA1 Message Date
Yen-Ming Lee
379acc9b81 update to leafnode-1.9.39 and fix a potential data loss problem
PR:		51766
Submitted by:	Matthias Andree <matthias.andree@web.de>
2003-05-05 12:45:55 +00:00
Foxfair Hu
6c685d2c41 PR: 48719
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
Update ija to 0.4.4
2003-04-29 01:42:10 +00:00
Joe Marcus Clarke
3df92522a4 Update to 0.13.96. 2003-04-26 06:38:35 +00:00
Joe Marcus Clarke
80a033160c Don't call free when we haven't actually malloc'd any memory. This should
fix an abort on -CURRENT.

Reported by:	walt <wa1ter@myrealbox.com>
2003-04-26 04:47:27 +00:00
Yen-Ming Lee
14da5459c1 update to leafnode 1.9.38 and unbreak it on FreeBSD 4.8
PR:		51319
Submitted by:	Matthias Andree <matthias.andree@web.de>
2003-04-24 09:14:11 +00:00
Joe Marcus Clarke
5a4dffb552 Update to 0.13.95. 2003-04-22 20:19:13 +00:00
Joe Marcus Clarke
e4f3abb263 * Update to 0.13.94
* Add a patch to prevent a crash under -CURRENT [1]
* Convert to new GNOME infrastructure

Submitted by:	Pav Lucistnik <pav@oook.cz> [1]
2003-04-22 00:58:50 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Adam Weinberger
39c904ed4d Update to 1.9.37.
PR:		51173
Submitted by:	Matthias Andree <matthias.andree@web.de> (maintainer)
2003-04-20 04:50:51 +00:00
Dirk Meyer
af889f66a3 - honor any given LDFLAGS 2003-04-15 18:31:51 +00:00
Dag-Erling Smørgrav
43dd6bf3e0 Update to 2.3.20030414. 2003-04-14 20:33:55 +00:00
Dag-Erling Smørgrav
8a5fa029f0 Upgrade to 2.3.5, which was released during the freeze. 2003-04-14 12:25:52 +00:00
Dirk Meyer
640737c56c - Update to 4.4.7 2003-04-12 16:10:51 +00:00
Sheldon Hearn
047e6943fe Import straw 0.18.1:
Straw is a desktop news aggregator for the GNOME environment. Its aim is
to be a faster, easier and more accessible way to read news and blogs
than the traditional browser.
2003-04-07 15:56:21 +00:00
Edwin Groothuis
693259a191 slurp port overwrites/delete existing configuration file
Installing(/deinstalling) package slurp-1.10_1 causes any
	existing configuration file /usr/local/news/lib/slurp.sys
	to be overwritten(/deleted).
	Since this file may be quite long this is a considerable
	annoyance.

	Package should install a sample file instead, eg.
	/usr/local/news/lib/slurp.sys.sample

PR:		ports/40276
Submitted by:	Thomas Sandford <freebsduser@paradisegreen.co.uk>
2003-04-06 12:08:10 +00:00
Kris Kennaway
072c4dd2d2 Don't remove a file we didnt install 2003-04-05 21:11:27 +00:00
Dirk Meyer
2821143152 - make portlint happy 2003-04-04 17:55:35 +00:00
Joe Marcus Clarke
0f7623a8a6 Update to 0.13.93. 2003-04-04 07:24:45 +00:00
Dirk Meyer
6670a706f1 - use bsd.openssl.mk 2003-04-03 19:39:55 +00:00
Edwin Groothuis
c2da63d8a1 Update port: news/newsgrab
PR:		ports/50480
Submitted by:	Michael L. Hostbaek <mich@freebsdcluster.org>
Approved by:	maintainer timeout
2003-04-03 00:03:16 +00:00
Dirk Meyer
1c18ec14f2 - Support Makefile.local 2003-04-01 05:25:16 +00:00
Dirk Meyer
3cbce551aa - Update to 4.3.2 2003-04-01 05:24:17 +00:00
Tilman Keskinoz
faa5523d46 Update Maintaineraddress.
Add a patch for the date command. Bump PORTREVISION

Submitted by:	Matthias Andree (via author).
2003-03-23 16:11:08 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Andrey A. Chernov
de85101afc Back out previous commit. It is incorrect and not approved. 2003-03-05 11:37:22 +00:00
Lars Koeller
bb13b768ef - Increase PORTREVISION (knews now realy uses libcompface as stated in the
dependency secion) -> modified patch-aa
2003-03-04 21:13:02 +00:00
Lars Koeller
5596860538 - Modify patch, so libcompface is used as stated in the dependency
dection of the Makefile
2003-03-04 21:09:06 +00:00
Dirk Meyer
8491de9f21 - MAINTAINER in standard caption 2003-03-04 20:02:46 +00:00
Dirk Meyer
a76f6018ab - fix build on bento.
It works fine when PORTSDIR points at the physical lcoation.
if PORTSDIR point to symlink (as on benot), the workdirs are
at a diffrent location.

You expect:
${WRKDIRPREFIX}${PORTSDIR}/news/cnews/work

===>   c-nocem-3.7 depends on file: /tmp/usr/ports/news/cnews/work/conf/substitutions - not found
but the port genarted itws workfiles at:
	/tmp/a/ports/news/cnews/work/conf/substitutions

The location can only be found with
${WRKDIRPREFIX}${.CURDIR}/../../news/cnews/work
2003-03-03 20:58:23 +00:00
Oliver Braun
d743e3a94f Look for libs in LOCALBASE, too.
PR:		ports/48867
Submitted by:	maintainer
Noticed by:	Michael Ebert <ebert@informatik.unibw-muenchen.de>
2003-03-03 09:08:48 +00:00
Christian Weisgerber
7c13b7541f * Update to upstream version 1.9.36, fixing download issues when filters
are configured.

* LOCALBASE -> PREFIX
* Fix extra files after uninstall
* Add "deinstall for good" instructions.
* Use the more efficient quickmkdir program from pkg-install.
* Move spooldir into ${PREFIX} and lockfile into ${SPOOLDIR}
  (compatibility hack for ports that aren't turned into packages to allow for
   continued use of /var/spool/news for ${SPOOLDIR} is in place)
* Execute pkg-install contents only once (in POST-INSTALL phase).

PR:		48750
Submitted by:	Matthias Andree <matthias.andree@web.de>
2003-02-27 18:40:30 +00:00
Joe Marcus Clarke
e45a6d129e Update to 0.13.4. 2003-02-27 18:34:32 +00:00
Edwin Groothuis
e53dff475f Point dependencies on net/openldap2 to net/openldap20 2003-02-24 02:56:37 +00:00
Edwin Groothuis
f71e429079 Point dependencies on net/openldap to net/openldap12 2003-02-24 02:26:55 +00:00
Joe Marcus Clarke
f882167905 * Update to 0.13.3.90
* De-pkg-comment
2003-02-23 17:48:22 +00:00
Dirk Meyer
383632d837 - backout as requested by kris
ports is now broken again on bento.
2003-02-23 10:57:55 +00:00
Edwin Groothuis
dc2a8caa07 According to http://www.freebsd.org/cgi/cvsweb.cgi/ports/news/tin/distinfo,
revision 70 was the last one with the right md5 checksum for the
tarball of 1.5.16.

PR:		ports/48265
Submitted by:	Krzysztof Stryjek <wtp@kryptos.mud.pl>
2003-02-23 10:38:54 +00:00
Dirk Meyer
07db2a93ae - update pre-fetch to use CNEWSSRC as well 2003-02-23 07:16:18 +00:00
Dirk Meyer
d1f93f65fe - Update to 3.7
- add pre-fetch target for bento
- optimize configuration with option CNEWSSRC
2003-02-23 07:06:56 +00:00
Yen-Ming Lee
9bb01ccfe0 update to Leafnode-1.9.35
modify COMMENT

PR:		48508
Submitted by:	Matthias Andree <matthias.andree@web.de>
2003-02-22 15:56:02 +00:00
Kris Kennaway
625d478830 Add some missing manpages and a directory 2003-02-22 03:42:05 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Dirk Meyer
4eb8d6d1fa - retire pkg-comment 2003-02-21 03:59:00 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Dirk Meyer
387f34ee24 - add COMMENT 2003-02-20 18:26:42 +00:00
Yen-Ming Lee
0499a1030e update to leafnode-1.9.34
PR:		48445
Submitted by:	Matthias Andree <matthias.andree@web.de>
2003-02-19 01:21:09 +00:00
Christian Weisgerber
82b60c645b * Update to 2.1.
* Convert COMMENT.

PR:		48272
Submitted by:	Michael L.Hostbaek <mich@freebsdcluster.org>

* Honor CC/CFLAGS.
2003-02-18 23:40:36 +00:00
Max Khon
0c43cb536c De-pkg-comment. 2003-02-18 11:54:56 +00:00
Akinori MUSHA
1f7c47a812 De-pkg-comment my non-ruby ports as well. 2003-02-18 05:52:56 +00:00
Ying-Chieh Liao
479a0785ef add mmail 0.43
Offline BBS mail packet reader supporting QWK/OMEN/SOUP/OPX/BLUEWAVE

Submitted by:	Frederic Cambus
2003-02-13 06:45:24 +00:00