Commit Graph

153 Commits

Author SHA1 Message Date
David E. O'Brien
7202c2f806 Update master sites. 2002-09-20 16:33:44 +00:00
David E. O'Brien
a8526b3243 More documentation (html) build fixes.
Submitted by:	kris (bento)
2002-09-18 02:57:02 +00:00
Kris Kennaway
e277335a31 Fix plist 2002-09-16 00:35:58 +00:00
David E. O'Brien
621b99ba96 This fix a warning in the mutt port which is fatal in certain
situations (e.g. to portupgrade).

Submitted by:	kris
2002-09-10 01:01:10 +00:00
Ade Lovett
c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00
Hajimu UMEMOTO
b211a1e6c4 moving saslv1 includes files to make it easier to add saslv2
PR:		ports/40288
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	knu
2002-07-28 17:26:12 +00:00
David E. O'Brien
7b3cf63dbe Remove all charmaps related bits. They aren't needed for 1.4. 2002-06-22 17:14:39 +00:00
David E. O'Brien
2abd9587b4 Upgrade to version 1.4[.0]. 2002-06-22 00:15:41 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00
Ade Lovett
9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +00:00
Jim Mock
89c786c03b Update to 1.2.5.1. This is the latest version on mutt's "stable"
branch, and fixes a security hole (which was patched in the last commit
to the port).

PR:		33610
Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
Approved by:	silence from maintainer
2002-01-13 00:33:00 +00:00
Jacques Vidrine
5b98288f08 Fix a security hole using vendor-supplied patch. 2002-01-02 13:52:03 +00:00
David W. Chapman Jr.
50725fdf97 Fix package building
Fix SSL building

Submitted by:	Udo Schweigert
Approved by:	obrien
2001-12-16 05:11:27 +00:00
David E. O'Brien
66c0c05af3 Back off the GMAKE.
Extract from /usr/local/share/automake14/automake/depend.am

	## This fragment is probably only useful for maintainers.  It relies
	## on GNU make and gcc.  It is only included in the generated
	## Makefile.in if `automake' is not passed the `--include-deps' flag

This has changed from automake14 to automake15. The solution is easy: use
the -i switch for automake.

