aboutsummaryrefslogtreecommitdiff
path: root/textproc/openfts
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Fix shebangsDmitry Marakasov2015-09-091-2/+3
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=396494
* Cleanup plistBaptiste Daroussin2014-12-081-3/+0
| | | | Notes: svn path=/head/; revision=374324
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-28/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373448
* Fix dependenciesAntoine Brodin2014-11-221-2/+2
| | | | Notes: svn path=/head/; revision=373113
* Finally retire USE_PGSQLChris Rees2014-11-221-2/+1
| | | | Notes: svn path=/head/; revision=373100
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-291-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-6/+2
| | | | Notes: svn path=/head/; revision=360676
* - Stagify.Jun Kuriyama2014-06-102-13/+15
| | | | Notes: svn path=/head/; revision=357311
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-3/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-6/+3
| | | | | | | Convert from USE_GMAKE to USES=gmake Notes: svn path=/head/; revision=327454
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-291-1/+1
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300221
* - fix build with new default PGSQL versionOlli Hauer2011-01-083-37/+41
| | | | | | | | | | | | | | - honor NOPORTDOCS and NOPORTEXAMPLES - remove MD5 from distfile - rework pkg-plist (@unexec rm ... => @dirrmtry) - bump PORTREVISION Broken build reported by pav@ after DEFAULT_PGSQL_VER was set to 84 Approved by: kuriyama (maintainer) per mail Notes: svn path=/head/; revision=267524
* Upgrade to 0.40.Jun Kuriyama2010-05-234-11/+20
| | | | Notes: svn path=/head/; revision=254869
* Fix build INDEX after girgen's move postgresql-contrib to Attic.Sergey A. Osokin2010-05-201-2/+2
| | | | | | | Also bump PORTREVISION. Notes: svn path=/head/; revision=254665
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with T,U,V Notes: svn path=/head/; revision=240076
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Upgrade to 0.39.Jun Kuriyama2007-10-133-5/+5
| | | | | | | | PR: ports/116427 Submitted by: Richard Tector <richard@tector.org.uk> Notes: svn path=/head/; revision=201380
* Remove 4.x cruftErwin Lansing2007-06-141-7/+2
| | | | | | | | PR: 113165 Approved by: maintainer timeout Notes: svn path=/head/; revision=193497
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Make sure that bsd.port.pre.mk is included regardless ofAdam Weinberger2005-05-241-4/+4
| | | | | | | | | | whether NOPORTDOCS is defined. Noticed by: Johan Pettersson <manlix@demonized.net> Solution by: kris Notes: svn path=/head/; revision=136055
* Chase dependency on p5-DBD-Pg.Norikatsu Shigemura2005-05-081-3/+10
| | | | | | | (Use p5-DBD-Pg-13 on FreeBSD 4.x and Perl 5.00503) Notes: svn path=/head/; revision=134838
* - Upgrade to 0.37;Thierry Thomas2004-06-204-5/+74
| | | | | | | | | | - Set RUN_DEPENDS; - Install docs and examples. Approved by: maintainer. Notes: svn path=/head/; revision=111852
* - Fix typo in manpage nameKirill Ponomarev2004-04-191-1/+1
| | | | Notes: svn path=/head/; revision=107555
* - Add missing manpageKirill Ponomarev2004-04-171-2/+3
| | | | Notes: svn path=/head/; revision=107359
* o Upgrade to 0.36.Jun Kuriyama2004-02-165-55/+4
| | | | | | | o Simplify dependency and unbreak. Notes: svn path=/head/; revision=101066
* BROKEN: inconsistent dependencies on mysql 3.x and 4.x (inherited from aKris Kennaway2004-02-161-0/+3
| | | | | | | | dependency). This port will be removed on April 15 if still broken at that time. Notes: svn path=/head/; revision=101035
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* o Remove mis-addedd $PKGNAMEPREFIX.Jun Kuriyama2003-08-193-1/+23
| | | | | | | o Add patches for -w clean. Notes: svn path=/head/; revision=87293
* Add openfts-0.34, a Open Source Full Text Search engine.Jun Kuriyama2003-08-194-0/+99
Notes: svn path=/head/; revision=87267