aboutsummaryrefslogtreecommitdiff
path: root/lang/fpc
Commit message (Collapse)AuthorAgeFilesLines
* - Use proper command for manpage installationDmitry Marakasov2014-12-241-2/+6
| | | | | | | | | - Strip binaries Approved by: bapt Notes: svn path=/head/; revision=375437
* Simplify plistAntoine Brodin2014-11-101-3/+1
| | | | Notes: svn path=/head/; revision=372421
* Cleanup plistBaptiste Daroussin2014-10-271-6/+0
| | | | Notes: svn path=/head/; revision=371587
* lang/fpc: IGNORE on DragonFly (for now, support is long-term goal)John Marino2014-10-231-0/+4
| | | | Notes: svn path=/head/; revision=371380
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-4/+4
| | | | | | | | | | | | | | | | | 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
* - Update to 2.6.4Jose Alonso Cardenas Marquez2014-03-262-10/+10
| | | | Notes: svn path=/head/; revision=349217
* Stage supportAntoine Brodin2014-02-202-60/+58
| | | | Notes: svn path=/head/; revision=345262
* - remove reference to /usr/X11R6 in pkg-messageRuslan Makhmatkhanov2014-02-091-1/+0
| | | | | | | | | PR: 185127 Submitted by: crees Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=343521
* Stage supportAntoine Brodin2014-01-282-335/+11
| | | | Notes: svn path=/head/; revision=341492
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Convert the tree to USES=openalAntoine Brodin2013-12-251-6/+0
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=337464
* - Fix static linking issues on amd64Jose Alonso Cardenas Marquez2013-10-022-1/+37
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=329012
* 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
* Teach fpc not to try to link to libiconv on head after the iconv change.Guido Falsi2013-09-062-3/+10
| | | | | | | | | | | This fixes the lang/fpc-utils port build. Bump PORTREVISION due to runtime behaviour change on head. Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=326511
* - update libdg to 2.1.0Dirk Meyer2013-08-091-1/+1
| | | | Notes: svn path=/head/; revision=324437
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-1/+1
| | | | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format Notes: svn path=/head/; revision=316786
* Convert the last USE_ICONV to USES=iconvBaptiste Daroussin2013-04-271-1/+1
| | | | Notes: svn path=/head/; revision=316695
* - Update to 2.6.2Jose Alonso Cardenas Marquez2013-03-233-16/+12
| | | | | | | - Trim Makefile headers Notes: svn path=/head/; revision=314989
* In categories starting with [h-m], remove empty lines from pkg-plist (andAlexey Dokuchaev2013-03-171-1/+0
| | | | | | | purge one empty file). Notes: svn path=/head/; revision=314442
* - Fix editors/fpc-ideJose Alonso Cardenas Marquez2012-09-302-3/+8
| | | | Notes: svn path=/head/; revision=305058
* - Now freepascal units respect LOCALBASEJose Alonso Cardenas Marquez2012-08-101-0/+1
| | | | | | | | PR: ports/153567 Submitted by: amdmi3 Notes: svn path=/head/; revision=302371
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Fix installJose Alonso Cardenas Marquez2012-05-171-1/+1
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=296857
* - Fix a problem when fpc.cfg is removed on deinstall timeJose Alonso Cardenas Marquez2012-05-161-2/+2
| | | | | | | | | - Bump PORTREVISION Reported by: erwin Notes: svn path=/head/; revision=296800
* - Add ${LOCALBASE}/lib/qt4 path to fpc.cfg config fileJose Alonso Cardenas Marquez2012-05-071-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=296162
* - Use USE_XORG instead of USE_XLIBJose Alonso Cardenas Marquez2012-04-191-1/+1
| | | | | | | Suggested by: bapt Notes: svn path=/head/; revision=295103
* - Update to 2.6.0Jose Alonso Cardenas Marquez2012-04-196-170/+185
| | | | Notes: svn path=/head/; revision=295093
* - Chase unixODBC shlib bumpMartin Wilke2012-02-061-1/+1
| | | | Notes: svn path=/head/; revision=290490
* - change required APACHE version from 13+ to 20+Olli Hauer2012-01-011-6/+0
| | | | | | | | | | | (prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@ Notes: svn path=/head/; revision=288372
* - update fftw3* to 3.3 [1], and adjust dependent portsBrendan Fabeny2011-10-171-1/+1
| | | | | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen Notes: svn path=/head/; revision=283695
* - Track dependencies after databases/gdbm updateGabor Kovesdan2011-09-121-1/+1
| | | | Notes: svn path=/head/; revision=281668
* - Chase x11-toolkits/xforms shlib version bumpPietro Cerutti2011-09-071-1/+1
| | | | Notes: svn path=/head/; revision=281360
* - set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"Olli Hauer2011-08-271-4/+4
| | | | | | | with hat apache@ Notes: svn path=/head/; revision=280566
* - Update to 2.4.4Jose Alonso Cardenas Marquez2011-06-234-18/+28
| | | | Notes: svn path=/head/; revision=276093
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* - Fix distinfo entryJose Alonso Cardenas Marquez2010-11-161-1/+1
| | | | | | | Reported by: sahil Notes: svn path=/head/; revision=264643
* - Update to 2.4.2Jose Alonso Cardenas Marquez2010-11-155-129/+10
| | | | | | | See changelog at: http://wiki.freepascal.org/User_Changes_2.4.2 Notes: svn path=/head/; revision=264604
* - Change s/LIB_DEPENDS/RUN_DEPENDS on rexx-regina dependency. It solves aJose Alonso Cardenas Marquez2010-08-161-1/+1
| | | | | | | | | problem with rexx-regina install detection Reported by: QAT Notes: svn path=/head/; revision=259405
* - s/NOPORTSDOCS/NOPORTDOCSJose Alonso Cardenas Marquez2010-08-161-1/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=259396
* - Update to 2.4.0Jose Alonso Cardenas Marquez2010-08-167-36/+303
| | | | | | | | | | | | | | | | - 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
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+1
| | | | Notes: svn path=/head/; revision=252125
* - 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
* - Fix some more SF URLs, including ones in PATCH_SITES and comments (for ↵Dmitry Marakasov2009-08-271-1/+1
| | | | | | | | | consistency) Approved by: portmgr (pav) Notes: svn path=/head/; revision=240420
* - Chase fftw3 updatePav Lucistnik2009-05-181-1/+1
| | | | Notes: svn path=/head/; revision=234143
* - Fix all MASTER_SITES entries. Now it will compile without problemsJose Alonso Cardenas Marquez2009-05-041-8/+7
| | | | | | | Reported by: Zahemszky Gábor <Gabor __ at__zahemszky.hu> via email Notes: svn path=/head/; revision=233249
* - Update to 2.2.4Jose Alonso Cardenas Marquez2009-05-044-14/+32
| | | | | | | | - Add convertors/fpc-iconvenc port to bsd.fpc.mk - pkg-plist fixes Notes: svn path=/head/; revision=233207
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-2/+1
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-1/+1
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* - Remove example files from fpc-gtk1 and fpc-gtk2 ports. It can beJose Alonso Cardenas Marquez2009-01-201-2/+0
| | | | | | | obtained from fpc-source into distfiles directory. Notes: svn path=/head/; revision=226525