1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
Commit Graph

85 Commits

Author SHA1 Message Date
Jean-Marc Zucconi
2b1591b364 Update to version 3.9.10-20060525
PR:	ports/97992
Submitted by:	Peter Jeremy <PeterJeremy@optushome.com.au>
2006-05-29 10:02:22 +00:00
Edwin Groothuis
0bb0ea5bd7 SHA256ify
Approved by:    krion@
2006-01-22 09:48:59 +00:00
Edwin Groothuis
3d887eb3f6 Remove install-info from Makefile, it's automatically done when INFO is defined 2005-12-04 23:35:14 +00:00
Edwin Groothuis
16719bdaeb use INFO macro 2005-12-04 07:30:00 +00:00
Jean-Marc Zucconi
e85e651aaf Fix typo. 2005-11-19 20:13:26 +00:00
Jean-Marc Zucconi
5b61f984bd End of the update to version 3.9.9 - the previous commit was incomplete.
Pointyhat:	jmz
2005-11-17 21:34:48 +00:00
Jean-Marc Zucconi
7f34547c25 Upgrade to version 3.9.9. 2005-11-17 10:28:21 +00:00
Jean-Marc Zucconi
42b1f6af41 Update default devices names.
Submitted by:	joerg
2004-10-12 12:35:37 +00:00
Trevor Johnson
e1177f5c54 Add size data.
Approved by:	maintainers
2004-03-18 02:27:55 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
David E. O'Brien
08beeff6ce Document the homepage. 2004-01-25 23:38:45 +00:00
Jean-Marc Zucconi
6058fb216f Make mwrite a relative link to mtools.
PR:		ports/36545
2003-12-05 15:56:09 +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
Jean-Marc Zucconi
d9b14b9d5a Update to the latest patchfile.
Submitted by:	kris
2001-12-02 02:47:43 +00:00
David E. O'Brien
4dd07763e0 Fix typo where the SCSI disk was refered to as `ad0'. 2001-09-30 02:03:25 +00:00
Jean-Marc Zucconi
5e820e6321 Upgrade to version 3.9.8. 2001-09-06 13:46:44 +00:00
Jean-Marc Zucconi
79c900d0f7 Doc fix.
Submitted by:	Martin Kammerhofer <mkamm@sbox.tu-graz.ac.at>
2001-07-25 23:01:13 +00:00
Maxim Sobolev
400f4557f6 Standartise the way used to disable X11 support in various ports. From now
on WITHOUT_X11 is the Only True Way[tm].
2001-06-05 11:38:35 +00:00
Jean-Marc Zucconi
cab9d95766 Add a missing man page. 2001-05-15 22:14:45 +00:00
Jean-Marc Zucconi
7c42a8fdd2 Bump PORTREVISION 2001-04-29 00:01:37 +00:00
Jean-Marc Zucconi
aec1a66fc9 - Remove pkg-plist.x11 and use PLIST_SUB to manage NO_X files in pkg-plist
- PLIST now manages installation/removal of mtools.conf (pkg-install no longer
required). mtools.conf will be removed only if it is equal to mtools.conf.sample.
Submitted by:	olgeni
2001-04-29 00:01:00 +00:00
Jimmy Olgeni
fdfe95412d Fix patch-i (whitespaces).
This patch would not apply cleanly because the original source files has
whitespaces at the end of some lines. The whitespaces in my original patch
have probably been eaten by some MUA by the time they arrived to
maintainer. :-(
2001-04-28 10:50:42 +00:00
Jean-Marc Zucconi
a9b7b4de14 This patch corrects a newline bogon in the "mdel" command usage help.
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
2001-04-27 21:47:36 +00:00
Jean-Marc Zucconi
2dbe3cb4e7 Use !defined(NO_X) instead of defined(WITH_X11)
Some ports use WITH_X11, some other WITHOUT_X11 or WITHOUT_X but it seems
that only NO_X is documented and can be set in make.conf
2001-04-16 01:31:16 +00:00
Jean-Marc Zucconi
3cebb987ea mtools.conf fixes:
- Use modern disk names (ad and da instead of rsd and rwd)
- fix comment concerning chmod and floppy devices
- add LS120 examples (submitted by Phillip Musumeci
  <phillip@mirriwinni.cse.rmit.edu.au>)
2001-04-08 23:22:32 +00:00
Jean-Marc Zucconi
f30eb2793a Fix 'make package' in the no X11 case.
Submitted by:	Alec Wolman <wolman@cs.washington.edu>
2001-04-05 00:23:09 +00:00
Jean-Marc Zucconi
195edbb96b Use /dev/fd* by default, instead of /dev/rfd*
Pointed out by: alfred
2001-03-30 00:10:01 +00:00
Jean-Marc Zucconi
96568360d5 Add floppyd.1 floppyd_ andstalltest man pages 2001-03-11 01:56:11 +00:00
Jean-Marc Zucconi
846ea1e4cf Add official patch mtools-3.9.7-20001213.diff.
Do not overwrite an existing mtools.conf file - install it as
mtools.conf.sample
2001-03-06 16:35:13 +00:00
Jean-Marc Zucconi
2788e4c947 Add 2 extra files in plist; remove all @exec/@unexec lines and replace them
by the list of files (pkg_* programs have no problem with symlinks)
2001-01-12 01:53:02 +00:00
Jean-Marc Zucconi
fff57c6f93 Patch mformat.c: replace "/etc/mtools" with "/etc/mtools.conf"
PR:		ports/20999
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
2000-11-26 04:14:05 +00:00
Jean-Marc Zucconi
2b2e3e3cd8 Add mformat.c to the list of files processed by sed, so that it can correctly
report PREFIX/etc/mtools.conf as its configuration file

PR:		ports/20999
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
2000-11-26 04:13:14 +00:00
Jean-Marc Zucconi
a5f0ea0181 Fix warnings in configure script
Submitted by:	 Peter Pentchev <roam@orbitel.bg>
2000-10-16 14:40:19 +00:00
Jean-Marc Zucconi
7d19fcde2b Upgrade to version 3.9.7 2000-10-16 00:56:51 +00:00
Jean-Marc Zucconi
3775478f7b Fix a bug when seeking in partitions larger than 4Gbytes. 2000-10-14 01:36:18 +00:00
Michael Haro
b7f08d10c0 PORTNAME/VERSION stuff 2000-04-12 04:56:17 +00:00
Jean-Marc Zucconi
5c317912f6 Fix compilation for pre-cam systems.
PR:		ports/16986
Submitted by:	Nobuyuki Koganemaru <kogane@koganemaru.co.jp>
2000-02-25 20:39:10 +00:00
Steve Price
3bb068c744 mkdosfs has been renamed to newfs_msdos.
PR:		12700
Submitted by:	Phillip Musumeci <phillip@mirriwinni.cse.rmit.edu.au>
1999-12-29 08:21:12 +00:00
Michael Haro
af5f314286 ln -> ${LN} 1999-08-28 01:58:05 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Jean-Marc Zucconi
1a0dbf5689 Upgrade to version 3.9.6 1999-07-21 23:43:56 +00:00
Tim Vanderhoek
4b7f92f936 Commit #2/4 to enforce Caps, no period. I ran this oe as
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`

