The NetBSD Project

CVS log for pkgsrc/sysutils/mtools/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / mtools

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.64: download - view: text, markup, annotated - select for diffs
Wed Mar 29 13:07:10 2023 UTC (20 months, 1 week ago) by rhialto
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, HEAD
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -10 lines
sysutils/mtools: update to 4.0.43

v4_0_43
	- Fix root directory test in mattrib
	- -b BiosDisk flag for mformat to allow setting physdrive to
          a user-specified value
	- Clearer error message in mformat when trying to mformat a
          disk whose total size is not known
	- Make recursive copy more consistent
	- Trailing slash now always implies target should be a directory
	- Code cleanup
v4_0_42
	- Added postcmd attribute in drive description to allow to
          execute "device release" code automatically at end of
          command
	- Code cleanup (unneeded functions, initializations, added
          comments to unobvious code, obsolete stuff in Makefile)
	- signedness cleanup about directory entries
v4_0_41
	- Made it possible again to have FAT32 filesystems with less
	than 0xfff5 clusters
	- Make FAT32 entries 0 and 1 match what windows 10 does
	- Misc source code and configure script cleanup

v4_0_40
	- Remove libbsd dependency
	- Better compatibility with legacy platforms such as AT&T UnixPC
	- Upgraded to autoconf 2.71
v4_0_39
	- Rename strtoi to strosi (string to signed int). The strtoi
          function on BSD does something else (returns an intmax, not
          an int)

Revision 1.63: download - view: text, markup, annotated - select for diffs
Sun Apr 3 15:51:42 2022 UTC (2 years, 8 months ago) by rhialto
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2 lines
sysutils/mtools: update to 4.0.38.

Improvements since the 4.0.36 release are:
        - Removed mclasserase commands, which doesn't fit the coding
          structure of the rest of mtools
        - Add support to -i option to mcd
        - Document -i flag in mtools.1
        - Fix a missing command error in floppyd_io.c

Improvements since the 4.0.37 release are:
        - Make sure case byte is cleared when making the special
          directory entries "." and ".."
        - In mattrib man page, replace "attribute flags" with "attribute
          bits"

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sat Jan 1 17:25:09 2022 UTC (2 years, 11 months ago) by rhialto
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +2 -2 lines
sysutils/mtools: update to 4.0.36

v4_0_36
        - Fix error status of recursive listing of empty root directory
        - If recursive listing, also show matched files at level one
        - Use "seekless" reads & write internally, where possible
        - Text mode conversion refactoring
        - Misc refactoring

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Aug 9 14:39:23 2021 UTC (3 years, 3 months ago) by rhialto
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +5 -5 lines
sysutils/mtools: update to 4.0.35.

Improvements since the 4.0.34 release are:
        - Fix cluster padding at end of file in batch mode
Improvements since the 4.0.33 release are:
        - Fix mcopy -s issue
Improvements since the 4.0.32 release are:
        - Fix support for partitions (broken in 4.0.30)
        - Portability fixes for Solaris 10 and 11
        - General simplification of configure script, and largefile
          handling
        - Tested and fixed for platforms *without* largefile support
        - In cases where lseek works with 32-bit offsets, prefer lseek64
          over llseek
        - Fixed floppy sector size handling on platforms that are not
          Linux
        - Added support for image files on command line to mcat
Improvements since the 4.0.31 release are:
        - Simplify algorithm that chooses filesystem parameters for
          format, and align it more closely with what Win7 does
        - Fix mformatting XDF when XDF not explicitly specified on
          mformat command line
        - easier way to enter sizes on mformat command line
          (mformat -C -T 1440K)
        - For small sizes, mformat assumes floppy geometries (heads 1 or
          2, tracks 40 or 80)
        - Handle attempts to mformat too small filesystems more
          gracefully
        - Enable minfo to print out additional mformat command line
          parameters, if the present filesystem uses non-default
          values for these
        - minfo no longer prints bigsect if smallsect is set
        - for remap filter, error when trying to write non-zero data
          to unmapped sectors
        - Fix misc compilation warnings occurring when disabling
          certain features (largefiles, raw-term)
