notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: Mk/bsd.linux-apps.mk

Number of commits found: 76

Monday, 5 Sep 2016
19:23 tijl search for other commits by this committer
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
  Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
- bsd.port.mk:
  - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
  - Put USE_LINUX_PREFIX handling after USES processing.
  - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
    give these variables a different default value.
  - When a package needs to run Linux ldconfig check before installation if
    Linux support is enabled.
- emulators/linux_base-*:
  - Use USES=linux and remove duplication.
  - Remove files/lp.  FreeBSD or CUPS lp(1) should work.
  - Remove files/yp.conf.  No longer seems to be used.
  - Remove pkg-deinstall and move pkg-install into pkg-plist.
  - Update pkg-descr and pkg-message.
  - Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
  to use FreeBSD mkdir so mkdir -p $path creates $path and not
  /compat/linux/$path.

PR:		211645
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:421387 
Thursday, 4 Aug 2016
20:29 tijl search for other commits by this committer
Add x11/linux-c6-pixman, required by graphics/linux-c6-cairo.

Submitted by:	jkim
Original commitRevision:419659 
17:30 tijl search for other commits by this committer
Add graphics/linux-c6-jasper, required by graphics/linux-c6-gdk-pixbuf2.
Original commitRevision:419633 
Tuesday, 2 Aug 2016
12:26 tijl search for other commits by this committer
Add devel/linux-c6-libthai, required by x11-toolkits/linux-c6-pango.
Original commitRevision:419474 
Wednesday, 15 Jun 2016
15:36 pawel search for other commits by this committer
- Fix detection of graphics/linux-c6-sdl_ttf package. Framework checks for:

depends on file: /compat/linux/usr/lib/libSDL_ttf-2.0.so.0.6.3 - not found
depends on file: /compat/linux/usr/lib/libSDL_ttf-2.0.so.0.6.3 - not found
*** Error code 1

while package contains:

linux-c6-sdl_ttf-2.0.11_1:
        /compat/linux/usr/lib/libSDL_ttf-2.0.so.0
        /compat/linux/usr/lib/libSDL_ttf-2.0.so.0.10.1
        /compat/linux/usr/share/doc/SDL_ttf-2.0.11/CHANGES
        /compat/linux/usr/share/doc/SDL_ttf-2.0.11/COPYING
        /compat/linux/usr/share/doc/SDL_ttf-2.0.11/README

- Remove now deprecated PORTSDIR from RUN_DEPENDS

PR:		209750
Submitted by:	myself
Exp-run by:	antoine
Approved by:	no objection from emulation (3 weeks)
Original commitRevision:416929 
Saturday, 30 Jan 2016
18:30 miwi search for other commits by this committer
Welcome Centos 6.7

- Upgrade all linux-c6- to CentOS 6.7
- Cleanups

PR:                     205846
Submitted by:           xmj
In Collaboration with:  allanjude, netchild, xmj
Exp-run:                antoine
Sponsored by:           Perceivon Hosting Inc.
Differential Revision:  D3428

We'd like to thanks for all the feedback and comments.
Original commitRevision:407537 
Sunday, 9 Aug 2015
19:14 netchild search for other commits by this committer
Re-commit of
64 bit linuxulator support (not activated by default):
 - most of the work was done by Alan Jude
 - all errors are mine
 - 64bit (may) have rough edges
 - I validated
    * that the 32bit part doesn't has deinstall regressions (incl. EXP runs by
      antoine)
    * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
      later, when I dare to activate the 64bit linuxulator in the kernel)
 - the infrastructure part looks mature enough to let more test-bunnies get
   some experience with the new 64 bit parts
 - to use it you shall have no linux ports installed and have to specify
   (on your own risk) the following in make.conf before installing the ports:
   OVERRIDE_LINUX_BASE_PORT=c6_64
   OVERRIDE_LINUX_NONBASE_PORTS=c6_64

This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits
only, we decided to have it as an "overlay" instead of new ports.
The 64bit part only installs 64bit executables, the 32bit ports can not be
installed at the same time (if needed we can think of letting the 64bit
overlay install the 32bit parts too, but given the CentOS 7 comment
above...).

