Age | Commit message (Collapse) | Author |
|
Retire celt plugin, it was removed in flavor for the opus plugin.
Add new webp, kate and openjpeg plugin.
|
|
bsd.qt.mk:
- Deprecate QMAKEFLAGS, QMAKE_ARGS should be used instead
- define LRELEASE/LUPDATE commands for general use
Uses/qmake.mk:
- USES=qmake now implies build dependency on qmake
- Deprecate QMAKE_PRO (QMAKE_SOURCE_PATH should be used if required)
- move QMAKE_ARGS definition to bsd.qt.mk
|
|
|
|
Reported by: Rainer Hurling <rhurlin@gwdg.de>
|
|
clang does not fit or the user explicitly want GCC.
|
|
Remove the PHONY kmod-pre-install target and replace it with a real file target (well directory in this case)
Approved by: rene
|
|
It value correspond to the type of compiler chosen by the famework depending on the options
Requested by: rene
|
|
Approved by: portmgr (bapt)
|
|
Reported by: mandree
|
|
|
|
default make
Reported by: marino
|
|
Approved by: portmgr (bapt)
|
|
Approved by: portmgr (bapt)
|
|
The problem with the old method is that the libtool is configured to look
first in LOCALBASE for libraries to link to. Normaly this wouldn't cause
a problem. However if a port that builds a library with new API also builds
introspection files or say gtk bindings, then libtool will look first into
LOCALBASE and find the old library version for linking the introspection
files or gtk bindings. Due to the missing new API in old library the build
will fail with unresolved symbols.
The new ltverhack will patch the ltmain.sh and/or libtool files that where
bundled with the port. This libtool is correctly configured to first look
in for the just build libraries.
If the port bundled version of ltmain.sh and/or libtool aren't in ${WRKSRC}
then ltverhack_PATCH_FILES can be overwritten with there location in ${WRKSRC}.
As a bonus when using the new ltverhack configure will honor --disable-static
again. So please check your plist after converting.
While here shorten the number of tabs in the lthacks, ltverhack and
ltasneededhack PRE_PATCH components so they are just over 80 chars long.
Exp-run by: bdrewery@
PR: ports/183936
Obtained from: gnome dev repo
|
|
|
|
Reviewed by: Ilya A. Arkhipov <rum1cro@yandex.ru>
Reviewed by: bsam
Approved by: portmgr (bapt)
|
|
|
|
|
|
It is intended to replace USE_DOS2UNIX
By default it convert all the source files
Use:
DOS2UNIX_FILES= <a list of files>
to convert files relative to ${WRKSRC} (globs allowed)
DOS2UNIX_REGEX= <a regex>
To convert files matching the regex (using find -R -iregex)
DOS2UNIX_GLOB= <a glob pattern>
To convert files matching the glob pattern (using find -name)
|
|
- Adapt plists.
With hat on: kde
|
|
|
|
The deeply nested expression for .for loop cannot be completely evaluated at
the time of loop expansion because PKGBASE will be assigned much later.
Approved by: bapt
|
|
PR: ports/183916
Submitted by: truckman@
|
|
This also adds a new USE_SDL=gfx2 variable to add SDL2_gfx as
LIB_DEPENDS other ports.
The SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided
basic drawing routines such as lines, circles or polygons and SDL_rotozoom
which implemented a interpolating rotozoomer for SDL surfaces.
The current components of the SDL_gfx library are:
- Graphic Primitives (SDL_gfxPrimitves.h)
- Rotozoomer (SDL_rotozoom.h)
- Framerate control (SDL_framerate.h)
- MMX image filters (SDL_imageFilter.h)
WWW: http://www.ferzkopp.net/Software/SDL_gfx-2.0/
|
|
|
|
Submitted by: antoine@
|
|
While here unquote an instance of /boot/modules.
Submitted by: antoine [1]
|
|
Reported by: avilla
|
|
|
|
|
|
defining extract suffix from inside bsd.*.mk and USES
|
|
Simplify it a lot,
remove all not supported anymore web browsers,
Prepend private varible behind an underscore
Rename the gecko18, gecko19 target into a simple gecko target
If you are writing a plugin port please use this USES, and if this USES does fit your need please report it so we can improve.
|
|
Which is nice in case you end up with something like :
X11_USE= xorg=x11 xorg=ice xorg=sm xorg=xext xorg=xineramaproto
xorg=xinerama xorg=xrandr xorg=xrender xorg=xtst
now you can do :
X11_USE= xorg=x11,ice,sm,xext,xineramaproto,xinerama,xrandr,xrender,xtst
PR: ports/183892
Approved by: bapt
|
|
Submitted by: marino
|
|
While here remove previous workarounds.
Submitted by: ale
Discussed with: jkim, glewis
|
|
Reported by: dbn
|
|
This was tested by commenting out poudriere's leftover testing and using this file with linux-f10-flash.
Approved by: bapt
|
|
Ports that currently include www/linux-mplayer-plugin/Makefile.npapi should be switched to USES once this is stagified.
Approved by: bdrewery
|
|
|
|
|
|
versions of GCC for reference.
|
|
|
|
|
|
|
|
Those vars have been deprecated for a long time, this is a no op.
|
|
This allows stage dir support for python packages using easy_install
method from setuptools module.
easy_install target does not support a --root so we workaround it with
PYTHONUSERBASE and other user flags.
Submitted by: nivit, wg
With hat on: python
Exp-run: bdrewery
|
|
|
|
|
|
saved/closed my editor...
|
|
Add stage support.
Obtained from: gnome dev repo.
|