Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-10-20 | Add BUILDLINK_CPPFLAGS for packages that need to find rpm headers. | jlam | 1 | -1/+3 | |
2002-10-20 | I'm not sure why this file was missed by the "cvs commit". | jlam | 1 | -8/+8 | |
2002-10-20 | The default value for RPM_DB_PREFIX comes from bsd.pkg.default.mk. | jlam | 1 | -2/+1 | |
2002-10-20 | * Use bsd.pkg.install.mk instead of homegrown INSTALL/DEINSTALL script | jlam | 3 | -42/+43 | |
creation. * Enhance INSTALL/DEINSTALL scripts so that they may remove the RPM databases on deinstallation if RPM was never used. * Allow new knob RPM_DB_PREFIX that defaults to "/var/pkg" that is the prefix for the path to the RPM databases. The databases are kept in ${RPM_DB_PREFIX}/lib/rpm. | |||||
2002-10-05 | Unused. | wiz | 1 | -37/+0 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 2 | -5/+29 | |
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework. | |||||
2002-04-04 | czech locale should go under locale/cs, not locale/cz | jdolecek | 2 | -3/+6 | |
pointed out by Thomas Klausner | |||||
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 4 | -3/+3 | |
2001-10-24 | only conflict on rpm2cpio < 1.0nb1 | lukem | 1 | -2/+2 | |
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -2/+2 | |
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this. | |||||
2001-08-16 | Use FILES_SUBST{,_SED} instead of a separate listing of variables to | jlam | 1 | -8/+10 | |
substitute by sed for INSTALL/DEINSTALL. | |||||
2001-07-27 | Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default | jlam | 1 | -1/+2 | |
installation directory in case the package isn't installed. | |||||
2001-07-20 | Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set | jlam | 1 | -2/+2 | |
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>. | |||||
2001-07-15 | Pass LDFLAGS through to compilation of popt library. Fixes pkg/13476 by | jlam | 2 | -4/+13 | |
Matthew Herzog <kimwana@felt.ne.mediaone.net>. | |||||
2001-07-14 | librpm needs libintl, so include gettext-lib/buildlink.mk in | jlam | 1 | -1/+3 | |
rpm/buildlink.mk. | |||||
2001-07-14 | Convert to use only buildlink.mk files and mark as USE_BUILDLINK_ONLY. | jlam | 3 | -5/+39 | |
Add necessary dependency on zlib. | |||||
2001-07-01 | Move inclusion of bsd.buildlink.mk to start of file. | jlam | 1 | -3/+3 | |
2001-06-23 | Generalize how the dependency pattern may be specified. Instead of just | jlam | 1 | -4/+5 | |
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS. | |||||
2001-06-18 | Add buildlink.mk file for use by other package Makefiles. | jlam | 1 | -0/+33 | |
2001-04-20 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -11/+9 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
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-07 | add CONFLICTS as misc/rpm package has rpm2cpio program. Problem noted by | kei | 1 | -1/+3 | |
IWAMOTO Toshihiro in private mail. Thanks. | |||||
2001-02-26 | Automatically initialize RPM database on pkg_install if necessary. Also | jlam | 3 | -33/+50 | |
correct DEINSTALL message to refer to the correct directory for the RPM database. | |||||
2001-02-25 | Cleanup MKDIR usage => INSTALL_*_DIR | hubertf | 1 | -2/+2 | |
XXX need to teach pkglint to be more picky about this | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-11-01 | update gettext dependency. USE_LIBINTL + BUILD_DEPENDS devel/gettext. | itojun | 1 | -2/+3 | |
2000-09-10 | Add documentation for --initdb to manpage; mention its use in INSTALL, | wiz | 5 | -2/+98 | |
and what to remove in DEINSTALL. Fixes pkg/8701 by Hauke Fath. | |||||
2000-07-31 | The gettext package gained a shared library. For all packages which | jlam | 1 | -2/+2 | |
link against libintl.so, update the dependency on gettext to >=0.10.35nb1. | |||||
2000-07-29 | Change build dependency on gettext to a dependency, since gettext now | jlam | 1 | -2/+2 | |
installs a shared libintl.so library. | |||||
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+7 | |
1999-02-19 | Remove obsolete version-based CONFLICTS. | tv | 1 | -3/+1 | |
1999-02-17 | "gettext" is only needed at build time, so use "BUILD_DEPENDS". | tron | 1 | -2/+2 | |
1999-01-01 | Depend on gettext, otherwise the build blows up. | garbled | 1 | -1/+3 | |
1998-11-10 | Sync with reality. | tron | 1 | -1/+11 | |
1998-11-10 | Fix installation for NetBSD 1.3.x. | tron | 1 | -0/+15 | |
1998-11-05 | 2.5.4 | mycroft | 17 | -288/+97 | |
1998-10-13 | Make this compile properly, by using the rpm library in the build tree | agc | 1 | -3/+7 | |
- fix from "Gary D. Duzan" <gary@wheel.tiac.net>, in PR pkg/6273. | |||||
1998-10-08 | Correct the format of the SUFFIXES entries. | agc | 1 | -2/+2 | |
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -2/+3 | |
- 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-10 | - RPM's main distribution site is ftp.rpm.org (a different anonymous | tv | 2 | -7/+5 | |
server on RedHat's machines). - rpm is no longer dependent on gdbm (only used for rpmconvert, which this pkg does not build). | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 10 | -0/+20 | |
1998-07-29 | Fix some lossage (rpm got installed to /; the rc files went to | frueauf | 8 | -199/+203 | |
/usr/pkg/share/share/misc) and diff only one file per patchfile for better maintainance. | |||||
1998-07-10 | Update to 2.5.1, with a horrible hack around the INSTALL_PROGRAM problem. | mycroft | 7 | -46/+236 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -2/+1 | |
1998-05-23 | Fix --host= rule to use a three part architecture, and fix GNU pkgs to use | tv | 1 | -2/+1 | |
the new automatic --host= setting. Now all GNU pkgs should work on all archs (including arm32), except emacs/xemacs, which I'll fix soon. | |||||
1998-04-24 | Move to relative paths in the pkgsrc tree. | agc | 1 | -2/+2 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -5/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-03-20 | Tidy this up, and make me the `maintainer'. | mycroft | 1 | -8/+5 | |