Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.0_6 16 Jan 2021 22:23:09 |
pi |
lang/harbour: remove the port
- 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) |
3.0.0_6 01 Jan 2020 17:27:55 |
brnrd |
Chase rename of security/openssl111
- Categories a-m
MFH: 2020Q1 |
3.0.0_6 13 Jul 2019 00:07:35 |
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) |
3.0.0_6 14 Mar 2019 08:04:42 |
tobik |
lang/harbour: Restore options after r494667
PR: 236224 |
3.0.0_5 05 Mar 2019 01:33:41 |
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) |
3.0.0_4 15 Nov 2018 03:22:57 |
linimon |
Fix build on gcc-based archs.
Approved by: portmgr (tier-2 blanket) |
3.0.0_4 02 Jul 2018 04:00:29 |
linimon |
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) |
3.0.0_4 29 Apr 2017 05:44:25 |
linimon |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket) |
3.0.0_4 23 Aug 2016 20:42:23 |
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 |
3.0.0_4 25 Apr 2016 16:17:32 |
mat |
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 |
3.0.0_4 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
3.0.0_4 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
3.0.0_4 10 Jan 2016 16:42:07 |
bapt |
Fix build with postgresql, convert to USES=firebird |
3.0.0_4 15 Oct 2015 14:55:14 |
mat |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694 |
3.0.0_4 28 Aug 2015 15:19:56 |
amdmi3 |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
3.0.0_3 22 Nov 2014 20:40:09 |
crees |
Finally retire USE_PGSQL |
3.0.0_3 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
3.0.0_3 15 Jul 2014 15:49:34 |
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. |
3.0.0_3 05 Jul 2014 19:27:04 |
olgeni |
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) |
3.0.0_3 27 Jun 2014 17:21:07 |
miwi |
- Chase database/sqlite3 slib bump
Approved by: portmgr (myself) |
3.0.0_2 26 May 2014 14:47:57 |
miwi |
- Convert gmake,bzip2 to USES
Approved by: portmgr |
3.0.0_2 27 Nov 2013 01:56:47 |
swills |
- Update to new LIB_DEPENDS format as should have been done in previous commit
Reported by: Gerald Pfeifer <gerald@pfeifer.com> |
3.0.0_2 14 Nov 2013 16:13:39 |
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) |
3.0.0_2 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
3.0.0_2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.0.0_2 04 Jun 2013 15:13:42 |
bapt |
Convert to new options framework |
3.0.0_2 08 Mar 2013 11:32:12 |
bapt |
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 |
3.0.0_2 10 Dec 2012 19:11:12 |
mm |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
3.0.0_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
3.0.0 14 Apr 2012 13:25:07 |
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] |
2.0.0 09 Apr 2011 16:05:19 |
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> |
1.0.1_1 08 Apr 2011 16:41:01 |
danfe |
Style fixes, no functional changes. |
1.0.1_1 08 Apr 2011 16:02:44 |
danfe |
Synchronize description with upstream, kill attribution. |
1.0.1_1 27 Apr 2010 01:41:02 |
pgollucci |
- Release some more ports |
1.0.1_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.0.1 20 Mar 2010 15:18:12 |
miwi |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat |
1.0.1 22 Aug 2009 00:24:37 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L |
1.0.1 15 Aug 2009 08:32:15 |
linimon |
Mark as broken on amd64 (leaves files behind on deinstall), and sparc64
(fails to compile).
Hat: portmgr |
1.0.1 18 Jun 2009 20:51:13 |
pav |
- Add bash as run dependency, it's needed during install target
- Re-enable multi-jobism
Ok'ed by: maintainer |
1.0.1 07 Jun 2009 21:54:25 |
pav |
- Disable MAKE_JOBS_SAFE to see if that helps with plist problem on pointyhat |
1.0.1 16 May 2009 06:27:56 |
pgollucci |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB |
1.0.1 11 May 2009 00:14:24 |
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 |
0.44.0_2 06 May 2009 21:18:45 |
erwin |
Mark BROKEN: does not build. |
0.44.0_2 08 Feb 2009 03:14:14 |
pgollucci |
- 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 |
0.44.0_1 17 Oct 2007 10:13:01 |
ade |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
0.44.0 12 Jun 2006 19:37:02 |
erwin |
Remove non-existent knob USE_FLEX. |
0.44.0 26 Jan 2006 15:41:32 |
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> |
0.44.0 22 Jan 2006 12:42:24 |
edwin |
SHA256ify
Approved by: krion@ |
0.44.0 08 Apr 2005 19:19:39 |
pav |
- Unbreak
PR: ports/79625
Submitted by: Johan van Selst <johans@stack.nl> |
0.44.0 18 Sep 2004 17:42:51 |
kris |
BROKEN on 5.x: Broken by changes to make(1)
Approved by: portmgr (self) |
0.44.0 03 Aug 2004 19:23:16 |
pav |
- Update to 0.44.0
PR: ports/69824
Submitted by: David G. Holm <freebsd@netfang.net> (maintainer) |
0.43.2_1 17 Apr 2004 15:06:29 |
krion |
- Fix plist |
0.43.2_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.43.2_1 18 Mar 2004 11:57:20 |
kris |
Mark ONLY_FOR_ARCHS=i386 (maintainer and authors report that this port is
not 64-bit clean). Correct whitespace and portlint a bit. |
0.43.2_1 13 Mar 2004 10:22:00 |
kris |
IGNORE on !i386: Hangs during build |
0.43.2_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.43.2 19 Jan 2004 06:24:52 |
linimon |
Add lang/harbour, an open source Clipper-compatible compiler.
PR: ports/52016
Submitted by: David G. Holm <harbour@netfang.net> |