summaryrefslogtreecommitdiff
path: root/archivers/gsharutils/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-04-05Version 4.15.2:adam1-7/+5
* updates to fix cross platform build issues * fixed problem where contrived uuencoded file caused seg fault
2015-11-07charset.alias is not supposed to be in PLISTs. PKGREVISION -> 1dholland1-1/+2
2015-04-07Update archivers/gsharutils to 4.15.hiramatsu1-3/+2
This update is provided from kj Woolley in PR 49770, with a patch by me for NetBSD 6. Changes from previous: Version 4.15 - February 2015, by Bruce Korb * shar will no longer choke on 64 bit windows * unshar has a compiler warning fix * Happy 2015 copyright * PO file updates Version 4.14.2 - December 2014, by Bruce Korb * translation updates * use ftello, fseeko and fflush * augment copyright marks in shar.c and shar-std.def * Happy 2014 copyright dates * fix up man pages (use newer doc generation code) Version 4.14 - October 2013, by Bruce Korb * documentation, obscure usage, FSF address
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-09-13Update to 4.13.5 (2013). Changes:shattered1-2/+2
* output file names may be encoded in the uuencoded file. By specifying '--encode' on the command line, the output file name will be base64 encoded in the uuencode file.
2013-07-21Update to 4.13.4. Changes:shattered1-3/+5
* POSIX-ism: they have determined that uudecode is not expected to exit failure when the output file mode cannot be changed. Either POSIXLY_CORRECT or --ignore-chmod will cause uudecode to behave this way. * output file names may be encoded in the uuencoded file. By specifying '--encode' on the command line, the output file name will be base64 encoded in the uuencode file.
2012-12-06Add PKGGNUDIR support.jperkin1-3/+5
2012-09-11"user-destdir" is default these daysasau1-2/+1
2012-06-02Add symlinks in gnu/man/man1/cheusov1-6/+7
++pkgrevision
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).cheusov1-8/+10
All utilities are installed with a prefix 'g'. Symlinks with original names are created in ${PREFIX}/gnu/bin. ++pkgrevision
2011-11-19archives/gsharutils: Upgrade from version 4.2.1 to 4.11.1marino1-23/+4
DragonFly couldn't build GNU Sharutils. Upon inspection, it was seen that the last version in pkgsrc was at least 11 years old. This commit updates the GNU Sharutils to the latest version without patches. Tested on DragonFly and NetBSD. The Linux condition dealing with the glibc gettext workaround was removed with the assumption that this is no longer needed, but somebody else should test and verify this. Select changes since 4.2 (according to NEWS): ============================================= 4.3.50: new trans: cs da el es gl ru tr zh_TW updated: de fr ja nl sv 4.3.51: Norwegian split to no/@nynorsk to nb and nn Updated library files and m4 macros from fileutils-4.1.9 4.3.52: Fix Y2K bug (shar) Fix temp file race (shar) (N/A) allow spaces in file names (uudecode) 4.3.60: Better -Z option handling for systems without compress 4.3.61: Unspecified bugs fixes 4.3.70: Update de tr translations (N/A) fix uudecode output handling Turn off compress link default 4.3.71: Update da de translations 4.3.72: Update fr sv translations 4.3.73: Add support for large files (e.g. > 2 Gib on 32-bit hosts) 4.3.74: Updated fr translation Unspecified portabilitity fixes 4.3.75: New translations: ca et hu Updated translations: da de ja sv tr zh_TW. Add bzip2 support Fix unspecified compatiblity issues 4.3.76: Updated translations: de et fr sv tr 4.3.77: Fixed buffer overrun exploit 4.3.78: infrastructure updates 4.3.79: New temporary file handling to avoid buffer overrun exploit and theoretical timing hole (unshar) Unspecified new translations added + updates 4.3.80: Fix temporary file unlink bug 4.3.81: True64 compatibility fix 4.4: intmax_t checks added 4.5: Fix unspecified bug in unshar Update usage examples 4.5.1: Fix memory usage bug in shar 4.5.2: Fix test and update some translations 4.5.3: Add unspecified translation, update another Move to libtool 1.5.20 4.6: New Japanese translation 4.6.1: Translation cleanup, infrastructure changes 4.6.2: Better output diagnostics 4.6.3: Recognize "end\r\n" as equal to "end" and "end\n" Fix readdir duplicate declaration 4.7.1: (N/A) uudecode no longer creates output file names with trailing white space. 4.9: Fix shar script shell quoting issues with translations 4.10: Handle clobber option correctly in generated scripts 4.11: Remove mailshar because mail-files was broken
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2009-02-09DESTDIR support.joerg1-1/+2
2006-09-20Fix path in perl script. USE_TOOLS+=perl:run.hira1-3/+5
Bump PKGREVISION.
2006-06-18Fixed pkglint warnings.rillig1-2/+2
2006-05-17Fixed pkglint warnings.rillig1-2/+2
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-3/+2
USE_TOOLS+=msgfmt.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-30* Honor PKGINFODIR.jlam1-2/+2
* List the info files directly in the PLIST.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-3/+2
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.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-11Has broken gettext detection.joerg1-1/+2
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-12-01Fixed some pkglint warnings of the form:rillig1-3/+3
- WARN: archivers/bzip2/Makefile:15: Please use ${CC:Q} instead of "${CC}".
2005-08-26Instead of depending on mktemp for non-BSD, use USE_TOOLS for run-timereed1-7/+3
dependency of mktemp. (This makes it so it doesn't depend on mktemp on DragonFly, for example.) Also while I am here, use sh:run instead of sh for the other USE_TOOLS. This is because script installed uses SH. Bump PKGREVISION.
2005-06-24Change the CONFIGURE_ENV to use the variables users are supposed to set,kristerw1-2/+2
rather than the autoconf cache variables.
2005-06-23Prevent paths to the build directories from being included in the package.kristerw1-2/+4
Bump PKGREVISION.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-11Security fix for SA14551:salo1-2/+2
"A vulnerability in GNU Sharutils was reported, which can be potentially exploited by malicious, local users to conduct certain actions on a vulnerable system with escalated privileges." Patch from Debian. Bump PKGREVISION.
2005-03-31Securitu fix for CAN-2004-1773:salo1-4/+8
"Multiple buffer overflows in sharutils 4.2.1 and earlier may allow attackers to execute arbitrary code via long output from wc to shar, or unknown vectors in unshar." Patch from SuSE/Gentoo. Also add more sanity checking patches from the latter.
2005-02-26Make this (allegedly) build again on Linux, whose glibc-internalizedtv1-3/+8
gettext doesn't use the renamed symbols. Problem noticed by <minskim@NetBSD.org>.
2005-01-24Fix build on Interix (and others with pkgsrc gettext-lib 0.11+).tv1-2/+9
gettext 0.11+ has renamed internal symbols, and gsharutils is being a very bad neighbor by using them directly. To fix, force use of gettext >= 0.11, and rename the symbol in gsharutils.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-02Enable pkgviews installation.minskim1-1/+3
2004-03-11bl3ifyxtraeme1-3/+3
2003-10-20Bump PKGREVISION for fix from 22348agc1-2/+2
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-25Convert to USE_NEW_TEXINFO.seb1-3/+3
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-12-22Use GNU_PROGRAM_PREFIX, based on a patch by Jeremy C. Reed.wiz1-4/+11
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches.salo1-7/+10
2002-11-18Fix PKGLOCALEDIR usage. Closes pkg/18656salo1-2/+2
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-3/+3
have been converted to USE_BUILDLINK2.
2002-02-18Introduce new framework for handling info files generation and installation.seb1-1/+3
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-07-15Install locale files under ${PKGLOCALEDIR}, and mark as USE_BUILDLINK_ONLY.jlam1-2/+4
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2