Differential Revision:	https://reviews.freebsd.org/D174
Submitted by:		alanjude
Sponsored by:		Essen FreeBSD Hackathon 2015
Reviewed by:		xmj, eadler (earlier versions)
Approved by:		portmgr (antoine after some EXP-runs)
Original commitRevision:393817 
Sunday, 26 Jul 2015
13:35 antoine search for other commits by this committer
Unbreak INDEX, reverting r392921

With hat:	portmgr
Original commitRevision:392922 
13:06 netchild search for other commits by this committer
64 bit linuxulator support (not activated by default):
 - most of the work was done by Alan Jude
 - all errors are mine
 - 64bit (may) have rough edges
 - I validated
    * that the 32bit part doesn't has deinstall regressions
    * 29 of 72 64bit ports ports don't have deinstall leftovers (more validation
      later, when I dare to activate the 64bit linuxulator in the kernel)
 - the infrastructure part looks mature enough to let more test-bunnies get
   some experience with it
 - to use it you shall have no linux ports installed and have to specify
   (on your own risk) the following in make.conf before installing the ports:
   OVERRIDE_LINUX_BASE_PORT=c6_64
   OVERRIDE_LINUX_NONBASE_PORTS=c6_64

This is on top of the exiting c6 linux ports. Given that CentOS 7 is 64bits
only, we decided to have it as an "overlay" instead of new ports.
The 64bit part only installs 64bit executables, the 32bit ports can not be
installed at the same time (if needed we can think of letting the 64bit
overlay install the 32bit parts too, but given the CentOS 7 comment
above...).

Differential Revision:	https://reviews.freebsd.org/D174
Submitted by:		alanjude
Sponsored by:		Essen FreeBSD Hackathon 2015
Reviewed by:		xmj, eadler (earlier versions)
Approved by:		portmgr (implicit, I remember blanked approval for
			linux parts loooong ago, punish me if you don't
			agree anymore)
Original commitRevision:392921 
Monday, 4 May 2015
12:35 antoine search for other commits by this committer
Finish r385284 (audio/linux-c6-sdl_mixer: update to 1.2.12)

Pointy hat:	xmj
Original commitRevision:385400 
Friday, 23 Jan 2015
07:28 antoine search for other commits by this committer
Fix a copy/paste error
Original commitRevision:377714 
Wednesday, 24 Dec 2014
17:04 xmj search for other commits by this committer
Mk/bsd.linux-apps.mk: bump sdl_image shlib.

- Use correct shlib version for sdl_image 1.2.12

PR:		196251
Differential Revision:	https://reviews.freebsd.org/D1366
Submitted by:	amdmi3
Approved by:	swills (mentor)
Approved by:	portmgr (swills)
Original commitRevision:375472 
Tuesday, 9 Dec 2014
18:05 xmj search for other commits by this committer
Set CentOS 6.6 as default Linux version.

Since CentOS 6.5 landed in the portstree and was updated to CentOS 6.6 and we've
fixed the remaining issues, it's time to replace Fedora 10 as Linux default --
given that in the past five years it has done its service and has long since
gone EOL upstream.

The CentOS 6 series will go End of Life in 2020, this should give us some time
to keep its annual releases up to date.

If you have not switched to using CentOS 6.6 ports, please refer to today's
UPDATING entry -- it contains detailed instructions.

If you have already switched to CentOS 6.6 userland,
you can now remove the following two lines from make.conf:

OVERRIDE_LINUX_BASE_PORT=c6
OVERRIDE_LINUX_NONBASE_PORTS=c6

If you encounter any difficulties, please follow the UPDATING entry from
20140922 but skip step 2. In case these steps do not fix the issues,
please submit an issue report in Bugzilla and send an email to FreeBSD's
emulation mailing list.

Differential Revision:	https://reviews.freebsd.org/D1145
Reviewed by:	wblock, bcr (doc), rene (emulation)
Approved by:	swills (mentor)
Approved by:	portmgr (swills)
Sponsored by:	Perceivon Hosting Inc.
Original commitRevision:374417 
Monday, 24 Nov 2014
02:40 xmj search for other commits by this committer
graphics/linux-c6-gdk-pixbuf: rename to -pixbuf2

- Rename gdk-pixbuf to linux-c6-gdk-pixbuf2 to properly distinguish between
  linux- gdk-pixbuf 1 and 2.
