non port: graphics/py-goocanvas/Makefile |
SVNWeb
|
Number of commits found XX: 24 |
Tue, 28 Jan 2020
|
[ 21:57 antoine ] 
524518 audio/idjc/Makefile
524518 audio/sonata/Makefile
524518 cad/py-pycam/Makefile
524518 databases/emma/Makefile
524518 databases/pgworksheet/Makefile
524518 deskutils/anamnesis/Makefile
524518 deskutils/gbirthday/Makefile
524518 deskutils/gtg/Makefile
524518 deskutils/nemo-extensions/Makefile
524518 deskutils/pybookreader/Makefile
(Only the first 10 of 33 ports in this commit are shown above. )
Deprecate some pygtk2 ports
With hat: portmgr
|
Fri, 8 Nov 2019
|
[ 14:36 tobik ] 
517071 graphics/autopano-sift-c/Makefile
517071 graphics/bmp2html/Makefile
517071 graphics/boxer/Makefile
517071 graphics/cegui/Makefile
517071 graphics/cluttermm/Makefile
517071 graphics/colord-gtk/Makefile
517071 graphics/colord/Makefile
517071 graphics/devil/Makefile
517071 graphics/dia/Makefile
517071 graphics/diff-pdf/Makefile
(Only the first 10 of 74 ports in this commit are shown above. )
graphics: Add missing USES={gl,gnome,sdl}
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] 
455210 CHANGES
455210 MOVED
455210 Mk/Uses/gnome.mk
455210 Mk/Uses/pyqt.mk
455210 Mk/Uses/python.mk
455210 UPDATING
455210 accessibility/Makefile
455210 accessibility/accerciser/Makefile
455210 accessibility/caribou/Makefile
455210 accessibility/orca/Makefile
(Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] 
412346 databases/R-cran-RMySQL/Makefile
412346 databases/R-cran-RSQLite.extfuns/Makefile
412346 databases/R-cran-RSQLite/Makefile
412346 databases/R-cran-sqldf/Makefile
412346 databases/akonadi-googledata/Makefile
412346 databases/akonadi/Makefile
412346 databases/apq-mysql/Makefile
412346 databases/apq-odbc/Makefile
412346 databases/apq-pgsql/Makefile
412346 databases/apq/Makefile
(Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 2 Aug 2015
|
[ 15:03 tijl ] 
393429 Mk/Uses/libtool.mk
393429 accessibility/at-spi/Makefile
393429 audio/audacity/Makefile
393429 audio/calf/Makefile
393429 audio/calf/files/patch-configure.ac
393429 audio/calf/files/patch-src-Makefile.am
393429 audio/calf/files/patch-src-giface.cpp
393429 audio/calf/files/patch-src-monosynth.cpp
393429 audio/calf/pkg-plist
393429 audio/deadbeef/Makefile
(Only the first 10 of 234 ports in this commit are shown above. )
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above )
|
Mon, 11 May 2015
|
[ 18:34 mat ] 
386097 archivers/deco/Makefile
386097 archivers/linux-f10-upx/Makefile
386097 archivers/upx/Makefile
386097 audio/guspat/Makefile
386097 audio/libaacplus/Makefile
386097 audio/mp3c/Makefile
386097 biology/protomol/Makefile
386097 cad/alliance/Makefile
386097 cad/electric/Makefile
386097 cad/gnucap/Makefile
(Only the first 10 of 285 ports in this commit are shown above. )
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
|
Tue, 21 Oct 2014
|
[ 16:36 mva ] 
371326 graphics/boxer/Makefile
371326 graphics/cinepaint/Makefile
371326 graphics/commons-utilities/Makefile
371326 graphics/curator/Makefile
371326 graphics/diacanvas2/Makefile
371326 graphics/driconf/Makefile
371326 graphics/electrix/Makefile
371326 graphics/evolvotron/Makefile
371326 graphics/exact-image/Makefile
371326 graphics/gif2png/Makefile
(Only the first 10 of 61 ports in this commit are shown above. )
- Convert ports of graphics/ to new USES=python
Approved by: portmgr (implicit)
|
Fri, 22 Aug 2014
|
[ 17:37 tijl ] 
365682 graphics/py-goocanvas/Makefile
Add USES=libtool
|
Fri, 11 Apr 2014
|
[ 20:53 kwm ] 
351041 graphics/py-goocanvas/Makefile
Stagify, use new lib_depend syntax. switch to USES=pathfix, strip.
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] 
327733 graphics/4va/Makefile
327733 graphics/Cgraph/Makefile
327733 graphics/Coin/Makefile
327733 graphics/EZWGL/Makefile
327733 graphics/GraphicsMagick/Makefile
327733 graphics/GraphicsMagick12/Makefile
327733 graphics/GraphicsMagick13/Makefile
327733 graphics/Hermes/Makefile
327733 graphics/IPA/Makefile
327733 graphics/ImageMagick-nox11/Makefile
(Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Tue, 3 Sep 2013
|
[ 08:49 bapt ] 
326129 audio/bmp-songchange/Makefile
326129 audio/cantus_3/Makefile
326129 audio/cowbell/Makefile
326129 audio/gqmpeg-devel/Makefile
326129 audio/hexter/Makefile
326129 audio/ipod-sharp/Makefile
326129 audio/jack_mixer/Makefile
326129 audio/padevchooser/Makefile
326129 audio/paman/Makefile
326129 audio/paprefs/Makefile
(Only the first 10 of 53 ports in this commit are shown above. )
Add an explicit dependency on pkgconf
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ]
1.59 Mk/bsd.gecko.mk
1.1246 UPDATING
1.18 accessibility/accerciser/Makefile
1.12 accessibility/at-poke/Makefile
1.77 accessibility/at-spi/Makefile
1.5 accessibility/at-spi2-atk/Makefile
1.54 accessibility/dasher/Makefile
1.60 accessibility/gnome-mag/Makefile
1.45 accessibility/gnopernicus/Makefile
1.51 accessibility/gok/Makefile
(Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Mon, 13 Sep 2010
|
[ 23:44 pgollucci ]
1.3 accessibility/py-atspi/Makefile
1.2 devel/py-InlineEgg/Makefile
1.4 devel/py-gitosis/Makefile
1.2 devel/py-testtools/Makefile
1.5 graphics/py-clutter-gtk/Makefile
1.13 graphics/py-clutter/Makefile
1.12 graphics/py-goocanvas/Makefile
1.2 security/py-sslstrip/Makefile
1.5 www/py-meld3/Makefile
1.4 www/py-wikitools/Makefile
(Only the first 10 of 11 ports in this commit are shown above. )
- Add missing python virtual categories
|
Sun, 25 Jul 2010
|
[ 23:09 linimon ]
1.12 graphics/gimp-gap/Makefile
1.13 graphics/goocanvas/Makefile
1.11 graphics/py-goocanvas/Makefile
1.78 www/kazehakase/Makefile
1.18 www/midori/Makefile
Reassign ports from ahze@ to kwm@ due to ahze's inactivity and kwm's activity.
Hat: portmgr
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ]
1.20 Mk/bsd.gecko.mk
1.12 accessibility/accerciser/Makefile
1.10 accessibility/at-poke/Makefile
1.72 accessibility/at-spi/Makefile
1.51 accessibility/dasher/Makefile
1.54 accessibility/gnome-mag/Makefile
1.42 accessibility/gnopernicus/Makefile
1.46 accessibility/gok/Makefile
1.11 accessibility/java-access-bridge/Makefile
1.32 accessibility/kdeaccessibility/Makefile
(Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ]
1.19 Mk/bsd.gecko.mk
1.11 accessibility/accerciser/Makefile
1.9 accessibility/at-poke/Makefile
1.71 accessibility/at-spi/Makefile
1.50 accessibility/dasher/Makefile
1.53 accessibility/gnome-mag/Makefile
1.41 accessibility/gnopernicus/Makefile
1.45 accessibility/gok/Makefile
1.10 accessibility/java-access-bridge/Makefile
1.31 accessibility/kdeaccessibility/Makefile
(Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ]
1.9 accessibility/accerciser/Makefile
1.8 accessibility/at-poke/Makefile
1.69 accessibility/at-spi/Makefile
1.49 accessibility/dasher/Makefile
1.40 accessibility/gnopernicus/Makefile
1.43 accessibility/gok/Makefile
1.8 accessibility/java-access-bridge/Makefile
1.29 accessibility/kdeaccessibility/Makefile
1.35 accessibility/kdeaccessibility4/Makefile
1.11 accessibility/mousetweaks/Makefile
(Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Thu, 18 Jun 2009
|
[ 23:53 kwm ]
1.7 graphics/py-goocanvas/Makefile
1.4 graphics/py-goocanvas/distinfo
Update to 0.14.1.
Unbreak with the new py-cairo.
Submitted by: Pointyhat (via pav)
Approved by: maintainer (implicit)
|
Sat, 10 Jan 2009
|
[ 05:22 marcus ]
1.152 Mk/bsd.gnome.mk
1.6 accessibility/accerciser/Makefile
1.3 accessibility/accerciser/distinfo
1.3 accessibility/accerciser/pkg-plist
1.66 accessibility/at-spi/Makefile
1.37 accessibility/at-spi/distinfo
1.32 accessibility/at-spi/pkg-plist
1.55 accessibility/atk/Makefile
1.30 accessibility/atk/distinfo
1.29 accessibility/atk/pkg-plist
(Only the first 10 of 718 ports in this commit are shown above. )
Presenting GNOME 2.24 for FreeBSD.
See http://library.gnome.org/misc/release-notes/2.24/ for the general
release notes. On the FreeBSD front, this release introduces Fuse support
in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some
long-standing seahorse and gnome-keyring bugs. The documentation updates
to the website are forthcoming.
This release features commits by adamw, ahze, kwm, mezz, and myself. It would
not have been possible without are contributors and testers:
Alexander Loginov
Craig Butler [1]
Dmitry Marakasov [6]
Eric L. Chen (Only the first 15 lines of the commit message are shown above )
|
Sun, 28 Dec 2008
|
[ 10:54 pgollucci ]
1.15 audio/py-ao/Makefile
1.12 audio/py-ogg/Makefile
1.14 audio/py-vorbis/Makefile
1.5 deskutils/py-vobject/Makefile
1.2 devel/py-ez_xml/Makefile
1.9 devel/py-fusefs/Makefile
1.4 devel/py-json-py/Makefile
1.2 devel/py-mez_xml/Makefile
1.2 devel/py-phpserialize/Makefile
1.9 devel/py-qt4-qscintilla2/Makefile
(Only the first 10 of 42 ports in this commit are shown above. )
CATEGORIES+= python for py- ports missing it
PR: ports/124921
Approved by: portmgr (pav)
|
Fri, 6 Jun 2008
|
[ 13:35 edwin ]
1.11 graphics/agave/Makefile
1.3 graphics/albumshaper/Makefile
1.9 graphics/amanith/Makefile
1.16 graphics/aoi/Makefile
1.2 graphics/asciio/Makefile
1.7 graphics/autopano-sift/Makefile
1.4 graphics/autoq3d/Makefile
1.4 graphics/barbecue/Makefile
1.12 graphics/bbrb/Makefile
1.25 graphics/blender/Makefile
(Only the first 10 of 304 ports in this commit are shown above. )
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)
|
Mon, 24 Mar 2008
|
[ 03:50 marcus ]
1.1564 MOVED
1.145 Mk/bsd.gnome.mk
1.40 Mk/bsd.gstreamer.mk
1.604 UPDATING
1.20 accessibility/Makefile
1.3 accessibility/accerciser/Makefile
1.2 accessibility/accerciser/distinfo
1.2 accessibility/accerciser/pkg-plist
1.62 accessibility/at-spi/Makefile
1.35 accessibility/at-spi/distinfo
(Only the first 10 of 712 ports in this commit are shown above. )
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD. The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media. Work
is also underway to tie webkit more closely into GNOME. As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.
This release would not have been possible without the contributions and
testing efforts of the following people:
Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
|
Sat, 19 May 2007
|
[ 20:32 flz ]
1.1364 MOVED
1.566 Mk/bsd.port.mk
1.1 Mk/bsd.xorg.mk
1.1 Tools/scripts/mergebase.sh
1.502 UPDATING
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.29 accessibility/at-spi/pkg-plist
1.51 accessibility/atk/Makefile
1.27 accessibility/atk/pkg-plist
(Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Sat, 14 Oct 2006
|
[ 08:55 ahze ]
1.998 graphics/Makefile
1.1 graphics/py-goocanvas/Makefile
1.1 graphics/py-goocanvas/distinfo
1.1 graphics/py-goocanvas/pkg-descr
- Add py-goocanvas
GooCanvas python bindings
WWW: http://developer.berlios.de/projects/pygoocanvas/
Approved by: portmgr (marcus, kris)
|
Number of commits found XX: 24 |