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

Number of commits found: 23

Fri, 3 Jun 2016
[ 16:44 antoine search for other commits by this committer ] Original commit   Revision:416324 (Only the first 10 of 238 ports in this commit are shown above. View all ports for this commit)
Deprecate ports broken for more than 6 months
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
Mon, 9 Nov 2015
[ 12:59 antoine search for other commits by this committer ] Original commit   Revision:401096 (Only the first 10 of 285 ports in this commit are shown above. View all ports for this commit)
Mark a few ports BROKEN: unfetchable
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)
Wed, 25 Mar 2015
[ 09:33 marino search for other commits by this committer ] Original commit   Revision:382201 (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
databases category: Remove $PTHREAD_LIBS

Note: virtuoso did not pass check-plist from before, so it was fixed.

approved by:	PTHREAD blanket
Sun, 27 Jul 2014
[ 10:15 amdmi3 search for other commits by this committer ] Original commit   Revision:363038
- Switch to USES=libtool, drop .la files
- Stagify
Fri, 4 Jul 2014
[ 23:48 bapt search for other commits by this committer ] Original commit   Revision:360691 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
Wed, 11 Jun 2014
[ 14:50 tijl search for other commits by this committer ] Original commit   Revision:357486 (Only the first 10 of 297 ports in this commit are shown above. View all ports for this commit)
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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, 6 Feb 2012
[ 12:25 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
- Chase unixODBC shlib bump
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, 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
Mon, 2 Mar 2009
[ 19:59 fjoe search for other commits by this committer ] Original commit 
Fix build with unixODBC 2.2.14.
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 3 Jul 2007
[ 16:23 fjoe search for other commits by this committer ] Original commit 
- Update to 0.5.6
- Fix objformat issue [1]

Submitted by:   miwi [1]
Tue, 28 Nov 2006
[ 18:51 fjoe search for other commits by this committer ] Original commit 
Do not use RUN_DEPENDS=${BUILD_DEPENDS}. While it is safe now it may
cause unexpected run dependencies to appear in future.
Mon, 21 Aug 2006
[ 05:23 fjoe search for other commits by this committer ] Original commit 
Fix build on FreeBSD 4.x

Pointed out by: kris
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)
Tue, 15 Nov 2005
[ 20:22 fjoe search for other commits by this committer ] Original commit 
Fix MASTER_SITES and WWW (old site no longer reachable).

Reported by:    kris (via pointyhat)
Tue, 13 Sep 2005
[ 11:49 fjoe search for other commits by this committer ] Original commit 
- This port does not build with iODBC yet -- remove WITH_UNIXODBC/IODBC
options
- Bump PORTREVISION
Wed, 31 Aug 2005
[ 19:08 fjoe search for other commits by this committer ] Original commit 
Remove bogus MASTER_SITE_SUBDIR.
[ 19:03 fjoe search for other commits by this committer ] Original commit 
New port: oracle_odbc_driver 0.5.5

Oracle Open Source ODBC driver.

Number of commits found: 23