FreshPorts -- The Place For Ports Fri, 21 Nov 2008 5:47 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/mysql++/Makefile
CVSWeb

Number of commits found: 36

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)
Tue, 19 Aug 2008
[ 10:18 linimon ] Original commit 
1.11 astro/jday/Makefile
1.12 audio/ezstream/Makefile
1.14 audio/mutemix/Makefile
1.18 audio/taglib/Makefile
1.14 audio/vorbisgain/Makefile
1.14 comms/sredird/Makefile
1.35 databases/mysql++/Makefile
1.12 devel/cvslines/Makefile
1.26 devel/gengetopt/Makefile
1.17 devel/libghthash/Makefile

(Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Return laszlof's ports to the pool due to lack of time.

Hat:            portmgr
Tue, 7 Nov 2006
[ 15:37 laszlof ] Original commit 
1.8 astro/jday/Makefile
1.10 audio/ezstream/Makefile
1.11 audio/mutemix/Makefile
1.14 audio/taglib/Makefile
1.12 audio/vorbisgain/Makefile
1.12 benchmarks/nbench/Makefile
1.13 comms/sredird/Makefile
1.34 databases/mysql++/Makefile
1.11 devel/cvslines/Makefile
1.6 devel/darts/Makefile

(Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Update my email address in all ports that I maintain.

Approved by:    flz (mentor)
Thu, 2 Nov 2006
[ 06:33 clsung ] Original commit 
1.33 databases/mysql++/Makefile
- unbraek the port
- add NOT_FOR_ARCHS=amd64 sparc64
- pass maintainership

PR:             ports/104477
Submitted by:   Frank J dot  Laszlo <laszlof_AT_vonostingroup dot com>
Approved by:    maintainer (Sergey Prikhodko)
Sun, 17 Sep 2006
[ 02:22 kris ] Original commit 
1.32 databases/mysql++/Makefile
BROKEN: Does not compile
Fri, 28 Apr 2006
[ 03:36 ijliao ] Original commit 
1.31 databases/mysql++/Makefile
1.17 databases/mysql++/distinfo
1.3 databases/mysql++/files/patch-Makefile.in
1.4 databases/mysql++/files/patch-configure
1.2 databases/mysql++/files/patch-examples__Makefile.base
1.2 databases/mysql++/files/patch-makemake.sh
1.14 databases/mysql++/pkg-plist
upgrade to 2.1.1

PR:             96434
Submitted by:   maintainer
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)
Thu, 15 Dec 2005
[ 18:41 mnag ] Original commit 
1.468 databases/Makefile
1.29 databases/mysql++/Makefile
1.29 databases/mysql++1/Makefile
1.16 databases/mysql++/distinfo
1.16 databases/mysql++1/distinfo
1.1 databases/mysql++/files/patch-examples__Makefile.base
1.1 databases/mysql++/files/patch-makemake.sh
1.12 databases/mysql++/pkg-plist
* databases/mysql++
Update to 2.0.7
Add SHA256
Add CONFLICTS

* databases/mysql++1 [1]
Add SHA256
Add CONFLICTS
Add NO_LATEST_LINK

* databases/Makefile
Add mysql++1

PR:             89935
Submitted by:   maintainer
Repocopy by:    marcus [1]
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.
Sat, 4 Jun 2005
[ 01:29 pav ] Original commit 
1.27 databases/mysql++/Makefile
1.15 databases/mysql++/distinfo
1.11 databases/mysql++/pkg-plist
- Update to 1.7.40

PR:             ports/81843
Submitted by:   Sergey Prikhodko <sergey@network-asp.biz> (maintainer)
Mon, 9 May 2005
[ 22:59 thierry ] Original commit 
1.26 databases/mysql++/Makefile
1.14 databases/mysql++/distinfo
1.3 databases/mysql++/files/patch-configure
1.10 databases/mysql++/pkg-plist
Update to latest version.

Full list of mysql++ changes at <http://tangentsoft.net/mysql++/ChangeLog>.

PR:             ports/80693
Submitted by:   maintainer
Sat, 12 Mar 2005
[ 13:47 sem ] Original commit 
1.25 databases/mysql++/Makefile
1.13 databases/mysql++/distinfo
1.2 databases/mysql++/files/patch-Makefile.in
1.2 databases/mysql++/files/patch-configure
- Update to 1.7.32

PR:             ports/78724
Submitted by:   maintainer
Sun, 6 Mar 2005
[ 16:03 sem ] Original commit 
1.24 databases/mysql++/Makefile
1.12 databases/mysql++/distinfo
1.1 databases/mysql++/files/patch-Makefile.in
1.1 databases/mysql++/files/patch-configure
- Update to 1.7.31
- Add files maintainer did not mention on previous update

PR:             ports/78469
Submitted by:   maintainer
Sat, 5 Mar 2005
[ 06:47 sem ] Original commit 
1.23 databases/mysql++/Makefile
1.11 databases/mysql++/distinfo
1.9 databases/mysql++/pkg-plist
- update to 1.7.30
- removed dependencies on perl and gmake
- removed install procedure from Makefile ( thanks vanilla@ )
- fixed examples Makefile
- removed unused files from examples dir

PR:             ports/78433
Submitted by:   maintainer
Tue, 8 Feb 2005
[ 17:25 sem ] Original commit 
1.22 databases/mysql++/Makefile
1.10 databases/mysql++/distinfo
- Update to 1.7.28

PR:             ports/77258
Submitted by:   maintainer
Fri, 14 Jan 2005
[ 02:21 sem ] Original commit 
1.21 databases/mysql++/Makefile
1.9 databases/mysql++/distinfo
1.8 databases/mysql++/pkg-plist
- Update to 1.7.27
- Pass maintainership to submitter

PR:             ports/76213
Submitted by:   Sergey Prikhodko <sergey(at)network-asp.biz>
Approved by:    maintainer (timeout: 3+ monthes)
Sat, 20 Nov 2004
[ 21:31 pav ] Original commit 
1.20 databases/mysql++/Makefile
1.4 databases/mysql++/files/README
1.8 databases/mysql++/distinfo
1.2 databases/mysql++/files/extra-patch-sqlplusint-connection.cc
1.5 databases/mysql++/pkg-descr
1.7 databases/mysql++/pkg-plist
- Update to 1.7.20

PR:             ports/73516
Submitted by:   Sergey Prikhodko <sergey@network-asp.biz>
Approved by:    maintainer timeout (2 weeks)
Sun, 19 Sep 2004
[ 02:21 kris ] Original commit 
1.19 databases/mysql++/Makefile
BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)
Fri, 20 Feb 2004
[ 17:06 arved ] Original commit 
1.18 databases/mysql++/Makefile
Fix build on AMD64 by using GNU_CONFIGURE
Wed, 4 Feb 2004
[ 05:21 marcus ] Original commit 
1.29 accessibility/at-spi/Makefile
1.35 accessibility/atk/Makefile
1.7 accessibility/dasher/Makefile
1.26 accessibility/gail/Makefile
1.8 accessibility/gnomemag/Makefile
1.5 accessibility/gnomespeech/Makefile
1.6 accessibility/gnopernicus/Makefile
1.10 accessibility/gok/Makefile
1.7 accessibility/linux-atk/Makefile
1.2 arabic/katoob/Makefile

