summaryrefslogtreecommitdiff
path: root/sysutils/mtools
AgeCommit message (Collapse)AuthorFilesLines
2002-02-18Introduce new framework for handling info files generation and installation.seb2-4/+6
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-9/+7
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-28We want RCS Ids in the patches.wiz3-0/+3
This is one of the things pkglint checks, so _please_ use it.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-14LP64 problems (IPaddr_t == unsigned long)is1-1/+3
2001-02-14Forgot to remove them.is2-29/+0
2001-02-14Upgrade to version 3.9.7. Mostly from PR 12033 by Martti Kuparinen.is6-52/+37
2000-12-07add patch-af.is1-1/+2
2000-12-07Fix problem with sector sizes > 1024 bytes, creating version 3.9.5nb1.is2-1/+42
2000-09-26Get the order of the clauses right in the MTOOLS_ENABLE_FLOPPYD testagc1-3/+3
in post-install target.
2000-09-26Introduce a new mk.conf definition MTOOLS_ENABLE_FLOPPYD, whichagc1-10/+16
can either be defined or not. This governs the installation of the floppyd binary in the mtools package. The floppyd program needs the SM and ICE libs from the X11 distribution to link (floppyd's authorisation model to enable remote access to floppy drives closely resembles that of X11's xauth model). Modify the mtools Makefile accordingly.
2000-09-26ELF lib fix for floppyd, which is only built on systems that actuallyhubertf2-6/+24
have X installed, so a USE_X11=yes would be overkill, as it prevents using mtools on systems that don't have X installed.
2000-09-15Sort and compare with print-PLIST, so it should be right now.kim1-18/+19
2000-09-15This thing installs bin/floppyd_installtest tookim1-1/+2
2000-09-15mcat is a symlink to mtoolskim1-1/+2
2000-01-04works on solarisbouyer5-8/+49
1999-07-09Add package patch checksum files.agc1-0/+5
1999-06-03Adapt this patch to version 3.9.5.tron1-91/+6
1999-06-02update to 3.9.5christos2-6/+6
1999-06-01Enhance "floppyd" to get UID of "nobody" from the password database.tron1-9/+62
Patch supplied by Antti Kantee.
1999-05-31- Enhance "configure" target so that "floppyd" will be built on systemstron3-2/+63
with X11 installed. - Fix compliation problems in "floppyd.cpp" with the patch supplied by Antti Kantee in PR pkg/7670. - Remove "floppyd" manual page if the binary isn't built and installed.
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-3/+3
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-17Fix a bug in configure.kim1-0/+13
1998-08-15"GNU_CONFIGURE= yes" implies "HAS_CONFIGURE= yes".tron1-2/+1
1998-08-15Create link required for applying patch file in "pre-patch:" target.tron1-2/+2
1998-08-14"ln" -> "${LN}", "rm" -> "${RM}".tron1-3/+3
1998-08-14Update "mtools" to version 3.9.1, fixes PR pkg/5968.tron3-11/+22
1998-08-11Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-06-22Update package Makefiles for automatic manual page handling.agc1-6/+1
1998-04-22Fix INFO_FILES definitions to match the commands in bsd.pkg.mkagc1-2/+2
1998-04-17Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.agc1-7/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-02-16update to V3.8hubertf3-13/+21
1998-02-10portlint: move MAINTAINER where it belongs.frueauf1-4/+3
1998-02-01fix up info-handling (depends, use our install-info)hubertf2-4/+10
1998-01-22Clean up Makefile (install man pages correctly, add comments, useis1-3/+14
correct prefix etc.)
1998-01-22Initial import of the mtools package, as adapted by me.is6-0/+90
Can probably be refined a bit (e.g. patching in correct pathnames into documentation).