- Change consumers dependencies to match.

PR: 		195120, 195121
Differential Revision:	https://reviews.freebsd.org/D1192
Submitted by:	Jan Beich <jbeich@vfemail.net>
Reviewed by:	rene (emulation)
Approved by:	swills (mentor)
Approved by:	portmgr (swills)
Original commitRevision:373192 
Tuesday, 11 Nov 2014
13:06 xmj search for other commits by this committer
Upgrade CentOS to 6.6

- Upgrade all things linux-c6- to CentOS 6.6
- Add ports:
  devel/linux-c6-libsigc++20
  graphics/linux-c6-gdk-pixbuf [1]
  graphics/linux-c6-glx-utils
- Add pkg-plists for net/linux-c6-openldap
  and security/linux-c6-cyrus-sasl2
- Misc. cleanups

Differential Revision:	https://reviews.freebsd.org/D1108
Submitted by:	kmoore [1]
Reviewed by:	rene (emulation)
Approved by:	portmgr (swills)
Approved by:	swills (mentor)
Sponsored by:	Perceivon Hosting Inc.
Original commitRevision:372445 
Tuesday, 7 Oct 2014
09:07 xmj search for other commits by this committer
graphics/linux-c6-libGLU: Port of CentOS 6.5's Mesa libGLU

Add port of CentOS 6.5's libGLU library. This allows several games to be used
with the new CentOS ports.

While here:
 - Add c6 libglu to Mk/bsd.linux-apps.mk
 - Add to emulators/linux-c6 as dependency, bump PORTREVISION

Differential Revision:	https://reviews.freebsd.org/D841
Approved by: swills (mentor)
Approved by: portmgr (bapt)
Original commitRevision:370278 
Monday, 6 Oct 2014
09:48 lme search for other commits by this committer
Add net/linux-c6-avahi-libs and add it as a dependency of emulators/linux-c6.

Differential Revision:	D902
Approved by:		portmgr (bapt)
Original commitRevision:370150 
Monday, 22 Sep 2014
10:40 xmj search for other commits by this committer
Update CentOS base to 6.5, add userland ports

The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.

This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.

If you want to switch to linux-c6 ports, please define at /etc/make.conf:

    OVERRIDE_LINUX_BASE_PORT=c6
    OVERRIDE_LINUX_NONBASE_PORTS=c6

Additionally, please add the following line to /etc/sysctl.conf:

    compat.linux.osrelease=2.6.18

Upgrading procedures are shown in /usr/ports/UPDATING.

This work has been inspired by Artyom Mirgorodskiy's post to emulation@ in
November 2013, using and extending mav@'s work. It has been tested extensively
and most reported issues were already fixed. Please report any additional bug
or "features" to the emulation mailing list.

Many thanks to: mav@, rene@, allanjude@, netchild@, antoine@, everyone who's
filed Issues and Pull requests on GitHub,

PR:		186820
Differential Revision:	https://reviews.freebsd.org/D793
Reviewed by:	allanjude, antoine, bapt, rene
Approved by:	portmgr (antoine, bapt)
Approved by:	koobs (mentor)
Sponsored by:	Perceivon Hosting Inc.
Original commitRevision:368845 
Sunday, 1 Dec 2013
00:40 rene search for other commits by this committer
Now that x11-toolkits/linux-f10-gtk is gone, remove its definition.
Original commitRevision:335358 
Monday, 21 Oct 2013
11:54 rene search for other commits by this committer
Remove entry for expired and deleted graphics/linux-f10-png10
Original commitRevision:331127 
Monday, 7 Oct 2013
14:20 rene search for other commits by this committer
Remove devel/linux-f10-libglade and textproc/linux-f10-libxml, both
have newer versions in the ports tree and both are unused.

OK from:	emulation@
Original commitRevision:329708 
Friday, 12 Jul 2013
18:34 rene search for other commits by this committer
Remove support for QT 3.3 now that we have QT 4.5

No objection from:	emulation@
Original commitRevision:322861 
18:16 bsam search for other commits by this committer
Add QT4 (Linux Fedora 10).