Improvements since the 4.0.30 release are:
        - Move Linux-specific block device sizing code into
          Linux-specific section of devices.c
        - Error messages for all failure cases on fs_init
        - Fix compilation without XDF support (OpenImage signature)
        - Fix polarity of format_xdf command-line parameter of mformat
        - In xdf_io retry enough times to actually succeed, even if
          FDC was in a bad state before
        - Remove useless buffer flushing triggered when giving up a
          reference to a stream node that is still referenced
          elsewhere.
        - Clearer error message if neither size nor geometry of drive
          to be mformatted is known
        - In mformat, make Fs dynamically allocated rather than
          on-stack, so as to be able to use utilities supplied by
          stream.c
        - Remove duplicate writing of backup boot sector
        - Allow to infer geometry for mformat if only size is specified
        - Protect against attempt to create zero-sized buffer
        - Code simplification in mattrib
        - Remove dead code in mpartition
Improvements since the 4.0.29 release are:
        - Fixed XDF floppy disk access
        - Fixed faulty behavior at end of image in mcat
        - Device/Image size handling refactoring
        - allow remap to write to zero-backed sectors (may happen if
          buffer is flushed, and is not an error in that case)
        - Raise an error when trying to mcopy multiple source files
          over a single destination file (rather than directory)
        - fix handling of "hidden" sectors (is a 2 byte quantity on
          small disks, not 4 byte as previously assumed)
        - Modernize partition support. Tuned consistency check to
          actually check about important issues (such as overlapping
          partitions) rather than stuff nobody else cares about
          (alignment on entire cylinder boundaries)
        - Move various "filter" options (partition, offset, swap,
          scsi) into separate classes, rather than leaving almost
          everything in plain_io
        - Simplify and centralize geometry handling and LBA code
        - Fix some more more compiler warnings
Improvements since the 4.0.28 release are:
        - Fix bug in cluster preallocation, which was accidentally
        introduced by the compiler warning "fixes" from v4_0_28
Improvements since the 4.0.27 release are:
        - Support remapping of data (for not-quite linear floppy image
        files, such as IBM 3174)
        - Re-open floppy devices read-write if geometry parameters need
        to be changed
        - relax consistency checks in mpartition (partitions created
          by current fdisk would almost never pass these checks)
        - Fix some compiler warnings
