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: games/balazarbrothers/Makefile
SVNWeb

Number of commits found: 33

Wed, 27 Dec 2017
[ 09:30 antoine search for other commits by this committer ] Original commit   Revision:457358 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Deprecate ports broken for more than 6 months
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)
Sat, 18 Nov 2017
[ 19:32 zeising search for other commits by this committer ] Original commit   Revision:454454 (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
Bump portrevision to chase graphics/glew shard library version update.

PR:		223370
Submitted by:	zeising
exp-run by:	antoine
Approved by:	antoine
Sun, 11 Jun 2017
[ 15:21 antoine search for other commits by this committer ] Original commit   Revision:443391
Mark BROKEN: conflicting dependencies

py27-twisted-17.1.0_1 conflicts with py27-twistedCore-15.2.1 (installs files
into the same place)

Reported by:	pkg-fallout
Mon, 5 Jun 2017
[ 14:50 sunpoet search for other commits by this committer ] Original commit   Revision:442637
Change from USES=twisted to devel/py-twisted

- Bump PORTREVISION for dependency change
Tue, 23 May 2017
[ 05:03 rezny search for other commits by this committer ] Original commit   Revision:441503 (Only the first 10 of 711 ports in this commit are shown above. View all ports for this commit)
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
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
Sat, 24 Jan 2015
[ 19:27 antoine search for other commits by this committer ] Original commit   Revision:377815 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
Fix some _DEPENDS
Fri, 12 Dec 2014
[ 11:25 amdmi3 search for other commits by this committer ] Original commit   Revision:374587
- Clarify LICENSE
- Add LICENSE_FILE
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Thu, 28 Aug 2014
[ 03:14 vanilla search for other commits by this committer ] Original commit   Revision:366371
Support STAGEDIR

PR:		ports/193033
Submitted by:	Ports Fury
Sun, 13 Jul 2014
[ 23:23 bapt search for other commits by this committer ] Original commit   Revision:361727 (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
Modernize LIB_DEPENDS

With hat:	portmgr
Wed, 2 Jul 2014
[ 18:22 antoine search for other commits by this committer ] Original commit   Revision:360239 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
Resetting maintainership on ports that have not been staged and without any
pending PR

With hat:	portmgr
Thu, 29 May 2014
[ 14:35 miwi search for other commits by this committer ] Original commit   Revision:355704 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
- Convert gmake, bzip to USES

Approved by:	portmgr
Wed, 16 Apr 2014
[ 18:28 zeising search for other commits by this committer ] Original commit   Revision:351411 (Only the first 10 of 1008 ports in this commit are shown above. View all ports for this commit)
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 15 Dec 2013
[ 16:22 wg search for other commits by this committer ] Original commit   Revision:336553 (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
Use setuptools for all Python ports.

Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 8 Dec 2013
[ 12:04 mva search for other commits by this committer ] Original commit   Revision:335877 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
New USES=twisted, to replace the old USE_TWISTED knob.

twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
    USE_TWISTED=        yes
    USE_TWISTED=        conch names
    USE_TWISTED_RUN=    yes
you now would write
    USES=       twisted
    USES=       twisted:conch,names
    USES=       twisted:run
Fri, 20 Sep 2013
[ 17:36 bapt search for other commits by this committer ] Original commit   Revision:327730 (Only the first 10 of 1149 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:
games)
Fri, 31 May 2013
[ 14:40 jgh search for other commits by this committer ] Original commit   Revision:319495 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
- adopt optionsNG for games
- trim historical headers and trim comments
- some Makefile cleanup

Approved by:	portmgr (bapt)
Wed, 24 Apr 2013
[ 18:10 ak search for other commits by this committer ] Original commit   Revision:316464 (Only the first 10 of 1028 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Tue, 27 Apr 2010
[ 21:58 gahr search for other commits by this committer ] Original commit  (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
- Add glew to the list of supported USE_GL variables
- Patch ports depending on GLEW directly

Approved by:    portmgr (pav)
Sat, 13 Jun 2009
[ 15:46 erwin search for other commits by this committer ] Original commit 
Remove DSL option as the port it depends on is about to be removed.
Fri, 6 Jun 2008
[ 13:31 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 215 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Thu, 13 Mar 2008
[ 14:28 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 442 ports in this commit are shown above. View all ports for this commit)
- Chase devel/sdl12 shlib version bump
Mon, 12 Nov 2007
[ 23:33 pav search for other commits by this committer ] Original commit 
- Fix egg-info file location in plist

Reported by:    pointyhat
Approved by:    portmgr (hat)
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
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Mon, 21 Aug 2006
[ 16:02 acm search for other commits by this committer ] Original commit 
- Fix build with recent graphics/cal3d
- Remove USE_X_PREFIX

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)
Wed, 14 Jun 2006
[ 23:33 itetcu search for other commits by this committer ] Original commit 
Update to 0.3.1

PR:             ports/98961
Submitted by:   maintainer
Wed, 17 May 2006
[ 19:00 sat search for other commits by this committer ] Original commit 
Add balazarbrothers: Balazar Brother is a free software 3D puzzle

PR:             ports/96964
Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Approved by:    krion (mentor)

Number of commits found: 33