(Only the first 10 of 1588 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 2)
Sun, 14 Dec 2003
[ 16:47 pav ] Original commit 
1.16 databases/mysql++/Makefile
1.1 databases/mysql++/files/extra-patch-sqlplusint-connection.cc
- Fix build on 4.x
- Silence portlint

PR:             ports/59547
Submitted by:   Sergey Matveychuk <sem@ciam.ru>
Fri, 17 Oct 2003
[ 09:01 krion ] Original commit 
1.15 databases/mysql++/Makefile
- Fix build

Approved bu:    maintainer
Reported by:    kris via bento
Mon, 29 Sep 2003
[ 22:59 krion ] Original commit 
1.14 databases/mysql++/Makefile
1.6 databases/mysql++/distinfo
1.6 databases/mysql++/pkg-plist
- Change patches for gcc 3.1 and gcc 3.2 with patch for gcc 3.3
  (it includes both)
- Utilize USE_MYSQL
- Utilize DOCSDIR and EXAMPLESDIR
- Realize NOPORTDOCS behaviour (at long last!)
- Change ${WRKDIR}/${DISTNAME} with ${WRKSRC}
- Maintainer timeout > 3 weeks

PR:             56544
Submitted by:   Sergey Matveychuk <sem@ciam.ru>
Thu, 4 Sep 2003
[ 02:57 edwin ] Original commit 
1.13 databases/mysql++/Makefile
Make port more localbase clean
Noticed by: mysql-gui compilation attempts :-)
Fri, 21 Feb 2003
[ 11:15 knu ] Original commit 
1.21 databases/adodb/Makefile
1.50 databases/db4/Makefile
1.52 databases/db41/Makefile
1.3 databases/dbXML/Makefile
1.6 databases/dbmetrix/Makefile
1.12 databases/firebird-devel/Makefile
1.15 databases/firebird/Makefile
1.2 databases/fireprofile/Makefile
1.11 databases/gauche-gdbm/Makefile
1.21 databases/gdbm/Makefile

(Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Thu, 13 Feb 2003
[ 12:48 nork ] Original commit 
1.11 databases/mysql++/Makefile
1.5 databases/mysql++/distinfo
Fix build on -CURRENT and reduce compiler warning on 3.x.

PR:             ports/47467
Submitted by:   Sergey Matveychuk <sem@ciam.ru>
Approved by:    Miklos Niedermayer <mico@vnet.hu>
Mon, 11 Feb 2002
[ 13:15 ijliao ]  
unknown databases/mysql++/Makefile
update master sites    
Wed, 8 Aug 2001
[ 23:30 dirk ]  
unknown databases/mysql++/Makefile
unknown databases/mysql++/distinfo
Upgrade to 1.7.9.    
Fri, 1 Jun 2001
[ 22:06 olgeni ]  
unknown databases/mysql++/Makefile
Fix typo: INSTALL_SHLIB -> INSTALLS_SHLIB    
Wed, 7 Mar 2001
[ 22:28 olgeni ]  
unknown databases/mysql++/Makefile
Update MASTER_SITES: the port had some unfetchable distfiles.    
Sun, 18 Feb 2001
[ 14:53 dirk ]  
unknown databases/mysql++/Makefile
unknown databases/mysql++/files/README
unknown databases/mysql++/distinfo
unknown databases/mysql++/files/patch-aa
unknown databases/mysql++/pkg-plist
Update to 1.7.8.    
Sun, 21 Jan 2001
[ 20:26 sf ]  
unknown databases/mysql++/Makefile
unknown databases/mysql++/pkg-comment
unknown databases/mysql++/pkg-plist
o Add missing headers.   o change redundency in pkg-comment.   o forcing depends
on mysql323-client.    
[ 15:40 dirk ]  
unknown chinese/chinput2/Makefile
unknown databases/dbf2mysql/Makefile
unknown databases/dbmetrix/Makefile
unknown databases/gmysql/Makefile
unknown databases/gtksql/Makefile
unknown databases/myodbc/Makefile
unknown databases/mysql++/Makefile
unknown databases/mysql-navigator/Makefile
unknown databases/mysql322-server/Makefile
unknown databases/mysql323-client/Makefile

(Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
Switch from mysql322-{client,server} to mysql323-{client,server}.    
Wed, 2 Aug 2000
[ 01:28 jedgar ]  
unknown databases/mysql++/pkg/DESCR
unknown databases/mysql++/Makefile
unknown databases/mysql++/pkg/PLIST
Correct PLIST, Makefile, and portlint nits    
Fri, 21 Jul 2000
[ 07:12 will ]  
unknown databases/mysql++/pkg/COMMENT
unknown databases/mysql++/pkg/DESCR
unknown databases/mysql++/Makefile
unknown databases/mysql++/pkg/PLIST
unknown databases/mysql++/files/README
unknown databases/mysql++/files/md5
unknown databases/mysql++/patches/patch-aa
(Forced commit)   The apologies actually go out to Erik H. Bakke
<erikhb@bgnett.no>.  :-(    
[ 07:07 will ]  
unknown databases/mysql++/pkg/COMMENT
unknown databases/mysql++/pkg/DESCR
unknown databases/mysql++/Makefile
unknown databases/mysql++/pkg/PLIST
unknown databases/mysql++/files/README
unknown databases/mysql++/files/md5
unknown databases/mysql++/patches/patch-aa
Add mysql++, a C++ library API to MySQL.    

Number of commits found: 36

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 19406
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 1
new 48 hours3
new 7 days34
new fortnight69
new month115

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.258 seconds.