- Upgrade to 2.3.22
- Depend on Apache 2.2 or later.
- Add dependency on mod_php5 or CGI when used with Apache
- Add NLS option
- (re-)assign maintainer to ek@purplehat.org
PR: 194255
Differential Revision: https://reviews.freebsd.org/D964
Submitted by: ek@purplehat.org
Approved by: swills (mentor)
This sysctl is only available if a KMS module is loaded. But the libdrm
check happens before X has a chance of loading a KMS module.
This went unnoticed because I preload my KMS modules at boot.
Submitted by: tijl@
is being removed. No portrev bump needed since the kernel will continue to
accept this flag for old binaries even after support for it in new binaries
is removed.
PR: 193961
Approved by: portmgr (antoine)
- convert to USES=python
- limit python version to 2.x: depends on beautifulsoup32
that doesn't work with python3 + useing constructions, not
compatible with 3.x
Approved by: portmgr (blanket)
- Added restricted access for JDBC information requests
The jdbc role now is required to perform any JDBC information requests.
- A problem occured with inner and outer joins if the same table
occurs two times or more in the query
For the CegoAttrComp class, the tablealias name is stored now to
evaluate if the compare is appropriate for the corresponding table
- Small optimization in CegoDisManager::updateLocalDataTable
Instead of requesting a new lock for the commitment phase, the lock we
already have is also used for the commit in case of forecedTransactions
( update case ).
- This ensures, that the forced transaction can be done without
risking to not obtain the lock for the corresponding table again.
Submitted by: Björn Lemke <lemke@lemke-it.com>
VISA is a multivendor standard for interfacing test and measurement equipment.
LibreVISA aims to be a compliant implementation of the VISA standard in a free
software library. Currently support for targets connected via USB, exposing
the USBTMC interface, and VXI-11 devices.
PR: 193199
Submitted by: Uffe Jakobsen <uffe@uffe.org>
Approved by: mentors (implicit)
- update to 3.4.0.2
- switch to github
- add LICENSE_FILE
- modernize port
- stop building and installing an manpage, because of:
1. It can't be built on package cluster, because exaile refuses to start under
root user.
2. It needs pygtk2 and friends on build phase just to create the manpage! I'd
rethink the process, or at least included the prebuilt version of manpage to
the source tarball.
PR: 194144
Approved by: maintainer timeout (14 days)
The stage-qa checks said 5 files needed perl shebang fixed, but
USE=shebangfix won't fix it. The value of PERL was defined for the
configure target to fix it. However, a run depends on perl was not
added as the affected files are probably optional scripts.
PR: 194367
Submitted by: maintainer (Yasuhiro KIMURA)