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
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
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
David E. O'Brien
38b981b643
Remove test code that *should* have bitten it before the commit.
1999-10-25 06:57:26 +00:00
David E. O'Brien
04a97c9c3e
Upgrade to 1.0 release.
1999-10-25 04:40:49 +00:00
David E. O'Brien
8a7b5c612f
Crud! I put the BUILD_DEPENDS of msgfmt in the "batch" area rather than
...
make it unconditional.
1999-09-26 07:39:29 +00:00
David E. O'Brien
1de38025c8
Update to version 1.0pre3
1999-09-25 14:59:29 +00:00
David E. O'Brien
81921e9507
Upgrade to 1.0 release candidate 2.
1999-09-07 06:14:00 +00:00
David E. O'Brien
04e47fc6ee
Portlint.
...
Submitted by: mharo
1999-08-29 10:53:22 +00:00
David E. O'Brien
72f6b5e736
Upgrade to version 1.0 prerelease #1 .
1999-08-25 20:10:04 +00:00
David E. O'Brien
f3a9c6c81e
Change Id->FreeBSD.
1999-08-25 06:51:17 +00:00
Michael Haro
5281212be3
chmod -> ${CHMOD}
...
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
David E. O'Brien
585c189554
Upgrade to 0.95.7.
1999-08-22 09:00:24 +00:00
David E. O'Brien
b8a18b1d43
s/BUILD_DEPEND/BUILD_DEPENDS/g
1999-08-05 17:29:38 +00:00
Satoshi Asami
6eb78d1f47
Fix syntax error that was killing the package build.
1999-07-09 20:17:53 +00:00
David E. O'Brien
2acab07d7a
Rather than be broken on the Alpha, just don't try to build the docs.
1999-07-08 23:28:54 +00:00
Steve Price
07d41a6a40
Mark this port broken for Alpha because it coredumps in sgmls.
1999-07-04 21:25:05 +00:00
David E. O'Brien
39609d470c
Upgrade to version 0.95.6.
1999-06-23 06:29:16 +00:00
David E. O'Brien
ac054d137c
Upgrade to 0.95.5.
1999-05-26 07:02:07 +00:00
David E. O'Brien
650768ca58
Depend on `urlview' when offically package building.
1999-05-25 23:38:56 +00:00
David E. O'Brien
205cc0b054
upgrade to 0.95.4
1999-03-04 03:13:46 +00:00
Andrey A. Chernov
fd91de95ae
fix errors in ru.po (posted to mutt-dev)
1999-02-16 15:32:31 +00:00
David E. O'Brien
33c1549a7a
upgrade to 0.95.3
1999-02-12 22:32:37 +00:00
David E. O'Brien
519f5c64b1
remove CONIGURE_ARGS --enable-dsn and --enable-hidden-host as they are now
...
run-time .muttrc configurable.
1999-01-07 18:43:20 +00:00
David E. O'Brien
9a0eb1bf75
upgrade to 0.95.1
1999-01-05 03:12:08 +00:00
David E. O'Brien
63a4fc00d6
Upgrade to version 0.95.
...
Note that Muttrc and mime.types have moved from
PREFIX/share/misc -> PREFIX/etc
1998-12-13 01:31:07 +00:00
Satoshi Asami
bbba9fc4cc
Remove all the remaining regexps from LIB_DEPENDS. There are some
...
ports that are not ELFized yet but it's getting too late in the game
and I need to commit the new bsd.port.mk that doesn't use regexps.
1998-10-09 10:05:56 +00:00
Eivind Eklund
001cd474a8
Reference ${PREFIX}/share/doc/mutt/ in the manpage (though only if we
...
install the docs).
OK'ed by: obrien
1998-10-01 20:29:46 +00:00
Satoshi Asami
7cdb6fbdd2
Completely remove regexp support (not only trailing dot) now that
...
libslang is ELFized.
1998-09-22 22:48:42 +00:00
Scott Mace
0b652441a2
slang is now ELF.
1998-09-22 21:59:45 +00:00
David E. O'Brien
0a7dff2cd5
Upgrade to 0.93.2
1998-08-04 19:26:04 +00:00
David E. O'Brien
4f44e99c1d
Build HTML doc files if "BATCH" is defined.
...
Requested by: Adrian Wontroba <aw1@stade.co.uk>
1998-07-23 08:04:48 +00:00
David E. O'Brien
b3649ea21c
Revert to compiling agaist stock ncurses by default (requested by ache)
...
If "BATCH" is defined (ie. building packages for the CDROM, link agaist
libslang. Also does the right thing if "USE_NCURSES_PORT" or "USE_SLANG"
is defined. Note that resizing works better for me with Slang than with
the ncurses 4.2 port.
I'm using Slang over the ncurses port because the ncurses 4.2 port does
NOT support the "xterm-color" terminal type. (and a big reason for
linking with ncurses is for color support)
1998-07-18 19:09:24 +00:00
David E. O'Brien
4c20a91b11
* upgrade to 0.93.1
...
* use ncurses port rather than base systems -- window resizing works better
(although not perfectly)
1998-07-17 18:52:19 +00:00
David E. O'Brien
9009e125b2
Upgrade to 0.93
1998-07-16 05:57:13 +00:00
David E. O'Brien
d282c3d66d
Upgrade to version 0.91.1
1998-04-18 11:11:30 +00:00
David E. O'Brien
20b9478281
distpatch to help some PGP5 problems.
1998-02-28 21:31:08 +00:00
David E. O'Brien
9123b99506
Upgrade to minor patch version 0.89.1
1998-02-01 19:03:39 +00:00
David E. O'Brien
479e160c67
Upgrade to version 0.89.
...
NOTE, this is now the full version. Michael has pushed the PGP hooks
development off-shore. This port now fetches from there. Mutt does
not contain crypo, just hooks to run an extern application. All I've
talked to feel ITAR does NOT prohibit this -- as Mutt isn't using the
PGP ABI. In fact, our current Elm package is built with PGP hooks and
we do not control it, so I am treaing Mutt in the same way.
1998-01-28 00:12:01 +00:00