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: databases/libgda4/Makefile
SVNWeb

Number of commits found: 59

Mon, 8 Aug 2016
[ 13:46 mat search for other commits by this committer ] Original commit   Revision:419843 (Only the first 10 of 80 ports in this commit are shown above. View all ports for this commit)
USE_BDB cleanup.

- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx  -> USES=bdb:xx.

Other modernisations when I see them.

PR:		209183
Sponsored by:	Absolight
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
[ 13:18 mat search for other commits by this committer ] Original commit   Revision:412342 (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
Fixup some whitespace at the beginning of lines problems.

With hat:	portmgr
Sponsored by:	Absolight
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)
Sun, 29 Mar 2015
[ 14:29 kwm search for other commits by this committer ] Original commit   Revision:382598
Add portscout macro to ignore this port and slaves. There will be no new
versions.
Fri, 2 Jan 2015
[ 18:46 pi search for other commits by this committer ] Original commit   Revision:376062 (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends

Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 21 Aug 2014
[ 22:50 mandree search for other commits by this committer ] Original commit   Revision:365599 (Only the first 10 of 119 ports in this commit are shown above. View all ports for this commit)
Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
Tue, 5 Aug 2014
[ 22:13 tijl search for other commits by this committer ] Original commit   Revision:364143 (Only the first 10 of 119 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on more ports that depend on libgcrypt after the update
in r363436 and remove the UPDATING entry because it did not guarantee
that all ports were updated nor that they were updated in the right order.
Also remove libgcrypt.la again.

PR:		192342
Approved by:	portmgr (implicit, bump unstaged ports)
Thu, 24 Jul 2014
[ 18:34 tijl search for other commits by this committer ] Original commit   Revision:362835 (Only the first 10 of 208 ports in this commit are shown above. View all ports for this commit)
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 24 Jun 2014
[ 22:28 bapt search for other commits by this committer ] Original commit   Revision:359150
Properly call MAKE_CMD
Mon, 2 Jun 2014
[ 12:41 marino search for other commits by this committer ] Original commit   Revision:356223
libgda[45]-jdbc: Set to build only with openjdk6

Due to a change in the default system ld.library.path, these ports
fail to build due to not being able to find libjvm.so.  Verified by
Redports, only openJDK6 can build these ports currently.

Approved by:	gnome (kwm)
Tue, 27 May 2014
[ 10:42 bapt search for other commits by this committer ] Original commit   Revision:355482
Convert to USES=pgsql

With hat:	portmgr
Mon, 31 Mar 2014
[ 20:39 kwm search for other commits by this committer ] Original commit   Revision:349802 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Stagify.
Thu, 19 Dec 2013
[ 19:39 antoine search for other commits by this committer ] Original commit   Revision:336952
Fix LIB_DEPENDS
Wed, 11 Dec 2013
[ 18:08 bapt search for other commits by this committer ] Original commit   Revision:336187 (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 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:
databases)
Mon, 2 Sep 2013
[ 20:51 bapt search for other commits by this committer ] Original commit   Revision:326088 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Add an explicit dependency on pkgconf
Fri, 3 May 2013
[ 16:36 ehaupt search for other commits by this committer ] Original commit   Revision:317220 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Chase security/libgcrypt update
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)
Fri, 22 Mar 2013
[ 15:28 mezz search for other commits by this committer ] Original commit   Revision:314939
Add disable flag for goocanvas, graphviz and gtksourceview or it will auto
detect those. The graphviz option doesn't build.

Reported by:	Kevin Oberman <rkoberman@gmail.com>
		rm
Tue, 19 Mar 2013
[ 10:26 kwm search for other commits by this committer ] Original commit   Revision:314630 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Update to 4.2.12.

Convert to OptionsNG. pet portlint, remove obsolete OSVERSION check
Tweak comment in slaves if needed, add a ldap backend.

PR:		ports/161676 (based on update to 4.2.9)
Submitted by:	Zhihao Yuan <lichray@gmail.com>
Mon, 10 Dec 2012
[ 16:49 bapt search for other commits by this committer ] Original commit   Revision:308615 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Decommissioning java 1.5 (EOLed since October 2009) + removing outdated jdk16
vendors:
Remove any reference to bsdjava and freebsd Java Vendors, as the both are
outdated, have security issues and expired.

Mark icedtea6-stubs as broken as it doesn't build with any of the left supported
vendors.
Switch tuxguitar to be able to use openjdk16 [1]

Approved by:	gahr [1]
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
Sun, 3 Jul 2011
[ 11:40 swills search for other commits by this committer ] Original commit  (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
- Chase the libgcrypt shared lib version
Thu, 3 Mar 2011
[ 10:21 kwm search for other commits by this committer ] Original commit 
Update to 4.2.5.

Unbreak the bdb slave port.
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, 29 Nov 2010
[ 04:03 marcus search for other commits by this committer ] Original commit 
Update to 4.2.2.
Sun, 21 Nov 2010
[ 12:11 kwm search for other commits by this committer ] Original commit 
Fix the detection of mysql for libgda4-mysql.
Sat, 20 Nov 2010
[ 15:37 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 609 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/

This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.

This release features commits by avl, marcus, mezz and myself.

The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:

Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 14 Aug 2010
[ 17:45 marcus search for other commits by this committer ] Original commit 
Mark as MAKE_JOBS_UNSAFE.

PR:             149431
Submitted by:   Ivan Klymenko <fidaj@ukr.net>
Sun, 25 Jul 2010
[ 19:35 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.30.2. for FreeBSD.
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, 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
Mon, 15 Feb 2010
[ 04:52 marcus search for other commits by this committer ] Original commit 
Update to 4.0.7.
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
Wed, 27 Jan 2010
[ 18:00 pav search for other commits by this committer ] Original commit 
- Mark -jdbc slave BROKEN on 7.x

Reported by:    pointyhat
Mon, 18 Jan 2010
[ 07:23 marcus search for other commits by this committer ] Original commit 
Update to 4.0.6.
Sat, 19 Dec 2009
[ 13:04 pav search for other commits by this committer ] Original commit 
- Mark libgda4-jdbc BROKEN on 6.x

Reported by:    pointyhat
Sun, 29 Nov 2009
[ 20:29 kwm search for other commits by this committer ] Original commit 
Use the correct variables for jdk selection.

Submitted by:   pointyhat (via pav)
Thu, 26 Nov 2009
[ 12:01 kwm search for other commits by this committer ] Original commit 
Unbreak libgda4-jdbc. Specify a list of jdk's we want instead of just using
USE_JAVA=yes.
Diable-jdk doesn't come with header files, which are needed for this port.
Sat, 10 Oct 2009
[ 17:07 marcus search for other commits by this committer ] Original commit 
Update to 4.0.5.
Sun, 30 Aug 2009
[ 23:16 marcus search for other commits by this committer ] Original commit 
Update to 4.0.4.
Sat, 29 Aug 2009
[ 21:42 marcus search for other commits by this committer ] Original commit 
Update to 4.0.3.
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
Tue, 9 Jun 2009
[ 15:33 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 240 ports in this commit are shown above. View all ports for this commit)
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:      2 tinderbox runs by pav
Approved by:    portmgr (pav)
Fri, 24 Apr 2009
[ 06:38 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 161 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.26.1 for FreeBSD.

Approved by:    portmgr (marcus)
Mon, 6 Apr 2009
[ 20:04 pav search for other commits by this committer ] Original commit 
- Mark jdbc slave port BROKEN: does not configure

Reported by:    pointyhat
[ 05:41 marcus search for other commits by this committer ] Original commit 
Upate to 4.0.1.
Tue, 17 Mar 2009
[ 16:07 kwm search for other commits by this committer ] Original commit 
Update to 4.0.0.
Tue, 10 Mar 2009
[ 15:21 kwm search for other commits by this committer ] Original commit 
Update to 3.99.13.

Add jdbc plugin.
Sat, 28 Feb 2009
[ 20:52 marcus search for other commits by this committer ] Original commit 
Allow the Berkeley database provider to build.
[ 20:24 marcus search for other commits by this committer ] Original commit 
Add a missing dependency on json-glib.
[ 20:14 marcus search for other commits by this committer ] Original commit 
Update to 3.99.12.
Mon, 19 Jan 2009
[ 12:12 kwm search for other commits by this committer ] Original commit 
Update to 3.99.8.

Add patch that was lost somewhere (probably me that lost it).
Sun, 11 Jan 2009
[ 17:40 marcus search for other commits by this committer ] Original commit 
Fix installation of Python scripts when strip is enabled.

Reported by:    pointyhat via pav
Sat, 10 Jan 2009
[ 17:44 marcus search for other commits by this committer ] Original commit 
Clean up some left over directories.
[ 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)

Number of commits found: 59