notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: databases/dbconnect/Makefile

Number of commits found: 35

Thursday, 30 May 2019
13:43 tobik search for other commits by this committer
Deprecate databases/dbconnect

DBConnect has been unmaintained upstream since 2005 and is unused
in the tree.

While here drop nop and misspelled LDFLAG (added in r103180).
Original commitRevision:503068 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Wednesday, 26 Aug 2015
02:00 amdmi3 search for other commits by this committer
- Fix build when CC contains slashes
Original commitRevision:395330 
Monday, 8 Jun 2015
01:22 amdmi3 search for other commits by this committer
- Switch to USES=autoreconf
- Use OPTIONS helpers
Original commitRevision:388819 
Wednesday, 25 Mar 2015
09:33 marino search for other commits by this committer
databases category: Remove $PTHREAD_LIBS

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

approved by:	PTHREAD blanket
Original commitRevision:382201 
Wednesday, 7 May 2014
23:45 bapt search for other commits by this committer
Fix build
Convert to USES=gmake pgsql
Convert to unix file format
Original commitRevision:353229 
Thursday, 16 Jan 2014
15:43 sem search for other commits by this committer
- Drop. No time to support.
Original commitRevision:339922 
Tuesday, 17 Dec 2013
11:07 sem search for other commits by this committer
- Fix build on 10.x
Original commitRevision:336715 
Thursday, 3 Oct 2013
12:02 sem search for other commits by this committer
- Fix build on CURRENT

Obtained from:	pkg-fallout@
Original commitRevision:329168 
Friday, 20 Sep 2013
16:13 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
Original commitRevision:327717 
Thursday, 21 Mar 2013
17:43 bapt search for other commits by this committer
Convert to new options framework left unconverted ports in databases category
Original commitRevision:314856 
Saturday, 19 Mar 2011
13:15 ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
Original commit
Saturday, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Saturday, 16 Oct 2010
11:52 ade search for other commits by this committer
Punt autoconf267->autoconf268
Original commit
Wednesday, 15 Sep 2010
18:35 ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Original commit
Monday, 1 Feb 2010
14:17 sem search for other commits by this committer
- Fix configure for new autoconf tools

Asked by:       garga
Original commit
Saturday, 22 Aug 2009
00:18 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Wednesday, 20 Aug 2008
00:57 ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- 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)
Original commit
Sunday, 30 Sep 2007
04:47 linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
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.
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Tuesday, 1 Mar 2005
07:23 sem search for other commits by this committer
- Update to 0.3.5
  * Added transactional support for MySQL 4 INNODB tables.
- Patternize pkg-plist for easy updating.
Original commit
Monday, 31 Jan 2005
00:35 girgen search for other commits by this committer
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:             75344
Approved by:    portmgr@ (kris), ade & sean (mentors)
Original commit
Wednesday, 7 Jul 2004
19:20 sem search for other commits by this committer
Change email address for my ports.

Approved by:    krion (mentor)
Original commit
Thursday, 1 Jul 2004
17:06 ade search for other commits by this committer
Autotools cleanup.  Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:             67768
Submitted by:   ade
Approved by:    4-exp bento runs (thanks, kris!)
Original commit
Sunday, 7 Mar 2004
09:05 krion search for other commits by this committer
- Update to 0.3.4
- Utilize OPTIONS
- Assign maintainership to submitter

PR:             ports/63821
Submitted by:   Sergey Matveychuk <sem@ciam.ru>
Original commit
Friday, 21 Nov 2003
14:51 arved search for other commits by this committer
Add -fPIC to fix build on amd64
Original commit
Thursday, 28 Aug 2003
12:57 edwin search for other commits by this committer
[orphaned ports]: use USE_MYSQL for various orphaned ports.

        Make these ports use USE_MYSQL:
            * databases/dbconnect
            * net/netsaint
            * www/mod_mp3
            * www/mod_mylo
            * www/phpnuke
            * www/postnuke
            * www/udmsearch
            * mail/courier

PR:             ports/56029
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>
Original commit
Thursday, 20 Feb 2003
17:00 knu search for other commits by this committer
De-pkg-comment.
Original commit
Thursday, 2 Jan 2003
04:00 ijliao search for other commits by this committer
upgrade to 0.2.4

PR:             44958
Submitted by:   Ports Fury
Original commit
Thursday, 7 Nov 2002
03:10 adamw search for other commits by this committer
Fix PORTCOMMENTs that were killing INDEX builds.

105 pointy hats to:     me
Approved by:            pat
Original commit
Monday, 23 Jul 2001
08:51 ijliao search for other commits by this committer
add dbconnect   Use C++ object API to allow applications to connect to databases
   
Original commit

Number of commits found: 35