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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: databases/freetds-devel/Makefile

Number of commits found: 139 (showing only 39 on this page)

«  1 | 2 

Tuesday, 24 Mar 2015
11:12 bofh search for other commits by this committer
databases/freetds-devel: Update version 0.92.872=>0.92984

- Fix PORTEPOCH which was unintentionally removed at r378508
Original commitRevision:382080 
Monday, 9 Feb 2015
13:58 bofh search for other commits by this committer
databases/freetds-devel: Update version 0.92.870=>0.92.872

Approved by:	bapt marino (implicit)
Original commitRevision:378730 
Friday, 6 Feb 2015
08:22 bofh search for other commits by this committer
databases/freetds-devel: Update version 0.92.812=>0.92.870

- UnBREAK [1]
- Correct SIGBUS on tdsdbopen() [1]

PR:			197196 [1]
Differential Revision:	https://reviews.freebsd.org/D1773
Submitted by:		dg@fastmail.co.uk [1]
Approved by:		marino(mentor)
Original commitRevision:378508 
Wednesday, 24 Dec 2014
00:14 bofh search for other commits by this committer
Change my non-FreeBSD MAINTAINER mail to bofh@

Approved by:	bapt
Original commitRevision:375378 
Sunday, 12 Oct 2014
20:51 antoine search for other commits by this committer
Mark BROKEN: Fails to build

with gcc:
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.
-I../../include  -I../../include -I/usr/local/include -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -Wpointer-arith -D_THREAD_SAFE -pthread -O2 -pipe
-fno-strict-aliasing -I/usr/include -Wdeclaration-after-statement -MT
threadsafe.lo -MD -MP -MF .deps/threadsafe.Tpo -c -o threadsafe.lo threadsafe.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I../../include
-I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wpointer-arith
-D_THREAD_SAFE -pthread -O2 -pipe -fno-strict-aliasing -I/usr/include
-Wdeclaration-after-statement -MT threadsafe.lo -MD -MP -MF .deps/threadsafe.Tpo
-c threadsafe.c  -fPIC -DPIC -o .libs/threadsafe.o
In file included from threadsafe.c:84:
../../include/freetds/tds.h:149: warning: function declaration isn't a prototype
../../include/freetds/tds.h:149: error: bit-field '__res_state' has invalid type
Makefile:439: recipe for target 'threadsafe.lo' failed

with clang:
/bin/sh ../../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I.
-I../../include  -I../../include -I/usr/local/include -D_REENTRANT
-D_THREAD_SAFE -DDEBUG=1 -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-long-long -Wpointer-arith -D_THREAD_SAFE -pthread -O2 -pipe 
-fno-strict-aliasing -I/usr/include -Wdeclaration-after-statement -MT
threadsafe.lo -MD -MP -MF .deps/threadsafe.Tpo -c -o threadsafe.lo threadsafe.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../../include -I../../include
-I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wpointer-arith
-D_THREAD_SAFE -pthread -O2 -pipe -fno-strict-aliasing -I/usr/include
-Wdeclaration-after-statement -MT threadsafe.lo -MD -MP -MF .deps/threadsafe.Tpo
-c threadsafe.c  -fPIC -DPIC -o .libs/threadsafe.o
In file included from threadsafe.c:84:
../../include/freetds/tds.h:149:16: error: bit-field '__res_state' has
non-integral type 'TDS_USMALLINT (*())'
        TDS_USMALLINT _res:10;
                      ^    ~~
/usr/include/resolv.h:282:16: note: expanded from macro '_res'
#define _res (*__res_state())
               ^
1 error generated.
Makefile:439: recipe for target 'threadsafe.lo' failed

Reported by:	pkg-fallout
Original commitRevision:370740 
Tuesday, 23 Sep 2014
20:47 pi search for other commits by this committer
databases/freetds-devel: 0.92.79 -> 0.92.812

- Bringing the -devel port to a recent version

PR:		193866
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Original commitRevision:369120 
Wednesday, 23 Jul 2014
09:54 tijl search for other commits by this committer
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:362645 
Thursday, 8 May 2014
17:57 pi search for other commits by this committer
databases/freetds-devel: fix pkg-plist for make install,
	change MAINTAINER email

PR: ports/189411
Submitted by:	Kris Van Biesen
Approved by:    jadawin (mentor)
Original commitRevision:353340 
Monday, 5 May 2014
16:24 bapt search for other commits by this committer
Fix unixODBC vs libiodbc conflicts

Always rely on unixODBC each time a port is looking for libodbc.so
Remove odbc compat from libiodbc
This allows to install both kde and gnome at the same time

While here:
- Convert libiodbc to USES=libtool
- Convert a bunch of libiodbc dependencies to USES=libtool
- Chase libiodbc.so shlib change
- Stagify some ports
- Convert some ports to USES=pgsql

