Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-02-18 | Update "rpm2pkg" package to version 2.0. Changes since version 1.3: | tron | 1 | -7/+14 | |
- 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-08 | We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL, | jlam | 1 | -2/+2 | |
etc. because the bare variables will point to the correct executables. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -3/+3 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -1/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-12-09 | Add proper handling for hardlinks. This fixes e.g. the zero byte locale | tron | 1 | -2/+2 | |
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-20 | Use BUILDLINK_CPPFLAGS.rpm and rely on buildlink2 to make "-lrpm" resolve | jlam | 1 | -5/+3 | |
to the correct library. | |||||
2002-09-19 | We're using buildlink2, so don't lie about where the rpm headers and | jlam | 1 | -5/+5 | |
libraries are actually found. | |||||
2002-08-25 | Revert previous change now that the buildlink2.mk files have hit the main | jlam | 1 | -8/+9 | |
trunk. These packages can now safely use buildlink2.mk files. | |||||
2002-08-23 | revert buildlink2.mk merge until Johnny has a chance to look at the issues | abs | 1 | -9/+8 | |
2002-08-23 | Merge pkgsrc/pkgtools from the buildlink2 branch back to the main trunk. | jlam | 1 | -8/+9 | |
2001-07-14 | Remove inclusion of gettext-lib/buildlink.mk as it's pulled in by | jlam | 1 | -2/+1 | |
rpm/buildlink.mk. | |||||
2001-07-14 | Move inclusion of buildlink.mk files to end of Makefile and remove | jlam | 1 | -9/+6 | |
commented-out USE_LIBINTL. | |||||
2001-06-18 | Mark these packages as USE_BUILDLINK_ONLY. | jlam | 1 | -2/+4 | |
2001-06-18 | Convert to use buildlink.mk files. Add proper dependency on zlib if | jlam | 1 | -13/+11 | |
needed. | |||||
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -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-20 | Added a -s flag to strip leading directories in file paths. Requested by | manu | 1 | -2/+2 | |
the Netscape package for PowerPC, and probably others. | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 1 | -1/+2 | |
2001-01-28 | Bump version number to 1.1 after manual page has been added. | tron | 1 | -2/+2 | |
2001-01-28 | Added rpm2pkg(8) man page | manu | 1 | -1/+2 | |
2001-01-25 | Import new "rpm2pkg" package: | tron | 1 | -0/+35 | |
Convert RPM archives to NetBSD packages |