Commit graph

135 commits

Author SHA1 Message Date
Trevor Johnson
38b9c3299d Remove expired linux_base-6 port. 2005-06-10 08:27:55 +00:00
Kirill Ponomarev
c99888d3e9 Set NO_LATEST_LINK. 2005-01-30 17:28:30 +00:00
Trevor Johnson
2fc6ffdcf0 Remove RESTRICTED line. Instead tell distributors about the
accompanying source package.
2005-01-15 19:09:37 +00:00
Trevor Johnson
0538c8079b Add needed file.
Noticed by:	Jin-Shan Tseng
2005-01-14 14:19:02 +00:00
Trevor Johnson
10b4dae489 Remove unneeded file (I forgot to commit it earlier). 2005-01-14 10:08:00 +00:00
Trevor Johnson
71d276407a Do not reformat PKGMESSAGE. I added code that should not be flowed. 2005-01-14 07:29:12 +00:00
Trevor Johnson
7c019f1fd6 Update to 7.3.
Do not touch /compat/linux/dev/ but instead leave that up to the
user (addresses PR 54970).

Take maintainership.
2005-01-14 06:17:30 +00:00
Trevor Johnson
155ea4a67c Back out the check for the osf1 module: when I looked at
src/sys/alpha/linux/linux_sysvec.c I saw that the linux module
depends upon it.

Prompted by:	Daniel O'Connor
2005-01-14 05:45:40 +00:00
Trevor Johnson
8bef3264ea On Alpha, the osf1 module must be loaded before the linux module.
Do this.

Add ID tag.
2005-01-13 23:46:24 +00:00
Trevor Johnson
73a8261dc8 In FreeBSD 4 and later there are no longer separate linuxaout and
linuxelf modules.
2005-01-13 23:42:56 +00:00
David E. O'Brien
0e9a9fb33f Don't use .error -- it breaks 'make index' on sparc64. 2004-12-29 19:19:15 +00:00
David E. O'Brien
0836bc6955 Eeeek rev 1.95 accidently backed out rev 1.94; put back. 2004-12-28 06:35:08 +00:00
David E. O'Brien
65446a732c Quiet installation errors due to lack of /dev/null w/in LINUXBASE. 2004-12-28 06:09:02 +00:00
David E. O'Brien
8fb0841852 Totally unravel the "do-patch: NADA" stuff started in rev 1.93. 2004-12-28 06:07:56 +00:00
David E. O'Brien
214174689f Properly set owner of yp.conf. 2004-12-28 06:04:47 +00:00
David E. O'Brien
49a7e4d168 Remove useless "do-patch: NADA" -- the lack of patch-* files is sufficient. 2004-12-27 22:11:20 +00:00
David E. O'Brien
f412920126 These ports should be using 'ARCH' rather than 'MACHINE_ARCH'.
Submitted by:	kris
2004-12-27 21:47:57 +00:00
Trevor Johnson
8443a1b7f6 Mark forbidden due to X Pixmap parsing bugs in
the XFree86-libs RPM installed by this port.

advisories:
CAN-2004-0687, CAN-2004-0688, CAN-2004-0692,
RHSA-2004-478, CAN-2004-0914, RHSA-2004-612
2004-12-21 22:16:17 +00:00
Trevor Johnson
df85f50a9d Fix whitespace after my last commit (portlint). 2004-12-21 22:07:21 +00:00
Trevor Johnson
ce8d2856e5 Update CONFLICTS.
PR:		75283
Submitted by:	linimon
2004-12-21 19:49:43 +00:00
David E. O'Brien
a2fc57960b On amd64 we want to use FALLBACK_ELF_MIB as kern.elf32.fallback_brand,
vs. kern.fallback_elf_brand.
2004-12-14 19:26:50 +00:00
David E. O'Brien
2051fe865d First cut at supporting AMD64 (to give 32-bit support). 2004-08-30 02:11:02 +00:00
David E. O'Brien
f3ed87ea32 Minor portlint nit. 2004-08-30 01:15:25 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Dag-Erling Smørgrav
2007679a45 Remove bogus /dev/null check. 2004-02-22 18:43:06 +00:00
Trevor Johnson
38e021570c Try to mount linproc in post-install. 2004-02-07 19:52:57 +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
0ac4c1101c Sort. 2004-02-06 00:00:59 +00:00
Trevor Johnson
38fcc938f3 Try to mount and unmount both linproc and linprocfs: the former
is documented in linprocfs(5) but I have seen and used the latter.
2004-02-05 23:38:23 +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
7b571300bc Add to i386 packing list some directories I missed in the last
XFree86-libs update.
2003-11-15 06:26:34 +00:00
Trevor Johnson
c9e7cd7d75 Tidy Alpha packing list. Most of this is stuff I missed in the
XFree86-libs update.

Noticed by:	kris
2003-10-20 00:02:29 +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
1cf930b9cc Lars Eggert reports:
Installation of linux_base-7.1_2 fails when linprocfs is
	mounted.  Unmounting linprocfs before installing works
	around the issue.

At Lars' suggestion, this script also mounts the linprocfs after
installation.  I assume that if the user has a linprocfs entry in
/etc/fstab, the user wants it to be mounted.  It also seemed like
a good idea to un-mount it before de-installation.

PR:	46172
2003-06-10 14:57:03 +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
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