/Tools/

-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/harbour/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Provide more descriptive error messages for ports failing on powerpc64.linimon2017-04-291-4/+2
| | | | Approved by: portmgr (tier-2 blanket)
* - Make FIREBIRD, MYSQL, PGSQL, SQLITE actually work. By providing correctpawel2016-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.mat2016-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 powerpc64swills2016-04-221-0/+2
|
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* Fix build with postgresql, convert to USES=firebirdbapt2016-01-111-2/+3
|
* Drop 8 support.mat2015-10-151-8/+1
| | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694
* - Fix shebangsamdmi32015-08-281-2/+6
| | | | | Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* Finally retire USE_PGSQLcrees2014-11-231-1/+1
|
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-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 minorolgeni2014-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 bumpmiwi2014-06-281-1/+1
| | | | Approved by: portmgr (myself)
* - Convert gmake,bzip2 to USESmiwi2014-05-261-2/+1
| | | | Approved by: portmgr
* - Update to new LIB_DEPENDS format as should have been done in previous commitswills2013-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 ↵swills2013-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: ↵bapt2013-09-211-0/+1
| | | | lang)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* Convert to new options frameworkbapt2013-06-041-13/+10
|
* Convert USE_BISON to USES= bisonbapt2013-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.32mm2012-12-111-1/+1
| | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* - Update to 3.0.0 [1]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 unbreakmakc2011-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.danfe2011-04-091-22/+22
|
* - Release some more portspgollucci2010-04-271-1/+1
|
* - update to 1.4.1dinoex2010-03-281-0/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi