summaryrefslogtreecommitdiffstats
path: root/emulators/linux_base-suse-9.3
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* "ln -s" -> "ln -sf" so it won't bark if you install this port twice.asami1997-12-041-2/+2
|
* Put localtime information where Linux binaries will see it.msmith1997-11-251-1/+3
| | | | Submitted by: bde via "Brian N. Handy" <handy@sag.space.lockheed.com>
* Note that -stable here was 2.1-stable.obrien1997-11-021-1/+1
|
* Clean this up a bit so it will checksum and also not splat cookies allasami1997-07-101-3/+3
| | | | | | over the place. Reminded by: jfieber
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.asami1997-04-301-2/+2
|
* linux_lib 2.4, with a new libc for StarOfficeerich1997-04-143-5/+15
|
* add:erich1996-12-112-3/+3
| | | | | | | | libgdbm for executor libxforms for mtv (mpeg player) /etc/nsswitch.conf for netscape (tcl/tk plugin works!) symlinks libg++.so.27 -> libg++.so.26 libstdc++.so.27 -> libstd++.so.26 for Xing Streamworks player
* Add trailing slash to ${DISTDIR}, bsd.port.mk no longer adds it.asami1996-12-041-2/+2
| | | | Reported by: "Eric J. Chet" <ejc@gargoyle.bazzle.com>
* Add master site on LOCAL_PORTS. Misc. cleanup.asami1996-11-271-3/+2
|
* add X11 nls stuff, fix the build/install process.erich1996-11-262-4/+11
|
* CATAGORIES+= -> CATAGORIES=obrien1996-11-121-2/+2
| | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
* Add a bunch of new libraries. These have all been taken fromerich1996-10-282-5/+4
| | | | | | the redhat-4.0 distribution. bin/bash has been added to give a shell defaulting to linux binaries. ldd, ldconfig, and ld.so have been branded as `Linux'
* explain that `options COMPAT_LINUX' isn't necessary for -current,erich1996-08-191-1/+2
| | | | but it is for -stable, and the RELEASE's
* s/COMAPT_LINUX/COMPAT_LINUX/andreas1996-08-171-1/+1
|
* Typo.asami1996-07-101-1/+1
| | | | Submitted by: James Raynard <fports@jraynard.demon.co.uk>
* now provides a.out and ELF libraries.erich1996-03-293-9/+8
|
* Change category name from "emulation" to "emulators". This was theasami1995-11-221-2/+2
| | | | most confusing of all!
* Add NO_MTREE=yes.asami1995-11-171-1/+2
|
* (1) CATEGORIES is "emulation", not "emulators" (I know, I know! I'm goingasami1995-11-141-2/+4
| | | | | | to do something about this situation once 2.1 is out!) (2) Add PKGNAME=linux_lib-1.0. Version numbers are always required.
* third time's a charmerich1995-11-082-4/+4
| | | | | | | | 1) fixed symlinks in the distfile 2) chaged `pre-buid' to `pre-install' 3) allowed `mkdir ${PREFIX}' to fail gracefully looks like a package will work now.
* added more libraries to the packageerich1995-11-071-1/+1
| | | | particularily newer X11 libs.
* changed build target to pre-build target.erich1995-11-061-2/+2
|
* Add a cheesy "mkdir -p ${PREFIX}" as build target since mostjkh1995-11-051-1/+4
| | | | | systems won't have /compat/linux already created and the install will fall right over.
OpenPOWER on IntegriCloud