summaryrefslogtreecommitdiff
path: root/pkgtools/rpm2pkg
AgeCommit message (Collapse)AuthorFilesLines
2010-06-15Update "rpm2pkg" package to version 3.0.2. Changes since 3.0.1:tron2-5/+5
Avoid problems on 32-bit platforms by gently hinting the compiler how to do type expansion properly. This fixes PR pkg/43478 by Greg Oster.
2010-06-14Update "rpm2pkg" to version 3.0.1. Changes since 3.0:tron2-10/+12
- Fix detection of BZip2/GZip signature which would have failed if the signature was located behind a prefix of the signature. - Increase I/O buffer size so that "rpm2pkg" will usually find the data section after only one read(2) system call.
2010-06-13Update "rpm2pkg" to version 3.0. Changes since version 2.3:tron2-72/+131
- Don't use the original "rpm" libraries. All we need to do is to identify a file as an RPM file and afterwards find the BZip2 or GZip compressed section at the end of the file. - Use C99's "stdbool.h" instead of home-grown defines.
2009-06-14Drop @dirrm related logic. Bump version.joerg2-12/+3
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-3/+2
block). Uncomment some commented out LICENSE lines while here.
2009-04-23Update "rpm2pkg" package to version 2.2. Changes since version 2.1.1:tron2-16/+15
- Switch to 2-clause BSD license. - Compile with extra warnings (again) if GCC is used as the compiler. - Fix build warnings reported by "-Wsign-compare".
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-2/+1
2009-01-23Change to WRKSRC before compiling, fixes builds with read-only pkgsrc tree.sketch1-2/+2
2008-11-16Add support for user destination directory installation.tron1-3/+5
Patch provided by Aleksey Cheusov.
2008-05-25Fix indentation.tron1-2/+2
2008-05-25Remove me as maintainer of some package, clame ownership of a few packages.tron1-2/+2
2007-10-07fix obsolete URLs for www.NetBSD.orgkano1-2/+2
close PR pkg/37071 reviewd by xtraeme@
2006-07-06In URLs, the "NetBSD" should be capitalized as such, i.e. "NetBSD.org",jlam1-2/+2
not "netbsd.org".
2006-06-09Uses libintl, so depend on it. Bump revision.joerg1-2/+3
2006-03-11Use PKGMANDIR instead of "man".reed1-3/+3
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-21Update "rpm2pkg" package to version 2.1.1. Changes since 2.1:tron2-6/+5
- Fixed GCC 4.x build warning (which would have resulted in an error with future GCC versions). - Depend on newer version of "rpm" package to fix build under Mac OS X.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-05-16Include bdb.buildlink3.mk to build on platforms without native Berkeley DB.minskim1-1/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+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-05-27Update "rpm2pkg" package to version 2.1:tron2-25/+54
- Improve I/O buffer mangement. - Don't put "@exec" and "@unexec" in the package list for symbolic links which point to normal files. This allows the automatic manual decompression to handle symbolic links to manual pages correctly. The update fixes PR pkg/25723 by Kouichirou Hiratsuka.
2004-04-25Convert to bl3.wiz1-5/+5
2004-02-18Update "rpm2pkg" package to version 2.0. Changes since version 1.3:tron2-647/+834
- added support for RPM archive compress with bzip2 as used by e.g. SuSE Linux 8.2. - (hopefully) made portable - rewrote ugly code for handling "-s" command line option - converted source to KNF
2004-02-08We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,jlam1-2/+2
etc. because the bare variables will point to the correct executables.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-3/+3
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-12-09Add proper handling for hardlinks. This fixes e.g. the zero byte localetron2-8/+25
files in the "suse_base" package causing error messages like this: Gdk-WARNING **: locale not supported by C library Bump version number to 1.3.
2002-10-20Use BUILDLINK_CPPFLAGS.rpm and rely on buildlink2 to make "-lrpm" resolvejlam1-5/+3
to the correct library.
2002-09-19We're using buildlink2, so don't lie about where the rpm headers andjlam1-5/+5
libraries are actually found.
2002-08-25Revert previous change now that the buildlink2.mk files have hit the mainjlam1-8/+9
trunk. These packages can now safely use buildlink2.mk files.
2002-08-23revert buildlink2.mk merge until Johnny has a chance to look at the issuesabs1-9/+8
2002-08-23Merge pkgsrc/pkgtools from the buildlink2 branch back to the main trunk.jlam1-8/+9
2001-12-03Miscellaneous man page fixes.wiz1-31/+35
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-07-14Remove inclusion of gettext-lib/buildlink.mk as it's pulled in byjlam1-2/+1
rpm/buildlink.mk.
2001-07-14Move inclusion of buildlink.mk files to end of Makefile and removejlam1-9/+6
commented-out USE_LIBINTL.
2001-06-18Mark these packages as USE_BUILDLINK_ONLY.jlam1-2/+4
2001-06-18Convert to use buildlink.mk files. Add proper dependency on zlib ifjlam1-13/+11
needed.
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-03-20Added a -s flag to strip leading directories in file paths. Requested bymanu3-7/+59
the Netscape package for PowerPC, and probably others.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Close list, and replace "" by Dq.wiz1-3/+4
2001-01-31Correct some minor grammar and spelling mistakes.jlam1-23/+23
2001-01-28Bump version number to 1.1 after manual page has been added.tron1-2/+2
2001-01-28Added rpm2pkg(8) man pagemanu3-2/+139
2001-01-25Import new "rpm2pkg" package:tron5-0/+749
Convert RPM archives to NetBSD packages