Results to follow.  :)
1999-06-26 17:55:58 +00:00
Steve Price
441a0ee37c Just in case someone wants to turn on floppyd support, fixup the
compilation errors in floppyd.c.

PR:		11962
Submitted by:	Dann Lunsford <dann@greycat.com>
1999-06-06 16:35:43 +00:00
Michael Haro
5ce8e8e5c7 Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
1999-06-05 22:32:11 +00:00
Jean-Marc Zucconi
ed6cb58496 Man page fix.
PR:		ports/11748
Submitted by:	Lowell Gilbert <lowell@world.std.com>
1999-05-17 21:51:13 +00:00
Jean-Marc Zucconi
523157e0cf Upgrade to version 3.9.4.
PR:		ports/11192
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-04-18 12:04:27 +00:00
David E. O'Brien
8151326d6c Add new mastersites as the old one has dissappeared. 1999-01-31 12:31:06 +00:00
David E. O'Brien
570377193a upgrade to the 3.9.1-3110 patch. 1999-01-28 19:46:16 +00:00
Tim Vanderhoek
ef1fa418dd Yes, I damaged pkg_[add|delete] on this one while removing the
manpages, too.

Not that it would have mattered much, since this is marked RESTRICTED.
1998-08-17 19:06:36 +00:00
Tim Vanderhoek
50a1c0d71c Don't emulate the manpages in the PLIST. 1998-08-17 09:43:17 +00:00