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: devel/py-dbus/Makefile
SVNWeb

Number of commits found: 59

Sat, 10 Sep 2022
[ 17:41 Stefan Eßer (se) search for other commits by this committer Author: Tobias Kortkamp ]    commit hash:e79fe1aabc5b83364240652d62b99198a9ccfb32  commit hash:e79fe1aabc5b83364240652d62b99198a9ccfb32  commit hash:e79fe1aabc5b83364240652d62b99198a9ccfb32  e79fe1a  (Only the first 10 of 195 ports in this commit are shown above. View all ports for this commit)
Fix WWW in parent/child ports

Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
 a) just using the pkg-descr from the parents
 b) or had their own separate pkg-descr with custom WWW

Use WWW?= in parents when the child's WWW is different.

Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.

Approved by:	portmgr (implicit)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

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

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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, 3 Oct 2018
[ 18:21 tcberner search for other commits by this committer ] Original commit   Revision:481179
Update devel/py-dbus to 1.2.8

Approved by:	gnome (kwm), antoine
Differential Revision:	https://reviews.freebsd.org/D15997
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)
Sun, 2 Aug 2015
[ 15:03 tijl search for other commits by this committer ] Original commit   Revision:393429 (Only the first 10 of 234 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Thu, 23 Jul 2015
[ 19:03 kwm search for other commits by this committer ] Original commit   Revision:392748
Update dbus python bindings to 1.2.0.

Remove obsolete $MCom$ tags
Sun, 25 May 2014
[ 13:47 kwm search for other commits by this committer ] Original commit   Revision:355246 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Split up py-dbus and py-gobject3 into a -common and a python 2 and 3 port.

Submitted by:	Gustau Perez
Obtained from:	gnome devel repo.
Thu, 13 Mar 2014
[ 05:22 miwi search for other commits by this committer ] Original commit   Revision:348034
- Stage support
- Convert gmake to USES
Mon, 13 Jan 2014
[ 21:00 rene search for other commits by this committer ] Original commit   Revision:339634 (Only the first 10 of 702 ports in this commit are shown above. View all ports for this commit)
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Tue, 29 Oct 2013
[ 17:05 kwm search for other commits by this committer ] Original commit   Revision:331973 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Restrict python to -2.7

Submitted by:	mva@
Fri, 20 Sep 2013
[ 17:13 bapt search for other commits by this committer ] Original commit   Revision:327724 (Only the first 10 of 2998 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:
devel part 3)
Thu, 18 Jul 2013
[ 03:41 miwi search for other commits by this committer ] Original commit   Revision:323195
- Unbreak build
Tue, 25 Jun 2013
[ 11:09 kwm search for other commits by this committer ] Original commit   Revision:321732
Update to 1.1.1.

Obtained from:	GNOME dev repo
Fri, 26 Apr 2013
[ 10:44 ak search for other commits by this committer ] Original commit   Revision:316596 (Only the first 10 of 277 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Tue, 19 Mar 2013
[ 13:04 eadler search for other commits by this committer ] Original commit   Revision:314640 (Only the first 10 of 218 ports in this commit are shown above. View all ports for this commit)
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
Tue, 13 Sep 2011
[ 16:11 kwm search for other commits by this committer ] Original commit 
Update to 0.84.0.

Break CPPFLAGS our of CONFIGURE_ENV.
Thu, 11 Aug 2011
[ 19:20 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 543 ports in this commit are shown above. View all ports for this commit)
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Sun, 19 Dec 2010
[ 07:25 marcus search for other commits by this committer ] Original commit 
Update to 0.83.2.
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sun, 3 Oct 2010
[ 16:07 mezz search for other commits by this committer ] Original commit 
Disable build the api document. It will build if epydoc exists in system and
it can cause a few users to get build failure for some reason.

PR:             ports/150441
Reported by:    Chris <chris@geonumerical.org>
Mon, 31 May 2010
[ 22:52 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION and add USE_GETTEXT where missing.

PR:             147257
Mon, 10 May 2010
[ 21:19 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 772 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .

This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.

Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.

Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Sun, 27 Jul 2008
[ 17:40 mezz search for other commits by this committer ] Original commit 
Fix the plist when NOPORTDOCS is defined, bump the PORTREVISION.

Reported by:    QA Tindy
Fri, 25 Jul 2008
[ 22:41 mezz search for other commits by this committer ] Original commit 
-Update to 0.83.0.
-NOPORTDOCS -> NOPORTEXAMPLES on example files.
Fri, 6 Jun 2008
[ 13:21 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 367 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)
Wed, 19 Dec 2007
[ 13:57 ahze search for other commits by this committer ] Original commit 
Update to 0.82.4
Wed, 10 Oct 2007
[ 16:27 ahze search for other commits by this committer ] Original commit 
Update to 0.82.3
Sat, 18 Aug 2007
[ 21:14 marcus search for other commits by this committer ] Original commit 
Handle the case when py-docutils is installed, and register HTML documentation
plist entries.

Submitted by:   Herbert J. Skuhra <h.skuhra@gmail.com>
[ 18:45 marcus search for other commits by this committer ] Original commit 
Cleanup doc installation to prevent potential installation failures.
Mon, 6 Aug 2007
[ 14:04 ahze search for other commits by this committer ] Original commit 
Update to 0.82.2
Thu, 12 Jul 2007
[ 12:09 ahze search for other commits by this committer ] Original commit 
Update to 0.82.1
Fri, 29 Jun 2007
[ 20:53 marcus search for other commits by this committer ] Original commit 
Update to 0.82.0.
Sat, 9 Jun 2007
[ 18:56 marcus search for other commits by this committer ] Original commit 
Update to 0.81.1.
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}.
Tue, 20 Mar 2007
[ 22:11 pav search for other commits by this committer ] Original commit 
- Fix plist
Mon, 19 Mar 2007
[ 05:14 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 461 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.18 for FreeBSD.  GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features.  Not that it doesn't have its share of new and exciting
items.  See http://www.gnome.org/start/2.18/ for all the goodies in
this release.

GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
Sat, 14 Oct 2006
[ 08:35 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 577 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.16.1 for FreeBSD.  This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.

On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE.  This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed.  The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily.  We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.

Back to GNOME 2.16.  This release brings a huge amount of new functionality
to FreeBSD.  The standard release notes can be read at
http://www.gnome.org/start/2.16/ .  But on top of what you will read there,
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 14 Jun 2006
[ 05:03 marcus search for other commits by this committer ] Original commit 
Update to 0.62.
Sat, 20 May 2006
[ 17:44 marcus search for other commits by this committer ] Original commit 
Add a missing dependency on py-libxml2.
Fri, 28 Apr 2006
[ 01:37 jylefort search for other commits by this committer ] Original commit 
The system daemon is running as messagebus:messagebus, so it does not
have the permission to remove its pid file and socket on exit. Put
these files in the /var/run/dbus directory, owned by
messagebus:messagebus.

Remove the files and directory on package deinstall.
Wed, 15 Mar 2006
[ 05:31 marcus search for other commits by this committer ] Original commit 
Update to 0.61.
Fri, 17 Feb 2006
[ 20:12 marcus search for other commits by this committer ] Original commit 
Hide USE_RC_SUBR behind !defined(DBUS_SLAVE).
Wed, 15 Feb 2006
[ 04:39 marcus search for other commits by this committer ] Original commit 
Sync the configure options with devel/dbus.
Tue, 14 Feb 2006
[ 17:51 marcus search for other commits by this committer ] Original commit 
* Point localstatedir to /var to prevent the creation of /usr/local/var
* Fix IGNORE message

PR:             92844
Submitted by:   leeym
Sat, 31 Dec 2005
[ 18:43 marcus search for other commits by this committer ] Original commit 
Update to 0.60.
Sat, 20 Aug 2005
[ 00:46 marcus search for other commits by this committer ] Original commit 
This port triggers a gcc bug on ia64, so ignore on that platform.

Reported by:    pointyhat via kris
Approved by:    portmgr (implicit)
Sat, 16 Jul 2005
[ 07:40 marcus search for other commits by this committer ] Original commit 
Update to 0.35.
Sun, 3 Jul 2005
[ 05:50 marcus search for other commits by this committer ] Original commit 
Remove a leftover directory.

Reported by:    pointyhat via kris
Sat, 2 Apr 2005
[ 21:06 marcus search for other commits by this committer ] Original commit 
Update to 0.32.
Sat, 12 Mar 2005
[ 10:54 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 911 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to chase the glib20 shared lib version change.
Sat, 22 Jan 2005
[ 01:01 marcus search for other commits by this committer ] Original commit 
Update to 0.23.
Sun, 7 Nov 2004
[ 22:37 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 631 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
Sat, 14 Aug 2004
[ 04:48 marcus search for other commits by this committer ] Original commit 
Update to 0.22.
Sun, 8 Aug 2004
[ 18:01 marcus search for other commits by this committer ] Original commit 
Fix the Python bindings build on -CURRENT, and make sure the Python
bindings are properly linked to libdbus-1.

Reported by:    olgeni
Thu, 5 Aug 2004
[ 03:34 marcus search for other commits by this committer ] Original commit 
Add a missing BUILD_DEPENDS on pyrex.

Reported by:    pointyhat
Tue, 27 Jul 2004
[ 00:18 marcus search for other commits by this committer ] Original commit 
Add py-dbus, Python bindings for the D-BUS messaging system.

Number of commits found: 59