aboutsummaryrefslogtreecommitdiffstats
path: root/lang/harbour/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* lang/harbour: remove the portKurt Jaeger2021-01-171-129/+0
| | | | | | | | | | | - BROKEN, needs ancient version of openssl, and it is not like the upstream is going to do anything about it - Development almost ceased - the last release was almost 10 years ago. Although there are some recent commits in their github one can hardly call this an active development. PR: 252722 Submitted by: m.tsatsenko@gmail.com (maintainer)
* Chase rename of security/openssl111Bernard Spil2020-01-021-2/+2
| | | | | | - Categories a-m MFH: 2020Q1
* Prepare for powerpc-on-clang by deleting hard-coded tests for architectureMark Linimon2019-07-131-2/+2
| | | | | | as a stand-in for "are we running on gcc". Approved by: portmgr (tier-2 blanket)
* lang/harbour: Restore options after r494667Tobias Kortkamp2019-03-141-7/+7
| | | | PR: 236224
* lang/harbour: mark broken with openssl111 and on 12.xSteve Wills2019-03-051-10/+20
| | | | | | | While here, clean up a bit PR: 236224 Submitted by: m.tsatsenko@gmail.com (maintainer)
* Fix build on gcc-based archs.Mark Linimon2018-11-151-2/+10
| | | | Approved by: portmgr (tier-2 blanket)
* Mark ports broken on mips64 that are already broken on powerpc64. InMark Linimon2018-07-021-3/+5
| | | | | | | | | most cases, the failure mode is the same. Also, mark them broken on mips when necessary. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Provide more descriptive error messages for ports failing on powerpc64.Mark Linimon2017-04-291-4/+2
| | | | Approved by: portmgr (tier-2 blanket)
* - Make FIREBIRD, MYSQL, PGSQL, SQLITE actually work. By providing correctPawel Pekala2016-08-241-42/+19
| | | | | | | | | | | | | | | 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
* Move MySQL support from bsd.databases.mk to Uses/mysql.mk.Mathieu Arnold2016-04-261-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
* many ports: mark broken on powerpc64Steve Wills2016-04-221-0/+2
|
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* Fix build with postgresql, convert to USES=firebirdBaptiste Daroussin2016-01-111-2/+3
|
* Drop 8 support.Mathieu Arnold2015-10-151-8/+1
| | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694
* - Fix shebangsDmitry Marakasov2015-08-281-2/+6
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* Finally retire USE_PGSQLChris Rees2014-11-231-1/+1
|
* 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.
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-061-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)
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-281-1/+1
| | | | Approved by: portmgr (myself)
* - Convert gmake,bzip2 to USESMartin Wilke2014-05-261-2/+1
| | | | Approved by: portmgr
* - 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>
* - Drop clang option and use gcc on 8.x and clang on 9.x and later. Fix build ↵Steve Wills2013-11-151-22/+19
| | | | | | | | | | | on 10.x - Fix SQLITE option handling - Support STAGING - Pet portlint PR: ports/183784 Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | lang)
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Convert to new options frameworkBaptiste Daroussin2013-06-041-13/+10
|
* 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
* Update PCRE to 8.32Martin Matuska2012-12-111-1/+1
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
|
* - Update to 3.0.0 [1]Michael Scheidell2012-04-141-19/+98
| | | | | | | | | - 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]
* Update to 2.0.0 and unbreakMax Brazhnikov2011-04-101-12/+9
| | | | | | | | Pass maintainership to submitter Remove md5 sum PR: ports/156282 Submitted by: Mikhail T. <m.tsatsenko at gmail.com>
* Style fixes, no functional changes.Alexey Dokuchaev2011-04-091-22/+22
|
* - Release some more portsPhilip M. Gollucci2010-04-271-1/+1
|
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - Mark BROKEN on HEAD: fails to build with new utmpxMartin Wilke2010-03-201-0/+2
| | | | Reported by: pointyhat
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | starting with H,I,J,K,L
* Mark as broken on amd64 (leaves files behind on deinstall), and sparc64Mark Linimon2009-08-151-2/+10
| | | | | | (fails to compile). Hat: portmgr
* - Add bash as run dependency, it's needed during install targetPav Lucistnik2009-06-191-1/+2
| | | | | | - Re-enable multi-jobism Ok'ed by: maintainer
* - Disable MAKE_JOBS_SAFE to see if that helps with plist problem on pointyhatPav Lucistnik2009-06-081-1/+1
|
* - Mark most of my ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-161-0/+2
| | | | Tested by: several builds in P6 TB
* - MASSIVE update to 1.0.1Philip M. Gollucci2009-05-111-43/+30
| | | | | | | | - 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
* Mark BROKEN: does not build.Erwin Lansing2009-05-071-0/+2
|
* - 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
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-1/+2
| | | | | PR: 117086 Tested by: -exp runs
* Remove non-existent knob USE_FLEX.Erwin Lansing2006-06-131-1/+0
|
* - 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>
* - UnbreakPav Lucistnik2005-04-091-7/+2
| | | | | PR: ports/79625 Submitted by: Johan van Selst <johans@stack.nl>
* BROKEN on 5.x: Broken by changes to make(1)Kris Kennaway2004-09-191-1/+7
| | | | Approved by: portmgr (self)
* - Update to 0.44.0Pav Lucistnik2004-08-041-36/+13
| | | | | PR: ports/69824 Submitted by: David G. Holm <freebsd@netfang.net> (maintainer)
* 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.
* IGNORE on !i386: Hangs during buildKris Kennaway2004-03-131-1/+7
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | (Part 2)
* Add lang/harbour, an open source Clipper-compatible compiler.Mark Linimon2004-01-191-0/+87
PR: ports/52016 Submitted by: David G. Holm <harbour@netfang.net>