summaryrefslogtreecommitdiff
path: root/archivers/gcpio
AgeCommit message (Collapse)AuthorFilesLines
2008-06-20Add DESTDIR support.joerg1-1/+2
2006-10-07If GNU_PROGRAM_PREFIX is empty then conflict with pax packagereed1-2/+7
(which also installs cpio). This is for my old PR #22693. (Note I did this different than I did the gtar-base package which has an another optional setting for choosing the prefix for gtar which installs gtar with "g" if GNU_PROGRAM_PREFIX is empty. If that is needed for gcpio also, let me know.)
2006-10-01Added GNU_PROGRAM_PREFIX to BUILD_DEFS.rillig1-4/+2
2006-06-18Fixed pkglint warnings.rillig1-5/+5
2006-06-05Enable NLS support. Bump PKGREVISION.minskim2-3/+21
2006-03-20* Add a CONFLICT with gtar-base (libexec/rmt).jlam2-8/+8
* LIBS is an "OPSYS" variable, so avoid the unnecessary conditional. * List the info files in the PLIST. Bump the PKGREVISION to 3.
2006-03-11Remove phrase:reed1-3/+3
originally shipped as NetBSD's "cpio" up to version 1.3 as this is confusing as it seems to imply that either GNU CPIO originated in NetBSD or NetBSD shipped with this cpio up to NetBSD 1.3 or NetBSD shipped with old GNU CPIO 1.3. Either way this unclear NetBSD-related comment is not useful for this description.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-2/+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-12Security fix for http://secunia.com/advisories/18251/ (CVE-2005-4268)seb4-6/+567
adapted from patch attached in redhat bugzilla https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=172669 While here add test target support. Bump PKGREVISION to 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-2/+2
- WARN: archivers/bzip2/Makefile:15: Please use ${CC:Q} instead of "${CC}".
2005-11-03Remove obsolete patchesadrianp2-57/+0
2005-11-03Fixes for CAN-2005-1111 and CAN-2005-1229adrianp16-94/+396
2005-10-04This does not need INSTALLATION_DIRS. The install already runsreed1-3/+1
its "./mkinstalldirs" to create the directories.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-20Security fix for CAN-1999-1572.salo3-2/+24
"cpio uses a 0 umask when creating files using the -O (archive) or -F options, which creates the files with mode 0666 and allows local users to read or overwrite those files." Patch inspired by Debian. Bump PKGREVISION.
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-18Add makedev->mkdev fix for Interix, adapted from gtar-base.tv2-1/+16
2004-06-06Enable pkgviews installation.minskim1-1/+5
2004-06-06Update gcpio to 2.5. Based on patches submitted by reed@ in PR pkg/20799minskim9-28/+107
and sketch@ in PR pkg/22851. Also apply a patch from Debian Linux to fix the ustar problem (Debian bug #238177). Reported by Christian Weisgerber on tech-pkg@. Changes: * bug fixes from Debian, Red Hat, and SuSE GNU/Linux Distribution patches * --rsh-command option
2004-03-11bl3ifyxtraeme1-2/+2
2004-01-02Remove info files from PLIST files.seb1-2/+1
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-25Convert to USE_NEW_TEXINFO.seb2-5/+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.
2003-03-16Honour GNU_PROGRAM_PREFIX. From Jeremy C. Reed.wiz5-135/+30
Bump PKGREVISION.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-4/+4
have been converted to USE_BUILDLINK2.
2002-02-18Introduce new framework for handling info files generation and installation.seb2-4/+5
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-15Pass -lgnumalloc through to build in LIBS, not LDFLAGS, and mark asjlam3-16/+9
USE_BUILDLINK_ONLY.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-8/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-07-09Add package patch-sum filesagc1-0/+5
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-03-22Catch up with MASTER_SITE_GNU reorganization.bad1-2/+2
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-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc3-0/+6
1998-06-18Update package Makefiles for automatic manual page handling.agc1-2/+1
1998-04-22Fix INFO_FILES definitions to match the commands in bsd.pkg.mkagc1-2/+2
1998-04-18portlint: delete contiguous blank line 17.frueauf1-2/+1
1998-04-17Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.agc1-10/+4
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-03-05Oops, these are category "archivers", not "devel".tv1-2/+2
1998-03-05Sync with NetBSD changes:tv1-0/+19
- do not prototype stat() and lstat(); let <sys/stat.h> do that - main() returns int. not void gcpio is now up to date with NetBSD's GNU cpio tree.