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/py-openal/Makefile
SVNWeb

Number of commits found: 26

Wed, 27 May 2020
[ 11:59 danfe search for other commits by this committer ] Original commit   Revision:536688 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 1).
Sun, 23 Feb 2020
[ 15:25 antoine search for other commits by this committer ] Original commit   Revision:526925 (Only the first 10 of 257 ports in this commit are shown above. View all ports for this commit)
Deprecate a few ports

With hat:	portmgr
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 12 Jan 2016
[ 16:20 amdmi3 search for other commits by this committer ] Original commit   Revision:405891 (Only the first 10 of 791 ports in this commit are shown above. View all ports for this commit)
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Mon, 15 Dec 2014
[ 12:33 amdmi3 search for other commits by this committer ] Original commit   Revision:374738
- Add LICENSE
- Strip library
- Fix tab after WWW:

Approved by:	bapt
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 19 Oct 2014
[ 07:33 mva search for other commits by this committer ] Original commit   Revision:371170 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
- Convert ports from audio/ to new USES=python

Reviewed by:	portmgr (implicit)
Tue, 15 Jul 2014
[ 17:37 adamw search for other commits by this committer ] Original commit   Revision:361986 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Correct all instances where OPTIONS_DEFINE was being overwritten
by multiple definitions.
Fri, 4 Apr 2014
[ 22:41 bapt search for other commits by this committer ] Original commit   Revision:350176
Support stage
Convert DOCS option into EXAMPLES
Fri, 21 Feb 2014
[ 13:35 ehaupt search for other commits by this committer ] Original commit   Revision:345395 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Remove trailing whitespaces from category audio
Mon, 10 Feb 2014
[ 13:54 ehaupt search for other commits by this committer ] Original commit   Revision:343634 (Only the first 10 of 581 ports in this commit are shown above. View all ports for this commit)
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
Fri, 3 Jan 2014
[ 15:26 adamw search for other commits by this committer ] Original commit   Revision:338547 (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
Convert to PORT_OPTIONS:MDOCS.

Holdout shame list: ruby, perl, python
Wed, 25 Dec 2013
[ 23:29 antoine search for other commits by this committer ] Original commit   Revision:337464 (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
Convert the tree to USES=openal

Approved by:	portmgr (bapt)
Fri, 20 Sep 2013
[ 14:36 bapt search for other commits by this committer ] Original commit   Revision:327706 (Only the first 10 of 879 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Mon, 25 Jan 2010
[ 19:15 pav search for other commits by this committer ] Original commit  (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
- Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation

PR:             ports/142123
Submitted by:   mva
Tested by:      pointyhat exp-run
Approved by:    portmgr (hat)
Mon, 15 Jun 2009
[ 16:53 acm search for other commits by this committer ] Original commit 
- Respect LOCALBASE if it is changed to custom value

Reported by: QAT
Mon, 30 Jul 2007
[ 09:42 alexbl search for other commits by this committer ] Original commit  (Only the first 10 of 445 ports in this commit are shown above. View all ports for this commit)
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
Mon, 21 Aug 2006
[ 16:07 acm search for other commits by this committer ] Original commit 
- Fix build problem, it isn't linking appropriately to openal lib.
- Add patch_py-openal.c. This port is using DEPRECATED functions of openal.

Approved by:    garga (mentor)
Sun, 23 Jul 2006
[ 02:45 acm search for other commits by this committer ] Original commit  (Only the first 10 of 71 ports in this commit are shown above. View all ports for this commit)
Change maintainer address to my @FreeBSD.org email

Approved by:    garga (mentor)
Sun, 11 Jun 2006
[ 21:04 erwin search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Remove the use of USE_GZIP. I cannot find any use of it in bsd.port.mk
and these ports build fine without it. My guess is that it was added
by someone as an opposite to USE_BZIP2 and other people copied it.
Remove it once and for all.

With hat:       portmgr
Thu, 8 Jun 2006
[ 16:07 oliver search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
update freealut to 1.1.0
Wed, 10 May 2006
[ 22:04 pav search for other commits by this committer ] Original commit 
- Update to 0.1.6

PR:             ports/97088
Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
Wed, 3 May 2006
[ 05:14 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 196 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from ports in categories starting with A.
Sun, 23 Apr 2006
[ 10:14 oliver search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
update to openal 20060211 [1]
fix dependant ports [2]

PR:             ports/96172 [1]
                ports/95192 [2]
Submitted by:   maintainer  [1]
                oliver      [2]
Approved by:    maintainer
Tue, 18 Oct 2005
[ 09:24 garga search for other commits by this committer ] Original commit 
- Respect PREFIX/X11BASE

Submitted by:   maintainer
Reported by:    krismail
Wed, 5 Oct 2005
[ 17:01 garga search for other commits by this committer ] Original commit 
PyOpenAL is a binding of OpenAL for Python. This binding is at possible
OO (Listener, Source and Buffer are objects). Extensions are not supported
yet.

Supported file formats are Wave and Ogg Vorbis (with the PyOgg and PyVorbis
modules). PyOpenAL can be used independently or along with Soya, our 3D
engine for Python.

WWW:    http://home.gna.org/oomadness/en/pyopenal/index.html

PR:             ports/86926
Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>

Number of commits found: 26