CVS log for ports/emulators/linux_base-fc4/Makefile
Up to [FreeBSD] / ports / emulators / linux_base-fc4
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Mar 7 15:08:19 2011 UTC (11 months ago) by ehaupt
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Unify maintainer address for emulation ports. (freebsd-emulation@FreeBSD.org -> emulation@FreeBSD.org) Discussed with: netchild (emulation)
Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Mar 2 10:11:21 2011 UTC (11 months, 1 week ago) by ehaupt
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -5 lines
- Update MASTER_SITES - Remove MD5 sums while here Discussed with: netchild (emulation)
Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Feb 10 11:53:57 2011 UTC (12 months ago) by netchild
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
Add an explanation what to do in case a linux program needs shared memory.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Oct 28 21:00:11 2010 UTC (15 months, 2 weeks ago) by erwin
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer be generated or checked, and will be silently ignored for now. Also, generalize the MD5_FILE macro to DISTINFO_FILO. PR: 149657 Submitted by: rene Approved by: portmgr Tested on: pointyhat i386 7-exp
Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Sep 8 09:16:28 2009 UTC (2 years, 5 months ago) by bsam
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Remove /compat/linux/media from linux_base ports since the native FreeBSD /media can not be accessed by a linux application. PR: ports/138169 Submitted by: Martin Laabs <info at martinlaabs.de>
Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Jan 21 16:17:46 2009 UTC (3 years ago) by bsam
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +5 -4 lines
In preparation for adding new linux (Fedora 8) infrastructure ports all linux
base ports were unified. Now it's linux_base-fc4 turn: devel/linux-glib2
is incorporated.
Changes:
* emulation/linux_base-fc4:
. devel/linux-glib2 is incorporated;
. CONFLICTS is fixed;
. PORTREVISION is bumped;
* removed *_DEPENDS upon devel/linux-glib2 and PORTREVISION bumped:
. accessibility/linux-atk;
. astro/google-earth;
. audio/linux-openal;
. graphics/linux-XnViewMP;
. www/linux-mplayer-plugin;
. x11-toolkits/linux-gtk2;
. x11-toolkits/linux-pango;
* devel/linux-glib2:
. CONFLICTS is fixed;
. DEPRECATED;
. EXPIRATION_DATE is set;
Note: this should fix a bug for non-default linux base ports when glib2
files were installed both by a linux base and by linux-glib2 ports.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Oct 5 02:49:27 2008 UTC (3 years, 4 months ago) by hrs
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
Fix dependency broken due to acroread7 removal.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Apr 27 22:08:25 2008 UTC (3 years, 9 months ago) by sat
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
- Force ln
Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Apr 20 17:27:10 2008 UTC (3 years, 9 months ago) by bsam
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +6 -1 lines
1. Create a hard link since a soft link happened to be insufficient [1] (got deleted at the next ldconfig call). 2. Now it may be placed at the Makefile. 3. Bump PORTREVISION. Reported by: netchild [1] Suggested by: netchild [1]
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sat Apr 19 20:51:13 2008 UTC (3 years, 9 months ago) by bsam
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
1. Add a symlink from /compat/linux/lib/librt.so.1 to /compat/linux/usr/lib/librt.so.1. This bug exists only at linux_base-fc4 _and_ osrelease=2.4.2. 2. Bump PORTREVISION. Note: The symlink is created at pkg-install script since the first run of '/compat/linux/sbin/ldconfig -r /compat/linux' seems to remove the link. Tijl Coosemans <tijl at ulyssis.org>: ----- This is not really a bug of linux compat, but is because of the following: 1. opening /path/to/somefile under linux compat first tries /compat/linux/path/to/somefile then /path/to/somefile. 2. linux binaries have two search paths for librt.so.1: /lib and /usr/lib. 3. fc4 has a librt.so.1 in /lib but it is rejected under 2.4.2 emulation. 4. fc4 does not have a librt.so.1 under /usr/lib so when the runtime linker tries this search path it ends up opening FreeBSD /usr/lib/librt.so.1 (because of point 1) and fails. By adding a softlink in /compat/linux/usr/lib to the librt.so.1 in /compat/linux/lib, the linker doesn't open the FreeBSD librt.so.1 anymore. Instead, under 2.4.2, it rejects this lib and then tries an internal search path /lib/obsolete/linuxthreads where it finds the correct version. Under 2.6.16 the softlink doesn't change anything, so imho this is something the fc4 port/package should deal with. ----- PR: 121494 Submitted by: Jason Bacon <jwbacon at tds.net> Convinced by: Tijl Coosemans <tijl at ulyssis.org> Patched by: bsam (me)
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Apr 10 07:34:33 2008 UTC (3 years, 10 months ago) by bsam
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +6 -2 lines
. add CONFLICTS; . add a script LINUXBASE/usr/bin/lp to allow some programs (e.g. Acrobat Reader) to print with default settings, MF-f8; . deal (add and remove when necessary) with some share empty directories; . bump PORTREVISION.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Mar 31 03:54:45 2008 UTC (3 years, 10 months ago) by netchild
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +0 -2 lines
Don't set PLIST, the default is ok. This fixes a problem with a forced install. Reported by: Anatoly Borodin <anatoly.borodin@gmail.com>
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Dec 19 20:19:54 2007 UTC (4 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -1 lines
Catch up the conflicts with addition of Fedora Core 6. Also set LATEST_LINK so 'pkg_add -r linux_base' works.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Jun 23 20:03:07 2007 UTC (4 years, 7 months ago) by netchild
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -11 lines
Remove rpm, as we don't provide a compelete linux system (use linux_dist if you need one). rpm2cpio(.pl)+port (it's easy, there are several examples in the ports tree) is the FreeBSD way. Note, rpm didn't work anyway because of missing libs, so no feature is lost with this patch. Non working rpm noticed by: Anders Lindquist <andersl@KTH.SE> XXX: fc6 needs a similar fix
Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Jan 30 04:23:54 2007 UTC (5 years ago) by kris
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +0 -1 lines
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Oct 5 18:53:41 2006 UTC (5 years, 4 months ago) by bsam
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -1 lines
Revert back previous commit of removing deleted ports from CONFLICTS variable. Give happy users just another chance to update their systems. Pointed out by: infofarmer, kris
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Oct 5 15:32:08 2006 UTC (5 years, 4 months ago) by bsam
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -3 lines
Remove deleted linux_base-* and linux_locale* ports from CONFLICTS variable of the remaining linux ports. Reviewed by: netchild (agreed in principle)
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Sep 16 21:17:06 2006 UTC (5 years, 4 months ago) by bsam
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1 lines
- brandelf -t Linux /compat/linux/lib/ld-2.3.6.so (ld-linux.so.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
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Aug 18 17:02:37 2006 UTC (5 years, 5 months ago) by bsam
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +10 -10 lines
o update compat-db package to the latest (4.2.52-3.fc4)
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)
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Aug 14 16:55:36 2006 UTC (5 years, 5 months ago) by netchild
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Upstream name change from compat-db-4.2.52-2.FC4.i386.rpm to compat-db-4.2.52-2.i386.rpm. Noticed by: "Alex Pivovarov" <apivovarov@gmail.com>
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Aug 12 07:00:35 2006 UTC (5 years, 6 months ago) by acm
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +6 -1 lines
- Integrate linux-krb5-libs and linux-e2fsprogs to linux_base-fc4 Reviewed by: bsam Approved by: netchild, garga (mentor)
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Jul 10 22:48:01 2006 UTC (5 years, 7 months ago) by bsam
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +6 -0 lines
Fix using "portupgrade -s" with this port:
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)
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Jul 9 20:50:07 2006 UTC (5 years, 7 months ago) by bsam
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Prepare for linux infrostructure ports transition from FC3 to FC4: 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)
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Jul 7 08:44:33 2006 UTC (5 years, 7 months ago) by bsam
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
The upgrading of linux infrostructure ports from FC3 to FC4 is coming 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)
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Jul 2 13:10:05 2006 UTC (5 years, 7 months ago) by bsam
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
o unbreak i386-6-exp build of graphics/linux-sdl_image: remove [1] 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)
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jun 29 00:14:45 2006 UTC (5 years, 7 months ago) by jylefort
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
linux-libgcc is gone.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jun 27 12:35:33 2006 UTC (5 years, 7 months ago) by bsam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
o fix pkg-plist at linux_base-fc4 to unbrake pointyhat building 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)
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jun 23 17:07:39 2006 UTC (5 years, 7 months ago) by bsam
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -4 lines
First do "brandelf -t Linux" at WRKSRC and then do install. This 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)
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jun 23 12:23:47 2006 UTC (5 years, 7 months ago) by bsam
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -2 lines
Use USE_LINUX_PREFIX instead of PREFIX?= ${LINUXBASE} and NO_MTREE.
PR: 99320
Submitted by: gabor
Approved by: netchild (mentor)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jun 20 13:45:27 2006 UTC (5 years, 7 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
- Fix DEPENDS. - Bump PORTREVISION Submitted by: Adi Pircalabu <apircalabu@bitdefender.com>, Boris Samorodov <bsam@ipt.ru>
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jun 10 13:35:52 2006 UTC (5 years, 8 months ago) by netchild
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
Register conflicts with korean/linux_local.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jun 2 20:50:32 2006 UTC (5 years, 8 months ago) by netchild
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +73 -71 lines
- finish repo copy from fc3 to fc4 by updating to fc4 and connecting to 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
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun May 14 15:44:11 2006 UTC (5 years, 9 months ago) by netchild
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Only extract the binary RPM's, not the source ones. Submitted by: Boris Samorodov <bsam@ipt.ru>
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun May 7 12:11:48 2006 UTC (5 years, 9 months ago) by netchild
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +23 -18 lines
- add conflict with linux-libgcc - 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
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Apr 30 22:26:05 2006 UTC (5 years, 9 months ago) by netchild
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Use the same DIST_SUBDIR like the bsd.linux-rpm.mk does. 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>
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Apr 2 15:15:30 2006 UTC (5 years, 10 months ago) by netchild
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -2 lines
- Add selinux and pcre, this makes ls and grep work. [1] - Convert the post-extract to a do-build, it makes more sense this way. PR: 95158 [1] Submitted by: intron@intron.ac [1]
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Mar 18 19:07:04 2006 UTC (5 years, 10 months ago) by netchild
Branches: MAIN
The port is intended to become the new default linux_base port (replaces
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)
