Commit graph

15 commits

Author SHA1 Message Date
Boris Samorodov
c11516af7b Here are new Linux Fedora 10 infrastructure ports.
Those ports are intended to be used with 8-CURRENT at least
with SVN r192206.

If you want to switch to linux-f10 ports, please define at /etc/make.conf:
  OVERRIDE_LINUX_BASE_PORT=f10
  OVERRIDE_LINUX_NONBASE_PORTS=f10

An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401
and 20070327.

For the first time all tested linux ports work as expected(!):
. acroread8;
. google-earth;
. skype;
. seamonkey.

Many thanks for kernel folks who really did the main work
(and I wrote only some lines of ports).

There is a good chance that those ports may become a default
for 8.0-RELEASE. Please, test and report back to emulation@ ML.
2009-06-01 17:26:31 +00:00
Boris Samorodov
824eda00fc Here are new Linux Fedora 8 infrastructure ports.
The recommended version of FreeBSD to use them is 8-CURRENT.
FreeBSD-7.x is not fully compatible with compat.linux.osrelease
2.6.16. Some syscalls cannot be MFCed due to native FreeBSD
ABI breakage.

Usage (and package building):
1. define compat.linux.osrelease=2.6.16;
2. add following variables to /etc/make.conf:
   . OVERRIDE_LINUX_BASE_PORT=f8;
   . OVERRIDE_LINUX_NONBASE_PORTS=f8.

Approved by:	bsam (me) ;-)
2009-04-01 15:25:39 +00:00
Boris Samorodov
0263b9d868 Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.

The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.

The idea was taken from bsd.gnome.mk and others.

More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.

Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.

Other changes are coming. Stay tuned!

PR:		ports/132510
Submitted by:	bsam (me)
Exp-run by:	portmgr (pav)
2009-03-19 17:28:51 +00:00
Boris Samorodov
b9b4aec7e0 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.
2009-01-21 16:17:47 +00:00
Mark Linimon
e21f53b16f Reset jylefort's port maintainerships. portmgr has taken his commit bit
into safekeeping due to inactivity.
2008-04-29 05:11:44 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Boris Samorodov
670c319bda . update to a new version (0.0.9-0.6);
. unbrake.

Approved by:	jylefort (implicit)
2007-03-13 21:10:12 +00:00
Kris Kennaway
1677c9bd1d BROKEN: Unfetchable 2007-02-27 04:48:08 +00:00
Boris Samorodov
adb5257b4c o change default linux package at bsd.linux-rpm.mk for automatic
plist creation to FC4;
o  upgrade audio ports which use automatic plist creation to use FC4
   packages or bump PORTREVISION for those which already use FC4
   packages.                                                           [1]

Approved by:	julefort (maintainer, implicit)   [1]
		netchild (mentor)
2006-07-13 12:35:13 +00:00
Alexander Leidinger
e830277d41 bsd.linux-rpm.mk:
- document some variables
 - set some variables based upon presets [1]
 - automatically guess the src RPM (needs to be overidden for multi-RPM
   ports) [1]
 - allow to specify complete directories or a set of files for
   automatic brandelf handling (BRANDELF_DIRS/BRANDELF_FILES) [1]
 - add fc3 to the automatic plist handling [1]
 - allow to override the linux-rpm-generate-plist target
 - also detect @dirrmtry in the automatic plist handling [1]
 - adopt the new-plist target to the new world order [1]

ports: [1,2]
 - edit WRKSRC (add rpm/i386/${LINUX_DIST}/${LINUX_DIST_VER})
 - add source distfiles to distinfo to allow auto fetching sources
   with defined PACKAGE_BUILDING;
 - remove some variables already defined at linux-rpm
   (i.e. MASTRE_SITE_SUBDIR);
 - add LINUX_DIST_VER to every port (in case default linux_base
   changes);
 - bump PORTREVISION (so that the ports build cluster puts the
   src and binary RPM's to the new location)
 - update linux-openal to the newest FC3 port

All errors are mine because of cut&paste patch merging.

Aproved by:	maintainer [2]
Reviewed on:	multimedia [1]
Submitted by:	Boris Samorodov <bsam@ipt.ru> [1]
2006-04-30 22:00:43 +00:00
Jean-Yves Lefort
92304a5329 Fix MASTER_SITE_SUBDIR
Reported by:	pointyhat via kris
2006-01-31 09:43:17 +00:00
Jean-Yves Lefort
a526a56286 Switch to the USE_LINUX_RPM framework. 2006-01-22 15:35:04 +00:00
Jean-Yves Lefort
724fe38c0f The linuxulator does not support Linux amd64 code. When ${ARCH} is
amd64, use the i386 RPM packages.
2005-11-29 10:06:02 +00:00
Jean-Yves Lefort
4590e077a7 Add linux-openal. 2005-11-26 19:30:21 +00:00
Jean-Yves Lefort
ba57487b43 Add my RPM support infrastructure. 2005-11-26 19:18:51 +00:00