Submitted by:	Udo Schweigert <udo.schweigert@siemens.com>
2001-12-05 21:47:02 +00:00
David E. O'Brien
a29c36e727 Update this to build with proper dependancies again.
When I added the folder compression patch, I didn't realize we now needed
automake & autoconf.  Bringing those two in, now makes gmake required. :-(
Also we can't patch `configure' as before, now we must patch `configure.in'
and `aclocal.m4'.
2001-12-05 20:30:19 +00:00
David E. O'Brien
e4b364e5ee The mode of the doc directory wasn't what was intended. 2001-05-25 10:30:32 +00:00
Maxim Sobolev
bb53f3ecee Don't overwrite CATEGORIES in master ports. Use += instead, so slaves
would be able to insert their own entries (usually language category)
upfront.
2001-05-22 18:16:59 +00:00
David E. O'Brien
b1f1d6b635 The HTML version of the manual grew. 2001-03-11 00:25:38 +00:00
David E. O'Brien
be7dfffec9 Allow maintainer to be properly set in slave ports. 2001-03-11 00:03:01 +00:00
David E. O'Brien
bb9b725c29 Put back my editor hints that were removed w/o permission.
Note these are *FULLY* Satoshi approved for the past 4 years.
2001-02-07 14:51:16 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
David E. O'Brien
2c98c659d1 Add $FreeBSD$, which help me in problem reports. 2000-11-22 00:26:04 +00:00
Thomas Gellekum
dd27a5d8b0 Depend on ncurses.5 after the upgrade of devel/ncurses. 2000-11-16 13:14:26 +00:00
David E. O'Brien
ef24f19ee8 Add compressed and encrypted folders support.
Submitted by:	ru
2000-10-31 10:51:43 +00:00
Satoshi Asami
06049e8ad5 Rename PLIST.htmlfiles to pkg-plist.htmlfiles. 2000-10-08 02:35:51 +00:00
Satoshi Asami
7c12d99f14 Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*. 2000-10-07 22:38:04 +00:00
Kris Kennaway
e088a4f458 Update all ports using OpenSSL and RSA to work without rsaref since
it is no longer required. Apologies to the various maintainers whom I
did not yet hear back from, but the ports freeze is coming up in a few
hours and I will be verifying all of these ports on a 4.1 machine
myself to catch any problems.
2000-09-22 01:59:06 +00:00
David E. O'Brien
7da0be31ba Fix DISTNAME so that language-specific satellite ports will work. 2000-08-29 01:32:15 +00:00
David E. O'Brien
743c53830b Use the pre-configure:' target rather than post-patch:' target. This
frees up `post-patch:' for satelite ports use.
2000-08-26 09:46:47 +00:00
David E. O'Brien
979337d74e Improve the granularity of the WITH_ options. Rather than use my approved
configuration when BATCH is defined (as a BATCH user might want ncurses)
only do it when package building.  Also, add a knob so that the HTML docs
build and intall can be turned on w/o doing a BATCH build.

It would be nice if someone started a mutt-docs port to seperate the PITA
docs building (due to sgmlformat, et al.) from the binary production.

Asked for by:	marko
2000-08-10 10:26:26 +00:00
David E. O'Brien
05a03e7d8c Suposedly this is need when WITH_NCURSES_PORT is defined on a
FreeBSD 3.x box.

Submitted by:	Aaron Smith <aaron@mutex.org>
2000-08-09 19:42:30 +00:00
David E. O'Brien
bf56999ce3 Upgrade to version 1.2.5.
Submitted by:	Jim
2000-07-30 08:56:36 +00:00
David E. O'Brien
7c265bef49 Minor portlinting. 2000-07-19 12:44:01 +00:00
David E. O'Brien
148a80292a Upgrade to version 1.2.4. 2000-07-10 22:04:51 +00:00
David E. O'Brien
0816a7fe3e Only configure for locales-fix if "WITH_LOCALES_FIX" is defined.
ache reports that configuring for locales-fix breaks non-ja/zh locales badly.

Submitted by:	ache
2000-05-23 16:36:59 +00:00
Andrey A. Chernov
56db412b96 Use LOCALBASE instead of PREFIX in CC flags
Submitted by:	ade
2000-05-23 15:47:38 +00:00
Andrey A. Chernov
5ebadc07ca Shared linking of -lintl
PR:		18717
2000-05-23 11:40:19 +00:00
David E. O'Brien
eb33d97110 "This fix the l10n'ed po displaying and other places in multibyte condition.
(For me it's zh_TW.Big5)"

Submitted by:	Clive Lin <clive@CirX.ORG>
2000-05-22 05:31:45 +00:00
Andrey A. Chernov
7ccb5190cb Copy CP1251 charset under its official name: windows-1251 2000-05-13 18:27:48 +00:00
Andrey A. Chernov
c531bd394a Remove *.orig files in charmaps/maps in post-patch: - they are installed
otherwise
2000-05-13 18:01:36 +00:00
Andrey A. Chernov
80724825a5 Fix KOI8-R charmap 2000-05-13 17:32:19 +00:00
David E. O'Brien
c5689f2aa2 Update to the 1.2 release.
Submitted by:	Udo Schweigert <ust@cert.siemens.de>
2000-05-13 15:36:47 +00:00
Jeremy Lea
b4455771cc Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:19:02 +00:00
Chris Piazza
28849e36e9 Update to use PORTNAME/PORTVERSION 2000-04-13 20:01:08 +00:00
David E. O'Brien
e05c25a8bf Restore useless version required comments. 2000-03-22 00:28:26 +00:00
David E. O'Brien
da36feaffe Remove the "version required" line. 2000-03-20 02:37:50 +00:00
David E. O'Brien
dbe0f2f9aa Master site hostname change. 2000-03-11 05:16:45 +00:00
David E. O'Brien
61a937032c Link with -lxpg4 to mutt display multibyte char correctly under euc
locales(ko_KR.EUC and ja_JP.*).

PR:		16369
Submitted by:	CHOI Junho <cjh@kr.FreeBSD.ORG>
2000-02-29 09:52:30 +00:00
David E. O'Brien
b5d1cecde4 Style nits in the ports I maintain. 2000-02-13 03:25:05 +00:00
David E. O'Brien
bf298f5bdd Update to version 1.0.1. 2000-01-20 03:22:02 +00:00