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/libYGP/Makefile
SVNWeb

Number of commits found: 31

Sat, 26 Oct 2013
[ 00:52 gerald search for other commits by this committer ] Original commit   Revision:331644 (Only the first 10 of 1147 ports in this commit are shown above. View all ports for this commit)
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 18 Oct 2013
[ 07:19 bapt search for other commits by this committer ] Original commit   Revision:330726 (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
Deprecated some ports broken for more than 6 month
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)
Sat, 17 Aug 2013
[ 16:27 gerald search for other commits by this committer ] Original commit   Revision:324851 (Only the first 10 of 93 ports in this commit are shown above. View all ports for this commit)
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.

Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
Wed, 24 Apr 2013
[ 07:35 ak search for other commits by this committer ] Original commit   Revision:316407 (Only the first 10 of 164 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 1)

Approved by:	portmgr (bapt)
Tue, 23 Apr 2013
[ 10:13 bapt search for other commits by this committer ] Original commit   Revision:316333 (Only the first 10 of 97 ports in this commit are shown above. View all ports for this commit)
Convert devel to USES=pkgconfig
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)
Thu, 31 Jan 2013
[ 13:38 bapt search for other commits by this committer ] Original commit   Revision:311310 (Only the first 10 of 164 ports in this commit are shown above. View all ports for this commit)
Chase boost update
Tue, 9 Oct 2012
[ 22:12 linimon search for other commits by this committer ] Original commit   Revision:305610 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
Thu, 26 Jul 2012
[ 05:40 bapt 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)
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
Mon, 23 Jul 2012
[ 01:33 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
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
Sat, 10 Mar 2012
[ 03:43 amdmi3 search for other commits by this committer ] Original commit 
- Prepare for devel/boost update

Feature safe:   yes
Wed, 27 Apr 2011
[ 01:56 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
By Maintainer's request, toss these ports back into the pool
Fri, 14 Jan 2011
[ 14:33 sunpoet search for other commits by this committer ] Original commit 
- Update to 0.9.42
- Add CONFIGURE_ARGS: --enable-network-trav

Changes:        http://libymp.cvs.sourceforge.net/viewvc/libymp/libYGP/ChangeLog
PR:             ports/153944
Submitted by:   Charlie Kester <corky1951@comcast.net> (maintainer)
Feature safe:   yes
Mon, 22 Nov 2010
[ 16:24 nivit search for other commits by this committer ] Original commit 
- Update to 0.9.41
- Add USE_GMAKE
- Remove MD5 checksum from distinfo
- Remove files/patch-configure

PR:             ports/152433
Submitted by:   Charlie Kester <corky1951@comcast.net> (maintainer)
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.
Mon, 19 Apr 2010
[ 10:43 ale search for other commits by this committer ] Original commit  (Only the first 10 of 132 ports in this commit are shown above. View all ports for this commit)
Switch to use newer GMP version.

PR:             ports/144487
Submitted by:   ale
Approved by:    portmgr (-exp run by erwin)
Sat, 13 Mar 2010
[ 04:10 beat search for other commits by this committer ] Original commit 
- Update to 0.9.30
- Pass maintainership to submitter

PR:             ports/144434
Submitted by:   Charlie Kester <corky1951 AT comcast.net>
Sat, 22 Aug 2009
[ 00:18 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 417 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with D
Wed, 22 Jul 2009
[ 20:32 pgollucci search for other commits by this committer ] Original commit 
- Update to 0.9.12
Wed, 13 May 2009
[ 09:46 ale search for other commits by this committer ] Original commit  (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Chase libgmp and bump PORTREVISION.
Sun, 5 Oct 2008
[ 13:36 miwi search for other commits by this committer ] Original commit 
- Update to 0.9.10

PR:             127835
Submitted by:   "Beat Gätzi" <beat@chruetertee.ch>
Sun, 7 Sep 2008
[ 00:19 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 279 ports in this commit are shown above. View all ports for this commit)
Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:    portmgr
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)
Fri, 28 Mar 2008
[ 01:50 mezz search for other commits by this committer ] Original commit 
Fix the build with new libsigc++20 2.2.2. I have tested these ports in runtime
and these seem work fine in normal use. I don't test every functions, so let
me know if you have any problem with it.

Reported by:    pointyhat via pav
Mon, 23 Apr 2007
[ 00:27 sat search for other commits by this committer ] Original commit 
- Update libYGP and libXGP to 0.8.23
- libXGP no longer depends on libYGP
Wed, 4 Apr 2007
[ 21:53 sat search for other commits by this committer ] Original commit 
- Update to 0.8.22
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.
Fri, 1 Sep 2006
[ 08:41 sat search for other commits by this committer ] Original commit 
- Mark broken on 4.x
- Fix XGP plist
- Bump XGP portrevision

Reported by:    pointyhat via kris
Sun, 20 Aug 2006
[ 12:20 sat search for other commits by this committer ] Original commit 
Add ports devel/libYGP and devel/libXGP:

A C++ library, separated in 2 parts:

* A common one, designed to have no dependencies to the operating system
  or any library, providing:
  o A class for communication,
  o Classes to handle regular expressions (both common and UNIX-file like),
  o A general parser,
  o Smart pointers
  o A class to search directories
  o A relation-class to relate objects

* Some classes for the X-windows system (basing on gtkmm (previously
  known as Gtk--)) like:
  o An entry field to enter filenames (with completion, analogue to modern
    browsers),
  o Formatted entry fields (with validy check),
  o A ListBox to display files (with an icon based on the type of the file),
  o A base-class for Applications

WWW: http://libymp.sourceforge.net/

Number of commits found: 31