non port: devel/jsoncpp/Makefile |
SVNWeb
|
Number of commits found: 35 |
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Fri, 5 Nov 2021
|
[ 19:09 Yuri Victorovich (yuri) Author: Daniel Engberg ] 00f2a7a (Only the first 10 of 28 ports in this commit are shown above. )
devel/jsoncpp: Update to 1.9.4 -> 1.9.5
PR: 259654
|
Fri, 10 Sep 2021
|
[ 21:18 Bernhard Froehlich (decke) ] 4923ca9
devel/jsoncpp: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 28 Sep 2020
|
[ 04:10 yuri ]
devel/jsoncpp: Update 1.9.3 -> 1.9.4
Reported by: portscout
|
Tue, 30 Jun 2020
|
[ 02:16 yuri ]
devel/jsoncpp: Update 1.9.2 -> 1.9.3
Add support for "make test".
PR: 246953
Submitted by: daniel.engberg.lists@pyret.net
|
Mon, 13 Jan 2020
|
[ 21:38 yuri ] (Only the first 10 of 23 ports in this commit are shown above. )
devel/jsoncpp: Update 1.8.1 -> 1.9.2
PR: 229677
Differential Revision: D22905
|
Sat, 14 Sep 2019
|
[ 22:01 jbeich ] (Only the first 10 of 47 ports in this commit are shown above. )
Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48
they should backport C++11 fix instead. QA on GCC architecuters is
currently limited to powerpc64 which uses GCC_DEFAULT.
PR: 193528
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Tue, 26 Feb 2019
|
[ 19:08 dim ]
With libc++ 8.0, which is in the projects/clang800-import branch, and
which will soon be merged to head, compilation of devel/jsoncpp fails
due to a conflict between the new C++ <version> header, and a local file
"version" which is produced by jsoncpp during its configure phase.
This is due to the initial test runner being compiled with "-I.", even
though it does not need any file from the port's working directory root.
Therefore, it seems to be easiest to comment out the line from the
SConstruct script that adds the "-I." option.
Approved by: yuri (maintainer)
PR: 236061
MFH: 2019Q1
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Mon, 19 Feb 2018
|
[ 22:25 yuri ]
devel/jsoncpp: USES=compiler:c++11-lang (for cmake-3.10.1, etc)
Additional port changes:
* Bumped PORTREVISION (binaries changed)
* Updated MAINTAINER
PR: 224720
Submitted by: jhibbits
Approved by: tcberner (mentor, implicit)
|
Wed, 4 Oct 2017
|
[ 10:56 sunpoet ]
Fix jsoncpp.pc
- Bump PORTREVISION for package change
PR: 222104
Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
Approved by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Thu, 29 Jun 2017
|
[ 09:55 madpilot ]
Update to 1.8.1
PR: 220321
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Sat, 31 Dec 2016
|
[ 22:22 sunpoet ]
Fix variable substitution for jsoncpp.pc
- Bump PORTREVISION for package change
PR: 215390
Submitted by: John Hein <z7dr6ut7gs@snkmail.com>
Approved by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
|
Mon, 19 Dec 2016
|
[ 15:54 sunpoet ]
- Update to 1.8.0
Changes: https://github.com/open-source-parsers/jsoncpp/releases
PR: 215390
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
|
Wed, 9 Nov 2016
|
[ 23:53 mandree ]
Forced commit to note:
PR: 213992
Reported by: Kenneth Salerno
|
[ 23:49 mandree ]
Fix build on GCC 5.
PR: 213992
Submitted by: Yuri Victorovich (maintainer)
|
Thu, 20 Oct 2016
|
[ 01:25 cpm ]
devel/jsoncpp: Fix bad REINPLACE_CMD of jsoncpp.pc
- Remove extra ${PREFIX} in jsoncpp/Makefile
% pkgconf --libs --cflags jsoncpp
-I/usr/local//usr/local/include/jsoncpp -L/usr/local//usr/local/lib -ljsoncpp
Notice the extra /usr/local.
PR: 213553
Reported by: John Hein <z7dr6ut7gs@snkmail.com>
Approved by: yuri@rawbw.com (maintainer), koobs (mentor)
MFH: 2016Q4
|
Thu, 6 Oct 2016
|
[ 19:00 pawel ]
Update to version 1.7.7
PR: 213184
Submitted by: maintainer
|
Tue, 5 Jul 2016
|
[ 06:44 brnrd ]
devel/jsoncpp: Update to 1.7.3
- Update to version 1.7.3 [2]
- Fix compiler issues [1]
PR: 209945
Submitted by: Mathieu Simon <freebsd@simweb.ch> [1]
Reviewed by: yuri@rawbw.com (maintainer) [2]
|
Sun, 3 Jul 2016
|
[ 18:37 brnrd ]
devel/jsoncpp: Fix build on 10.3
- Change OS version checks to compiler checks
PR: 209954
Submitted by: Mathieu Simon <freebsd@simweb.ch>
|
Fri, 27 May 2016
|
[ 12:01 pi ]
devel/jsoncpp: fix jsoncpp.pc includedir
- and: submitter becomes maintainer
PR: 209407
Submitted by: yuri@rawbw.com (new maintainer)
Reported by: johan@stromnet.se (old maintainer)
Approved by: johan@stromnet.se (old maintainer)
|
Tue, 17 May 2016
|
[ 17:00 pi ]
devel/jsoncpp: 0.6.0 -> 1.7.2
Changes: https://github.com/open-source-parsers/jsoncpp/releases
- Changed distsite to github
- This is a major upgrade, please report any issues
PR: 209407
Submitted by: yuri@rawbw.com
Approved by: johan@stromnet.se (maintainer)
Reviewed by: brd, swills
|
Mon, 9 Nov 2015
|
[ 18:45 sunpoet ]
- Add LICENSE_FILE
Approved by: portmgr (blanket)
|
Tue, 30 Jun 2015
|
[ 21:43 rakuco ]
Properly version libjsoncpp.so.
Fix the problem described in bug 200969: currently, libjsoncpp.so is not
properly versioned by SCons; in other words, there's no SONAME in the
library's ELF header, which confuses the linker when creating binaries that
link against it.
Solve it by using InstallVersionedLib(), available since SCons 2.3.0: this
call is able to properly version the shared library the way we need it.
Since there is no support for actually installing the files outside the
build directory, we have to recreate the required symlinks ourselves in the
Makefile. Another related change is that we now create the libraries with
the proper names instead of doing that in the Makefile.
I'm (ab)using the maintainer's approval given to bug 200939, as swills's
latest patch includes this change as well.
PR: 200969
PR: 201057
Approved by: johan@stromnet.se (maintainer)
|
Sat, 9 May 2015
|
[ 01:12 amdmi3 ] (Only the first 10 of 17 ports in this commit are shown above. )
- Don't install static libraries with INSTALL_LIB (part 2/2)
Approved by: portmgr blanket
MFH: 2015Q2
|
Mon, 22 Sep 2014
|
[ 17:46 bdrewery ]
Support 'make reinstall'
|
Fri, 22 Aug 2014
|
[ 19:33 bdrewery ]
- Fix CXX not being respected. This original fix seemed to work only because
scons tries c++, then g++. If you had g++ installed then it would use that
regardless of CXX. Just pull CXX out of the environment intead.
|
Tue, 21 Jan 2014
|
[ 18:43 danilo ]
- Add new port devel/jsoncpp
jsoncpp is an implementation of a JSON reader and writer in C++.
PR: ports/185592
Submitted by: Johan Str?m <johan@stromnet.se>
|
Number of commits found: 35 |