FreshPorts -- The Place For Ports Fri, 21 Nov 2008 3:37 AM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

non port: databases/libodbc++/Makefile
CVSWeb

Number of commits found: 19

Thu, 21 Aug 2008
[ 07:18 rafan ] Original commit 
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile

(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)
Sat, 19 Apr 2008
[ 18:56 miwi ] Original commit 
1.2 www/helixplugin/files/BSDmakefile
1.2 x11/gpctool/files/BSDmakefile
1.4 japanese/kanji18/files/DEINSTALL.tmpl
1.4 japanese/kanji26/files/DEINSTALL.tmpl
1.4 cad/cider/files/FreeBSD
1.2 audio/festival+OGI/files/FreeBSD.mak
1.3 japanese/kanji18/files/INSTALL.tmpl
1.3 japanese/kanji26/files/INSTALL.tmpl
1.64 accessibility/at-spi/Makefile
1.43 accessibility/dasher/Makefile

(Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Sat, 16 Dec 2006
[ 10:44 fjoe ] Original commit 
1.17 databases/libodbc++/Makefile
1.1 databases/libodbc++/files/patch-include-odbc++-drivermanager.h
- Fix the build with gcc 4.1
- Bump PORTREVISION
Tue, 28 Nov 2006
[ 20:13 fjoe ] Original commit 
1.16 databases/libodbc++/Makefile
- Fix the build with unixODBC 2.2.12:
GNU_CONFIGURE=yes -> USE_AUTOTOOLS=libtool:15
- Bump PORTREVISION
Sun, 12 Nov 2006
[ 14:53 fjoe ] Original commit 
1.15 databases/libodbc++/Makefile
- Fix the build on RELENG_4 with iodbc.
- Return back default ODBC driver manager to unixODBC.
- Bump PORTREVISION.
Mon, 9 Oct 2006
[ 19:51 alepulver ] Original commit 
1.14 databases/libodbc++/Makefile
1.23 databases/mysql-connector-odbc/Makefile
1.20 databases/p5-DBD-ODBC/Makefile
1.10 databases/postgresql-odbc/Makefile
1.21 lang/q/Makefile
1.141 net/openldap23-server/Makefile
- Unify the way to choose between ODBC flavors (WITH_IODBC / WITH_UNIXODBC).

PR:             ports/103293
Submitted by:   Ganael Laplanche <ganael.laplanche@martymac.com>
Approved by:    girgen (databases/postgresql-odbc), fjoe (databases/libodbc++),
                sergey@network-asp.biz
                (databases/mysql-connector-odbc, timeout),
                delphij@FreeBSD.org (net/openldap23-server),
                mat@FreeBSD.org (databases/p5-DBD-ODBC)
Thu, 23 Feb 2006
[ 10:40 ade ] Original commit 
1.49 accessibility/at-spi/Makefile
1.44 accessibility/atk/Makefile
1.29 accessibility/dasher/Makefile
1.52 accessibility/gail/Makefile
1.31 accessibility/gnomemag/Makefile
1.17 accessibility/gnomespeech/Makefile
1.28 accessibility/gnopernicus/Makefile
1.26 accessibility/gok/Makefile
1.15 accessibility/kdeaccessibility/Makefile
1.14 arabic/katoob/Makefile

(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
[ 06:52 ade ] Original commit 
1.48 accessibility/at-spi/Makefile
1.26 accessibility/dasher/Makefile
1.45 accessibility/gail/Makefile
1.29 accessibility/gnomemag/Makefile
1.16 accessibility/gnomespeech/Makefile
1.23 accessibility/gok/Makefile
1.13 arabic/katoob/Makefile
1.20 archivers/arj/Makefile
1.10 archivers/dpkg/Makefile
1.27 archivers/libcomprex/Makefile

(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.
Thu, 25 Nov 2004
[ 14:21 fjoe ] Original commit 
1.11 databases/libodbc++/Makefile
${DOCSDIR} should include ${PORTVERSION} for this port.
This fixes pkg-plist generation.

Noted by:       kris
Fri, 9 Jul 2004
[ 18:43 marcus ] Original commit 
1.38 accessibility/at-spi/Makefile
1.39 accessibility/atk/Makefile
1.35 accessibility/gail/Makefile
1.17 accessibility/gnomemag/Makefile
1.8 arabic/katoob/Makefile
1.36 archivers/fileroller/Makefile
1.26 archivers/lzo/Makefile
1.51 archivers/rpm/Makefile
1.12 archivers/ucl/Makefile
1.15 archivers/xpk/Makefile

(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
Wed, 7 Jul 2004
[ 13:12 fjoe ] Original commit 
1.9 databases/libodbc++/Makefile
- Fix build with thread-safe unixODBC.
- Bump PORTREVISION.
Fri, 4 Jun 2004
[ 18:29 ade ] Original commit 
1.21 archivers/libcomprex/Makefile
1.50 archivers/rpm/Makefile
1.10 archivers/sectar/Makefile
1.19 audio/ecasound/Makefile
1.5 audio/faac/Makefile
1.20 audio/faad/Makefile
1.24 audio/glame/Makefile
1.12 audio/xmms-faad/Makefile
1.7 audio/xmms-imms/Makefile
1.3 audio/xmms-jack/Makefile

(Only the first 10 of 149 ports in this commit are shown above. View all ports for this commit)
Sync with new bsd.autotools.mk
Mon, 31 May 2004
[ 22:29 fjoe ] Original commit 
1.344 databases/Makefile
1.7 databases/libodbc++/Makefile
1.4 databases/libodbc++/distinfo
1.4 databases/libodbc++/files/patch-Makefile.in
1.4 databases/libodbc++/files/patch-configure
1.3 databases/libodbc++/pkg-descr
1.4 databases/libodbc++/pkg-plist
Revive libodbc++:
- update to 0.2.3
- set MAINTAINER to myself for some time to catch build errors on bento

A few options and features from original port are missing
(WITH_GUI build, NOPORTDOCS build) but I do not have time for implementing
them correctly.
Tue, 6 May 2003
[ 04:49 kris ] Original commit 
1.18 audio/mxv/Makefile
1.4 audio/openag/Makefile
1.6 databases/libodbc++/Makefile
1.31 databases/p5-Msql/Makefile
1.5 databases/sixpack/Makefile
1.8 devel/arm-aout-gcc295/Makefile
1.10 devel/arm-elf-gcc31/Makefile
1.13 devel/codemedic/Makefile
1.19 devel/flux/Makefile
1.3 devel/gecc/Makefile

(Only the first 10 of 239 ports in this commit are shown above. View all ports for this commit)
As announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>,
remove these ports that have been broken for >4 months (in many cases much
longer) with no sign of a fix.
Fri, 7 Mar 2003
[ 05:58 ade ] Original commit 
1.2 databases/arcexplorer/Makefile
1.4 databases/bbdb/Makefile
1.8 databases/dbf2mysql/Makefile
1.23 databases/gmysql/Makefile
1.45 databases/gnats/Makefile
1.22 databases/gnomedb/Makefile
1.3 databases/gqlplus/Makefile
1.18 databases/grass/Makefile
1.4 databases/jdbc-oracle816/Makefile
1.7 databases/libdbi/Makefile

(Only the first 10 of 116 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.
Mon, 4 Nov 2002
[ 05:46 edwin ] Original commit 
1.2 archivers/unadf/Makefile
1.12 audio/musicbrainz/Makefile
1.2 benchmarks/dbench/Makefile
1.11 biology/deft/Makefile
1.2 biology/dna-qc/Makefile
1.2 biology/flip/Makefile
1.2 biology/wise/Makefile
1.20 chinese/big5con/Makefile
1.2 chinese/cce/Makefile
1.10 chinese/hc/Makefile

(Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Sat, 5 Oct 2002
[ 23:03 kris ] Original commit 
1.3 databases/libodbc++/Makefile
BROKEN: Does not compile
Wed, 14 Nov 2001
[ 13:55 wjv ]  
unknown databases/libodbc++/Makefile
unknown databases/libodbc++/distinfo
unknown databases/libodbc++/files/patch-Makefile.in
unknown databases/libodbc++/files/patch-configure
unknown databases/libodbc++/pkg-plist
- Update to version 0.2.2 (release)   - Streamline slightly the selection of
whether to compile with GUI support,     but this still needs further stress
testing   - Add patch to work around bsd.port.mk problem described in PR 31142  
 
Thu, 4 Oct 2001
[ 10:51 wjv ]  
unknown databases/libodbc++/Makefile
unknown databases/libodbc++/distinfo
unknown databases/libodbc++/files/patch-Makefile.in
unknown databases/libodbc++/files/patch-configure
unknown databases/libodbc++/pkg-comment
unknown databases/libodbc++/pkg-descr
unknown databases/libodbc++/pkg-plist
Add libodbc++ 0.2.2.p5, a C++ class library and toolset for ODBC   access to
data sources.    

Number of commits found: 19

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
dovecotNov 19
dovecot-develNov 19
libxml2Nov 19
openfireNov 19
enscript-a4Nov 18
enscript-letterNov 18
enscript-letterdjNov 18
syslog-ng2Nov 18
gnutlsNov 16
net-snmpNov 14
net-snmp53Nov 14
faad*Nov 13
firefoxNov 13
firefox-develNov 13
firefox10Nov 13

13 vulnerabilities affecting 33 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19405
Broken 158
Deprecated 81
Ignore 444
Forbidden 7
Restricted 271
No CDROM 132
Vulnerable 55
Expired 55
Set to expire 64
Interactive 78
new 24 hours 0
new 48 hours2
new 7 days33
new fortnight68
new month114

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.237 seconds.