| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
| |
Changes: https://www.tildeslash.com/libzdb/#release_notes
|
| |
|
|
| |
PR: 237200
|
| |
|
|
|
|
|
|
|
| |
r529335 partially reverted r499489, which caused another breakage on GCC architectures by passing -L/usr/lib while using GCC from ports and making it link to base libstdc++:
/usr/local/bin/ld: zdbpp.cpp:(.text.startup+0x1f0): undefined reference to `std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_append(char const*, unsigned long)'
Apply changes to Makefile from r499489 to fix it.
PR: 237200
|
| |
|
|
| |
Changes: https://www.tildeslash.com/libzdb/#release_notes
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
../zdb/zdbpp.h:330:14: error: class member cannot be redeclared
void bind(int parameterIndex, time_t x) {
^
../zdb/zdbpp.h:318:14: note: previous definition is here
void bind(int parameterIndex, int x) {
^
Reported by: pkg-fallout
MFH: 2019Q3
|
| |
|
|
|
| |
PR: 237200
Submitted by: pkubaj
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for shlib change
- Take maintainership
Changes: https://www.tildeslash.com/libzdb/#release_notes
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
This has been broken since r397227 ("Upgrade to 3.1"): the port's build system
passes -ldl when trying to detect SQLite3. Since this will always fail on
FreeBSD, SQLite3 support will always be disabled as well.
PR: 203424
MFH: 2016Q1
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery
Approved by: portmgr (implicit)
|
| |
|
|
|
|
|
|
| |
- Stage support
- Options helper
PR: 187760
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries. Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field. In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.
PR: ports/188759
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
|
| | |
|
| | |
|
| |
|
|
| |
replace USE_GMAKE -> USES=gmake
|
| |
|
|
| |
databases)
|
| |
|
|
| |
Approved by: portmgr (bdrewery)
|
| | |
|
| |
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/175821
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
| |
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
|
| |
|
|
| |
- Bump PORTREVISION
|
| |
|
|
| |
- Convert to OptionsNG
|
| |
|
|
| |
Approved by: glarkin@ (mentor)
|
| |
|
|
| |
Approved by: glarkin@ (mentor)
|
| |
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
| |
|
|
| |
Approved by: wen@ (mentor)
|
| |
|
|
|
|
|
|
| |
Changes: Fixes a transaction related memory leak in the Oracle driver
- Fixed configure option name in Makefile for PostgreSQL support
PR: ports/155021
Submitted by: C-S <c-s@c-s.li>
|
| | |
|
| |
|
|
|
|
|
| |
Changes: http://www.tildeslash.com/libzdb/dist/CHANGES.txt
PR: ports/154797
Submitted by: C-S <c-s@c-s.li> (maintainer)
|
| | |
|
| |
|
|
|
|
|
|
| |
- Pass maintainership to submitter
- Add LICENSE
PR: ports/151526
Submitted by: C-S <c-s@c-s.li>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
|
| |
|
|
|
| |
PR: 136472
Submitted by: Ports Fury
|
| |
|
|
|
| |
PR: 134279
Submitted by: Ports Fury
|
| |
|
|
|
| |
PR: 132468
Submitted by: Ports Fury
|
| |
|
|
|
| |
PR: 130432
Submitted by: Ports Fury
|
| |
|
|
|
| |
PR: 126168
Submitted by: Ports Fury
|
| |
|
|
|
| |
PR: ports/124582
Submitted by: KATO Tsuguru <tkato432 AT yahoo.com>
|
| |
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
| |
|
|
|
| |
PR: 123867
Submitted by: Ports Fury
|
| |
|
|
|
| |
PR: ports/123081
Submitted by: KATO Tsuguru <tkato432 AT yahoo.com>
|
| |
|
|
|
| |
PR: ports/120641
Submitted by: valerio.daelli gmail.com (maintainer)
|