aboutsummaryrefslogtreecommitdiff
path: root/lang/harbour
Commit message (Collapse)AuthorAgeFilesLines
* Provide more descriptive error messages for ports failing on powerpc64.Mark Linimon2017-04-291-4/+2
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439717
* - Make FIREBIRD, MYSQL, PGSQL, SQLITE actually work. By providing correctPawel Pekala2016-08-232-287/+275
| | | | | | | | | | | | | | | | | | include directories via MAKE_ENV makes this ports detect installed client db libraries and produce include files and static libraries for each supported database. - Respect CFLAGS and LDFLAGS during build, disable optimized compilation flags via HB_BUILD_OPTIM=no - this removes -O3 flag from CFLAGS - Convert to options helpers, USES=ssl - Use options substitutions for optional database support files - Sort pkg-plist PR: 211839 Submitted by: myself Approved by: maintainer Notes: svn path=/head/; revision=420746
* Move MySQL support from bsd.databases.mk to Uses/mysql.mk.Mathieu Arnold2016-04-251-1/+1
| | | | | | | | | | | | | | Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951 Notes: svn path=/head/; revision=414019
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Fix build with postgresql, convert to USES=firebirdBaptiste Daroussin2016-01-101-2/+3
| | | | Notes: svn path=/head/; revision=405720
* Drop 8 support.Mathieu Arnold2015-10-151-8/+1
| | | | | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694 Notes: svn path=/head/; revision=399346
* - Fix shebangsDmitry Marakasov2015-08-281-2/+6
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=395495
* Finally retire USE_PGSQLChris Rees2014-11-221-1/+1
| | | | Notes: svn path=/head/; revision=373100
* Cleanup plistBaptiste Daroussin2014-10-271-3/+0
| | | | Notes: svn path=/head/; revision=371587
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | | | | | I'm not touching ruby19/ruby20/ruby21, but they also check for :MDOCS without defining it in OPTIONS_DEFINE. Notes: svn path=/head/; revision=361959
* 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
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-1/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* - Convert gmake,bzip2 to USESMartin Wilke2014-05-261-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355354
* - Update to new LIB_DEPENDS format as should have been done in previous commitSteve Wills2013-11-271-3/+3
| | | | | | | Reported by: Gerald Pfeifer <gerald@pfeifer.com> Notes: svn path=/head/; revision=334992
* - Drop clang option and use gcc on 8.x and clang on 9.x and later. Fix build ↵Steve Wills2013-11-142-26/+23
| | | | | | | | | | | | | | on 10.x - Fix SQLITE option handling - Support STAGING - Pet portlint PR: ports/183784 Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> (maintainer) Notes: svn path=/head/; revision=333768
* 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Convert to new options frameworkBaptiste Daroussin2013-06-041-13/+10
| | | | Notes: svn path=/head/; revision=319870
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-6/+2
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* Update PCRE to 8.32Martin Matuska2012-12-101-1/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 3.0.0 [1]Michael Scheidell2012-04-143-242/+395
| | | | | | | | | | | | - Unbreak port on FreeBSD 9 [1] - Minor re-arrangement of Makefile for clarity [2] PR: ports/166754 [1] Submitted by: Mikhail T <m.tsatsenko@gmail.com> (maintainer) [1] Reviewed by: scheidell (me) [2] Notes: svn path=/head/; revision=294808
* Update to 2.0.0 and unbreakMax Brazhnikov2011-04-093-29/+81
| | | | | | | | | | | Pass maintainership to submitter Remove md5 sum PR: ports/156282 Submitted by: Mikhail T. <m.tsatsenko at gmail.com> Notes: svn path=/head/; revision=272444
* Style fixes, no functional changes.Alexey Dokuchaev2011-04-081-22/+22
| | | | Notes: svn path=/head/; revision=272405
* Synchronize description with upstream, kill attribution.Alexey Dokuchaev2011-04-081-4/+2
| | | | Notes: svn path=/head/; revision=272403
* - Release some more portsPhilip M. Gollucci2010-04-271-1/+1
| | | | Notes: svn path=/head/; revision=253325
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Mark BROKEN on HEAD: fails to build with new utmpxMartin Wilke2010-03-201-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=251275
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with H,I,J,K,L Notes: svn path=/head/; revision=240071
* Mark as broken on amd64 (leaves files behind on deinstall), and sparc64Mark Linimon2009-08-151-2/+10
| | | | | | | | | (fails to compile). Hat: portmgr Notes: svn path=/head/; revision=239583
* - Add bash as run dependency, it's needed during install targetPav Lucistnik2009-06-181-1/+2
| | | | | | | | | - Re-enable multi-jobism Ok'ed by: maintainer Notes: svn path=/head/; revision=236241
* - Disable MAKE_JOBS_SAFE to see if that helps with plist problem on pointyhatPav Lucistnik2009-06-071-1/+1
| | | | Notes: svn path=/head/; revision=235391
* - Mark most of my ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-161-0/+2
| | | | | | | Tested by: several builds in P6 TB Notes: svn path=/head/; revision=233978
* - MASSIVE update to 1.0.1Philip M. Gollucci2009-05-113-218/+142
| | | | | | | | | | | - Unbreak, (reported by erwin via pointyhat) - Use SF Macro - Requires BASH not SH to build - Now works on amd64 and i386 - Remove NO_INSTALL_MANPAGES and NOPRECIOUSMAKEVARS Notes: svn path=/head/; revision=233664
* Mark BROKEN: does not build.Erwin Lansing2009-05-061-0/+2
| | | | Notes: svn path=/head/; revision=233322
* - devel/libslang2 has completely replaced devel/libslang which has not beenPhilip M. Gollucci2009-02-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | released in ~5yrs. - WITH_SLANG2 is now no longer a valid ports knob - WITH_SLANG implies devel/libslang2 now - devel/libslang -> devel/libslang2 is a SHARED LIB bump so bump PORTREVISION for affected ports - Take MAINTAINER for most unmaintained ports in this chain - some SF macro conversions - BROKEN with devel/libslang2 and DEPRECATE math/slsc (abandoned upstream) - BROKEN with devel/libslang2 japanese/slirc PR: ports/125255 Reviewed by: garga (libslang maintainer), portmgr (pav) Exp Run by: pav Notes: svn path=/head/; revision=227786
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-1/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* Remove non-existent knob USE_FLEX.Erwin Lansing2006-06-121-1/+0
| | | | Notes: svn path=/head/; revision=165269
* - Reset maintainership - undeliverable addressRenato Botelho2006-01-261-1/+1
| | | | | | | | | | | | <harbour@netfang.net>: 64.109.43.45 does not like recipient. Remote host said: 550 <harbour@netfang.net>: Recipient address rejected: User unknown in local recipient table Noticed by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=154525
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* - UnbreakPav Lucistnik2005-04-081-7/+2
| | | | | | | | PR: ports/79625 Submitted by: Johan van Selst <johans@stack.nl> Notes: svn path=/head/; revision=132781
* BROKEN on 5.x: Broken by changes to make(1)Kris Kennaway2004-09-181-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118240
* - Update to 0.44.0Pav Lucistnik2004-08-033-185/+168
| | | | | | | | PR: ports/69824 Submitted by: David G. Holm <freebsd@netfang.net> (maintainer) Notes: svn path=/head/; revision=115357
* - Fix plistKirill Ponomarev2004-04-171-0/+2
| | | | Notes: svn path=/head/; revision=107355
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Mark ONLY_FOR_ARCHS=i386 (maintainer and authors report that this port isKris Kennaway2004-03-181-50/+45
| | | | | | | not 64-bit clean). Correct whitespace and portlint a bit. Notes: svn path=/head/; revision=104432
* IGNORE on !i386: Hangs during buildKris Kennaway2004-03-131-1/+7
| | | | Notes: svn path=/head/; revision=103871
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add lang/harbour, an open source Clipper-compatible compiler.Mark Linimon2004-01-194-0/+320
PR: ports/52016 Submitted by: David G. Holm <harbour@netfang.net> Notes: svn path=/head/; revision=98525