notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: emulators/linux_base-fc4/Makefile
SVNWeb

Number of commits found: 35

Mon, 29 Apr 2013
[ 08:57 bapt search for other commits by this committer ] Original commit   Revision:316786 (Only the first 10 of 157 ports in this commit are shown above. View all ports for this commit)
Rely on bsdtar to autodetermine the format of the distfiles when possible

For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
Sun, 22 Apr 2012
[ 08:53 netchild search for other commits by this committer ] Original commit 
Add conflicts with the upcomming linux_base-c6 port.
Sat, 14 Apr 2012
[ 20:24 netchild search for other commits by this committer ] Original commit  (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
Set the expiration date for all ports which depend upon linux_base-fc4 to
the EoL of the last 7.x release. The 7.x branch is the only supported
FreeBSD version not yet at his EoL which needs a linux 2.4 based linuxulator
environment (linux_base-f10 doesn't work there).

I didn't bump the portrevision, this is mostly done as a hint for ports
committers to tell them that at least the emulation@-owned ports need
to stay until then (even the forbidden ones). The dependent ports need to
go at the same time, but are free to be deleted before.

Discussed with: bsam
Mon, 7 Mar 2011
[ 15:08 ehaupt search for other commits by this committer ] Original commit  (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
Unify maintainer address for emulation ports.
(freebsd-emulation@FreeBSD.org -> emulation@FreeBSD.org)

Discussed with: netchild (emulation)
Wed, 2 Mar 2011
[ 10:11 ehaupt search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Update MASTER_SITES
- Remove MD5 sums while here

Discussed with: netchild (emulation)
Thu, 10 Feb 2011
[ 11:53 netchild search for other commits by this committer ] Original commit 
Add an explanation what to do in case a linux program needs shared memory.
Thu, 28 Oct 2010
[ 21:00 erwin search for other commits by this committer ] Original commit  (Only the first 10 of 105 ports in this commit are shown above. View all ports for this commit)
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
Tue, 8 Sep 2009
[ 09:16 bsam search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
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>
Wed, 21 Jan 2009
[ 16:17 bsam search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
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;
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 5 Oct 2008
[ 02:49 hrs search for other commits by this committer ] Original commit 
Fix dependency broken due to acroread7 removal.
Sun, 27 Apr 2008
[ 22:08 sat search for other commits by this committer ] Original commit 
- Force ln
Sun, 20 Apr 2008
[ 17:27 bsam search for other commits by this committer ] Original commit 
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]
Sat, 19 Apr 2008
[ 20:51 bsam search for other commits by this committer ] Original commit 
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 10 Apr 2008
[ 07:34 bsam search for other commits by this committer ] Original commit 
. 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.
Mon, 31 Mar 2008
[ 03:54 netchild search for other commits by this committer ] Original commit 
Don't set PLIST, the default is ok.

This fixes a problem with a forced install.

Reported by:    Anatoly Borodin <anatoly.borodin@gmail.com>
Wed, 19 Dec 2007
[ 20:19 obrien search for other commits by this committer ] Original commit 
Catch up the conflicts with addition of Fedora Core 6.
Also set LATEST_LINK so 'pkg_add -r linux_base' works.
Sat, 23 Jun 2007
[ 20:03 netchild search for other commits by this committer ] Original commit 
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
Tue, 30 Jan 2007
[ 04:23 kris search for other commits by this committer ] Original commit  (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
Thu, 5 Oct 2006
[ 18:53 bsam search for other commits by this committer ] Original commit 
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
[ 15:32 bsam search for other commits by this committer ] Original commit 
Remove deleted linux_base-* and linux_locale* ports from CONFLICTS variable
of the remaining linux ports.

Reviewed by:    netchild (agreed in principle)
Sat, 16 Sep 2006
[ 21:17 bsam search for other commits by this committer ] Original commit 
- 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
Fri, 18 Aug 2006
[ 17:02 bsam search for other commits by this committer ] Original commit 
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)
Mon, 14 Aug 2006
[ 16:55 netchild search for other commits by this committer ] Original commit 
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>
Sat, 12 Aug 2006
[ 07:00 acm search for other commits by this committer ] Original commit 
- Integrate linux-krb5-libs and linux-e2fsprogs to linux_base-fc4

Reviewed by:    bsam
Approved by:    netchild, garga (mentor)
Mon, 10 Jul 2006
[ 22:48 bsam search for other commits by this committer ] Original commit 
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)
Sun, 9 Jul 2006
[ 20:50 bsam search for other commits by this committer ] Original commit 
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)
Fri, 7 Jul 2006
[ 08:44 bsam search for other commits by this committer ] Original commit 
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)
Sun, 2 Jul 2006
[ 13:10 bsam search for other commits by this committer ] Original commit 
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)
Thu, 29 Jun 2006
[ 00:14 jylefort search for other commits by this committer ] Original commit 
linux-libgcc is gone.
Tue, 27 Jun 2006
[ 12:35 bsam search for other commits by this committer ] Original commit 
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)
Fri, 23 Jun 2006
[ 17:07 bsam search for other commits by this committer ] Original commit 
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)
[ 12:23 bsam search for other commits by this committer ] Original commit 
Use USE_LINUX_PREFIX instead of PREFIX?= ${LINUXBASE} and NO_MTREE.

PR:             99320
Submitted by:   gabor
Approved by:    netchild (mentor)
Tue, 20 Jun 2006
[ 13:45 itetcu search for other commits by this committer ] Original commit 
- Fix DEPENDS.
- Bump PORTREVISION

Submitted by:   Adi Pircalabu <apircalabu@bitdefender.com>,
                Boris Samorodov <bsam@ipt.ru>
Sat, 10 Jun 2006
[ 13:35 netchild search for other commits by this committer ] Original commit 
Register conflicts with korean/linux_local.
Fri, 2 Jun 2006
[ 20:50 netchild search for other commits by this committer ] Original commit 
- 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

Number of commits found: 35