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/p5-Groonga-API/Makefile

Number of commits found: 7

Friday, 3 Jun 2016
16:44 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:416324 
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 
Friday, 27 Nov 2015
19:20 antoine search for other commits by this committer
Mark BROKEN: fails to build

API.c: In function 'boot_Groonga__API':
API.c:20843: error: expected expression before ';' token

Reported by:	pkg-fallout
Original commitRevision:402490 
Friday, 24 Apr 2015
21:46 mat search for other commits by this committer
Update to a more recent, githuby version. Also, sort the plist.

With hat:	perl@
Sponsored by:	Absolight
Original commitRevision:384688 
Saturday, 21 Feb 2015
07:40 antoine search for other commits by this committer
Mark BROKEN: Fails to build

/usr/local/bin/perl5 /usr/local/lib/perl5/5.18/ExtUtils/xsubpp  -typemap
/usr/local/lib/perl5/5.18/ExtUtils/typemap -typemap typemap  API.xs > API.xsc &&
mv API.xsc API.c
Could not find a typemap for C type 'grn_ctx *'.
The following C types are mapped by the current typemap:
'AV *', 'Boolean', 'CV *', 'FILE *', 'FileHandle', 'HV *', 'I16', 'I32', 'I8',
'IV', 'InOutStream', 'InputStream', 'NV', 'OutputStream', 'PerlIO *', 'Result',
'STRLEN', 'SV *', 'SVREF', 'SysRet', 'SysRetLong', 'Time_t *', 'U16', 'U32',
'U8', 'UV', 'bool', 'bool_t', 'caddr_t', 'char', 'char *', 'char **', 'const
char *', 'const grn_logger_info *', 'const short *', 'const unsigned char *',
'const void *', 'double', 'float', 'grn_array *', 'grn_bool',
'grn_content_type', 'grn_ctx_info *', 'grn_db_create_optarg *',
'grn_expr_flags', 'grn_hash *', 'grn_id', 'grn_info_type', 'grn_obj_flags',
'grn_operator', 'grn_selector_func', 'grn_table_delete_optarg *',
'grn_table_sort_key *', 'int', 'long', 'long long int', 'long long unsigned
int', 'short', 'short *', 'size_t', 'ssize_t', 'time_t', 'unsigned', 'unsigned
char', 'unsigned char *', 'unsigned int', 'unsigned int *', 'unsigned long',
'unsigned long *', 'unsigned short', 'va_list', 'void *', 'wchar_t', 'wchar_t *'
 in API.xs, line 24
*** Error code 1

Reported by:	pkg-fallout
Original commitRevision:379484 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
Original commitRevision:373448 
Friday, 7 Nov 2014
03:07 kuriyama search for other commits by this committer
Groonga::API is a very thin wrapper of Groonga C APIs.  All it does is
to map types, and it's not meant to be used by a casual perl user.
Try Ploonga for ordinary use.

WWW: http://search.cpan.org/dist/Groonga-API/
Original commitRevision:372245 

Number of commits found: 7