| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
|
|
|
|
| |
Approved by: portmgr blanket, kwm (for gnome@ ports)
|
|
|
|
| |
Approved by: portmgr
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
instead of relying on FREETYPE_INCLUDE_DIRS (which will change with the
upcoming Freetype 2.5.2 update) to pass -I${LOCALBASE}/include to the
compiler.
- Support staging.
- Set LICENSE (therefore stop installing the license file into DOCSDIR and
bump PORTREVISION).
- Remove the mysterious WITH_SN check, which was never a proper option and
relied on some apparently unstable API (at least it was unstable at the
time, almost 8 years ago).
|
|
|
|
|
|
|
|
|
| |
The following ports will not build with a binutils 2.22+ linker built
with standard options. This has been obvious with DPorts, but difficult
to see on FreeBSD. However, setting the ports compiler as a recent gcc
(e.g lang/gcc48) is an excellent way to detect the unspecified but needed
libraries as these recent GCC compilers use the latest binutils linkers.
These patches were tested on FreeBSD 8.4 and DragonFly 3.5
|
|
|
|
| |
x11-wm)
|
| |
|
|
|
|
|
|
|
| |
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
|
|
|
| |
- while here clean up Makefile header
|
|
|
|
|
| |
PR: ports/151560
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
| |
with letter t-w
|
|
|
|
|
|
| |
PR: ports/106666
Submitted by: vd
With hat: portmgr
|
|
|
|
|
| |
PR: ports/103150
Submitted by: KATO Tsuguru <tkato432(at)yahoo.com>
|
|
|
|
| |
Submitted by: pointyhat via kris
|
|
|
|
|
| |
PR: ports/102568
Submitted by: KATO Tsuguru <tkato432(at)yahoo.com>
|
|
|
|
|
|
| |
PR: ports/101197
Submitted by: KATO Tsuguru <tkato432(at)yahoo.com>
Approved by: markus (co mentor)
|
|
|
|
|
| |
PR: 100567
Submitted by: Ports fury
|
|
|
|
|
| |
PR: 100036
Submitted by: Ports fury
|
|
|
|
|
| |
PR: 99383
Submitted by: Ports fury
|
|
|
|
|
| |
PR: 97482
Submitted by: Martin Wilke <freebsd@unixfreunde.de> (maintainer)
|
|
|
|
|
| |
PR: 95117
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/94507
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR.
Thanks for contributing.
Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.
While I'm here:
- fix a little nit in the csound port (I think the intention was to
create no backup file instead of creating one with a "-e" extension)
- set ARCH to i386 in the amd64 case for the acroread7 port. This
is a work-around to be able to install everything when a dependency
is not already installed (ARCH is read-only in sub-makes, so the
dependencies can't change it). This should be removed when the
dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]
Not objected to by: portmgr (explicit: krion; silence: rest)
Maintainer timeout: ~4 months
Submitted by: Sangwoo Shim <sangwoos@gmail.com> [1]
PR: 87985 [1]
|
| |
|
|
|
|
| |
Submitted by: vs
|
| |
|
| |
|
| |
|
|
|
|
| |
(Part 1)
|
| |
|
|
|
|
| |
Fix ordering of packing list.
|
|
(leopard hat, platform shoes and gold Cadillac not included)
|