summaryrefslogtreecommitdiffstats
path: root/emulators/linux_base
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired linux_base-6 port.trevor2005-06-101-1/+1
|
* Set NO_LATEST_LINK.krion2005-01-301-0/+1
|
* Remove RESTRICTED line. Instead tell distributors about thetrevor2005-01-151-1/+7
| | | | accompanying source package.
* Add needed file.trevor2005-01-141-0/+60
| | | | Noticed by: Jin-Shan Tseng
* Remove unneeded file (I forgot to commit it earlier).trevor2005-01-141-9749/+0
|
* Do not reformat PKGMESSAGE. I added code that should not be flowed.trevor2005-01-141-1/+1
|
* Update to 7.3.trevor2005-01-146-10034/+111
| | | | | | | Do not touch /compat/linux/dev/ but instead leave that up to the user (addresses PR 54970). Take maintainership.
* Back out the check for the osf1 module: when I looked attrevor2005-01-141-11/+0
| | | | | | | src/sys/alpha/linux/linux_sysvec.c I saw that the linux module depends upon it. Prompted by: Daniel O'Connor
* On Alpha, the osf1 module must be loaded before the linux module.trevor2005-01-131-0/+12
| | | | | | Do this. Add ID tag.
* In FreeBSD 4 and later there are no longer separate linuxaout andtrevor2005-01-131-1/+1
| | | | linuxelf modules.
* Don't use .error -- it breaks 'make index' on sparc64.obrien2004-12-291-2/+0
|
* Eeeek rev 1.95 accidently backed out rev 1.94; put back.obrien2004-12-281-1/+1
|
* Quiet installation errors due to lack of /dev/null w/in LINUXBASE.obrien2004-12-281-0/+6
|
* Totally unravel the "do-patch: NADA" stuff started in rev 1.93.obrien2004-12-281-16/+12
|
* Properly set owner of yp.conf.obrien2004-12-281-1/+1
|
* Remove useless "do-patch: NADA" -- the lack of patch-* files is sufficient.obrien2004-12-271-3/+0
|
* These ports should be using 'ARCH' rather than 'MACHINE_ARCH'.obrien2004-12-271-35/+40
| | | | Submitted by: kris
* Mark forbidden due to X Pixmap parsing bugs intrevor2004-12-211-0/+2
| | | | | | | | 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
* Fix whitespace after my last commit (portlint).trevor2004-12-211-1/+1
|
* Update CONFLICTS.trevor2004-12-211-1/+2
| | | | | PR: 75283 Submitted by: linimon
* On amd64 we want to use FALLBACK_ELF_MIB as kern.elf32.fallback_brand,obrien2004-12-141-1/+4
| | | | vs. kern.fallback_elf_brand.
* First cut at supporting AMD64 (to give 32-bit support).obrien2004-08-301-0/+5
|
* Minor portlint nit.obrien2004-08-301-1/+1
|
* SIZEify.trevor2004-03-172-0/+57
|
* Remove bogus /dev/null check.des2004-02-221-20/+0
|
* Try to mount linproc in post-install.trevor2004-02-071-0/+4
|
* For i386, use latest glibc and XFree86-libs, and increment PORTREVISION.trevor2004-02-062-6/+7
| | | | | | 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.
* Sort.trevor2004-02-061-4/+4
|
* Try to mount and unmount both linproc and linprocfs: the formertrevor2004-02-051-0/+8
| | | | is documented in linprocfs(5) but I have seen and used the latter.
* Fix CONFLICTS lines, as requested by eik then petef:trevor2004-02-051-1/+1
| | | | | | | | | | | | | | 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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* Fix the install by stripping the i386 tag out of DISTFILES.marcus2004-01-221-1/+1
| | | | | Reported by: Stephen Hilton <nospam@hiltonbsd.com> Tested by: Stephen Hilton <nospam@hiltonbsd.com>
* Remove the two checksums for redhat-release-7.1-1.noarch.rpm from eachmarcus2004-01-223-8/+8
| | | | | | | | | | | | | | 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]
* Add WITH_JAIL knob, making it easier to install linux_base in jail.anders2003-12-071-0/+36
|
* Add to i386 packing list some directories I missed in the lasttrevor2003-11-151-0/+56
| | | | XFree86-libs update.
* Tidy Alpha packing list. Most of this is stuff I missed in thetrevor2003-10-201-4/+13
| | | | | | XFree86-libs update. Noticed by: kris
* Update to the latest XFree86-libs packages. The security problemstrevor2003-09-305-14/+108
| | | | | listed in RHSA-2003-064 do not pertain to us AFAICT. I only tested this on i386.
* ECHO -> ECHO_MSGedwin2003-09-271-3/+3
| | | | | | | (ECHO_CMD for deskutils/notebook) PR: ports/56767-56770,56772-56774,56776-56784 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Register conflicts among linux_base ports.trevor2003-07-031-0/+1
|
* Lars Eggert reports:trevor2003-06-101-0/+16
| | | | | | | | | | | | | 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
* security update:trevor2003-06-015-10/+10
| | | | | | | | | | | | | 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>
* Make libstdc++-2.96-112.7.1.i386.rpm to be extracted and included intomita2003-05-192-3/+5
| | | | | | | | | | | | | | 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.
* For the Alpha, update glibc and un-forbid (untested).trevor2003-04-092-6/+7
| | | | | PR: 50313 Submitted by: Miguel Mendez
* For i386, update glibc and for the Alpha, mark forbidden due totrevor2003-04-082-5/+9
| | | | | | | | | | | | 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.
* De-pkg-comment.knu2003-02-202-1/+1
|
* Duplicate the two different MD5 checksums for redhat-release-*.rpmmarcel2002-12-102-0/+2
| | | | | | | in both distinfo files. The alpha and i386 versions are identical except for some meta-data. Requested by: trevor
* The previous commit deserved a revision bump.marcel2002-12-031-1/+1
| | | | Acknowledged by: kris
* Fix both alpha and i386. The major change is that glibc has beenmarcel2002-12-034-18/+13
| | | | | | updated. Reviewed by: kris
* Force links so reinstalls can happen.markm2002-11-051-2/+2
|
* On -CURRENT (i386), installation of the bash RPM failed because oftrevor2002-09-261-1/+2
| | | | a missing libtermcap.so.2.
OpenPOWER on IntegriCloud