Requested by:	rene (at emulation@)
Original commitRevision:322860 
Wednesday, 3 Jul 2013
15:32 rene search for other commits by this committer
Switch the default Linux DRI port to linux-f10-dri and remove support
for the unused USE_GL=linux (this avoids hardcoding the Linux DRI port).

PR:		ports/180231
Submitted by:	myself
Approved by:	portmgr (bapt)
Original commitRevision:322233 
Thursday, 30 May 2013
09:11 rene search for other commits by this committer
- Finish removal of support for Linux 2.4 in bsd.linux-apps.mk and
  bsd.linux-rpm.mk.  The default linux version is now Fedora 10.
- Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6,
  emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3.
  While there, remove superfluous -p argument from ${MKDIR}.
- Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from
  astro/google-earth.
- Remove expired Fedora Core 4 ports which were only used on FreeBSD 7
  and below.
- Update LEGAL and MOVED

PR:		ports/176877
Submitted by:	myself
Approved by:	portmgr (bapt)
Exp-run by:	bapt
Original commitRevision:319410 
Monday, 20 May 2013
14:51 bsam search for other commits by this committer
Add ncurses-base to the rank of linux-apps.
Original commitRevision:318602 
Friday, 7 Dec 2012
21:03 bsam search for other commits by this committer
Fix the library version detection of linux-openmotif (Fedora Core
emulation at FreeBSD-7x). Thus, I'm sure it's "feature safe".

PR:		ports/174133
Submitted by:	rodrigc
Feature safe:	yes
Original commitRevision:308447 
Tuesday, 6 Nov 2012
12:49 bsam search for other commits by this committer
. update to version 1.2.15;
. trim makefile headers.
Feature safe:	yes
Original commitRevision:307067 
12:38 bsam search for other commits by this committer
. update to version 2.3.3;
. trim makefile headers.
Feature safe:	yes
Original commitRevision:307065 
Wednesday, 23 May 2012
08:17 miwi search for other commits by this committer
- Remove emacs mode, -*- mode: ...; -*- [1]
- Comments for BUILD_ and RUN_DEPENDS fail to mention alternate means to specify
dependencie [2]
- Fix make reinstall [3]
- Trivial comment change for PORTDATA [4]

PR:             151954 [1]
                161314 [2]
                167085 [3]
                167465 [4]
Submitted by:   Anonymous <swell.k@gmail.com> [1]
                dougb@ and Chris Rees <utisoft@gmail.com> [2]
                Garrett Cooper <yanegomi@gmail.com> [3]
                "Bryan Drewery" <bryan@shatow.net> [4]
Tested via:     phw
Original commit
Saturday, 14 Jan 2012
22:35 netchild search for other commits by this committer
Add missing dependency to gnutls. [1]
Fix the fix of adding a missing dependency to the linux cups-libs port.

Reported by:    Da Rock <freebsd-emulation@herveybayaustralia.com.au> [1]
Original commit
08:14 bsam search for other commits by this committer
Cups-libs depends on gnutls, add the dependency.
The port itself has been fixed by netchild.

Reported by:    Da Rock <freebsd-ports@herveybayaustralia.com.au>
(freebsd-emulation@)
Original commit
Friday, 23 Sep 2011
19:28 bsam search for other commits by this committer
There are no entries for FC4 ports:
cups-libs, gnutls, libgcrypt, libgpg-error, libtasn1.
Original commit
18:04 bsam search for other commits by this committer
Fix version for libgcrypt: 11.5.1 -> 11.5.2.
Original commit
17:51 bsam search for other commits by this committer
Add linux applications:
. cups-libs;
. gnutls;
. libgcrypt;
. libgpg-error;
. libtasn1.

PR:             ports/159007
Submitted by:   Stas Timokhin <devel@stasyan.com>
Original commit
Friday, 6 May 2011
12:21 bsam search for other commits by this committer
Add libasyncns to the rank of _LINUX_26_APPS.

Submitted by:   avg (via emulation@)
Original commit
Thursday, 28 Apr 2011
20:00 nox search for other commits by this committer
Add alsa-plugins-oss to _LINUX_26_APPS.

PR:             ports/147549
Submitted by:   hashiz
Approved by:    bsam
Original commit
Tuesday, 26 Apr 2011
20:17 nox search for other commits by this committer
Add pulseaudio-libs to _LINUX_26_APPS.

