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: x11-toolkits/bakery/Makefile
SVNWeb

Number of commits found: 72

Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Sun, 29 Jul 2018
[ 22:18 gerald search for other commits by this committer ] Original commit   Revision:475857 (Only the first 10 of 1480 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Sun, 10 Sep 2017
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:449591 (Only the first 10 of 1201 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Wed, 19 Apr 2017
[ 13:56 antoine search for other commits by this committer ] Original commit   Revision:438842
Fix plist after r437776 which removed keepla

Reported by:	pkg-fallout
Wed, 5 Apr 2017
[ 11:28 bapt search for other commits by this committer ] Original commit   Revision:437776
Fix build with recent libsigc++20
Thu, 8 Dec 2016
[ 19:52 tijl search for other commits by this committer ] Original commit   Revision:428152 (Only the first 10 of 551 ports in this commit are shown above. View all ports for this commit)
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Fri, 1 Apr 2016
[ 14:33 mat search for other commits by this committer ] Original commit   Revision:412351 (Only the first 10 of 2136 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 1 Sep 2014
[ 19:34 tijl search for other commits by this committer ] Original commit   Revision:366938 (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
Add USES=libtool to accessibility/atkmm and bump dependent ports
Wed, 23 Apr 2014
[ 13:25 tijl search for other commits by this committer ] Original commit   Revision:351936 (Only the first 10 of 462 ports in this commit are shown above. View all ports for this commit)
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 22 Apr 2014
[ 12:40 bapt search for other commits by this committer ] Original commit   Revision:351826
Support stage
Strip binaries
USES=libtool
Fri, 20 Sep 2013
[ 23:57 bapt search for other commits by this committer ] Original commit   Revision:327785 (Only the first 10 of 288 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:
x11-toolkits)
Tue, 3 Sep 2013
[ 08:49 bapt search for other commits by this committer ] Original commit   Revision:326129 (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
Add an explicit dependency on pkgconf
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)
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
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
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.
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
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
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Thu, 12 Feb 2009
[ 06:16 marcus search for other commits by this committer ] Original commit 
Update to 2.6.3.
Sat, 10 Jan 2009
[ 05:22 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 6 Jun 2008
[ 14:16 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 158 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)
Mon, 7 Apr 2008
[ 21:23 mezz search for other commits by this committer ] Original commit 
-Update to 2.4.4.
-Remove USE_XLIB and USE_GCC=3.4+.
Mon, 24 Mar 2008
[ 03:50 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 712 ports in this commit are shown above. View all ports for this commit)
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
Wed, 12 Dec 2007
[ 04:41 mezz search for other commits by this committer ] Original commit 
Update to 2.4.3.
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}.
Fri, 22 Dec 2006
[ 19:27 marcus search for other commits by this committer ] Original commit 
Update to 2.4.1.
Sat, 14 Oct 2006
[ 08:54 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 893 ports in this commit are shown above. View all ports for this commit)
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:   mezz, ahze, pav, and many others
Approved by:    portmgr (implicit, kris)
Mon, 15 May 2006
[ 22:23 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
Add USE_GETTEXT to appease portlint.
Wed, 29 Mar 2006
[ 06:49 marcus search for other commits by this committer ] Original commit 
Update to 2.4.0.
Mon, 27 Mar 2006
[ 03:19 marcus search for other commits by this committer ] Original commit 
Update to 2.3.18.
Tue, 28 Feb 2006
[ 23:09 ade search for other commits by this committer ] Original commit 
Put libtool back in, the GNOME 'ltverhack' component requires it.

Submitted by:   pointyhat
Approved by:    portmgr (implicit)
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Sat, 11 Feb 2006
[ 05:51 marcus search for other commits by this committer ] Original commit 
Update to 2.3.17.
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Sat, 5 Nov 2005
[ 05:22 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1045 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to chase the glib20 shared library update.
Tue, 21 Jun 2005
[ 17:25 mezz search for other commits by this committer ] Original commit 
Update to 2.3.15.
Tue, 17 May 2005
[ 06:22 marcus search for other commits by this committer ] Original commit 
Update to 2.3.14.
Sat, 2 Apr 2005
[ 19:33 marcus search for other commits by this committer ] Original commit 
Update to 2.3.13.
Tue, 15 Mar 2005
[ 03:59 marcus search for other commits by this committer ] Original commit 
Update to 2.3.12.
Sat, 12 Mar 2005
[ 11:35 marcus search for other commits by this committer ] Original commit 
Update to 2.3.11.
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.
Wed, 18 Aug 2004
[ 07:06 bland search for other commits by this committer ] Original commit 
- Fix build with gcc 3.4 [1]
- Unplug examples from build since they are not installed anyway.
- Use lthack.

Reported by:    pointyhat via kris
Fri, 9 Jul 2004
[ 17:43 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 489 ports in this commit are shown above. View all ports for this commit)
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
Mon, 5 Apr 2004
[ 03:31 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 575 ports in this commit are shown above. View all ports for this commit)
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
Sun, 14 Mar 2004
[ 06:17 ade search for other commits by this committer ] Original commit  (Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Wed, 4 Feb 2004
[ 05:10 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1422 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Sun, 25 Jan 2004
[ 01:46 marcus search for other commits by this committer ] Original commit 
Add a missing build dependency on intltool.

Reported by:    bento via kris
Sun, 18 Jan 2004
[ 05:57 bland search for other commits by this committer ] Original commit 
Update to 2.0.0
Thu, 4 Dec 2003
[ 07:25 bland search for other commits by this committer ] Original commit 
Update to 1.3.11 (Bakery2)
Thu, 27 Nov 2003
[ 06:52 marcus search for other commits by this committer ] Original commit 
Ignore this port.  It's almost two years old, and there is a GNOME 2
version of bakery available.  It will be updated after the 5.2 freeze lifts.
Currently, the build is recursing indefinitely on bento.

Approved by:    portmgr (implicit)
Mon, 17 Nov 2003
[ 12:29 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 151 ports in this commit are shown above. View all ports for this commit)
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
Thu, 12 Jun 2003
[ 09:46 adamw search for other commits by this committer ] Original commit  (Only the first 10 of 119 ports in this commit are shown above. View all ports for this commit)
Remove REINPLACE commands that were rolled into gnomehack.
Sun, 20 Apr 2003
[ 19:54 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
Remove USE_GNOMENG.
Fri, 7 Mar 2003
[ 06:14 ade search for other commits by this committer ] Original commit  (Only the first 10 of 142 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Thu, 30 Jan 2003
[ 03:59 marcus search for other commits by this committer ] Original commit 
Chase the gnomemm shared lib version.
Mon, 2 Dec 2002
[ 00:36 kris search for other commits by this committer ] Original commit 
Revert previous commit (port was already fixed)

Submitted by:   marcus
[ 00:29 kris search for other commits by this committer ] Original commit 
BROKEN On 5.0: does not compile
Sat, 30 Nov 2002
[ 06:36 marcus search for other commits by this committer ] Original commit 
Update to 1.0.2 which should fix the build problems we're seeing on bento
and beta.

Reported by:    bento and beta
Sun, 12 Aug 2001
[ 13:29 demon search for other commits by this committer ] Original commit 
Chase gnomemm shlib bump.    
Fri, 11 May 2001
[ 17:36 ade search for other commits by this committer ] Original commit  (Only the first 10 of 96 ports in this commit are shown above. View all ports for this commit)
SWitch maintainership of core GNOME ports to a small group of   committers
(gnome@FreeBSD.org), since this is now definitely too big   for just one person.
   
Tue, 8 May 2001
[ 16:15 ade search for other commits by this committer ] Original commit 
Update to 0.7.0    
Fri, 4 May 2001
[ 22:41 ade search for other commits by this committer ] Original commit  (Only the first 10 of 73 ports in this commit are shown above. View all ports for this commit)
Various patches (mainly shared library revision changes) for those   ports that
depend on GNOME and need to change for 1.4    
Mon, 2 Apr 2001
[ 19:15 ade search for other commits by this committer ] Original commit 
Update to 0.6.0    
Thu, 29 Mar 2001
[ 16:35 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 166 ports in this commit are shown above. View all ports for this commit)
-pthread --> ${PTHREAD_LIBS}   -D_THREAD_SAFE --> ${PTHREAD_CFLAGS}    
Mon, 5 Feb 2001
[ 16:49 olgeni search for other commits by this committer ] Original commit  (Only the first 10 of 55 ports in this commit are shown above. View all ports for this commit)
Batch of style fixes for x11-toolkits.    
Mon, 22 Jan 2001
[ 19:34 ade search for other commits by this committer ] Original commit 
Release a few ports back into the wild that I don't have   time to maintain any
more.    
Tue, 5 Dec 2000
[ 20:01 ade search for other commits by this committer ] Original commit 
Update to 0.4.0    
Thu, 5 Oct 2000
[ 08:17 reg search for other commits by this committer ] Original commit  (Only the first 10 of 87 ports in this commit are shown above. View all ports for this commit)
Implement USE_GNOME, part 2.    
Tue, 12 Sep 2000
[ 23:48 ade search for other commits by this committer ] Original commit 
Bakery is another C++ Framework for creating GNOME applications   using Gtk--
and Gnome--    

Number of commits found: 72