Commit graph

85 commits

Author SHA1 Message Date
Dag-Erling Smørgrav
2007679a45 Remove bogus /dev/null check. 2004-02-22 18:43:06 +00:00
Trevor Johnson
46b49844f7 For i386, use latest glibc and XFree86-libs, and increment PORTREVISION.
Advisories are at <URL:https://rhn.redhat.com/errata/RHSA-2003-286.html>
and <URL:https://rhn.redhat.com/errata/RHSA-2003-325.html>.
Hewlett-Packard has not issued updates for Red Hat 7.2/Alpha.
2004-02-06 00:09:58 +00:00
Trevor Johnson
4100e88725 Fix CONFLICTS lines, as requested by eik then petef:
I think it's a bug that linux_base thinks it conflicts with itself.

--petef

	The problem occurs if you do
	  make install; make install FORCE_PKG_REGISTER=yes
	which is somewhat supported, although [seldom] (never?) used.

--eik

Also record conflicts with cle_base.
2004-02-05 23:19:55 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Joe Marcus Clarke
4be8889692 Fix the install by stripping the i386 tag out of DISTFILES.
Reported by:	Stephen Hilton <nospam@hiltonbsd.com>
Tested by:	Stephen Hilton <nospam@hiltonbsd.com>
2004-01-22 17:43:26 +00:00
Joe Marcus Clarke
68342fefe1 Remove the two checksums for redhat-release-7.1-1.noarch.rpm from each
distinfo file, and instead fetch this one from from the i386 directory for
both Alpha and i386 architectures.  Based on the previous commit that
duplicated these entries in the plist, these files should be more or
less identical. Note: ftp-master will be updated soon with the correct
distfile. [1]

Also, remove redundant slashes from the jail message. [2]

PR:		61660 [1]
		61697 [2]
Submitted by:	Linh Pham <question@closedsrc.org> [2]
2004-01-22 01:39:09 +00:00
Anders Nordby
951c33cc28 Add WITH_JAIL knob, making it easier to install linux_base in jail. 2003-12-07 22:58:13 +00:00
Trevor Johnson
49a03228c0 Update to the latest XFree86-libs packages. The security problems
listed in RHSA-2003-064 do not pertain to us AFAICT.  I only tested
this on i386.
2003-09-30 16:16:29 +00:00
Edwin Groothuis
b705cbc95c ECHO -> ECHO_MSG
(ECHO_CMD for deskutils/notebook)

PR:		ports/56767-56770,56772-56774,56776-56784
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-09-27 00:23:56 +00:00
Trevor Johnson
57597c1200 Register conflicts among linux_base ports. 2003-07-03 14:38:31 +00:00
Trevor Johnson
885cb8d505 security update:
The function gzprintf within zlib, when called with a string
	longer than Z_PRINTF_BUFZISE (= 4096 bytes), can overflow
	without giving a warning.  zlib-1.1.4 and earlier exhibit
	this behavior. There are no known exploits of the gzprintf
	overrun, and only a few programs, including rpm2html and
	gimp-print, are known to use the gzprintf function.  The
	problem has been fixed by checking the length of the output
	string within gzprintf.

--<URL:http://rhn.redhat.com/errata/RHSA-2003-079.html>
2003-06-01 08:23:28 +00:00
Yoshio MITA
13718d41d6 Make libstdc++-2.96-112.7.1.i386.rpm to be extracted and included into
package.  libstdc++-2.96 is a core package that is referenced by many
linux_base applications such as linux-eagle.  For instance, linux-eagle
doesn't work with linux_base-7.1_3.

Despite the importance, libstdc++-2.96 has been forgotten to be extracted
since 6 months.  (Actually, the RPM package is listed in the Makefile,
but was badly defined so that no extraction was performed.)

Since linux_base is an important package, I hesitated to commit this
correction (for a long time :).  If there is any incovenience in the
way of package definition, please feel free to correct my change.
2003-05-19 06:26:25 +00:00
Trevor Johnson
007fd60dd7 For the Alpha, update glibc and un-forbid (untested).
PR:	50313
Submitted by:	Miguel Mendez
2003-04-09 02:05:12 +00:00
Trevor Johnson
f0b43969f2 For i386, update glibc and for the Alpha, mark forbidden due to
remotely exploitable RPC bug (Red Hat advisory RHSA-2003-089 and
CERT advisory CA-2003-10).

According to <URL:http://www.redhat.com/apps/support/errata/>, "all
errata support for Alpha products, Sparc products, and Powertools
products have reached end of life."

I didn't do proper run-time testing of this, but "make package
deinstall" leaves a clean /compat/linux/ behind.
2003-04-08 21:22:45 +00:00
Akinori MUSHA
1707b424cb De-pkg-comment. 2003-02-20 17:24:13 +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
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
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
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
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
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