notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: finance/openhbci/Makefile
SVNWeb

Number of commits found: 26

Wed, 3 Apr 2019
[ 08:54 antoine search for other commits by this committer ] Original commit   Revision:497688
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
MFH:		2019Q2
Tue, 5 Feb 2019
[ 13:41 meta search for other commits by this committer ] Original commit   Revision:492210
finance/openhbci: deprecate the port

as this is no longer maintained upstream and fails to build with OpenSSL 1.1.1.

PR:		233519
Submitted by:	w.schwarzenfeld@utanet.at
Tue, 31 Oct 2017
[ 14:51 olgeni search for other commits by this committer ] Original commit   Revision:453238 (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
Sun, 11 Sep 2016
[ 22:14 marino search for other commits by this committer ] Original commit   Revision:421880
finance/openhbci: Document SSL requirement and fix build with LibreSSL
Mon, 7 Jul 2014
[ 22:51 amdmi3 search for other commits by this committer ] Original commit   Revision:361143
- Switch to USES=libtool, drop .la files
- Strip libraries
- Fix build on 10.x
- Sort plist
Wed, 25 Sep 2013
[ 00:54 bdrewery search for other commits by this committer ] Original commit   Revision:328226 (Only the first 10 of 179 ports in this commit are shown above. View all ports for this commit)
- Remove NO_STAGE as these have been tested to be safe

With hat:	portmgr
Fri, 20 Sep 2013
[ 17:18 bapt search for other commits by this committer ] Original commit   Revision:327727 (Only the first 10 of 162 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
finance)
Sat, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sat, 22 Aug 2009
[ 00:20 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 124 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with E,F
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 27 Jul 2008
[ 15:34 rafan search for other commits by this committer ] Original commit 
- Drop 4.x support
Thu, 1 Feb 2007
[ 02:42 kris search for other commits by this committer ] Original commit  (Only the first 10 of 348 ports in this commit are shown above. View all ports for this commit)
Use libtool port instead of included version to avoid objformat a.out botch
Mon, 14 Aug 2006
[ 23:06 clsung search for other commits by this committer ] Original commit  (Only the first 10 of 81 ports in this commit are shown above. View all ports for this commit)
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
  games/ graphics/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Fri, 9 Sep 2005
[ 19:20 linimon search for other commits by this committer ] Original commit 
Reset maintainer after long period of inactivity.

Previously noticed by:  pav
Hat:                    portmgr
Tue, 17 May 2005
[ 08:52 lawrance search for other commits by this committer ] Original commit 
Update to 0.9.17.2
- Add a patch to work around detecting gcc based on contents of $CC
- IGNORE on 4.x (needs newer c++ libs)

PR:             ports/70308
Submitted by:   Frank Altpeter <frank.altpeter@gmail.com>
Approved by:    clement (mentor)
Sun, 9 Jan 2005
[ 17:24 arved search for other commits by this committer ] Original commit 
Fix build on 5.x

PR:             75769
Submitted by:   Frerich Raabe <frerich@athame.co.uk>
Sun, 19 Sep 2004
[ 02:53 kris search for other commits by this committer ] Original commit 
BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)
Fri, 21 Nov 2003
[ 11:32 arved search for other commits by this committer ] Original commit 
I am not sure, why I added -pedantic 10 months ago.
With todays gcc it breaks the port on 5.x
Tue, 11 Nov 2003
[ 09:03 linimon search for other commits by this committer ] Original commit 
Update to current versions.  PR: ports/57080 and maintainer timeout.
Mon, 9 Jun 2003
[ 11:19 kris search for other commits by this committer ] Original commit 
Add missing file and bump PORTREVISION
Mon, 14 Apr 2003
[ 15:51 arved search for other commits by this committer ] Original commit 
Update to 0.9.9

PR:             50946
Submitted by:   maintainer
Fri, 21 Feb 2003
[ 12:00 knu search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Wed, 8 Jan 2003
[ 21:18 arved search for other commits by this committer ] Original commit 
Add openhbci, client-side implementation of the HBCI
specification.

PR:             42601
Submitted by:   Heiner Strauss <heiner@bilch.com>

Number of commits found: 26