Commit Graph

90 Commits

Author SHA1 Message Date
Marcel Moolenaar
ee41069f85 Duplicate the two different MD5 checksums for redhat-release-*.rpm
in both distinfo files. The alpha and i386 versions are identical
except for some meta-data.

Requested by: trevor
2002-12-10 03:04:57 +00:00
Marcel Moolenaar
dad821b043 The previous commit deserved a revision bump.
Acknowledged by: kris
2002-12-03 06:45:56 +00:00
Marcel Moolenaar
950671e1f4 Fix both alpha and i386. The major change is that glibc has been
updated.

Reviewed by: kris
2002-12-03 06:27:50 +00:00
Mark Murray
d1b7d59c8a Force links so reinstalls can happen. 2002-11-05 08:23:18 +00:00
Trevor Johnson
f58e55ea1e On -CURRENT (i386), installation of the bash RPM failed because of
a missing libtermcap.so.2.
2002-09-26 16:26:19 +00:00
Trevor Johnson
e7bfaf6db7 The redhat-release-7.1-1.noarch.rpm from Red Hat 7.1/Alpha has a
different MD5 hash from the corresponding package from 7.1/i386.
The contained etc/redhat-release files have the same contents but
different time stamps.  By having both hashes in both distinfo
files, installation can proceed for users who share the same distfile
cache for both architectures.
2002-09-26 16:21:32 +00:00
Maxim Sobolev
4fe6852b8f Due to popular demant into each port which might be inserted into dependency
list by bsd.port.mk insert anti foot-shooting device, which prevents
infinite fork loop when the user defines corresponding USE_XXX in global
make.conf, command line or environment.

