--- ./src/CoverGetter.cs.orig 2012-04-04 21:27:24.000000000 -0400 +++ ./src/CoverGetter.cs 2012-04-04 21:28:50.000000000 -0400 @@ -53,7 +53,7 @@ // Variables private string amazon_locale; private string amazon_dev_tag; - private bool musicbrainz_lib_missing = false; + private bool musicbrainz_lib_missing = true; private bool amazon_dev_tag_missing = false; // Variables :: Cover Filenames 'freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/fceu-server
ph'>*
Commit message (Expand)AuthorAgeFilesLines
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-7/+1
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
* Minor fixes after the last commit:gabor2007-08-312-11/+9
Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Cleanup plistantoine2014-11-121-7/+0
|
* Support STAGEDIR.vanilla2013-11-052-8/+6
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | japanese)
* - Convert to new perl frameworkaz2013-08-031-1/+2
|
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orswills2012-06-111-1/+1
| | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-051-2/+2
|
* - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+sunpoet2011-09-171-1/+1
| | | | | Suggested by: az With hat: perl
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
| | | | With hat: portmgr (myself)
* - replace ${SITE_PERL}/${PERL_ARCH}/Date/Calc.pm with ↵leeym2009-10-261-1/+1
| | | | ${SITE_PERL}/Date/Calc.pm for ${PORTSDIR}/devel/p5-Date-Calc
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-2/+1
| | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-5/+1
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* - Update to v0.06aaron2006-06-193-11/+13
| | | | | | - Restrict to Perl 5.8.1+ due to new dependency upon p5-Lingua-JA-Numbers Approved by: tobez (implicit)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-4/+4
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Add SHA256pav2005-11-251-0/+1
|
* search.cpan.org redirect reduction canonicalization project, pass 1:fenner2005-09-22