summaryrefslogtreecommitdiffstats
path: root/emulators/linux_base-suse-9.1
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for the zlib update.trevor2002-03-131-0/+1
| | | | | | Forgotten by: me Reported by: Mike Buchanon <buchanon@mlss15.cl.msu.edu> PR: 35860
* Update for zlib "double free" security bugtrevor2002-03-126-8/+10
| | | | | (http://www.redhat.com/support/errata/RHSA-2002-026.html). I only tested this on i386.
* Fix ownership on ${LINUXBASE}/var/spool/mail.petef2001-12-231-0/+1
| | | | PR: 33096
* Pass maintainership over to ports@FreeBSD.org. The linux_base portsmarcel2001-11-181-1/+1
| | | | are getting beyond my control.
* Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer ↵dwcjr2001-09-231-1/+0
| | | | | | | | exists. PR: 30497 Submitted by: Dan Larsson Approved by: will
* Chase the directory layout on ftp.redhat.com, no checksum changes.olgeni2001-05-241-3/+3
|
* Fix unknown uid/gids that come out of the RPMs, to avoid the quotacheckolgeni2001-04-251-0/+3
| | | | | | | | | | 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
* `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".obrien2001-03-201-1/+1
|
* Make this package again on the Alpha.steve2001-03-091-7/+7
|
* Add a .uk master site.ben2000-11-251-0/+1
| | | | Approved by: marcel (maintainer)
* PREFIX is still needed -- just set it to ${LINUXBASE}.asami2000-11-251-0/+1
| | | | Submitted by: bento
* The info package seems to be sensitive about the localemarcel2000-11-211-7/+8
| | | | | | | | 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>
* Don't enable NIS by default. The example yp.conf file installedmarcel2000-11-211-2/+2
| | | | | | | | 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>
* Replace the locally defined PREFIX (defined as /compat/linux)marcel2000-11-211-21/+20
| | | | | | | | | 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.
* Move files/md5.{i386,alpha} to distinfo.{i386,alpha}.asami2000-10-081-5/+1
|
* Rename PLIST.* to pkg-plist.*.asami2000-10-081-1/+1
|
* Use distinct md5 files for both alpha and i386. There are arch.marcel2000-09-041-0/+5
| | | | | | | | | 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.
* Update the checksum of 4 architecture independent rpms. The alphamarcel2000-09-041-4/+4
| | | | | | | | 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.
* Revert previous checksum change. The checksums were correct formarcel2000-09-041-4/+4
| | | | | | 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.
* Fix checksums. And no I don't care why they changed.obrien2000-09-021-4/+4
|
* Add missing ';;' in previous commit.marcel2000-08-211-0/+1
|
* Do not rely on the linux(8) shell script. Instead, use an INSTALLsheldonh2000-08-153-15/+29
| | | | | | | | 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.
* RH6.1 has moved into old-releases on the master and most mirrors,msmith2000-05-281-1/+1
| | | | track this while we wait for 6.3 or something less buggy than 6.2.
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.billf2000-05-141-1/+1
|
* PORTNAME/VERSION stuffmharo2000-04-121-3/+2
|
* Add virtual category "linux" to Linux apps and support libs/utils.asami2000-02-281-1/+1
|
* Revert to using /compat/linux instead of /usr/compat/linux. Themarcel2000-02-181-1/+1
| | | | | | | | | 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!
* Use BUILD_DEPENDS on rpm, instead of RUN_DEPENDS.kuriyama2000-02-171-1/+1
| | | | Discussed with: marcel
* Change PREFIX to /usr/compat/linux as the compat bits are really intendedobrien2000-02-171-1/+1
| | | | to live in /usr rather than /.
* Install packages with -U instead of -i. This should minimize themarcel2000-01-101-5/+5
| | | | | problems people have when they install the port without removing the previously installed version.
* We definitely have a CVS problem somewhere. This wasn't committed inmarcel2000-01-061-49/+75
| | | | | | | | | the previous commit. Maybe it's related to removing files in the same commit. Anyway.. Update to Red Hat 6.1. Noticed by: jedgar
* Upgrade to Red Hat 6.1. The port also allows installing updates,marcel2000-01-055-5175/+6327
| | | | | | which makes it easier to keep it up to date. Thanks to: Sean O'Connell (sean@stat.duke.edu) for his support.
* Use ``mkdir -p'' rather than ``mkdir''.obrien1999-10-242-80/+80
| | | | | | | | | 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.
* Linux needs a yp.conf file for NIS to work. Install a sample yp.conf so thatmarcel1999-09-175-0/+24
| | | | | | | | | | | | 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
* Add xpm by popular demand. libXpm is quite frequently used by glibc2 based Xmarcel1999-09-084-1/+8
| | | | | | binaries (or should I say X based glibc2 binaries), including Netscape. Partially submitted by: CHOI, Junho <cjh@wdb.co.kr>
* Make sure an install can be restarted after a failure. While I'm here, updatemarcel1999-09-033-3/+4
| | | | | DESCR and COMMENT so that they both contain the proper name of the port and do not contain the word `emulation'.
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-221-2/+2
| | | | chown -> ${CHOWN}
* Fix the way the port figures out if linux support is present in the kernel.marcel1999-08-181-7/+7
| | | | | | | | | It now also works when the linuxulator is compiled into the kernel (using options COMPAT_LINUX). Due to my misunderstanding, PR/12918 has been closed for the wrong reasons. My apologies to the originator. PR: 12918 Originator: Dean Lombardo <dlombardo@excite.com>
* o Unbreak the port. It still installs fine. If ldconfig terminatesmarcel1999-08-081-24/+27
| | | | | | | with a signal 11, then blame the emulator not the port. o Apply some cosmetic changes. The port now doesn't generate errors on a successful install. Installing the port isn't confusing anymore :-)
* Mark BROKEN, ldconfig does not install properly.billf1999-08-061-1/+3
| | | | | | | ldconfig-1.9.5-8.i386.rpm ELF binary type not known. Use "brandelf" to brand it. execution of script failed error: /home/billf/cvswork/rpm/ldconfig-1.9.5-8.i386.rpm cannot be installed
* linux_base is the reincarnation of linux_lib and obsoletes both linux_libmarcel1999-07-217-56/+9759
| | | | | | | | | | | | and linux-base. Both will be removed from the ports collection at the proper time. linux_base uses a subset of packages from a Red Hat 5.2 release to populate /compat/linux. There's no functional difference between linux-base and linux_base. The name of the latter is preferred over the name of the former. Reviewed by: Tim <hoek@FreeBSD.org> Supervised by: Satoshi <asami@FreeBSD.org>
* Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-261-1/+1
| | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :)
* Add a couple of devices so we can use Linux X servers too. Also cleanupsteve1999-05-031-2/+10
| | | | | | | pkg/PLIST so this port packages and deinstalls cleanly again. PR: 11045 Inspired by: MIHIRA Yoshiro <sanpei@sanpei.org>
* Replace ld-linux.so.2 with the one included with the StarOffice 5.0.1obrien1999-02-262-4/+5
| | | | distribution.
* Add 'ONLY_FOR_ARCHS=i386' to linux_* ports.simokawa1999-01-061-1/+3
| | | | They are intended for Linux/i386 emulation and to work on i386.
* Upgrade to thae latest Redhat offerings. This brings in the Linuxmarkm1998-10-312-6/+6
| | | | | | | glibc2 stuff. The tarball is in freefall:~markm/linux_lib-2.6.tar.gz; please someone move it over to ftp.freebsd.org. Ta!
* Add NO_FILTER_SHLIBS -- this port installs linux libraries and weasami1998-10-091-1/+2
| | | | don't want bsd.port.mk changing PLIST.
* Recompute checksum after repacking tarball.jkh1998-10-081-1/+1
|
* Update to version 2.5; add updated libvga libs.jkh1998-10-082-3/+3
| | | | Submitted by: cracauer
OpenPOWER on IntegriCloud