Similar devices should probably be inserted into ports that might be inserted
into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk
and so on.)
2002-09-14 13:32:06 +00:00
Trevor Johnson
07f5480d94 Bump PORTREVISION for the glibc update. 2002-08-28 11:54:41 +00:00
Trevor Johnson
48f343aba0 Update glibc to 2.2.4-29, to avoid resolver and RPC security bugs. 2002-08-28 11:43:54 +00:00
Trevor Johnson
7fac87763d These should have the resolver bug too. 2002-08-26 09:56:34 +00:00
Trevor Johnson
fc90e46ce0 Forbid because of XDR security bug. 2002-08-26 09:47:59 +00:00
Akinori MUSHA
e24c539e8e Use MASTER_SITE_REDHAT_LINUX. 2002-07-25 18:55:23 +00:00
David E. O'Brien
02709ab678 Upgrade to Red Hat 7.x support. Many binary-only packages are now requiring
Red Hat 7.x to run.
2002-05-28 02:35:23 +00:00
David E. O'Brien
6ef958d2f5 This file isn't used any more -- distinfo.{ARCH} is. 2002-05-28 02:30:22 +00:00
Kris Kennaway
fb7f2dbe43 Catch up checksums of arch-neutral files to distinfo.i386
Submitted by:	bento
2002-05-15 23:30:05 +00:00
Norikatsu Shigemura
f99b430f55 add missing directory.
Reviewed by:	knu (mentor)
2002-04-28 17:48:27 +00:00
Trevor Johnson
44cde67dc9 Bump PORTREVISION for the zlib update.
Forgotten by:	me
Reported by:	Mike Buchanon <buchanon@mlss15.cl.msu.edu>
PR:		35860
2002-03-13 15:58:21 +00:00
Trevor Johnson
48d1b32f61 Update for zlib "double free" security bug
(http://www.redhat.com/support/errata/RHSA-2002-026.html).  I only
tested this on i386.
2002-03-12 13:44:43 +00:00
Pete Fritchman
3aef562436 Fix ownership on ${LINUXBASE}/var/spool/mail.
PR:		33096
2001-12-23 09:10:13 +00:00
Marcel Moolenaar
d9b729a5ca Pass maintainership over to ports@FreeBSD.org. The linux_base ports
are getting beyond my control.
2001-11-18 05:58:33 +00:00
David W. Chapman Jr.
479a523af4 Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exists.
PR:		30497
Submitted by:	Dan Larsson
Approved by:	will
2001-09-23 19:50:42 +00:00
Jimmy Olgeni
f5e2f824d5 Chase the directory layout on ftp.redhat.com, no checksum changes. 2001-05-24 08:28:41 +00:00
Jimmy Olgeni
2f10aec825 Fix unknown uid/gids that come out of the RPMs, to avoid the quotacheck
warning about unknown owners. Add a reminder in the Makefile, because this
fix should be removed when a new release of the RPMS fixes the problem.

Specifically, the only affected file in the LINUXBASE hierarchy is
usr/man/man8/setserial.8 (-> root:wheel)

Approved by:	marcel
2001-04-25 17:26:30 +00:00
David E. O'Brien
30af7b687e rpm' and rpm2cpio' have been repocopied from "misc" to "archivers". 2001-03-20 20:28:14 +00:00
Steve Price
ab81d2e662 Make this package again on the Alpha. 2001-03-09 03:31:03 +00:00
Ben Smithurst
de2b7db731 Add a .uk master site.
Approved by:	marcel (maintainer)
2000-11-25 21:35:40 +00:00
Satoshi Asami
295b241ccf PREFIX is still needed -- just set it to ${LINUXBASE}.
Submitted by:	bento
2000-11-25 01:49:16 +00:00
Marcel Moolenaar
da038eb9ee The info package seems to be sensitive about the locale
settings and fails to install if the language is not C.
Override any locale settings when running rpm.

PR: 16621
Submitted by: Mikhail Teterin <mi@video-collage.com>
2000-11-21 07:38:23 +00:00
Marcel Moolenaar
2ca6f95f20 Don't enable NIS by default. The example yp.conf file installed
by the port had actual definitions with bogus values. Comment
out the definitions.

PR: 21554
Originator: Youki Kadobayashi <youki-k@is.aist-nara.ac.jp>
2000-11-21 07:23:24 +00:00
Marcel Moolenaar
7e57926465 Replace the locally defined PREFIX (defined as /compat/linux)
by the globally defined LINUXBASE. Setting DESTDIR on the
command line now does what one expects.

Also, don't download and install glib-1.2.5 when we're also
downloading and installing glib-1.2.6. It's now possible to
reinstall this port over itself.
2000-11-21 07:19:57 +00:00
Satoshi Asami
479b3e87ff Move files/md5.{i386,alpha} to distinfo.{i386,alpha}. 2000-10-08 10:28:37 +00:00
Satoshi Asami
5a925ca018 Rename PLIST.* to pkg-plist.*. 2000-10-08 00:54:28 +00:00
Marcel Moolenaar
6675b7b033 Use distinct md5 files for both alpha and i386. There are arch.
independent packages that, despite the identical names, have
different contents.

This "feature" is currently implemented in a way that works
around a limitation in bsd.port.mk and can be considered a
hack.
2000-09-04 22:28:41 +00:00
Marcel Moolenaar
0447f28d88 Update the checksum of 4 architecture independent rpms. The alpha
versions are not the same as the i386 version, even though they
have the same name.

This fix does not have effect until the architecture specific md5
files are used.
2000-09-04 22:07:40 +00:00
Marcel Moolenaar
d675e98965 Revert previous checksum change. The checksums were correct for
the i386. They seem to be wrong for alpha. Whether that's caused
by a bad mirror or is caused by a structural bogosity has to be
determined at this time.
2000-09-04 21:05:49 +00:00
David E. O'Brien
e82dc9f7fc Fix checksums. And no I don't care why they changed. 2000-09-02 05:57:07 +00:00
Marcel Moolenaar
ee3383d32d Add missing ';;' in previous commit. 2000-08-21 23:43:25 +00:00
Sheldon Hearn
4e28d4de05 Do not rely on the linux(8) shell script. Instead, use an INSTALL
script so that the behaviour of a package installation matches
that of a port installation identically.

Note that, in the package case, we already have a valid run-time
linker hints file for Linux.
2000-08-15 10:22:36 +00:00
Mike Smith
6710b4a9f0 RH6.1 has moved into old-releases on the master and most mirrors,
track this while we wait for 6.3 or something less buggy than 6.2.
2000-05-28 22:53:57 +00:00
Bill Fumerola
ccf4c430e0 ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go. 2000-05-14 05:40:52 +00:00
Michael Haro
b7f08d10c0 PORTNAME/VERSION stuff 2000-04-12 04:56:17 +00:00
Satoshi Asami
b2fc2bafbb Add virtual category "linux" to Linux apps and support libs/utils. 2000-02-28 08:34:04 +00:00
Marcel Moolenaar
7c9c2cf2a8 Revert to using /compat/linux instead of /usr/compat/linux. The
linuxulator uses /compat/linux and /compat may be a link (it is
on fresh installs) and may not point to /usr/compat at all. Also,
linux_devtools still uses /compat/linux.

If the prefix is changed to something other than /compat/linux,
make sure it's changed in all relevant places!
2000-02-18 18:14:07 +00:00
Jun Kuriyama
31b5fc4a18 Use BUILD_DEPENDS on rpm, instead of RUN_DEPENDS.
Discussed with:	marcel
2000-02-17 13:39:39 +00:00
David E. O'Brien
8dbaa24496 Change PREFIX to /usr/compat/linux as the compat bits are really intended
to live in /usr rather than /.
2000-02-17 06:09:06 +00:00
Marcel Moolenaar
4443946f48 Install packages with -U instead of -i. This should minimize the
problems people have when they install the port without removing
the previously installed version.
2000-01-10 13:04:34 +00:00
Marcel Moolenaar
b4e731e713 We definitely have a CVS problem somewhere. This wasn't committed in
the previous commit. Maybe it's related to removing files in the
same commit. Anyway..

Update to Red Hat 6.1.

Noticed by: jedgar
2000-01-06 10:47:13 +00:00
Marcel Moolenaar
9782a69b13 Upgrade to Red Hat 6.1. The port also allows installing updates,
which makes it easier to keep it up to date.

Thanks to: Sean O'Connell (sean@stat.duke.edu) for his support.
2000-01-05 23:25:43 +00:00
David E. O'Brien
49634bd73a Use `mkdir -p'' rather than `mkdir''.
A problem exists when one ``pkg_add -r acroread'' and ftp.crom.com is at
it's limit.  One can be able to download Latest/acroread.tgz.  BUT when
`pkg_add' tries to install all the dependancies it fails due to being unable
to fetch one of them.  If the user then ``pkg_add -r acroread'' again in an
attempt to get everything installed they now get scary error messages from
``mkdir'' since the directories already exist.
1999-10-24 22:55:21 +00:00
Marcel Moolenaar
07f77bbcce Linux needs a yp.conf file for NIS to work. Install a sample yp.conf so that
NIS users now what to do. Display a note after installation of the port/package
to draw attention to it.

Creating the proper yp.conf on the fly is being considered...

PR: 12748
Originator: Palle Girgensohn <girgen@partitur.se>
Solution by: Palle
Thanks to: nsayer
1999-09-17 19:24:39 +00:00