aboutsummaryrefslogtreecommitdiff
path: root/lang/fpc-units
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
|
* - lang/fpc revert way like linker is taken by fpc compilerJose Alonso Cardenas Marquez2021-01-141-0/+1
| | | | | | | | | | | | | | - lang/fpc add binutils to RUN_DEPENDS - editors/lazarus add binutils to RUN_DEPENDS - editors/lazarus add gmake to RUN_DEPENDS - editors/lazarus install fpc units like RUN_DEPENDS too - Bump PORTREVISiON of fpc/lazarus ports PR: 251712 Reported by: amdmi3 Notes: svn path=/head/; revision=561593
* - Update to 3.2.0Jose Alonso Cardenas Marquez2020-11-251-13/+23
| | | | | | | ChangeLog at: https://wiki.freepascal.org/FPC_New_Features_3.2.0 Notes: svn path=/head/; revision=556252
* - Add new fpc bootstrap (i386 and x86_64). It could need less COMPATXJose Alonso Cardenas Marquez2019-08-151-1/+0
| | | | | | | | | | | | | 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
* - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mkJose Alonso Cardenas Marquez2018-04-051-2/+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
* - Update to 3.0.4Jose Alonso Cardenas Marquez2018-02-011-3/+3
| | | | | | | - Connect www/fpc-libmicrohttpd Notes: svn path=/head/; revision=460558
* Revert recent fpc changes, they were obviously untestedAntoine Brodin2018-01-301-3/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=460445
* - Update to 3.0.4Jose Alonso Cardenas Marquez2018-01-301-3/+3
| | | | | | | - Link www/fpc-libmicrohttpd Notes: svn path=/head/; revision=460424
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-11-021-1/+1
| | | | | | | This round is @FreeBSD.org residents except teams. Notes: svn path=/head/; revision=453381
* lang/fpc-units: remove TCL option, unbreak INDEXPietro Cerutti2017-10-201-2/+2
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=452520
* - Update WWWDmitry Marakasov2017-09-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=450423
* - Pass maintainership to me. marino@ is not part of FreeBSD committersJose Alonso Cardenas Marquez2017-08-031-1/+1
| | | | Notes: svn path=/head/; revision=447304
* - Freepascal update to 3.0.2Jose Alonso Cardenas Marquez2017-02-261-4/+5
| | | | | | | | - Lazarus BUMP PORTREVISION - Connect www/fpc-googleapi and devel/fpc-fcl-pdf Notes: svn path=/head/; revision=434894
* lang/fpc-units: Set VLC unit as a non-default optionJohn Marino2016-09-241-2/+5
| | | | | | | | | | | | | | Due to the VLC included in KDE, the fpc-units metapackage package coexist with the KDE metapackage due to FPC's VLC unit requiring QT5. Until such time where they can coexist, the FPC VLC unit will not be an on-by-default option to remove this install conflict. PR: 212919 Reported by: Ian Goddard (bz at austonley.org.uk) Notes: svn path=/head/; revision=422730
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* lang/fpc-units, devel/fpc-bfd: Use binutils instead of ancient libbfdJohn Marino2015-12-211-8/+3
| | | | | | | | | | | Currently, lang/fpc-bfd can't be installed if devel/binutils is already on the system. Given that this is a requirement for lang/gcc and other big patches, chances are there will be a conflict. Resolve the problem by making devel/fpc-bfd depend on devel/binutils instead. This also allows the BFD option on FreeBSD9 to be re-enabled. Notes: svn path=/head/; revision=404086
* lang/fpc-units: Fix BFD option regressionJohn Marino2015-12-091-2/+2
| | | | | | | | | | | | The BFD option is supported to be off by default on FreeBSD9, but the upgrade to version 3.0.0 re-enabled it because the logic to prevent this was faulty. Using the immediate evaluation (:=) for the options definition restores the intended configuration. Reported by: pkg-fallout Notes: svn path=/head/; revision=403435
* FPC ecosystem: Upgrade version 2.6.4 => 3.0.0John Marino2015-12-051-93/+92
| | | | | | | | | | | | | | | | 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
* lang/fpc-units: Finally fix default build on FreeBSD 9John Marino2015-10-111-1/+7
| | | | | | | | | | | | | | | | | | On FreeBSD9, libEGL is built by GCC which requires binutils as a run depends. fpc-cairo requires libEGL. fpc-libbfd and binutils conflict with each other due to both installing the same header. Thus, on FreeBSD 9, the BFD and CAIRO options cannot coexist. Since both were set on by default, no binary package for fpc-units has built for months. Since there is no mechanism to set options by release, I use bmake's exist() function to check for /usr/include/lwres which only exists on FreeBSD 9. If it's present, the BFD option is disabled by default. This should restore the building of the fpc-units package on FreeBSD 9. Reported by: pkg-fallout (for months) Notes: svn path=/head/; revision=399101
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-2/+0
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* - editors/lazarus update to 1.4.2Jose Alonso Cardenas Marquez2015-08-091-1/+3
| | | | | | | | | | | | | - 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
* The lazarus GTK1 interface has been discontinued upstream:Baptiste Daroussin2015-07-141-13/+6
| | | | | | | http://wiki.lazarus.freepascal.org/GTK1_Interface Notes: svn path=/head/; revision=392075
* 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
* Remove fpc-imlib and fpc-gnome1Baptiste Daroussin2014-12-251-7/+5
| | | | Notes: svn path=/head/; revision=375576
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Deprecate GGI ports, they are unmaintained upstream since several yearsAntoine Brodin2014-07-211-5/+4
| | | | | | | and the project website is now squatted. Notes: svn path=/head/; revision=362473
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-051-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories J-L. CR: D305 Approved by: portmgr (swills) Notes: svn path=/head/; revision=360810
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Update to 2.6.4Jose Alonso Cardenas Marquez2014-03-261-3/+4
| | | | Notes: svn path=/head/; revision=349217
* Stage supportAntoine Brodin2014-01-281-4/+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-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Update to 2.6.2Jose Alonso Cardenas Marquez2013-03-231-13/+15
| | | | | | | - Trim Makefile headers Notes: svn path=/head/; revision=314989
* - Fix typoJose Alonso Cardenas Marquez2013-03-211-1/+1
| | | | Notes: svn path=/head/; revision=314808
* - adopt optionsNG and trim historical headersJason Helfman2013-03-141-82/+87
| | | | | | | | | | | | | | | | | | | PR: 176928 PR: 176936 PR: 176937 PR: 176938 PR: 176939 PR: 176940 PR: 176941 PR: 176942 PR: 176943 PR: 176944 PR: 176945 Submitted by: jgh@ Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314133
* - Add devel/fpc-fcl-extra portJose Alonso Cardenas Marquez2012-12-121-8/+9
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=308805
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 2.6.0Jose Alonso Cardenas Marquez2012-04-191-3/+3
| | | | Notes: svn path=/head/; revision=295093
* Switch to using bsd.port.options.mk and cleanup unnecessary assignments.Wesley Shields2011-12-251-5/+1
| | | | | | | | | PR: ports/162754 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Approved by: acm@ (maintainer timeout) Notes: svn path=/head/; revision=288011
* - update libmatroska to 1.3.0Baptiste Daroussin2011-09-271-0/+1
| | | | | | | - chase matroska library bump Notes: svn path=/head/; revision=282478
* - Update to 2.4.4Jose Alonso Cardenas Marquez2011-06-231-2/+1
| | | | Notes: svn path=/head/; revision=276093
* Chase after net/openldap24-server update.Xin LI2011-02-251-0/+1
| | | | | | | Reminded by: miwi Notes: svn path=/head/; revision=269631
* - Update to 2.4.2Jose Alonso Cardenas Marquez2010-11-151-1/+1
| | | | | | | See changelog at: http://wiki.freepascal.org/User_Changes_2.4.2 Notes: svn path=/head/; revision=264604
* - Update to 2.4.0Jose Alonso Cardenas Marquez2010-08-161-10/+35
| | | | | | | | PR: 146001 Submitted by: Christopher Key <cjk32 __ __ cam.ac.uk> Notes: svn path=/head/; revision=259386
* - 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-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Fix a visual problem with OPTIONS descripcionJose Alonso Cardenas Marquez2009-05-081-8/+8
| | | | | | | Suggested by: Zahemszky Gábor <Gabor __at zahemszky.hu> via email Notes: svn path=/head/; revision=233403