aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/fbm
ModeNameSize
-rw-r--r--Makefile635logstatsplainblame
-rw-r--r--distinfo53logstatsplainblame
d---------files36logstatsplain
-rw-r--r--pkg-comment36logstatsplainblame
-rw-r--r--pkg-descr2241logstatsplainblame
-rw-r--r--pkg-plist411logstatsplainblame
et) * Replace bsd.openssl.mk with USES=sslmat2016-06-271-2/+2 | | | | | | | | | | | | Add a qa hint about needing, or not, USES=ssl. Fix ports doing silly things, like including bsd.openssl.mk directly. PR: 210322 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6866 * security/ftimes: Fix build without SSLv3 methodsbrnrd2016-06-132-2/+48 | | | | | | | - Use SSLv23 methods and SSL_OP_NO_SSL3 PR: 203693 Sponsored by: BSDCan DevSummit * Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-3/+3 | | | | | With hat: portmgr Sponsored by: Absolight * Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-4/+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 * - Update to upstream release 3.11.0riggs2014-08-185-103/+37 | | | | | | | | - Fix pkg-plist for all permutations of OPTIONS PR: 192615 Submitted by: klm@uidzero.org (maintainer) Approved by: mentors (implicit) * Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1 | | | | Approved by: portmgr (not really, but touches unstaged ports) * Rename all patches that contain '::' as a path separator, and useadamw2014-07-301-0/+0 | | | | '__' instead. * - Stagifyamdmi32014-07-032-14/+82 | | | | | | | | | - Clarify LICENSE - Fix shebangs - Use new LIB_DEPENDS syntax - Chase devel/libklel .so version change Approved by: portmgr blanket * - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkohauer2013-12-311-1/+1 | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1 | | | | security) * Convert to new perl frameworkbapt2013-09-171-1/+1 | | | | Convert USE_GMAKE to USES * - Update to 3.10.0 [1]wg2013-06-105-50/+157 | | | | | | | | | | | | - Remove unnecessary depend [2] - Add LICENSE (BSD AL2 MIT) - Fix install of perl library Changes: http://ftimes.sourceforge.net/Files/ChangeLog/ChangeLog PR: ports/177738 [1], ports/178924 [2] Submitted by: klm <klm@uidzero.org> (maintainer) [1], az [2] Approved by: culot / jpaetzel (mentors, implicit), maintainer * Fix after conversion to new options frameworkbapt2013-05-051-1/+1 | * Convert security to new options frameworkbapt2013-04-291-15/+14 | * - Remove A/An in COMMENTcs2013-03-301-5/+2 | | | | - Trim Header where applicable