PR:             ports/156112
Submitted by:   avg
Approved by:    bsam (via private email)
Original commit
Monday, 18 Apr 2011
13:07 netchild search for other commits by this committer
Remove all traces of F8, now that the deprecated/expired ports are removed
by a brave soul. They served us well.

We are fully FC4 (releng-7) or F10 (all other supported branches) now.

Reviewed by:    bsam, gj
Original commit
Thursday, 14 Apr 2011
14:26 bsam search for other commits by this committer
Add libv4l to the rank of LINUX_26_APPS.
Original commit
Saturday, 26 Feb 2011
11:10 ale search for other commits by this committer
Unbreak after linux-f10-pango update.
Original commit
Friday, 25 Feb 2011
11:00 pav search for other commits by this committer
- Allow using linux base 2.4 on FreeBSD 8.X

PR:             ports/154186
Submitted by:   ale
Original commit
Thursday, 19 Aug 2010
20:09 mva search for other commits by this committer
- New openal-soft port for the linux f10 base system.
Original commit
Monday, 14 Sep 2009
10:09 bsam search for other commits by this committer
. welcome a new graphics/linux-f10-libGLU port;
. connect it to build;
. make apropriate changes to Mk/bsd.linux-apps.mk.
Original commit
Monday, 7 Sep 2009
20:08 bsam search for other commits by this committer
. update graphics/linux-f10-png to version 1.2.37-1.fc10;  [1]
. update distinfo for sources;
. update the library version at Mk/bsd.linux-apps.mk.

PR:             ports/138616  [1]
Submitted by:   Glen Barber <glen.j.barber at gmail.com>  [1]
Original commit
Tuesday, 1 Sep 2009
11:41 bsam search for other commits by this committer
Add a new application naslibs to the rank of _LINUX_APPS_ALL.
It is needed for linux-opera-10.

Requested by:   mezz (at freebsd-emulation)
Original commit
Monday, 31 Aug 2009
11:46 bsam search for other commits by this committer
. add a new application (blt) to _LINUX_26_APPS;
. add its definitions.
Original commit
Monday, 3 Aug 2009
21:53 bsam search for other commits by this committer
Fix entries for tcl84 and tk84 components at 8.x. The bug
was exposed by a new emulators/linux-systemsim port.

Reported by:    Portsnap buildbox
Original commit
17:48 bsam search for other commits by this committer
Unify files to be detected while looking for tcl84 component.
Original commit
17:30 bsam search for other commits by this committer
Make the IGNORE message a little bit user-friendly. It puzzles even me
from time to time. :-)
Original commit
Tuesday, 28 Jul 2009
14:52 bsam search for other commits by this committer
Add a patch forgotten at a previous commit. This should fix make index.

Reported by:    Portsnap buildbox, erwin
Pointyhat to:   me
Original commit
08:59 bsam search for other commits by this committer
Add dbusglib and dbuslibs targets.
Original commit
Friday, 3 Jul 2009
20:58 nox search for other commits by this committer
- Add the new security/linux-f10-cyrus-sasl2 and net/linux-f10-openldap
  infrastructure ports to Mk/bsd.linux-apps.mk and add missing
  dependecies on these to the ftp/linux-f10-curl port.  (They are
  needed for www/linux-f10-flashplugin10 to be committed next.)
- Bump ftp/linux-f10-curl PORTREVISION
Original commit
Friday, 26 Jun 2009
17:03 bsam search for other commits by this committer
Welcome new defaults for linux ports!

The default is switched for OSVERSION >= 800076 (when the last known
issue was fixed at the base system). From now the default linux
base port is linux_base-f10. Default linux infrastrucure ports
are linux-f10-*.

HEADSUP to current@ is comming.

Exp-run by:     portmgr (pav)
Original commit
Friday, 12 Jun 2009
18:03 bsam search for other commits by this committer
Fedora Core 4 didn't have a dependency on libpng12, libjpeg
and libtiff for graphics/linux-sdl_image. New Fedora distros
has. So fix it:
. graphics/linux-f8-sdl_image and bump PORTREVISION;  [1]
. graphics/linux-f10-sdl_image and bump PORTREVISION;
. Mk/bsd.linux-apps.mk.

