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: textproc/sphinxsearch-devel/Makefile

Number of commits found: 34

Sunday, 7 Apr 2019
07:43 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:498264 
Sunday, 4 Nov 2018
14:40 antoine search for other commits by this committer
Mark BROKEN: fails to build

In file included from sphinx.cpp:16:
In file included from ./sphinx.h:41:
./sphinxstd.h:267:2: warning: 'register' storage class specifier is deprecated
and incompatible with C++17 [-Wdeprecated-register]
        register DWORD tmp;
        ^~~~~~~~~
./sphinxstd.h:2328:53: error: invalid suffix on literal; C++11 requires a space
between literal and identifier [-Wreserved-user-defined-literal]
                                sError.SetSprintf ( "mmap() failed: %s
(length="INT64_FMT" is over 2GB, impossible on some 32-bit systems)",
                                                                               
^

Reported by:	pkg-fallout
Original commitRevision:484088 
Thursday, 8 Dec 2016
17:40 tijl search for other commits by this committer
Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
Original commitRevision:428144 
Monday, 25 Apr 2016
16:17 mat search for other commits by this committer
Move MySQL support from bsd.databases.mk to Uses/mysql.mk.

Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
Original commitRevision:414019 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Monday, 17 Aug 2015
14:20 mat search for other commits by this committer
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Original commitRevision:394508 
Saturday, 22 Nov 2014
20:40 crees search for other commits by this committer
Finally retire USE_PGSQL
Original commitRevision:373100 
Friday, 14 Nov 2014
09:09 antoine search for other commits by this committer
- Fix EXAMPLES installation
- Cleanup plist
Original commitRevision:372554 
Wednesday, 16 Jul 2014
08:44 bapt search for other commits by this committer
Fix some non default LIB_DEPENDS

With hat:	portmgr
Original commitRevision:362053 
Tuesday, 15 Jul 2014
17:03 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Original commitRevision:361979 
Friday, 29 Nov 2013
14:53 danger (doc committer) search for other commits by this committer
- fix paths to pass make package

Approved by:	mat
Original commitRevision:335183 
14:30 danger (doc committer) search for other commits by this committer
- update to 2.2.1
- sync with textproc/sphinxsearch
- use OPTIONS Helpers

Approved by:	mat
Original commitRevision:335181 
Friday, 20 Sep 2013
23:17 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
Original commitRevision:327773 
Saturday, 27 Apr 2013
18:25 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
Original commitRevision:316683 
Thursday, 21 Mar 2013
07:19 jgh search for other commits by this committer
- OPTIONS -> OPTIONS_DEFINE
- .if .if -> .if
Original commitRevision:314819 
07:16 jgh search for other commits by this committer
- typo
Original commitRevision:314817 
07:12 jgh search for other commits by this committer
- adoption of optionsNG
- trim historical header
- replace a tab with space in do-install

Approved by:	portmgr (bapt,miwi)
Original commitRevision:314816 
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Original commit
Tuesday, 5 Jun 2012
15:51 danger search for other commits by this committer
- extend CONFLICTS as per
http://ketas.si.pri.ee/ports-conflicts/danger@FreeBSD.org

Submitted by:   FreeBSD Ports conflicts checker
Original commit
Monday, 6 Feb 2012
12:25 miwi search for other commits by this committer
- Chase unixODBC shlib bump
Original commit
Thursday, 10 Nov 2011
05:38 linimon search for other commits by this committer
Mark broken on powerpc as well as sparc64.  (In fact, on all the tier-2s.)

Hat:            portmgr
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
Wednesday, 15 Jun 2011
09:30 danger search for other commits by this committer
- import a r2799 from upstream:
  o) Fixed crash on WriteValue (affected MIPSEL arch and FreeBSD
     builds)
  o) http://code.google.com/p/sphinxsearch/source/detail?r=2799

Submitted by:   Brian Eng <eng@vadriven.com>
Original commit
Tuesday, 14 Jun 2011
15:18 danger search for other commits by this committer
- update to latest 2.0.1-beta
Original commit
Saturday, 19 Mar 2011
13:15 ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
Original commit
Wednesday, 2 Feb 2011
15:22 danger search for other commits by this committer
- update preffered download URL
- retire md5 cksum

Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk>
Approved by:    novel
Feature safe:   yes
Original commit
Thursday, 19 Aug 2010
10:08 linimon search for other commits by this committer
Now broken on all OSVERSIONs on sparc64.

Hat:            portmgr
Original commit
Sunday, 28 Jun 2009
18:04 danger search for other commits by this committer
- update to 0.9.9-rc2

PR:             ports/135604
Submitted by:   Vivek Khera <vivek@khera.org>
Approved by:    miwi
Original commit
Wednesday, 18 Mar 2009
04:18 linimon search for other commits by this committer
Mark as broken on sparc64-6.
Original commit
Tuesday, 27 Jan 2009
20:51 danger search for other commits by this committer
- update to 0.9.9-rc1

Approved by:    wxs
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
Sunday, 1 Jun 2008
12:04 danger search for other commits by this committer
- fix the issues with PORTDOCS/PORTEXAMPLES
- bump the PORTREVISION

Approved by: miwi
Original commit
11:53 danger search for other commits by this committer
- update to the latest version: 0.9.8-rc2

Approved by:    miwi
PR:             ports/121414 (with updated patch)
Original commit
Saturday, 19 Jan 2008
11:53 edwin search for other commits by this committer
Development version of textproc/sphinxsearch

    Sphinx is a full-text search engine, distributed under GPL version
    2. Commercial license is also available for embedded use.

    Generally, it's a standalone search engine, meant to provide fast,
    size-efficient and relevant fulltext search functions to other
    applications. Sphinx was specially designed to integrate well with SQL
    databases and scripting languages. Currently built-in data sources
    support fetching data either via direct connection to MySQL, or from
    an XML pipe.

    As for the name, Sphinx is an acronym which is officially decoded as
    SQL Phrase Index.

    WWW: http://www.sphinxsearch.com/

Submitted by:   Daniel Gerzo <danger@FreeBSD.org>
Original commit

Number of commits found: 34