aboutsummaryrefslogtreecommitdiff
path: root/lang/fpc-utils
Commit message (Collapse)AuthorAgeFilesLines
* - Rebuild bootstrap (ppcx64 and ppc386) with ld patchesJose Alonso Cardenas Marquez2019-09-031-1/+1
| | | | | | | | | | | | | - Fix build on 12-STABLE and CURRENT (amd64 and i386) - Bump PORTREVISION for all ports that depends of lang/fpc - Add USE_BINUTILS to fpc and lazarus based ports - Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk PR: 240293 239934 233413 214864 Exp-run by: antoine Notes: svn path=/head/; revision=510956
* - Add new fpc bootstrap (i386 and x86_64). It could need less COMPATXJose Alonso Cardenas Marquez2019-08-151-2/+1
| | | | | | | | | | | | | dependencies in kernel - Add patch file to solve some linking problem - Remove LD_UNSAFE. Now it can be defined via LDPATH (/usr/bin/ld.bfd by default). fpc is not working with lld. We will use binutils-ports when ld.bfd is moved from base if lld not working on future version of fpc - Bump PORTREVISION Notes: svn path=/head/; revision=509004
* 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-0/+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
* - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mkJose Alonso Cardenas Marquez2018-04-051-0/+1
| | | | | | | | | | | | | - Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617 Notes: svn path=/head/; revision=466532
* - Fix buildJose Alonso Cardenas Marquez2018-02-021-2/+2
| | | | Notes: svn path=/head/; revision=460662
* - Pass maintainership to me. marino@ is not part of FreeBSD committersJose Alonso Cardenas Marquez2017-08-031-1/+0
| | | | Notes: svn path=/head/; revision=447304
* FPC ecosystem: Upgrade version 2.6.4 => 3.0.0John Marino2015-12-052-17/+23
| | | | | | | | | | | | | | | | This is the first major release of FreePascal in nearly four years. There are a ton of new features, way more to list here. see: http://wiki.freepascal.org/FPC_New_Features_3.0 Several new unit ports were added, some were contracted. Most of those were absorbed into the main FPC packages, but two units are no longer supported: sndfile and matroshka. All 99 remaining ports (including Lazarus ports) were build tested on FreeBSD i386 and amd64 Release 10.2 Notes: svn path=/head/; revision=403082
* - Fix build by adding missing dependsDmitry Marakasov2015-08-141-1/+1
| | | | | | | | | PR: 202214 Submitted by: andrey@bsdnir.info Approved by: portmgr blanket Notes: svn path=/head/; revision=394238
* - editors/lazarus update to 1.4.2Jose Alonso Cardenas Marquez2015-08-091-1/+1
| | | | | | | | | | | | | - Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise fpc units only are added like build dependencies (less dependencies registered when they are installed with pkg). - Remove GTK1 obsolete dependencies - Bump all ports with dependencies of fpc-* units - Bump all ports with dependencies of lazarus ports - Clean up Notes: svn path=/head/; revision=393766
* Assign maintainership of FPC ports to new FPC ports teamJohn Marino2015-01-051-1/+1
| | | | | | | | | | The new team currently consists of the previous maintainer (acm@) and myself (marino@). PR: 195363 Notes: svn path=/head/; revision=376279
* Fix some stage orphansAntoine Brodin2014-11-102-1/+3
| | | | Notes: svn path=/head/; revision=372422
* Cleanup plistBaptiste Daroussin2014-10-271-7/+0
| | | | Notes: svn path=/head/; revision=371587
* - Update to 2.6.4Jose Alonso Cardenas Marquez2014-03-261-1/+1
| | | | Notes: svn path=/head/; revision=349217
* Stage supportAntoine Brodin2014-01-281-2/+2
| | | | Notes: svn path=/head/; revision=341492
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Update to 2.6.2Jose Alonso Cardenas Marquez2013-03-231-5/+1
| | | | | | | - Trim Makefile headers Notes: svn path=/head/; revision=314989
* - Update to 2.6.0Jose Alonso Cardenas Marquez2012-04-192-43/+4
| | | | Notes: svn path=/head/; revision=295093
* - Update to 2.4.4Jose Alonso Cardenas Marquez2011-06-231-3/+1
| | | | Notes: svn path=/head/; revision=276093
* - Add missing dependencyJose Alonso Cardenas Marquez2010-08-211-1/+1
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=259663
* - Update to 2.4.0Jose Alonso Cardenas Marquez2010-08-162-1/+4
| | | | | | | | | | | | | | | | - Add support for amd64 [1] - Add 23 new ports to to bsd.fpc.mk - Remove obsolete patch file patch-packages-fcl-db_Makefile - Turn off some optional dependencies like databases/unixODBC, graphics/svgalib, databases/oracle8-client for avoid break amd64 support - Clean up PR: ports/146001 Submmitted by: Christopher Key <cjk32__ at _cam.ac.uk> Patch reviewed by: marcov_ at _pascalprogramming.com (fpc developer)[1] Notes: svn path=/head/; revision=259359
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 2.2.4Jose Alonso Cardenas Marquez2009-05-041-0/+1
| | | | | | | | - Add convertors/fpc-iconvenc port to bsd.fpc.mk - pkg-plist fixes Notes: svn path=/head/; revision=233207
* - Update to 2.2.2Jose Alonso Cardenas Marquez2009-01-142-10/+7
| | | | Notes: svn path=/head/; revision=226034
* Fix building.Boris Samorodov2008-12-251-1/+1
| | | | | | | | | PR: 128777 Submitted by: bsam Approved by: acm (maintainer, timeout 6 weeks) Notes: svn path=/head/; revision=224777
* - Use new freepascal stuffJose Alonso Cardenas Marquez2008-06-242-23/+4
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=215708
* - Update to 2.2.0Jose Alonso Cardenas Marquez2007-09-182-11/+60
| | | | Notes: svn path=/head/; revision=199673
* - Add OPTIONS to some freepascal ports. Now, we can install the external libsJose Alonso Cardenas Marquez2006-09-181-1/+0
| | | | | | | | | | | optionally.[1] - Other tiny modifications Suggested by: Ales Catona <almindor__at__gmail.com> [1] Approved by: garga(mentor, implicit) Notes: svn path=/head/; revision=173353
* - Update to 2.0.4Jose Alonso Cardenas Marquez2006-09-071-4/+5
| | | | | | | | | - Add new dependencies to editors/lazarus Approved by: garga (mentor,implicit) Notes: svn path=/head/; revision=172536
* - Added post-extract on Makefiles.units. It remove the svn directories fromJose Alonso Cardenas Marquez2006-07-291-0/+1
| | | | | | | | | | | | | | some fpc ports. - Added PORTREVISION for each port - Fixed pkg-plist on fpc-gtk2 and fpc-gtk ports - Fixed the gtk, glib and gdk libraries linking for fpc-gtk - Removed obsolete patches from fpc-gtk. Now it's using ${REINPLACE_CMD} - Removed post-extract from fpc-fcl. I just added it to makefiles.units file Approved by: garga (mentor) Notes: svn path=/head/; revision=169024
* New port: lang/fpc-utilsJose Alonso Cardenas Marquez2006-07-242-0/+69
Free Pascal Compiler utils WWW: http://www.freepascal.org/ Approved by: garga (mentor) Notes: svn path=/head/; revision=168608