Up to [cvs.NetBSD.org] / pkgsrc / sysutils / sformat
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.19 / (download) - annotate - [select for diffs], Fri Apr 21 14:01:41 2023 UTC (7 months, 2 weeks ago) by micha
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
HEAD
Changes since 1.18: +44 -37
lines
Diff to previous 1.18 (colored)
sysutils/sformat: Update to 3.7 Reset maintainer (e-Mail address no longer valid). Switch to schilytools release. AN-2023-04-19: - libschily: no longer provide the symbols fgetline, getline. libschily used to provide these symbols as alternative names for js_getline and js_fgetline for compatibility with UNOS. As their POSIX-incompatible signature causes problems when linking against musl statically, we now no longer provide these symbols by default. Users wishing to restore the old behaviour should remove -DNO_GETLINE_COMPAT from CPPOPTS when compiling libschily. - libschily: accordingly, the man pages getline(3) and fgetline(3) have been renamed to js_getline(3) and js_fgetline(3). - RULES: fix HCC_COM expansion when CCOM=clang. This fixes builds with GNU make when CCOM=clang. Submitted by: Nico Sonack. AN-2021-09-01: - sformat: Added support for gettext() based translations The string "Jörg Schilling" is now separate and in a gettext() call. AN-2021-07-29: - sformat: changed open(..., 0) -> open(..., O_RDONLY) for z/OS Thanks to a report from Matthew R. Wilson - sformat:checkmount.c: did use HAVE_SYS_MNTENT_H instead of HAVE_SYS_MNTTAB_H as a result of a typo that was introduced with the code to #include <sys/mnttab.h>. Thanks to a report from Matthew R. Wilson AN-2018-10-30: - libschily: ovstrcpy() from various programs has been moved to libschily. This affects smake, mkisofs, patch, ved, count, sformat AN-2018-05-25: - sformat: The man page used .cs that dos not work with GNU troff because of a GNU troff bug. We no longer use this command for nroff. Note that the GNU troff bug still applies if you try to print the man page. - sformat: History and Download sections have been added to the man page AN-2018-03-01: - sformat: A new option -randv has been added. This option behaves similar to -randrw but does not write to the disk and thus is less harmful to already impaired disks. - sformat: The random tests now use drand48(). This is needed in order to get a sufficient coverage for modern large disks. AN-2017-09-25: - Sformat: The terminating condition for a manual sector size question for Adaptec controllers has been corrected. AN-2016-01-25: - sformat: A new option scgopts=list has been introduced. AN-2015-11-26: - sformat: diskfmt.c now casts a computation to always result in a long long printf() argument. AN-2015-11-21: - sformat: fixed a printf() format size problem on Minix3 32 bits. Thanks to Heiko Eifeldt for reporting. AN-2013-05-10 - Include file reordering in sformat to avoid warnings on older platforms AN-2011-08-29: - sformat(1) now compiles and works on Win-DOS using the Microsoft compiler. AN-2011-08-10: - sformat now only sets up signal handlers for existing signals to support MSC AN-2009-12-29: - [...] sformat/datio.c: [...] Do no longer shorten strings using strcpy()/wcscpy() as newer POSIX versions claim that overlapping buffers cause undefined. results and as the Solaris 64 bit libc starting with Build 125,. implements strcpy() using SSE instructions and thus fails with overlapping strings.
Revision 1.18 / (download) - annotate - [select for diffs], Sat Aug 19 00:25:19 2017 UTC (6 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
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
Changes since 1.17: +7 -2
lines
Diff to previous 1.17 (colored)
sysutils/sformat: Install manpages into ${PKGMANDIR}. Override MANDIR=man settings in project Makefiles by passing an explicit MANDIR=${PKGMANDIR} on the make(1) command line so that manpages are installed into the correct location under ${PKGMANDIR}.
Revision 1.17 / (download) - annotate - [select for diffs], Thu Oct 9 14:07:00 2014 UTC (9 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: 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
Changes since 1.16: +1 -3
lines
Diff to previous 1.16 (colored)
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Revision 1.16 / (download) - annotate - [select for diffs], Sat Apr 6 03:45:25 2013 UTC (10 years, 8 months ago) by rodent
Branch: MAIN
CVS Tags: 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
Changes since 1.15: +9 -9
lines
Diff to previous 1.15 (colored)
Fixes: COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
Revision 1.15 / (download) - annotate - [select for diffs], Tue Oct 23 19:51:23 2012 UTC (11 years, 1 month ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.14: +1 -2
lines
Diff to previous 1.14 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.14 / (download) - annotate - [select for diffs], Thu Jun 28 05:15:38 2012 UTC (11 years, 5 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.13: +5 -3
lines
Diff to previous 1.13 (colored)
Apply a similar fix to archivers/star to fix schilyware configuration for powerpc on NetBSD.
Revision 1.13 / (download) - annotate - [select for diffs], Sat Jun 16 08:55:54 2012 UTC (11 years, 5 months ago) by dholland
Branch: MAIN
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
Insert another symbolic link so it configures on amd64. Fix getline() conflict. Fix makefiles that weren't stopping on error. Now builds.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Mar 18 19:18:59 2009 UTC (14 years, 8 months ago) by darcy
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
No need for both real MAINTAINER and generic one.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Feb 9 17:27:40 2009 UTC (14 years, 10 months ago) by joerg
Branch: MAIN
Changes since 1.10: +4 -2
lines
Diff to previous 1.10 (colored)
DESTDIR support. Fix build on amd64.
Revision 1.10 / (download) - annotate - [select for diffs], Wed Jun 27 13:40:49 2007 UTC (16 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.9: +5 -1
lines
Diff to previous 1.9 (colored)
Fix build on DragonFly.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Feb 22 19:27:12 2007 UTC (16 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.8: +3 -3
lines
Diff to previous 1.8 (colored)
Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Jan 7 09:14:12 2007 UTC (16 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:43 2006 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:56 2006 UTC (17 years, 10 months ago) by joerg
Branch: MAIN
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Dec 5 20:51:01 2005 UTC (18 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.4 / (download) - annotate - [select for diffs], Sun May 22 20:08:33 2005 UTC (18 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
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.3 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:29 2005 UTC (18 years, 8 months ago) by tv
Branch: MAIN
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 21 20:26:14 2005 UTC (18 years, 9 months ago) by hubertf
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Sign over maintainership to tech-pkg@
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Dec 2 10:08:03 2004 UTC (19 years ago) by hubertf
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Add sformat-3.5, a SCSI formatting utility Submitted by Andreas Hallmann in PR pkg/26549.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 2 10:08:03 2004 UTC (19 years ago) by hubertf
Branch: MAIN
Initial revision