non port: emulators/linux_base-c6/pkg-plist.x86_64 |
SVNWeb
|
Number of commits found XX: 13 |
Tue, 31 Jan 2017
|
[ 16:54 tijl ] 
432937 MOVED
432937 Mk/Uses/linux.mk
432937 Mk/bsd.sites.mk
432937 accessibility/linux-c6-atk/Makefile
432937 accessibility/linux-c6-atk/distinfo
432937 accessibility/linux-c6-atk/distinfo.i386
432937 accessibility/linux-c6-atk/distinfo.x86_64
432937 accessibility/linux-c6-atk/pkg-descr
432937 accessibility/linux-c6-atk/pkg-plist.amd64
432937 accessibility/linux-c6-atk/pkg-plist.i386
(Only the first 10 of 887 ports in this commit are shown above. )
- Autodetect the installed linux_base port and use LINUX_DEFAULT only as
a last resort.
- Construct a list of DISTFILES for every architecture (amd64, i386).
Select one list for regular make and all lists for make makesum so linux
ports can have one combined distinfo file.
- Set DIST_SUBDIR?=centos so there's only one copy of common distfiles.
- Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter.
- Regenerate all distinfo files.
- For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib,
lib64 and sbin into symbolic links to the same directory under usr.
This fixes the problem where some programs/libraries exist under / on
FreeBSD and /usr on Linux or vice versa and then depending on the order
of search paths Linux programs may run/load FreeBSD programs/libraries
and fail.
- Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so (Only the first 15 lines of the commit message are shown above )
|
Wed, 18 Jan 2017
|
[ 11:30 tijl ] 
431790 emulators/linux_base-c6/Makefile
431790 emulators/linux_base-c6/distinfo.i386
431790 emulators/linux_base-c6/distinfo.x86_64
431790 emulators/linux_base-c6/pkg-plist.i386
431790 emulators/linux_base-c6/pkg-plist.x86_64
Update to bash 4.1.2-41.el6_8 and db4 4.7.25-20.el6_8.1.
Fix check-plist errors.
PR: 216219
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
Sat, 14 Jan 2017
|
[ 13:13 tijl ] 
431465 emulators/linux_base-c6/Makefile
431465 emulators/linux_base-c6/pkg-plist.i386
431465 emulators/linux_base-c6/pkg-plist.x86_64
431465 emulators/linux_base-c7/Makefile
431465 emulators/linux_base-c7/pkg-plist.i386
431465 emulators/linux_base-c7/pkg-plist.x86_64
Don't use @dir for directories that may have filesystems mounted. It may
not be possible to change their mode and timestamp like @dir tries to do.
PR: 215769
MFH: 2017Q1
|
Fri, 4 Nov 2016
|
[ 15:43 jkim ] 
425333 emulators/linux_base-c6/Makefile
425333 emulators/linux_base-c6/pkg-plist.i386
425333 emulators/linux_base-c6/pkg-plist.x86_64
425333 emulators/linux_base-c7/Makefile
425333 emulators/linux_base-c7/pkg-plist.i386
425333 emulators/linux_base-c7/pkg-plist.x86_64
425333 emulators/linux_base-f10/Makefile
425333 emulators/linux_base-f10/pkg-plist
Fix modes for /compat/linux/sys.
This commit is analogous to r425303 and r425309 for /compat/linux/proc.
MFH: 2016Q4
|
[ 08:02 bapt ] 
425303 emulators/linux_base-c6/Makefile
425303 emulators/linux_base-c6/pkg-plist.i386
425303 emulators/linux_base-c6/pkg-plist.x86_64
425303 emulators/linux_base-c7/Makefile
425303 emulators/linux_base-c7/pkg-plist.i386
425303 emulators/linux_base-c7/pkg-plist.x86_64
Fix modes for /compat/linux/proc
When linprocfs is mounted the mode set to /compat/linux/proc is set to 555
while the package said 755 meaning pkg will try to change it 755 and fail
preventing upgrade or installation of the package because linprocfs does not
support changing attributes.
Enforce it to 555 to prevent that situation
|
Wed, 19 Oct 2016
|
[ 10:58 tijl ] 
424236 emulators/linux_base-c6/Makefile
424236 emulators/linux_base-c6/pkg-message
424236 emulators/linux_base-c6/pkg-plist.i386
424236 emulators/linux_base-c6/pkg-plist.x86_64
Since base r283461 /compat/linux/dev/shm must point to a tmpfs. Make
/compat/linux/dev/shm a plain directory instead of a link to /tmp so we
don't force users to mount tmpfs on /tmp. This also makes /dev/shm a
separate namespace from /tmp.
PR: 207769
|
Mon, 5 Sep 2016
|
[ 19:23 tijl ] 
421387 Mk/Scripts/functions.sh
421387 Mk/Uses/linux.mk
421387 Mk/bsd.default-versions.mk
421387 Mk/bsd.linux-apps.mk
421387 Mk/bsd.linux-rpm.mk
421387 Mk/bsd.port.mk
421387 Mk/bsd.sites.mk
421387 accessibility/linux-c6-atk/Makefile
421387 accessibility/linux-f10-atk/Makefile
421387 archivers/kzip/Makefile
(Only the first 10 of 303 ports in this commit are shown above. )
- 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. (Only the first 15 lines of the commit message are shown above )
|
Mon, 20 Jun 2016
|
[ 17:13 tijl ] 
417169 Mk/bsd.linux-rpm.mk
417169 accessibility/linux-c6-atk/distinfo.i686
417169 accessibility/linux-c6-atk/distinfo.x86_64
417169 audio/linux-c6-alsa-lib/Makefile
417169 audio/linux-c6-alsa-lib/distinfo.i686
417169 audio/linux-c6-alsa-lib/distinfo.x86_64
417169 audio/linux-c6-alsa-lib/pkg-plist.i686
417169 audio/linux-c6-alsa-lib/pkg-plist.x86_64
417169 audio/linux-c6-alsa-plugins-oss/Makefile
417169 audio/linux-c6-alsa-plugins-oss/distinfo.i686
(Only the first 10 of 189 ports in this commit are shown above. )
Update Linux ports to Centos 6.8.
PR: 210373
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Differential Revision: https://reviews.freebsd.org/D6891
|
Wed, 13 Apr 2016
|
[ 01:49 swills ] 
413168 Mk/bsd.linux-rpm.mk
413168 Mk/bsd.port.mk
413168 accessibility/linux-c6-atk/distinfo.x86_64
413168 accessibility/linux-c6-atk/pkg-plist.x86_64
413168 audio/linux-c6-alsa-lib/Makefile
413168 audio/linux-c6-alsa-lib/distinfo.x86_64
413168 audio/linux-c6-alsa-lib/pkg-plist.x86_64
413168 audio/linux-c6-alsa-plugins-oss/Makefile
413168 audio/linux-c6-alsa-plugins-oss/distinfo.x86_64
413168 audio/linux-c6-alsa-plugins-oss/pkg-plist.x86_64
(Only the first 10 of 160 ports in this commit are shown above. )
CentOS ports: for c6_64, install 32bit libraries alongside
PR: 206943
Submitted by: xmj
|
Sat, 30 Jan 2016
|
[ 18:30 miwi ] 
407537 MOVED
407537 Mk/bsd.linux-apps.mk
407537 Mk/bsd.linux-rpm.mk
407537 Mk/bsd.port.mk
407537 accessibility/linux-c6-atk/Makefile
407537 accessibility/linux-c6-atk/distinfo.i686
407537 accessibility/linux-c6-atk/distinfo.x86_64
407537 audio/Makefile
407537 audio/linux-c6-alsa-lib/Makefile
407537 audio/linux-c6-alsa-lib/distinfo.i686
(Only the first 10 of 195 ports in this commit are shown above. )
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.
|
Sun, 9 Aug 2015
|
[ 19:14 netchild ] 
393817 Mk/bsd.linux-apps.mk
393817 Mk/bsd.linux-rpm.mk
393817 Mk/bsd.port.mk
393817 Mk/bsd.sites.mk
393817 accessibility/linux-c6-atk/distinfo.x86_64
393817 accessibility/linux-c6-atk/pkg-plist
393817 accessibility/linux-c6-atk/pkg-plist.i686
393817 accessibility/linux-c6-atk/pkg-plist.x86_64
393817 audio/linux-c6-alsa-lib/Makefile
393817 audio/linux-c6-alsa-lib/distinfo.x86_64
(Only the first 10 of 332 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Sun, 26 Jul 2015
|
[ 13:35 antoine ] 
392922 Mk/bsd.linux-apps.mk
392922 Mk/bsd.linux-rpm.mk
392922 Mk/bsd.port.mk
392922 Mk/bsd.sites.mk
392922 accessibility/linux-c6-atk/distinfo.x86_64
392922 accessibility/linux-c6-atk/pkg-plist
392922 accessibility/linux-c6-atk/pkg-plist.i686
392922 accessibility/linux-c6-atk/pkg-plist.x86_64
392922 audio/linux-c6-alsa-lib/Makefile
392922 audio/linux-c6-alsa-lib/distinfo.x86_64
(Only the first 10 of 330 ports in this commit are shown above. )
Unbreak INDEX, reverting r392921
With hat: portmgr
|
[ 13:06 netchild ] 
392921 Mk/bsd.linux-apps.mk
392921 Mk/bsd.linux-rpm.mk
392921 Mk/bsd.port.mk
392921 Mk/bsd.sites.mk
392921 accessibility/linux-c6-atk/distinfo.x86_64
392921 accessibility/linux-c6-atk/pkg-plist
392921 accessibility/linux-c6-atk/pkg-plist.i686
392921 accessibility/linux-c6-atk/pkg-plist.x86_64
392921 audio/linux-c6-alsa-lib/Makefile
392921 audio/linux-c6-alsa-lib/distinfo.x86_64
(Only the first 10 of 330 ports in this commit are shown above. )
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
(Only the first 15 lines of the commit message are shown above )
|
Number of commits found XX: 13 |