aboutsummaryrefslogtreecommitdiff
path: root/emulators/linux_base-f7
Commit message (Collapse)AuthorAgeFilesLines
* ${ECHO} -> ${ECHO_CMD}Boris Samorodov2007-04-111-1/+1
| | | | | | | Suggested by: rafan Notes: svn path=/head/; revision=189759
* *** ATTENTION *** DANGER *** EXPERIMENTAL PORT *** YOU HAVE BEEN WARNED ***Boris Samorodov2007-04-112-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Add a check if linuxulator is (kld)loaded. IGNORE otherwise. Before this commit the port compared compat.linux.osrelease with 2.4.2 and was IGNOREd if those values are equal. In case linuxulator is *not* loaded, the port proceeded to install, to load linuxulator and to use... compat.linux.osrelease=2.4.2! The port as is doesn't proceed (without linuxulator loaded or if compat.linux.osrelease is equal to 2.4.2) even for "make fetch". Imho that's OK, because it won't let automated tasks to load unneccessary distros, while a human administrator should know what to do by hand. ;-) BTW, I'm not sure but may be it'a be a good idea to use IGNORE if (FreeBSD) OSVERSION < (say) 700037... 2. Apply the same tests for packages. 3. Bump PORTREVISION. Enjoy. ;-) Notes: svn path=/head/; revision=189757
* Get rid of annoying message when do a "make index" at the system withoutBoris Samorodov2007-04-101-1/+1
| | | | | | | | | | | | | linuxolator started: ----- sysctl: unknown oid 'compat.linux.osrelease' ----- Reported by: netchild, rafan, chinsan Suggested by: rafan Notes: svn path=/head/; revision=189702
* - Update elfutils-libelf to 0.126 [1]Boris Samorodov2007-03-283-12/+14
| | | | | | | | | | | | | - Use SRPMS on MASTER_SITES just when PACKAGE_BUILDING is set [1] - Bump PORTREVISION [1] - Update src distfile as well - Change pkg-plist file PR: 110977 [1] Submitted by: garga [1] Notes: svn path=/head/; revision=188696
* ATTENTION! The port is experimental for now. Use it at your own risk. ThisBoris Samorodov2007-03-275-985/+2949
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | port may be used only with 7-CURRENT and compat.linux.osrelease=2.6.16. To use/test the port (along with linux FC4 infrastructure ports) you should do: 0. Backup all your vital information! 1. Remove the current linux base port. 2. Add to your /etc/make.conf "OVERRIDE_LINUX_BASE_PORT=fc6". 3. Make sure no linux application is running. 4. Set apropriate sysctl (compat.linux.osrelease=2.6.16). 5. Install emulation/linux_base-fc6. 5a. Those who use linux ports with automatic plist building should apply the following patch: ftp://mail.ipt.ru/pub/FreeBSD/patches/bsd.linux-rpm.mk-autoplist.diff That should be enough at most circumstances. If you have difficulties, please be sure to expand item 1 to: 1a. Remove all ports which depends on linux base port. 1b. Remove linux base port. 1c. Clean /compat/linux/ directory. In case you want to get rid of the port, deinstall it, then return back compat.linux.osrelease to 2.4.2 (as usual make sure that no linux application is running) and remove from /etc/make.conf the line containing the OVERRIDE_LINUX_BASE_PORT variable. All questions, reports, suggestions etc. please route to freebsd-emulation@. Fedora Core 6 ports (FC6 infrastructure ports) are coming soon... ;-) This port would not appear without netchild's help. Thank you, Alexander! Notes: svn path=/head/; revision=188582
* Polish pkg-descr and pkg-message:Boris Samorodov2007-03-172-4/+13
| | | | | | | | | | | | . add comments and warnings about problems with chroot into the linux base; [1] . delete a note about linux port for alpha; [1] . add an advice to use linux_dist ports for cross-development; [1] . fix the link linux-XFree86-libs -> linux-xorg-libs. Submitted by: netchild (at freebsd-emulation@) [1] Notes: svn path=/head/; revision=187594
* Retire NO_FILTER_SHLIBS now that it no longer serves a purposeKris Kennaway2007-01-301-1/+0
| | | | Notes: svn path=/head/; revision=183680
* Revert back previous commit of removing deleted ports fromBoris Samorodov2006-10-051-1/+3
| | | | | | | | | | CONFLICTS variable. Give happy users just another chance to update their systems. Pointed out by: infofarmer, kris Notes: svn path=/head/; revision=174569
* Remove deleted linux_base-* and linux_locale* ports from CONFLICTS variableBoris Samorodov2006-10-051-3/+1
| | | | | | | | | of the remaining linux ports. Reviewed by: netchild (agreed in principle) Notes: svn path=/head/; revision=174546
* - brandelf -t Linux /compat/linux/lib/ld-2.3.6.so (ld-linux.so.2),Boris Samorodov2006-09-161-1/+2
| | | | | | | | | | | we don't brand linux libraries, but it's more an executable then a library; - bump PORTREVISION. Suggested by: netchild Discussed at: freebsd-emulation Notes: svn path=/head/; revision=173158
* o update compat-db package to the latest (4.2.52-3.fc4)Boris Samorodov2006-08-183-34/+36
| | | | | | | | | | | | available for FC4, changes: libdb_cxx-4.1.so and libdb_cxx-4.2.so are added; o bump PORTREVISION; o some polishing: sort DISTFILES by name and same changes to distinfo. Approved by: netchild (mentor, implicit) Notes: svn path=/head/; revision=170942
* Upstream name change from compat-db-4.2.52-2.FC4.i386.rpm toAlexander Leidinger2006-08-142-11/+11
| | | | | | | | | compat-db-4.2.52-2.i386.rpm. Noticed by: "Alex Pivovarov" <apivovarov@gmail.com> Notes: svn path=/head/; revision=170614
* - Integrate linux-krb5-libs and linux-e2fsprogs to linux_base-fc4Jose Alonso Cardenas Marquez2006-08-124-1/+135
| | | | | | | | Reviewed by: bsam Approved by: netchild, garga (mentor) Notes: svn path=/head/; revision=170386
* Fix using "portupgrade -s" with this port:Boris Samorodov2006-07-101-0/+6
| | | | | | | | | | | | o chmod u+w ${WRKSRC}/usr/bin/*db4* (before brandelf) o reverse permittions after branding. PR: ports/100039 Submitted by: Stefan Sperling <freebsd-gnats@stsp.in-berlin.de> Approved by: netchild (mentor, implicit) Notes: svn path=/head/; revision=167415
* Prepare for linux infrostructure ports transition from FC3 to FC4:Boris Samorodov2006-07-093-131/+259
| | | | | | | | | | | | | | | | o move dealing with linux locale files (creating empty ones) for other linux ports to linux_base-fc4; o remove all empty directories creation from pkg-plist to pkg-install (which is executed when installing from ports tree and thus not only installing from a package will create empty directories); o substitute all @dirrmtry by @dirrm -- from package building point of view this package (linux_base) should be removed after all other linux ports. (approved in principle by mentor) Approved by: netchild (mentor, implicit) Notes: svn path=/head/; revision=167302
* The upgrading of linux infrostructure ports from FC3 to FC4 is comingBoris Samorodov2006-07-072-1/+13
| | | | | | | | | | | | | soon: o some empty linux mtree directories (which will be used by some other ports) are added; o PORTREVISION is bumpted. Approved by: netchild (mentor, implicit) Notes: svn path=/head/; revision=167125
* o unbreak i386-6-exp build of graphics/linux-sdl_image: remove [1]Boris Samorodov2006-07-023-5/+7
| | | | | | | | | | | | | | | LINUX_BASE/usr/doc dealing from devel/linux-sdl12 to emulators/linux_base-fc4 -- this directory belongs to the linux mtree; o bump PORTREVISION for both ports; o update emulators/linux_base-fc4 distribution to info-4.8-8.fc4.2 (previous one is not fetchable now). Reported by: linimon [1] Approved by: netchild (mentor, implicit) Notes: svn path=/head/; revision=166759
* linux-libgcc is gone.Jean-Yves Lefort2006-06-291-1/+1
| | | | Notes: svn path=/head/; revision=166538
* o fix pkg-plist at linux_base-fc4 to unbrake pointyhat buildingBoris Samorodov2006-06-272-1/+4
| | | | | | | | | | | | of x11-toolkits/linux-gtk ;-) o update x11-toolkits/linux-gtk to a newer version (FC3 -> FC4) o bump PORTREVISION for both ports Pointed out by: pointyhat Approved by: netchild (mentor, implicit) Notes: svn path=/head/; revision=166446
* First do "brandelf -t Linux" at WRKSRC and then do install. ThisBoris Samorodov2006-06-231-4/+5
| | | | | | | | | | | makes impossible to shoot oneself to the foot if PREFIX is set to /usr/local. Reported by: consumidor <consumidor@mundinho.com.br> at emulation@ ML Approved by: netchild (mentor) Notes: svn path=/head/; revision=166134
* Use USE_LINUX_PREFIX instead of PREFIX?= ${LINUXBASE} and NO_MTREE.Boris Samorodov2006-06-231-2/+1
| | | | | | | | | PR: 99320 Submitted by: gabor Approved by: netchild (mentor) Notes: svn path=/head/; revision=166112
* - Fix DEPENDS.Ion-Mihai Tetcu2006-06-203-1/+9
| | | | | | | | | | - Bump PORTREVISION Submitted by: Adi Pircalabu <apircalabu@bitdefender.com>, Boris Samorodov <bsam@ipt.ru> Notes: svn path=/head/; revision=165858
* Register conflicts with korean/linux_local.Alexander Leidinger2006-06-101-1/+2
| | | | Notes: svn path=/head/; revision=165026
* - finish repo copy from fc3 to fc4 by updating to fc4 and connecting toAlexander Leidinger2006-06-024-686/+1033
| | | | | | | | | | | | the build - don't provide a var/log directory -> use the native one [1] Submitted by: Boris Samorodov <bsam@ipt.ru> Suggested by: netchild [1] Repocopy by: marcus Notes: svn path=/head/; revision=164237
* Only extract the binary RPM's, not the source ones.Alexander Leidinger2006-05-141-1/+2
| | | | | | | Submitted by: Boris Samorodov <bsam@ipt.ru> Notes: svn path=/head/; revision=162345
* Fix the distinfo (missing SRPMS).Alexander Leidinger2006-05-131-0/+78
| | | | | | | Noticed by: pointyhat (krismail) Notes: svn path=/head/; revision=162242
* - add conflict with linux-libgccAlexander Leidinger2006-05-075-246/+464
| | | | | | | | | | - update bash, glibc, libgcc, libselinux, pcre, slang, termcap and zlib - add SRPM of libgcc (gcc SRPM itself) - parametize the glibc version number in the plist - reword some parts in pkg-*install Notes: svn path=/head/; revision=161567
* Change the path in the distinfo too.Alexander Leidinger2006-05-011-177/+177
| | | | | | | | Noticed by: mezz Pointyhat to: netchild Notes: svn path=/head/; revision=161023
* Use the same DIST_SUBDIR like the bsd.linux-rpm.mk does.Alexander Leidinger2006-04-301-2/+2
| | | | | | | | | | | | | People which already tested this port should do a cd /usr/ports/distfiles/rpm/i386 mv Fedora/3/* fedora/3/ rm -rf Fedora before upgrading the port (which isn't necessary). Noticed by: Boris Samorodov <bsam@ipt.ru> Notes: svn path=/head/; revision=160980
* - Add selinux and pcre, this makes ls and grep work. [1]Alexander Leidinger2006-04-023-8/+57
| | | | | | | | | | - Convert the post-extract to a do-build, it makes more sense this way. PR: 95158 [1] Submitted by: intron@intron.ac [1] Notes: svn path=/head/; revision=158654
* The port is intended to become the new default linux_base port (replacesAlexander Leidinger2006-03-188-0/+9797
the current linux_base-8 port). You should only switch to this port if you know what you are doing. You may or may not have problems with installing other linux related ports after switching to it. Success or failure reports welcome. To switch: - echo "OVERRIDE_LINUX_BASE_PORT=fc3" >> /etc/make.conf - portupgrade -fo emulators/linux_base-fc3 linux_base-8 News and changes (from submitter with some small changes by me): - based on linux_base-8 port; - don't use linux rpm binary to install. The whole source tree is created at ${WRKDIR} and then installed (using cpio); - removes some files and directories (etc/passwd, etc/group, usr/local, ...) to ensure using FreeBSD original files; - introduces etc/nsswitch.conf.dist and etc/yp.conf.sample files, uses correct install/deinstall behaviour with etc/nsswitch.conf and etc/yp.conf files; - doesn't do [u]mounting while install/deinstall process. Thus it is possible to use jails while building packages. But since linprocfs is not automounted, special measures should be taken at package building for those ports which need a mounted linprocfs (i.e. for linux JDK building); - uses linux ldconfig in the pkg-install file (as opposed to using in the Makefile). It is needed when upgrading (i.e. when other linux libraries are present in the system) and when installing by packages. Submitted by: Boris Samorodov <bsam@ipt.ru> (some small changes by me) Notes: svn path=/head/; revision=157591