Commit graph

149 commits

Author SHA1 Message Date
jlam
cb76bd5efc Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
jlam
34d11d8a0f Generalize how the dependency pattern may be specified. Instead of just
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-23 19:26:48 +00:00
jlam
53a25b886f Add buildlink.mk file for use by other package Makefiles. 2001-06-18 10:24:49 +00:00
agc
88670a4a89 Move to sha1 digests, and add distfile sizes. 2001-04-20 13:52:07 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
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-27 03:19:43 +00:00
kei
e86e6140eb add CONFLICTS as misc/rpm package has rpm2cpio program. Problem noted by
IWAMOTO Toshihiro in private mail.  Thanks.
2001-03-07 07:07:11 +00:00
jlam
12a0b47217 Automatically initialize RPM database on pkg_install if necessary. Also
correct DEINSTALL message to refer to the correct directory for the RPM
database.
2001-02-26 14:36:11 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
itojun
d81dfddb64 update gettext dependency. USE_LIBINTL + BUILD_DEPENDS devel/gettext. 2000-11-01 16:00:40 +00:00
wiz
0f0e939fd7 Add documentation for --initdb to manpage; mention its use in INSTALL,
and what to remove in DEINSTALL. Fixes pkg/8701 by Hauke Fath.
2000-09-10 12:02:48 +00:00
jlam
d0d079e75e The gettext package gained a shared library. For all packages which
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-31 04:14:04 +00:00
jlam
a50cf5b8a8 Change build dependency on gettext to a dependency, since gettext now
installs a shared libintl.so library.
2000-07-29 02:21:56 +00:00
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
tv
6538c7f117 Remove obsolete version-based CONFLICTS. 1999-02-19 01:01:06 +00:00
tron
c0fbbe52da "gettext" is only needed at build time, so use "BUILD_DEPENDS". 1999-02-17 08:13:27 +00:00
garbled
21519511b4 Depend on gettext, otherwise the build blows up. 1999-01-01 22:35:25 +00:00
tron
96038dce76 Sync with reality. 1998-11-10 22:39:59 +00:00
tron
cd1a76f8f8 Fix installation for NetBSD 1.3.x. 1998-11-10 22:39:29 +00:00
mycroft
7d2ff27a47 2.5.4 1998-11-05 01:34:01 +00:00
agc
23459f7e3d Make this compile properly, by using the rpm library in the build tree
- fix from "Gary D.  Duzan" <gary@wheel.tiac.net>, in PR pkg/6273.
1998-10-13 14:28:01 +00:00
agc
f489dff7fe Correct the format of the SUFFIXES entries. 1998-10-08 10:38:06 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- 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-20 15:16:34 +00:00
tv
3f9561d0f5 - RPM's main distribution site is ftp.rpm.org (a different anonymous
server on RedHat's machines).
- rpm is no longer dependent on gdbm (only used for rpmconvert, which
  this pkg does not build).
1998-08-10 15:45:08 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
frueauf
e329821eb9 Fix some lossage (rpm got installed to /; the rc files went to
/usr/pkg/share/share/misc) and diff only one file per patchfile for
better maintainance.
1998-07-29 13:41:19 +00:00
mycroft
4d24061148 Update to 2.5.1, with a horrible hack around the INSTALL_PROGRAM problem. 1998-07-10 05:25:45 +00:00
agc
daa3dd519a Update package Makefiles for automatic manual page handling. 1998-06-22 12:44:29 +00:00
tv
92d0556067 Fix --host= rule to use a three part architecture, and fix GNU pkgs to use
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-05-23 15:42:58 +00:00
agc
6e7b5cf644 Move to relative paths in the pkgsrc tree. 1998-04-24 09:20:33 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
mycroft
7e04ca2f22 Tidy this up, and make me the `maintainer'. 1998-03-20 05:54:42 +00:00
mycroft
5f04209d0a Remove unnecessary patches. 1998-03-20 05:46:15 +00:00
mycroft
e8cbb090d6 Update to 2.4.12. 1998-03-20 05:39:22 +00:00
hubertf
af83ec5a4e ARCH -> MACHINE_ARCH 1998-02-09 07:10:20 +00:00
hubertf
8639bafeaa Fix setting CONFIGURE_ARGS ("=" -> "+=") 1997-12-22 07:45:38 +00:00
hubertf
15537b72cd Update for 2.4.10, from FreeBSD 1997-12-17 10:15:55 +00:00
agc
5358faaf74 Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
hubertf
e2f25f4821 delete include/rpm on pkg_delete 1997-10-27 01:17:24 +00:00
hubertf
924d753007 update V2.4.3 -> V2.4.8 1997-10-27 01:16:55 +00:00
hubertf
be99a28a98 LIBS+=-lcompat 1997-10-27 01:10:33 +00:00
hubertf
508a92d87e We are NetBSD! We got no <sys/stdtypes.h>! 1997-10-27 01:10:04 +00:00
hubertf
29e0fbaa33 we run netbsd on ${ARCH} 1997-10-27 01:06:12 +00:00
agc
5e0fb7dad5 Flesh out the description somewhat, so that its reason for existence
is a bit more discernable.
1997-10-13 15:03:49 +00:00
agc
f83d70e839 Remove obsolete patch to include <malloc.h> - this has been fixed in
the distribution sources.

Add a new patch to lib/rpmrc.c to include <sys/time.h> before
including <sys/resource.h>

Add a patch to po/Makefile.in to use mkdir to create a directory,
rather than $(INSTALL).
1997-10-13 14:59:15 +00:00
agc
a996542f28 Restore original FreeBSD RCS Id
Add NetBSD RCS Id.

Upgrade to version 2.4.8
1997-10-13 14:56:02 +00:00
hubertf
240eed442d Import as of 09/25/97 1997-10-11 21:53:59 +00:00