non port: Mk/bsd.linux-rpm.mk |
SVNWeb
|
Number of commits found: 56 |
Mon, 5 Sep 2016
|
[ 19:23 tijl ] (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 )
|
Fri, 26 Aug 2016
|
[ 08:42 danfe ]
Do not terminate IGNORE messages with period, it is added by the framework.
|
Mon, 1 Aug 2016
|
[ 13:07 tijl ] (Only the first 10 of 286 ports in this commit are shown above. )
Use LINUX_REPO_ARCH instead of LINUX_RPM_ARCH when setting DISTINFO_FILE
and PLIST for Linux ports. LINUX_RPM_ARCH is the CPU targetted by a
package and LINUX_REPO_ARCH is like our ARCH which is more suitable. This
only affects Centos 6 ports because they are the only ones where
LINUX_REPO_ARCH != LINUX_RPM_ARCH.
|
Mon, 20 Jun 2016
|
[ 17:13 tijl ] (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, 18 May 2016
|
[ 11:28 mat ]
Only use the :SOURCE group when it is actually defined.
PR: 208916
With hat: portmgr
Sponsored by: Absolight
|
Wed, 13 Apr 2016
|
[ 01:49 swills ] (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
|
Sun, 27 Mar 2016
|
[ 01:23 bapt ] (Only the first 10 of 85 ports in this commit are shown above. )
Remove the now unneeded ${PORTSDIR} from dependency definition in
The infrastructure Makefiles
PR: 206569
Exp run by: antoine
Differential Revision: D5047
|
Sat, 30 Jan 2016
|
[ 18:30 miwi ] (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.
|
Thu, 26 Nov 2015
|
[ 13:05 bapt ]
Fix typo preventing using c6_64
|
Fri, 6 Nov 2015
|
[ 18:57 jkim ]
Fix build with DOCS=off after r400846.
|
Thu, 5 Nov 2015
|
[ 12:35 mat ]
Change the meaning of NO_WRKSUBDIR to force a WRKDIR != WRKSRC.
Right now, NO_WRKSUBDIR means that the extraction does not produce a
subdirectory, and that everything goes straight into WRKDIR. It is
problematic, because during the build of a port, quite a few files are
created in there, and then, a stage directory, where everything is
installed, and then a pkg directory where the package is created, and
those often conflict, or get in the way, of the building process.
With this, NO_WRKSUBDIR will extract the distfiles directly into WRKSRC
instead of WRKDIR. In this case, WRKSRC is artificial and is based on
PKGNAME and not DISTNAME, mitigate conflicts with rc files.
PR: 204056
Submitted by: mat
Reviewed by: bapt
Exp-run: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735
|
Sun, 9 Aug 2015
|
[ 19:14 netchild ] (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 ] (Only the first 10 of 330 ports in this commit are shown above. )
Unbreak INDEX, reverting r392921
With hat: portmgr
|
[ 13:06 netchild ] (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 )
|
Thu, 4 Jun 2015
|
[ 21:07 bapt ]
Add USE_LINUX_RPM_BAD_PERMS
This allows extracting to extract rpm containings hardlinks on read only files
when extracted as a regular user
Differential Revision: https://reviews.freebsd.org/D2734
Reviewed by: mat
|
Tue, 9 Dec 2014
|
[ 18:05 xmj ]
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: (Only the first 15 lines of the commit message are shown above )
|
Tue, 11 Nov 2014
|
[ 13:06 xmj ] (Only the first 10 of 169 ports in this commit are shown above. )
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.
|
Mon, 20 Oct 2014
|
[ 20:36 bapt ]
Remove unused and broken new-plist target
Modify the automatic plist to not generate the @dirrm
|
Mon, 22 Sep 2014
|
[ 10:40 xmj ] (Only the first 10 of 428 ports in this commit are shown above. )
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
(Only the first 15 lines of the commit message are shown above )
|
Mon, 5 May 2014
|
[ 09:45 bapt ] (Only the first 10 of 293 ports in this commit are shown above. )
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr
|
Tue, 25 Mar 2014
|
[ 11:42 antoine ]
Allow distfiles grouping for linux-rpm ports while not extracting the .src.rpm
on the package builders
With hat: portmgr
|
Tue, 18 Mar 2014
|
[ 22:19 thierry ]
Let the linux rpm ports use grouping rules, e.g. to download the
binaries and the sources from differents MASTER_SITES.
PR: ports/186702
Approved by: netchild
|
Fri, 17 Jan 2014
|
[ 13:20 rene ]
- Remove a check insisting that Fedora 10 ports can only be run when
compat.linux.osrelease is set to 2.6.16. This enables running newer
libc versions wanting e.g. Linux 3.4.X. It was mostly a leftover
from the Fedora Core 4 support in the FreeBSD 7.X days. [1]
- While here shorten the IGNORE message of another check.
Submitted by: cognet [1]
|
Sun, 6 Oct 2013
|
[ 09:08 antoine ]
Rework linux rpm plist generation/installation
Convert linux-f10-libasyncns to STAGEDIR (only user of AUTOMATIC_PLIST)
Approved by: portmgr (bapt)
|
Fri, 4 Oct 2013
|
[ 15:47 bapt ]
Fix linux rpm plist generation
|
[ 15:38 bapt ]
Fix directory staging
|
Wed, 2 Oct 2013
|
[ 22:58 bapt ]
Allow staging linux rpms
|
Thu, 30 May 2013
|
[ 09:11 rene ] (Only the first 10 of 77 ports in this commit are shown above. )
- 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
|
Mon, 22 Apr 2013
|
[ 16:24 bapt ]
On all supported version of FreeBSD tar do support rpm as an archive format.
So directly use tar to extract linux* distfiles instead of rpm2cpio.
|
Wed, 23 May 2012
|
[ 08:17 miwi ] (Only the first 10 of 33 ports in this commit are shown above. )
- 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
|
Mon, 18 Apr 2011
|
[ 13:07 netchild ]
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
|
Fri, 25 Feb 2011
|
[ 11:00 pav ]
- Allow using linux base 2.4 on FreeBSD 8.X
PR: ports/154186
Submitted by: ale
|
Thu, 28 Oct 2010
|
[ 21:00 erwin ] (Only the first 10 of 105 ports in this commit are shown above. )
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
|
Sun, 13 Dec 2009
|
[ 19:29 bsam ]
Fix a typo: limitted -> limited.
Reported by: trhodes
|
Wed, 1 Jul 2009
|
[ 20:35 bsam ]
Honor OVERRIDE_LINUX_NONBASE_PORTS=f8 after the change to Fedora 10
as the default Linux base on -CURRENT.
PR: ports/136206
Submitted by: nwhitehorn
|
Fri, 26 Jun 2009
|
[ 17:03 bsam ]
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)
|
Wed, 17 Jun 2009
|
[ 18:53 bsam ]
Switch default LINUX_DIST_VER to 4. This change was part of an exp-run
and only one application was affected and is fixed now
(x11-themes/linux-gtk-bluecurve-theme).
Tested by: exp-run (pav)
|
Mon, 1 Jun 2009
|
[ 17:26 bsam ] (Only the first 10 of 140 ports in this commit are shown above. )
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.
|
Thu, 9 Apr 2009
|
[ 10:35 bsam ]
Move checks away for MASTER_SITES area and restruct them.
Linux Fredora 8 infrastructure ports should be used if:
. sysctl compat.linux.osrelease is 2.6.16;
. linux base port is set to f8 or f9;
. linux infrastructrue is used.
Remove _F8_COMPATIBLE_LINUX_BASE_PORTS for now (it will
be reintroduced later).
Please note, that there is no strict dependency upon OSRELEASE so far.
|
Mon, 6 Apr 2009
|
[ 12:57 bsam ]
Add comments forgotten by me at the previous commit.
|
[ 12:48 bsam ]
. add linux_base-f9 port to the list of used linux base ports;
. add a variable _F8_COMPATIBLE_LINUX_BASE_PORTS, it's a list
of linux base ports compatible (i.e. may be used) with
linux -f8- infrastructure ports;
. define apropriate _LINUX_BASE_SUFFIX;
. let ports with AUTOMATIC_PLIST=yes use the new value;
. add some comments about those changes.
|
Wed, 1 Apr 2009
|
[ 15:25 bsam ] (Only the first 10 of 171 ports in this commit are shown above. )
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) ;-)
|
Thu, 19 Mar 2009
|
[ 17:28 bsam ] (Only the first 10 of 136 ports in this commit are shown above. )
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)
|
Fri, 15 Aug 2008
|
[ 12:29 bsam ]
Make bsd.linux-rpm.mk respect NOPORTDOCS variable.
PR: 123964
Submitted by: Ganael Laplanche <ganael.laplanche at martymac.com>
Discussed at: emulation@
|
Tue, 29 Apr 2008
|
[ 19:20 bsam ]
Add valid values fc6, f7 and f8:
. to USE_LINUX variable, so users can install linux ports which [1]
use AUTOMATIC_PLIST (while those values are assigned to
OVERRIDE_LINUX_BASE_PORT variable);
. to IGNORE message.
netchild said: "I don't think it will hurt if the fix for fc6 is committed.
There are users out there which already use the experimental 2.6.16 support,
and it would make their life easier."
me decided: "Why should we segragate f7/f8 users?" and committed f7/f8
parts as well.
PR: ports/122826 [1]
Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> [1]
|
Thu, 5 Oct 2006
|
[ 17:20 bsam ]
Redo the comments so they match the other bsd.x.mk files.
PR: 104015
Submitted by: whitespace police (edwin)
|
Mon, 2 Oct 2006
|
[ 14:00 vd ]
Remove support code for old linux distros
PR: ports/103901
Submitted by: vd
Approved by: netchild
|
Sun, 30 Jul 2006
|
[ 22:34 sat ]
- Only set default m_s_subdir if master_sites was undefined
|
Thu, 13 Jul 2006
|
[ 12:35 bsam ]
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)
|
Wed, 7 Jun 2006
|
[ 18:47 netchild ]
When generating the automatic plist, also understand @dirrmtry when looking
up linux_base-X owned dirs.
Submitted by: Boris Samorodov <bsam@ipt.ru>
|
Sat, 20 May 2006
|
[ 15:54 netchild ]
Add support for the upcomming FC4 port (waiting for repocopy).
Submitted by: Boris Samorodov <bsam@ipt.ru>
|
Tue, 16 May 2006
|
[ 18:19 netchild ]
Fix the new-plist target (typo).
|
Tue, 2 May 2006
|
[ 10:06 netchild ]
Extract only the binary RPM's.
This should fix linux-expat, linux-glib2, linux-gnomelibs and
linux-xorg-libs (and thus linux-jpeg) on pointyhat.
Noticed by: pointyhat (kris)
|
Sun, 30 Apr 2006
|
[ 22:00 netchild ] (Only the first 10 of 11 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Wed, 25 Jan 2006
|
[ 17:41 jylefort ]
Pass maintainership to emulation.
Discussed with: netchild
|
Sat, 21 Jan 2006
|
[ 17:37 krion ] (Only the first 10 of 82 ports in this commit are shown above. )
- Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
[1]
- Fix FAM support. Make gamin the default FAM system. [2]
- Introduce new 'quicksearch' target to show only port, path and
info section of the matching ports. [3]
- Introduce new category - rubygems. [4]
- Fix stale dependencies while installing qmail slaveport and
another port that depends on qmail. [5]
- Add commentary for describes target in bsd.port.mk. [6] (Only the first 15 lines of the commit message are shown above )
|
Number of commits found: 56 |