| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
PR: 252470
Submitted by: mbeis@xs4all.nl (maintainer)
Notes:
svn path=/head/; revision=565136
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports using USES=lua:module or lua:flavors will be flavored. A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.
USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.
PR: 245038
Submitted by: andrew tao11 riddles org uk
Reviewed by: mat, kevans, russ haley gmail com
Approved by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D16494
Notes:
svn path=/head/; revision=531700
|
|
|
|
|
|
|
|
| |
PR: 238577
Submitted by: Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
Notes:
svn path=/head/; revision=505470
|
|
|
|
|
|
|
|
| |
PR: 235532
Submitted by: Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
Notes:
svn path=/head/; revision=492710
|
|
|
|
|
|
|
| |
PR: 235381, 235382, 235383, 235384, 235385, 235386
Notes:
svn path=/head/; revision=491964
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=487272
|
|
|
|
|
|
|
|
| |
PR: 217450
Submitted by: joneum@bsdproject.de
Notes:
svn path=/head/; revision=435747
|
|
|
|
| |
Notes:
svn path=/head/; revision=417432
|
|
|
|
|
|
|
| |
2: add odbc & firebird driver.
Notes:
svn path=/head/; revision=416806
|
|
|
|
|
|
|
| |
- Cosmetic fixes
Notes:
svn path=/head/; revision=415359
|
|
|
|
|
|
|
|
|
| |
PR: 208864
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Notes:
svn path=/head/; revision=413574
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
Notes:
svn path=/head/; revision=394508
|
|
|
|
|
|
|
|
|
|
| |
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=385521
|
|
|
|
|
|
|
| |
I have no time left to work on lua at all for now
Notes:
svn path=/head/; revision=384105
|
|
|
|
|
|
|
|
|
|
| |
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=360588
|
|
|
|
| |
Notes:
svn path=/head/; revision=357266
|
|
|
|
|
|
|
| |
Give maintainership to lua@
Notes:
svn path=/head/; revision=339580
|
|
|
|
|
|
|
| |
databases)
Notes:
svn path=/head/; revision=327717
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=282282
|
|
|
|
|
|
|
| |
Approved by: maintainer (myself)
Notes:
svn path=/head/; revision=279351
|
|
|
|
| |
Notes:
svn path=/head/; revision=271527
|
|
|
|
| |
Notes:
svn path=/head/; revision=271309
|
|
program to:
* Connect to ODBC, ADO, Oracle, MySQL, SQLite and PostgreSQL databases;
* Execute arbitrary SQL statements;
* Retrieve results in a row-by-row cursor fashion.
WWW: http://www.keplerproject.org/luasql/
Notes:
svn path=/head/; revision=234569
|