Discussed with:	rakuco (kde)
With hat:	portmgr
Original commitRevision:353029 
Friday, 21 Feb 2014
13:15 gahr search for other commits by this committer
- Add LICENSE
- STAGE-clean
Original commitRevision:345388 
Wednesday, 11 Dec 2013
18:08 bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
Original commitRevision:336187 
Thursday, 7 Nov 2013
13:35 wg search for other commits by this committer
databases/freetds-devel: fix option

Pointy hat:	wg
Original commitRevision:333092 
13:16 wg search for other commits by this committer
databases/freetds-devel: add option for odbc-wide

PR:		ports/182516
Submitted by:	Mike Carlson <mike bayphoto.com>
Approved by:	maintainer
Original commitRevision:333090 
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 
Wednesday, 18 Sep 2013
09:33 gahr search for other commits by this committer
- Update to 0.92.79

PR:		181423
Submitted by:	gahr@
Approved by:	maintainer (timeout)
Original commitRevision:327538 
Wednesday, 4 Sep 2013
18:06 madpilot search for other commits by this committer
- Make ports use the libc provided iconv implementation on 10-CURRENT
  after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
Original commitRevision:326307 
Monday, 2 Sep 2013
09:01 bapt search for other commits by this committer
Eliminate USE_GNOME=pkgconfig from databases
While here:
- trim headers
- Convert to USES=pathfix, USES=gmake
Original commitRevision:325950 
Saturday, 27 Apr 2013
08:50 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
Original commitRevision:316654 
Tuesday, 5 Feb 2013
16:17 novel search for other commits by this committer
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
Original commitRevision:311722 
Wednesday, 12 Dec 2012
07:34 bapt search for other commits by this committer
Fix OPTIONS bsd.port.option.mk should be included only once and after the option
definition
Original commitRevision:308743 
Thursday, 29 Nov 2012
22:18 bdrewery search for other commits by this committer
- Trim header
- Convert to new options framework
- Fix MASTER_SITES to a working location
- Bump PORTREVISION due to new default options

PR:		ports/172463
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Feature safe:	yes
Original commitRevision:307981 
Sunday, 15 Apr 2012
11:58 scheidell search for other commits by this committer
- link libtdsodbc.so with libiconv to unbreak runtime

PR:             ports/166136
Submitted by:   Kuan-Chung Chiu <buganini@gmail.com>
Approved by:    Kurt Jaeger <pi@opsec.eu> (maintainer)
Original commit
Monday, 6 Feb 2012
12:25 miwi search for other commits by this committer
- Chase unixODBC shlib bump
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Friday, 9 Sep 2011
06:50 culot search for other commits by this committer
- Update to 0.91

PR:             ports/160525
Submitted by:   Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
Original commit
Tuesday, 23 Aug 2011
06:46 culot search for other commits by this committer
- Update to 0.82.1.dev.20110409
- Pet portlint(1) by extracting CPPFLAGS from CONFIGURE_ENV
- Sort pkg-plist
- Pass maintainership to submitter

PR:             ports/158385
Submitted by:   Kurt Jaeger <fbsd-ports@opsec.eu>
Original commit
Sunday, 5 Jun 2011
18:43 novel search for other commits by this committer
Chase security/gnutls update and add an UPDATING entry.
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, 6 Oct 2010
05:59 sunpoet search for other commits by this committer
- Update to 0.82.1.dev.20100810
- Use PORTNAME/PORTVERSION in WRKSRC

PR:             ports/151083
Submitted by:   Dan Rowe <bsdports at csnstores.com>
Approved by:    pgollucci (mentor)
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
Tuesday, 9 Feb 2010
06:10 wen search for other commits by this committer
- Reset maintainer to ports@

PR:             ports/143675
Submitted by:   "Peter C. Lai" <cowbert@gmail.com> (maintainer)
Original commit
Saturday, 21 Nov 2009
06:55 novel search for other commits by this committer
Fix build when gnutls support is enabled.

PR:             138178 (based on)
Submitted by:   Robert Kruus <rob.kruus@gmail.com>
Original commit
Sunday, 16 Aug 2009
18:04 novel search for other commits by this committer
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
Original commit
05:47 linimon search for other commits by this committer
Fix bogus code in WITH_GNUTLS case.

Hat:            portmgr
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-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
Original commit
Tuesday, 3 Mar 2009
06:18 beech search for other commits by this committer
- Add gnutls option
- Bump portrevision

Approved by:    Peter Lai <cowbert@gmail.com> (maintainer)
Original commit
Saturday, 14 Feb 2009
23:31 beech search for other commits by this committer
- Update to 0.82.1
- Hook into build
Original commit
22:40 beech search for other commits by this committer
- Forced commit after repocopy

PR:             ports/131582
Original commit

Number of commits found: 139 (showing only 39 on this page)

«  1 | 2