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: audio/linux-c7-alsa-plugins-oss/Makefile
SVNWeb

Number of commits found: 17

Mon, 12 Sep 2022
[ 15:29 Stefan Eßer (se) search for other commits by this committer ]    commit hash:60764ff075c09d6b1d37be83c4d1613ac84b8eab  commit hash:60764ff075c09d6b1d37be83c4d1613ac84b8eab  commit hash:60764ff075c09d6b1d37be83c4d1613ac84b8eab  60764ff  (Only the first 10 of 125 ports in this commit are shown above. View all ports for this commit)
Add missing WWW entries

These ports reference the pkg-descr file of some other port and used
to get the WWW entry from that other port's file.

Reported by:	dan@langille.org (Dan Langille)
Wed, 20 Jul 2022
[ 14:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:213b0b7a75cfb93729483fb1f59b236448f06a13  commit hash:213b0b7a75cfb93729483fb1f59b236448f06a13  commit hash:213b0b7a75cfb93729483fb1f59b236448f06a13  213b0b7  (Only the first 10 of 561 ports in this commit are shown above. View all ports for this commit)
audio: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <dmagda+libsamplerate@ee.ryerson.ca>
  *  <trasz@FreeBSD.org>
  *  Adam Weinberger
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aleksander Fafula <alex@bsdguru.org>
  *  Alex Allan <alex@kamaz.org.uk>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Kojevnikov <alexander@kojevnikov.com>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 17 Jan 2022
[ 14:47 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:c7dd5ca11a141ecb8a4decab08d1c09e48c9ae6a  commit hash:c7dd5ca11a141ecb8a4decab08d1c09e48c9ae6a  commit hash:c7dd5ca11a141ecb8a4decab08d1c09e48c9ae6a  c7dd5ca  (Only the first 10 of 225 ports in this commit are shown above. View all ports for this commit)
*: Linux emulation: add support for aarch64

PR:		256008
Submitted by:	Vincent Milum Jr (prior version)
Approved by:	emulation (maintainer timeout)
Fri, 29 Oct 2021
[ 09:50 Stefan Eßer (se) search for other commits by this committer ]    commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  commit hash:819f25b36d45b8ac5593ec8e6f470d9ad454b08a  819f25b  (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 11 Sep 2019
[ 19:13 jkim search for other commits by this committer ] Original commit   Revision:511834
Ignore "-march=foo" from CFLAGS when compiling a Linux binary.

I have "CPUTYPE?=znver1" in my /etc/make.conf and it broke build because
this port uses GCC 4.8.5 and it does not support recent processors.

Reviewed by:	tijl
Tue, 10 Sep 2019
[ 08:42 tijl search for other commits by this committer ] Original commit   Revision:511748
Add USE_LINUX=base:build so the port depends on linux_base-c7>=7.6.1810_7.
A direct dependency on linux_base-c7 also helps tools like portmaster to
update linux_base-c7 first.
Mon, 9 Sep 2019
[ 20:36 tijl search for other commits by this committer ] Original commit   Revision:511702
- Make the port safe to build as root. [1]

Given an absolute /path Linux programs first try to access
/compat/linux/path before trying /path.  That means mkdir -p ${STAGEDIR}
will always create /compat/linux${STAGEDIR} when run as root and echo >
/dev/null will create /compat/linux/dev/null as a regular file.  Fix this
by running configure with FreeBSD /bin/sh and build/install using FreeBSD
gmake.  PATH is set to /compat/linux/usr/bin and MKDIR_P to /bin/mkdir -p
so all commands except mkdir are still Linux programs.

- Add USES=libtool:build because libtoolize is needed. [2]
- Add USES=pkgconfig.
- Remove -DFREEBSD_OSS_BUFSZ_P2 because it breaks some games. [3]
- Replace -nostdinc -isystem ... with --sysroot=${LINUXBASE}. [3]
- Include bsd.port.options.mk to get ARCH. [3]

PR:		240043
Reported by:	VVD <vvd@unislabs.com> [1]
Reported by:	Giacomo Olgeni <olgeni@olgeni.com> [2]
Reported by:	Alex S <iwtcex@gmail.com> [3]
Sun, 8 Sep 2019
[ 20:47 tijl search for other commits by this committer ] Original commit   Revision:511597
Rewrite the port so we build our own Linux package from the upstream
.src.rpm with patches derived from the audio/alsa-plugins port.  This
should improve sound output from Linux programs.

CFLAGS contains -nostdinc -isystem ... because gcc searches
/usr/local/include before /usr/include otherwise and picks up headers from
/usr/local/include/alsa instead of /compat/linux/usr/include/alsa.

PR:		240043
Sun, 25 Aug 2019
[ 20:02 tijl search for other commits by this committer ] Original commit   Revision:509853
Fix Linux ALSA OSS plugin by removing a configuration file.  The
configuration from FreeBSD /usr/local/etc/asound.conf should be used.

PR:		240043
Reported by:	Hannes Hauswedell <h2+fbsdports@fsfe.org>
Sat, 8 Jun 2019
[ 15:59 tijl search for other commits by this committer ] Original commit   Revision:503741 (Only the first 10 of 155 ports in this commit are shown above. View all ports for this commit)
Address some portlint warnings in the Linux infrastructure ports.

Eliminate LINUXNAME from port Makefiles.  This was just a helper variable
without special meaning outside port Makefiles but several developers have
copied it to new ports where it was then unused, apparently thinking that
it did have some special meaning.
[ 13:13 tijl search for other commits by this committer ] Original commit   Revision:503726 (Only the first 10 of 156 ports in this commit are shown above. View all ports for this commit)
Eliminate RPMVERSION from Linux ports and set DISTVERSIONSUFFIX instead.
This puts all version information together in the port Makefiles.
[ 12:13 tijl search for other commits by this committer ] Original commit   Revision:503722 (Only the first 10 of 148 ports in this commit are shown above. View all ports for this commit)
Update CentOS 7 ports to 7.6.1810.

This adds some new ports:
converters/linux-c7-fribidi required by x11-toolkits/linux-c7-pango.
graphics/linux-c7-libglvnd required by graphics/linux-c7-dri.
graphics/linux-c7-wayland required by graphics/linux-c7-dri.
print/linux-c7-freetype unbundled from emulators/linux_base-c7 because it
depends on graphics/linux-c7-png now.

Mesa OpenGL libraries in graphics/linux-c7-dri now support libglvnd (GL
Vendor-Neutral Dispatch library) which allows some applications to use
Mesa while others use Nvidia OpenGL.  The x11/nvidia-driver* ports have
been changed so versions above 390.42 now use CentOS libglvnd and no longer
install a bundled copy.

PR:		229431
Submitted by:	pkubaj (partly)
Mon, 10 Sep 2018
[ 13:14 mat search for other commits by this committer ] Original commit   Revision:479406 (Only the first 10 of 995 ports in this commit are shown above. View all ports for this commit)
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Tue, 31 Jan 2017
[ 16:54 tijl search for other commits by this committer ] Original commit   Revision:432937 (Only the first 10 of 887 ports in this commit are shown above. View all ports for this commit)
- 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 View all of this commit message)
Thu, 19 Jan 2017
[ 15:44 tijl search for other commits by this committer ] Original commit   Revision:431882 (Only the first 10 of 294 ports in this commit are shown above. View all ports for this commit)
Update Linux CentOS 7 ports to 7.3.1611.  While 7.2 had semi-official i386
packages there are no such packages for 7.3 yet so i386 support has been
marked IGNORE for now.

Change DIST_SUBDIR to just "centos" so distfiles that remain the same
between major versions don't have to be redownloaded.

Remove fmake hacks from linux.mk.

Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Wed, 19 Oct 2016
[ 14:50 tijl search for other commits by this committer ] Original commit   Revision:424259 (Only the first 10 of 455 ports in this commit are shown above. View all ports for this commit)
Add Linux CentOS 7 infrastructure ports.

Mk/Uses/linux.mk changes:
- Add support for architecture neutral (noarch) distfiles.
- Add support for 64-bit only ports: set IGNORE on i386 and don't install
  32-bit compat libraries on amd64.

Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Differential Revision:	https://reviews.freebsd.org/D7886

Number of commits found: 17