PR:             ports/135339 [1]
Submitted by:   amdmi [1]
Original commit
Tuesday, 9 Jun 2009
08:33 bsam search for other commits by this committer
Fix LINUX_DIST_SUFFIX detect for linux-f8 dri port.

Pointed out by: Yuri Pankov <yuri.pankov at gmail.com> (by private email)
Original commit
Sunday, 7 Jun 2009
20:22 bsam search for other commits by this committer
Connect audio/linux-f10-mikmod to the rank of linux-f10
infractructure ports.
Original commit
Monday, 1 Jun 2009
17:26 bsam search for other commits by this committer
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.
Original commit
Tuesday, 12 May 2009
13:47 bsam search for other commits by this committer
Use the new openmotif version for Linux Fedora 8.
Original commit
Friday, 8 May 2009
19:29 bsam search for other commits by this committer
Fix libxml library version.

PR:             ports/134359
Submitted by:   Hidemi Yamashita <happybsd@kiiroi.mimoza.jp>
Original commit
Friday, 10 Apr 2009
14:43 bsam search for other commits by this committer
Toggle openssl and libssh2. The first one should be defined both
for -fc4- and -f8- ports. While the second one should be defined
only for -f8- ports.

Reported by:    blackend (by email)
Original commit
Thursday, 9 Apr 2009
16:36 bsam search for other commits by this committer
Add a new component: dri.
Original commit
Wednesday, 8 Apr 2009
12:26 bsam search for other commits by this committer
Don't add RUN_DEPENDS if there is no corresponding file for the component.
Original commit
06:26 bsam search for other commits by this committer
Fix _LINUX_APPS_ALL: _LINUX_26_APPS -> ${_LINUX_26_APPS}.

Submitted by:   nox (at emaulation@ ML)
Original commit
Tuesday, 7 Apr 2009
19:15 bsam search for other commits by this committer
Fix libidn port name.

Reported by:    scf (by email)
Original commit
16:13 bsam search for other commits by this committer
Do an actual check of USE_LINUX_APPS.
Original commit
Monday, 6 Apr 2009
21:47 bsam search for other commits by this committer
Define an internal variable _LINUX_26_APPS with a list of components
for linux_base-f8 and above. Don't define RUN_DEPENDS for those components
if OVERRIDE_LINUX_NONBASE_PORTS is not defined. That should unbreak
index for default configurations.
Original commit
19:52 bsam search for other commits by this committer
Add missing '$' to a makefile variable.

Pointed out by: QAT, itetcu
Original commit
18:58 bsam search for other commits by this committer
Fix sqlite3 detection, add ${LINUXBASE}.
Original commit
16:03 bsam search for other commits by this committer
Add five new components: libidn libssh2 nspr nss sqlite3.
Corresponding ports will be committed shortly.
Those components are needed to run the upcomming
www/linux-f8-flashplugin10.

Please note, that there are only linux -f8- ports,
no -fc4- infrastructure ports are available.
Original commit
15:37 bsam search for other commits by this committer
Add new components to _ALL_LINUX_APPS: tcl84 tk84.
Please note, that there are only linux -f8- ports,
no -fc4- infrastructure ports are available.
Original commit
Friday, 3 Apr 2009
18:17 bsam search for other commits by this committer
The patch id needed for those who use a non-default linux base port
and upgrade linux applications which use linux-scim-libs (ex.: acroread).

Discussed at:   emulation@ ML
Tested by:      Richard Kuhns <rjk at wintek.com>
Original commit
Thursday, 2 Apr 2009
12:58 bsam search for other commits by this committer
Add some sanity checks:
. a check for valid components at USE_LINUX_APPS;
. a check if a component is defined for the given linux distro
  (has apropriate port).
Original commit
Wednesday, 1 Apr 2009
15:25 bsam search for other commits by this committer
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) ;-)
Original commit
Thursday, 19 Mar 2009
19:53 pav search for other commits by this committer
- Quickfix for linux_base-f8 users by turning off the new functionality before
  all the ports are in place

With hat:       portmgr
Original commit
17:28 bsam search for other commits by this committer
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)
Original commit

Number of commits found: 76