Commit graph

37 commits

Author SHA1 Message Date
Dirk Meyer
d2bafa3bb3 - use lynx-ssl as default
- honor option WITHOUT_SSL
2004-10-12 12:41:11 +00:00
Pav Lucistnik
7ffd5a6293 - Plug buffer overflow vulnerability [1]
http://www.freebsd.org/ports/portaudit/7a5430df-d562-11d8-b479-02e0185c0b53.html
- Use libtool15

PR:		ports/69632 [1]
Submitted by:	David Bremner <bremner@unb.ca> [1]
Obtained from:	AbiWord CVS [1]
2004-07-28 14:58:45 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Tilman Keskinoz
c2e5d1e669 Depend on glib20 for AMD64. This should fix build on AMD64 2004-02-17 12:52:00 +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
Oliver Eikemeier
d52cb6c1f9 Update to version 1.0.0
PR:		57359
Submitted by:	Ports FURY
Approved by:	marcus (mentor)
2003-11-17 22:34:07 +00:00
Edwin Groothuis
a27bc39328 Date: Tue, 04 Nov 2003 00:42:55 +0900
From: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
Subject: Re: question about FreeBSD ports you maintain

Briefly, I have no time for maintaining ports.
So I wish to leave the maintainer position of these ports:

biology/fastdnaml
textproc/wv

Thanks you for maintaining the FreeBSD system.

                                        Best regards,
					Motomichi Matsuzaki
2003-11-03 20:44:32 +00:00
Norikatsu Shigemura
1aa579f26c o Fix configure's failure to find iconv.
o Slightly reword COMMENT to make portlint happier.

PR:		ports/54547 [1], ports/54589 [2]
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org> [1]
		Sergei Kolobov <sergei@kolobov.com> [2]
Reviewed by:	Ports Fury [2]
Approved by:	maintainer no response
2003-07-18 02:22:42 +00:00
Norikatsu Shigemura
b4fb4e8437 Update to 0.7.6.
PR:		ports/53584
Submitted by:	Ports Fury
2003-07-11 18:28:26 +00:00
Munechika SUMIKAWA
74c988d215 Upgrade to 0.7.5.
PR:		ports/51239
Submitted by:	    KATO Tsuguru <tkato@prontomail.com>
2003-04-27 23:46:43 +00:00
Edwin Groothuis
f9362c7886 'wv' port does not specify lynx as a depends
When using 'portinstall wv' nothing is mention about depending
	on lynx. however when using 'wvText' it mentions that it
	can't find lynx so the text output will look bad.

PR:		ports/45611
Submitted by:	Nick Jennings <nkj@namodn.com>
2003-04-02 03:03:39 +00:00
Akinori MUSHA
36d62f1f46 De-pkg-comment. 2003-02-21 13:42:50 +00:00
Tilman Keskinoz
0f2e1e844a Fix Build on -CURRENT
PR:		45825
Submitted by:	Volker Stolz <vs@foldr.org>
2002-11-29 10:18:06 +00:00
Norikatsu Shigemura
e8c072775e Update to 0.7.4
PR:		ports/45629
Submitted by:	Ports Fury
2002-11-23 15:26:18 +00:00
Maxim Sobolev
168e593eb6 Fix bento breakage & update to 0.7.2.
Submitted by:	bento
2002-05-21 11:12:59 +00:00
Kevin Lo
16895f4eaa Update to version 0.7.1
PR: 36211
Submitted by: Ports Fury
2002-03-23 10:23:06 +00:00
Maxim Sobolev
a68d2827d3 Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
2002-03-18 11:50:38 +00:00
Ying-Chieh Liao
34002f9b42 upgrade to 0.7.0
PR:		32628
Submitted by:	Ports Fury
2001-12-08 20:16:35 +00:00
Akinori MUSHA
d3911618c6 Update to 0.6.7 and unbreak.
Submitted by:	KATO Tsuguru <tkato@prontomail.com>

Sorry to commit this before the MAINTAINER comments on the update, but
we need to fix this popular port as soon as possible which has been
broken for long.

PR:		ports/30379
2001-09-13 14:10:19 +00:00
Jimmy Olgeni
2917814d32 More style fixes for ports/textproc. 2001-02-05 16:35:26 +00:00
Dmitry Sivachenko
0aafce6a70 Remove trailing period and package name from the pkg-comment. 2000-12-18 20:32:55 +00:00
Munechika SUMIKAWA
2c79e23fd3 Wv is converter from MS Word to several data format such HTML, PDF, PS
and so on. It's formely known as textproc/mswordview.

textproc/mswordview will be disappeared.

Submitted by:	mzaki@e-mail.ne.jp
Repo copied by:	PW
2000-11-06 17:18:02 +00:00
Steve Price
eea4bf5801 The gd library now generates PNG files. Also include a necessary header
file in support.c for the wmf library.

PR:		19684
Submitted by:	Alec Wolman <wolman@cs.washington.edu>
2000-07-07 18:37:05 +00:00
Akinori MUSHA
01ab6da99c Fix a typo that broke make index.
(s/gaphics/graphics/)
2000-07-05 11:13:25 +00:00
Ade Lovett
aaa8ce3eaa Now that libwmf builds shared libraries, update dependencies
accordingly.  This fixes the bogon where you could do a
pkg_delete on libwmf, and then have mswordview fail since
it was linked against shared libraries which had disappeared.
2000-07-04 20:35:55 +00:00
Chris Piazza
37c0ef8e3b Update with the new PORTNAME/PORTVERSION variables 2000-04-09 21:54:47 +00:00
Chris Piazza
f4a5ee335e Update to 0.5.14-bw6
PR:		14617
Submitted by:	Will Andrews <andrews@technologist.com>
1999-10-31 02:08:14 +00:00
Peter Wemm
85bc214e28 $Id$ -> $FreeBSD$ 1999-08-31 02:11:56 +00:00
David E. O'Brien
16fc67772d Update to version 0.5.14-bw2.
Approved by:	Munechika SUMIKAWA @ KAME Project (maintainer)
1999-07-23 18:25:51 +00:00
Bill Fumerola
a0bf84d05e Upgrade to 0.5.14, which now (regretfully) adds a X dependency.
PR:		ports/11859
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-06-16 13:49:16 +00:00
Michael Haro
b95ceaff59 I *LOVE* WWW: 1999-05-03 04:28:35 +00:00
Bill Fumerola
7d3c38c918 Upgrade to 0.5.2 with associated changes 1999-03-04 22:53:23 +00:00
Jun-ichiro itojun Hagino
aebd031c4c original distribution is updated (0.5.1)
Submitted by:	sumikawa@kame.net (maintainer)
1999-01-01 15:00:53 +00:00
Jun-ichiro itojun Hagino
40f2086af4 enable mswordview: ms word -> html converter.
fix CATEGORIES in mswordview/Makefile.
1998-11-06 17:12:02 +00:00
Jun-ichiro itojun Hagino
e18859013a MSWordView is a program that can understand the microsofts word 8
binary file format (office97), it currently converts word into html,
which can then be read with a browser.
It is also capable of converting Japanese MS Word document

MSWordView HomePage is
http://www.csn.ul.ie/~caolan/docs/MSWordView.html

Reviewed by:	itojun
Submitted by:	sumikawa@kame.net
1998-11-06 17:08:24 +00:00