Improvements since the 4.0.26 release are:
        - Fix a type error in way how iconv functions are called

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sat Nov 28 18:58:50 2020 UTC (4 years ago) by is
Branches: MAIN
CVS tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +5 -5 lines
update mtools to 4.0.25

Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Nov 27 17:55:28 2020 UTC (4 years ago) by is
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +10 -2 lines
Update mtools to 4.0.25

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sat Jan 18 23:35:19 2020 UTC (4 years, 10 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 lines
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Nov 4 21:28:49 2019 UTC (5 years, 1 month ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
sysutils: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sun Dec 9 21:05:36 2018 UTC (5 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -2 lines
Removed commented-out PKGREVISIONs

Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Jan 11 20:29:54 2013 UTC (11 years, 10 months ago) by is
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
There was some confusion over the download site; while the software's
homepage links to homepage-relative copies, the announcement e-mail
mentioned the GNU mirror network. This was noticed after reports about
spurious 403 errors came it. Changed to use MASTER_SITES_GNU.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Thu Jan 10 15:37:08 2013 UTC (11 years, 10 months ago) by is
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +3 -3 lines
Update to mtools-4.0.18.

Improvements since the 4.0.17 release are:

        Fix for names of iconv encodings on AIX
        Fix mt_size_t on NetBSD
        Fixed compilation on Mingw
        Fixed doc (especially mformat)
        Fix mformat'ing of FAT12 filesystems with huge cluster sizes
        Minfo prints image file name in mformat command line if an image
        file name was given
        Always generate gzip-compressed RPMs, in order to remain
        compatible with older distributions
        Fixed buffer overflow with drive letter in mclasserase

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Dec 16 18:09:46 2012 UTC (11 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2 lines
- Update `DESCR' (text taken from http://www.gnu.org/software/mtools/,
  with ``and Atari FAT'', a comma, and ``-inch'' added);
- augment `LICENSE'.

From Bug Hunting.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Oct 23 19:51:13 2012 UTC (12 years, 1 month ago) by asau
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -3 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.49.4.2: download - view: text, markup, annotated - select for diffs
Fri Aug 10 16:32:08 2012 UTC (12 years, 3 months ago) by tron
Branches: pkgsrc-2012Q2
Diff to: previous 1.49.4.1: preferred, colored; branchpoint 1.49: preferred, colored; next MAIN 1.50: preferred, colored
Changes since revision 1.49.4.1: +1 -1 lines
Pullup ticket #3892 - requested by is
sysutils/mtools: bug fix patch

Revisions pulled up:
- sysutils/mtools/Makefile                                      1.51
- sysutils/mtools/patches/patch-llong.h                         1.1

---
   Module Name:	pkgsrc
   Committed By:	is
   Date:		Fri Aug 10 14:59:58 UTC 2012

   Modified Files:
   	pkgsrc/sysutils/mtools: Makefile
   Added Files:
   	pkgsrc/sysutils/mtools/patches: patch-llong.h

   Log Message:
   Forgot patch file...

Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Aug 10 14:59:58 2012 UTC (12 years, 3 months ago) by is
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
Forgot patch file...

Revision 1.49.4.1: download - view: text, markup, annotated - select for diffs
Thu Aug 9 18:07:35 2012 UTC (12 years, 4 months ago) by tron
Branches: pkgsrc-2012Q2
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -1 lines
Pullup ticket #3891 - requested by is
sysutils/mtools: bug fix patch

Revisions pulled up:
- sysutils/mtools/Makefile                                      1.50
- sysutils/mtools/distinfo                                      1.18

---
   Module Name:	pkgsrc
   Committed By:	is
   Date:		Wed Aug  8 08:46:27 UTC 2012

   Modified Files:
   	pkgsrc/sysutils/mtools: Makefile distinfo

   Log Message:
   mtools-(at least)4.0.17 tries hard to configure and conditionally set types
   to use 64bit file offsets where available for seek()ing etc. However, the
   easy case (sizeof(off_t)>4) is handled incorrectly: mt_size_t is set to
   size_t - maybe a copy and paste from the fall-back-to-32bit case.

   This type is used at least in init.c, when detecting media size and comparing
   to the FAT geometry, consequently failing and erroring out with the message
   "Big disks not supported on this architecture."

   The patch does handle the (e.g. NetBSD) case of 64bit off_t the same as
   the case where a off64_t is available (and the other 64bit off_t-equivalent
   cases); namely using off_t as mt_size_t.

   Thanks to riastradh@ for pointing out where the bug in llong.h was.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Wed Aug 8 08:46:27 2012 UTC (12 years, 4 months ago) by is
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -1 lines
mtools-(at least)4.0.17 tries hard to configure and conditionally set types
to use 64bit file offsets where available for seek()ing etc. However, the
easy case (sizeof(off_t)>4) is handled incorrectly: mt_size_t is set to
size_t - maybe a copy and paste from the fall-back-to-32bit case.

This type is used at least in init.c, when detecting media size and comparing
to the FAT geometry, consequently failing and erroring out with the message
"Big disks not supported on this architecture."

The patch does handle the (e.g. NetBSD) case of 64bit off_t the same as
the case where a off64_t is available (and the other 64bit off_t-equivalent
cases); namely using off_t as mt_size_t.

Thanks to riastradh@ for pointing out where the bug in llong.h was.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Mar 18 12:41:53 2012 UTC (12 years, 8 months ago) by shattered
Branches: MAIN
CVS tags: pkgsrc-2012Q2-base, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Branch point for: pkgsrc-2012Q2
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
Update to 4.0.17 and delint.  Notable changes:

Added missing -i option to mshortname
Make it clear that label is limited to 11 characters
mbadblocks now takes a list of bad blocks
mbadblocks now is able to do write scanning for bad blocks
mshowfat can show cluster of specific offset
Fixed encoding of all-lowercase names
Consider every directory entry after an ENDMARK (0x00) to be deleted

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Oct 9 14:57:24 2011 UTC (13 years, 2 months ago) by zafer
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -3 lines
update MASTER_SITES. Saves one redirect.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Mar 9 20:25:08 2011 UTC (13 years, 9 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -3 lines
Update to mtools 4.0.14

Changes in 4.0.14:

	Fix floppyd for disks bigger than 2 Gig
	Remove obsolete -z flag
	Remove now unsupported AC_USE_SYSTEM_EXTENSIONS
	Fixed output formatting of mdir if MTOOLS_DOTTED_DIR is set
	Mformat now correctly writes backup boot sector
	Fixed signedness of serial number in mlabel
	Fixed buffer size problem in mlabel
	Make mlabel write backup boot sector if FAT32
	Catch situation where both clear and new label are given to mlabel
	Quote filename parameters to scripts
	Mformat: Close file descriptor for boot sector
	Added lzip support to scripts/uz
	Added Tot_sectors option to mformat
	Fixed hidden sector handling in mformat
	Minfo generates mformat command lines containing new -T option
	Mlabel prints error if label too long

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Aug 30 02:22:32 2010 UTC (14 years, 3 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +6 -1 lines
* set LICENSE=gnu-gpl-v3
* honor PKG_SYSCONFDIR
* exactly buildlink with libiconv and tell library for iconv to configure,
  fixes PR#43809.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Apr 19 13:58:43 2010 UTC (14 years, 7 months ago) by is
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +1 -4 lines
Seems to work on LP64.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Apr 19 13:44:48 2010 UTC (14 years, 7 months ago) by is
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +3 -3 lines
Upgrade to 4.0.13.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Jan 7 07:36:54 2010 UTC (14 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -2 lines
Use new ${LP64PLATFORMS} variable to restrict platforms instead of manual
hardcoding.

Note: This effectively adds x86_64 to NOT_FOR_PLATFORM for some packages.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Apr 10 21:19:19 2008 UTC (16 years, 8 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +6 -17 lines
+ Use the options framework instead of using MTOOLS_ENABLE_FLOPPYD.
+ Convert to use PLIST_VARS instead of manually passing "@comment "
  to the plist module.

Bump the PKGREVISION to 1 due to the options changes.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Dec 9 23:38:21 2007 UTC (17 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +5 -6 lines
Update to 3.9.11, provided by Sergey Svishchev in private mail:

3.9.11 is mostly a maintenance release which fixes a couple of bugs,
and addresses warnings raised by gcc4, and merges some platform-specific
patches (MingW, NetBSD, Redhat/Fedora, Cygwin, Solaris), and other
patches (such as the new amuFormat.sh written in sh).

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Aug 17 20:55:34 2007 UTC (17 years, 3 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +6 -2 lines
Add support for DESTDIR and modular Xorg.

XXX This should use the option framework for the floppyd.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Apr 7 19:54:17 2006 UTC (18 years, 8 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Mar 5 16:27:28 2006 UTC (18 years, 9 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -3 lines
* Teach the tools framework how to supply the pkgsrc version of
  makeinfo if no native makeinfo executable exists.  Honor TEXINFO_REQD
  when determining whether the native makeinfo can be used.

* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.

* Get rid of all the "split" argument deduction for makeinfo since
  the PLIST module already handles varying numbers of split info files
  correctly.

NOTE: Platforms that have "makeinfo" in the base system should check
      that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
      correct.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:10:55 2006 UTC (18 years, 10 months ago) by joerg
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -1 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Oct 23 21:17:07 2005 UTC (19 years, 1 month ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +6 -6 lines
Use "+=" instead of "=" for CPPFLAGS, CONFIGURE_ARGS and PLIST_SUBST.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Jun 1 18:03:22 2005 UTC (19 years, 6 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun May 22 20:08:33 2005 UTC (19 years, 6 months ago) by jlam
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Apr 4 08:56:18 2005 UTC (19 years, 8 months ago) by adam
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -3 lines
Changes 3.9.10:
* Support for multiple drives in floppyd
* Updated .spec file
* Fixed some long name directory entry freeing bugs
* Fixed duplicate FAT writing error. Fixed segfault on short images.
* Mformat creates images of correct size.
* CYGWIN compatibility (O_BINARY flag).
* Cygwin patch for plain_io.c (no locking)
* Fix a couple of memory leaks in config file parsing. Fix llong.h
  (redefined same symbol twice)
* Fix a variable initialization problem in plain_io.c
* New mclasserase command to erase memory cards
  C99 "compatibility" (cf http://www.mtools.linux.lu/download.html)
* Fix rootskip and rate of XDF disks
* Fix inverted IS_MFORMAT_ONLY conditon in plain_io.c
* Moved putc after variable description (anybody knows about a -W
  flag so that gcc warns about these?)
* Fixed mattrib -p (missing slash)
* Added -m option to mformat to specify a non-standard mediabyte
* Added -d options to mformat to specify number of FAT copies. Can
  also be set using the MTOOLS_NFATS environmental variable.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Sat Jan 24 15:06:58 2004 UTC (20 years, 10 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Dec 11 16:05:40 2003 UTC (21 years ago) by adam
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +8 -8 lines
Changes 3.9.9:
* Large disk fixes, especially for Solaris
* Floppyd robustness
* Zip 250 support in mzip
* Protect against division by zero when reading BSD disks
* Fixed parsing of Unix filenames ending with slash
* Fixes for floppyd to work with current protocol version of floppyd
* Warn for invalid partition numbers
* Support for geometry-less Atari disks
* Support for byte-swapping disks
* Fixed max numbers of sectors for FAT12 and FAT16
See ChangeLog for details

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Aug 9 11:25:13 2003 UTC (21 years, 4 months ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -2 lines
USE_NEW_TEXINFO is unnecessary now.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Aug 5 20:21:42 2003 UTC (21 years, 4 months ago) by seb
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -4 lines
Convert to USE_NEW_TEXINFO.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Jul 17 22:53:43 2003 UTC (21 years, 4 months ago) by grant
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.26.6.1: download - view: text, markup, annotated - select for diffs
Thu Jun 19 01:10:19 2003 UTC (21 years, 5 months ago) by grant
Branches: netbsd-1-6-1
Diff to: previous 1.26: preferred, colored; next MAIN 1.27: preferred, colored
Changes since revision 1.26: +12 -24 lines
Pull up revision 1.27 (requested by salo in ticket #1294):

PKGREVISION++
- fix device handling on NetBSD ELF (from Pavel Arnost via PR
  pkg/21530)
- fix floppyd handling in better and simpler way
- don't hardcode -R, use RPATH_FLAG instead
- remove unused cruft, style nits

Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu May 22 16:16:03 2003 UTC (21 years, 6 months ago) by salo
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +12 -24 lines
PKGREVISION++
- fix device handling on NetBSD ELF (from Pavel Arnost via PR pkg/21530)
- fix floppyd handling in better and simpler way
- don't hardcode -R, use RPATH_FLAG instead
- remove unused cruft, style nits

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Feb 18 15:14:41 2002 UTC (22 years, 9 months ago) by seb
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Branch point for: netbsd-1-6-1
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -1 lines
Introduce new framework for handling info files generation and installation.

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.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Nov 29 01:12:48 2001 UTC (23 years ago) by hubertf
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
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.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jun 11 06:34:50 2001 UTC (23 years, 6 months ago) by jlam
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -2 lines
CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Feb 17 17:42:16 2001 UTC (23 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-5-PATCH001
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1 lines
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Feb 14 15:01:59 2001 UTC (23 years, 9 months ago) by is
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -1 lines
LP64 problems (IPaddr_t == unsigned long)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Feb 14 14:28:58 2001 UTC (23 years, 9 months ago) by is
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -6 lines
Upgrade to version 3.9.7. Mostly from PR 12033 by Martti Kuparinen.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Dec 7 14:11:36 2000 UTC (24 years ago) by is
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1 lines
Fix problem with sector sizes > 1024 bytes, creating version 3.9.5nb1.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Sep 26 13:46:34 2000 UTC (24 years, 2 months ago) by agc
Branches: MAIN
CVS tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Get the order of the clauses right in the MTOOLS_ENABLE_FLOPPYD test
in post-install target.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Sep 26 11:09:27 2000 UTC (24 years, 2 months ago) by agc
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +16 -10 lines
Introduce a new mk.conf definition MTOOLS_ENABLE_FLOPPYD, which
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.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Jan 4 17:49:41 2000 UTC (24 years, 11 months ago) by bouyer
Branches: MAIN
CVS tags: netbsd-1-4-PATCH002
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
works on solaris

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jun 2 20:09:02 1999 UTC (25 years, 6 months ago) by christos
Branches: MAIN
CVS tags: netbsd-1-4-PATCH001, comdex-fall-1999
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
update to 3.9.5

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon May 31 22:22:08 1999 UTC (25 years, 6 months ago) by tron
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +14 -1 lines
- Enhance "configure" target so that "floppyd" will be built on systems
  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.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Aug 20 15:17:27 1998 UTC (26 years, 3 months ago) by tsarna
Branches: MAIN
CVS tags: netbsd-1-4-RELEASE, netbsd-1-3-PATCH003
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
The Grand Homepagification:
	- 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.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Aug 15 08:09:29 1998 UTC (26 years, 3 months ago) by tron
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -2 lines
"GNU_CONFIGURE= yes" implies "HAS_CONFIGURE= yes".

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Aug 15 07:51:31 1998 UTC (26 years, 3 months ago) by tron
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Create link required for applying patch file in "pre-patch:" target.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Aug 14 23:14:08 1998 UTC (26 years, 3 months ago) by tron
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
"ln" -> "${LN}", "rm" -> "${RM}".

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Aug 14 23:11:20 1998 UTC (26 years, 3 months ago) by tron
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +12 -4 lines
Update "mtools" to version 3.9.1, fixes PR pkg/5968.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Jun 22 13:09:51 1998 UTC (26 years, 5 months ago) by agc
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -6 lines
Update package Makefiles for automatic manual page handling.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Apr 22 11:05:04 1998 UTC (26 years, 7 months ago) by agc
Branches: MAIN
CVS tags: netbsd-1-3-PATCH002
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Fix INFO_FILES definitions to match the commands in bsd.pkg.mk

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Apr 17 09:37:25 1998 UTC (26 years, 7 months ago) by agc
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -7 lines
Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Apr 15 10:38:49 1998 UTC (26 years, 7 months ago) by agc
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -7 lines
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Feb 16 07:41:31 1998 UTC (26 years, 9 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
update to V3.8

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Feb 10 21:46:46 1998 UTC (26 years, 10 months ago) by frueauf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -4 lines
portlint: move MAINTAINER where it belongs.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Feb 1 02:20:59 1998 UTC (26 years, 10 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -1 lines
fix up info-handling (depends, use our install-info)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jan 22 18:01:19 1998 UTC (26 years, 10 months ago) by is
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +14 -3 lines
Clean up Makefile (install man pages correctly, add comments, use
correct prefix etc.)

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Jan 22 15:44:44 1998 UTC (26 years, 10 months ago) by is
Branches: TNF
CVS tags: MTOOLS-3-6
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of the mtools package, as adapted by me.
Can probably be refined a bit (e.g. patching in correct pathnames into 
documentation).

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jan 22 15:44:44 1998 UTC (26 years, 10 months ago) by is
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>