non port: lang/harbour/Makefile |
SVNWeb
|
Number of commits found: 51 |
Wed, 1 Jan 2020
|
[ 17:27 brnrd ] (Only the first 10 of 28 ports in this commit are shown above. )
Chase rename of security/openssl111
- Categories a-m
MFH: 2020Q1
|
Sat, 13 Jul 2019
|
[ 00:07 linimon ]
Prepare for powerpc-on-clang by deleting hard-coded tests for architecture
as a stand-in for "are we running on gcc".
Approved by: portmgr (tier-2 blanket)
|
Thu, 14 Mar 2019
|
[ 08:04 tobik ]
lang/harbour: Restore options after r494667
PR: 236224
|
Tue, 5 Mar 2019
|
[ 01:33 swills ]
lang/harbour: mark broken with openssl111 and on 12.x
While here, clean up a bit
PR: 236224
Submitted by: m.tsatsenko@gmail.com (maintainer)
|
Thu, 15 Nov 2018
|
[ 03:22 linimon ]
Fix build on gcc-based archs.
Approved by: portmgr (tier-2 blanket)
|
Mon, 2 Jul 2018
|
[ 04:00 linimon ] (Only the first 10 of 60 ports in this commit are shown above. )
Mark ports broken on mips64 that are already broken on powerpc64. In
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)
|
Sat, 29 Apr 2017
|
[ 05:44 linimon ] (Only the first 10 of 14 ports in this commit are shown above. )
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket)
|
Tue, 23 Aug 2016
|
[ 20:42 pawel ]
- Make FIREBIRD, MYSQL, PGSQL, SQLITE actually work. By providing correct
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
|
Mon, 25 Apr 2016
|
[ 16:17 mat ] (Only the first 10 of 16 ports in this commit are shown above. )
Move MySQL support from bsd.databases.mk to Uses/mysql.mk.
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
|
Thu, 21 Apr 2016
|
[ 16:43 swills ] (Only the first 10 of 419 ports in this commit are shown above. )
many ports: mark broken on powerpc64
|
Fri, 1 Apr 2016
|
[ 14:08 mat ] (Only the first 10 of 481 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 10 Jan 2016
|
[ 16:42 bapt ]
Fix build with postgresql, convert to USES=firebird
|
Thu, 15 Oct 2015
|
[ 14:55 mat ] (Only the first 10 of 135 ports in this commit are shown above. )
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
|
Fri, 28 Aug 2015
|
[ 15:19 amdmi3 ]
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
|
Sat, 22 Nov 2014
|
[ 20:40 crees ] (Only the first 10 of 88 ports in this commit are shown above. )
Finally retire USE_PGSQL
|
Tue, 15 Jul 2014
|
[ 15:49 adamw ]
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
I'm not touching ruby19/ruby20/ruby21, but they also check for :MDOCS
without defining it in OPTIONS_DEFINE.
|
Sat, 5 Jul 2014
|
[ 19:27 olgeni ] (Only the first 10 of 86 ports in this commit are shown above. )
Remove indefinite articles and trailing periods from COMMENT, plus minor
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)
|
Fri, 27 Jun 2014
|
[ 17:21 miwi ] (Only the first 10 of 94 ports in this commit are shown above. )
- Chase database/sqlite3 slib bump
Approved by: portmgr (myself)
|
Mon, 26 May 2014
|
[ 14:47 miwi ] (Only the first 10 of 22 ports in this commit are shown above. )
- Convert gmake,bzip2 to USES
Approved by: portmgr
|
Wed, 27 Nov 2013
|
[ 01:56 swills ]
- Update to new LIB_DEPENDS format as should have been done in previous commit
Reported by: Gerald Pfeifer <gerald@pfeifer.com>
|
Thu, 14 Nov 2013
|
[ 16:13 swills ]
- Drop clang option and use gcc on 8.x and clang on 9.x and later. Fix build on
10.x
- Fix SQLITE option handling
- Support STAGING
- Pet portlint
PR: ports/183784
Submitted by: "Mikhail T." <m.tsatsenko@gmail.com> (maintainer)
|
Fri, 20 Sep 2013
|
[ 19:53 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Tue, 4 Jun 2013
|
[ 15:13 bapt ]
Convert to new options framework
|
Fri, 8 Mar 2013
|
[ 11:32 bapt ] (Only the first 10 of 209 ports in this commit are shown above. )
Convert USE_BISON to USES= bison
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
|
Mon, 10 Dec 2012
|
[ 19:11 mm ] (Only the first 10 of 233 ports in this commit are shown above. )
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Sat, 14 Apr 2012
|
[ 13:25 scheidell ]
- Update to 3.0.0 [1]
- 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]
|
Sat, 9 Apr 2011
|
[ 16:05 makc ]
Update to 2.0.0 and unbreak
Pass maintainership to submitter
Remove md5 sum
PR: ports/156282
Submitted by: Mikhail T. <m.tsatsenko at gmail.com>
|
Fri, 8 Apr 2011
|
[ 16:41 danfe ]
Style fixes, no functional changes.
|
Tue, 27 Apr 2010
|
[ 01:41 pgollucci ]
- Release some more ports
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Sat, 20 Mar 2010
|
[ 15:18 miwi ]
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
|
Sat, 22 Aug 2009
|
[ 00:24 amdmi3 ] (Only the first 10 of 130 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L
|
Sat, 15 Aug 2009
|
[ 08:32 linimon ]
Mark as broken on amd64 (leaves files behind on deinstall), and sparc64
(fails to compile).
Hat: portmgr
|
Thu, 18 Jun 2009
|
[ 20:51 pav ]
- Add bash as run dependency, it's needed during install target
- Re-enable multi-jobism
Ok'ed by: maintainer
|
Sun, 7 Jun 2009
|
[ 21:54 pav ]
- Disable MAKE_JOBS_SAFE to see if that helps with plist problem on pointyhat
|
Sat, 16 May 2009
|
[ 06:27 pgollucci ] (Only the first 10 of 103 ports in this commit are shown above. )
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
|
Mon, 11 May 2009
|
[ 00:14 pgollucci ]
- MASSIVE update to 1.0.1
- 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
|
Wed, 6 May 2009
|
[ 21:18 erwin ]
Mark BROKEN: does not build.
|
Sun, 8 Feb 2009
|
[ 03:14 pgollucci ] (Only the first 10 of 41 ports in this commit are shown above. )
- devel/libslang2 has completely replaced devel/libslang which has not been
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
|
Wed, 17 Oct 2007
|
[ 10:13 ade ] (Only the first 10 of 199 ports in this commit are shown above. )
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs
|
Mon, 12 Jun 2006
|
[ 19:37 erwin ]
Remove non-existent knob USE_FLEX.
|
Thu, 26 Jan 2006
|
[ 15:41 garga ]
- Reset maintainership - undeliverable address
<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>
|
Fri, 8 Apr 2005
|
[ 19:19 pav ]
- Unbreak
PR: ports/79625
Submitted by: Johan van Selst <johans@stack.nl>
|
Sat, 18 Sep 2004
|
[ 17:42 kris ]
BROKEN on 5.x: Broken by changes to make(1)
Approved by: portmgr (self)
|
Tue, 3 Aug 2004
|
[ 19:23 pav ]
- Update to 0.44.0
PR: ports/69824
Submitted by: David G. Holm <freebsd@netfang.net> (maintainer)
|
Thu, 18 Mar 2004
|
[ 11:57 kris ]
Mark ONLY_FOR_ARCHS=i386 (maintainer and authors report that this port is
not 64-bit clean). Correct whitespace and portlint a bit.
|
Sat, 13 Mar 2004
|
[ 10:22 kris ]
IGNORE on !i386: Hangs during build
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Mon, 19 Jan 2004
|
[ 06:24 linimon ]
Add lang/harbour, an open source Clipper-compatible compiler.
PR: ports/52016
Submitted by: David G. Holm <harbour@netfang.net>
|
Number of commits found: 51 |