summaryrefslogtreecommitdiff
path: root/archivers/gsharutils
AgeCommit message (Collapse)AuthorFilesLines
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-08-26Add CVS ID to top of patch which I accidently removed in last commit.reed2-2/+4
2005-08-26Use the autoconf-defined @infodir@ and @mandir@.reed2-8/+15
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:salo3-6/+24
"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-31Fix mktemp usage.salo2-4/+4
2005-03-31Securitu fix for CAN-2004-1773:salo6-10/+227
"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-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
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
2004-01-02Remove info files from PLIST files.seb1-3/+1
2003-10-20For some reason, the digest needs to be recalculated for patch-ag.agc1-2/+2
2003-10-20Bump PKGREVISION for fix from 22348agc1-2/+2
2003-10-20Apply fix from Kouichirou Hiratsuka in PR 22348:agc2-1/+43
+ don't create spurious ${PREFIX}/share/locale/<lang>. directories + don't populate said directories with .gmo files + only install .gmo files if necessary
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.seb2-8/+4
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-22Do not change (variable) name of executable in info documentation.wiz2-38/+3
2002-12-22Use GNU_PROGRAM_PREFIX, based on a patch by Jeremy C. Reed.wiz2-12/+19
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches.salo5-54/+11
2002-11-18Fix PKGLOCALEDIR usage. Closes pkg/18656salo5-15/+47
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.seb2-6/+8
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-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-15Install locale files under ${PKGLOCALEDIR}, and mark as USE_BUILDLINK_ONLY.jlam7-74/+26
2001-04-28Make $(localdir) and $(gnulocaledir) equal so that the locale filesjtb4-7/+56
don't get installed to both ${PREFIX}/lib/locale and ${PREFIX}/share/locale. This fixes the i386 bulk build leftovers.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+4
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-11/+9
+ move the patch digest/checksum values from files/patch-sum to distinfo
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.wiz2-2/+2
2000-12-19fix installation of LC_MESSAGES message catalog file.itojun2-1/+16
2000-11-02use gettext library from outside (USE_LIBINTL + BUILD_DEPENDS devel/gettext).itojun4-3/+39
do not build it on its own.
2000-08-19update 4.2.1christos2-5/+4
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-07-09Add package patch-sum filesagc1-0/+6
1999-06-01Make this package work on Solaris.agc1-0/+21
1999-05-23Add homepage.tv1-1/+2
1999-05-23Reengineer for NetBSD.tv6-115/+102
1999-05-23Import FreeBSD "archivers/gshar+gunshar" as archivers/gsharutils.tv7-0/+170