| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Remove vaapi from plugin list in bsd.gstreamer.mk it accidently snuck in.
Changelog: http://lists.freedesktop.org/archives/gstreamer-devel/2013-December/045238.html
|
|
|
|
| |
Reported by: antoine
|
|
|
|
|
|
| |
PR: ports/184699
Reviewed by: bapt
Approved by: portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
|
|
|
|
| |
Newer libtool doesn't put double qoutes around the argument anymore.
|
|
|
|
|
| |
Those are respectively appended to CFLAGS and CXXFLAGS on the matching arches
That avoid having to include .pre.mk just for selecting where to add CFLAGS
|
|
|
|
| |
Suggested by: imp
|
|
|
|
|
|
| |
- Add a developer error to bsd.sanity.mk if it is used
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
|
|
| |
The conversion is simple:
USE_OPENAL=yes -> USES=openal
USE_OPENAL=soft -> USES=openal:soft
USE_OPENAL=al alut -> USES=openal:al,alut
and so on
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
|
|
|
| |
silently within the ports (similar to extraction and patching phases).
Recently introduced Mk/Uses/kmod.mk does some grunt work for pkg-plist,
like @[un]exec /usr/sbin/kldxref ... stuff via ${ECHO_CMD}, which makes
build logs less neat. Mute them and MKDIR, remove an extra whitespace,
and wrap one overly long line.
Approved by: rene
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove comments for USE_DOS2UNIX
This makes bsd.port.mk line-ending clean.
PR: ports/184168
Submitted by: myself
Approved by: portmgr (bdrewery)
Exp-runs by: bdrewery
|
|
|
|
|
|
|
|
| |
- Remove outdated comment
PR: ports/176901 [1]
Submitted by: amdmi3, avg
Exp-run by: bdrewery
|
|
|
|
|
|
|
| |
pkg has a naive solver but good enough to properly order the dependencies
and not get into a missed dependency
pkg register is also able to figure out by itself lib_depends magically
added during the compilation.
|
|
|
|
| |
find the right libgcc_s when it links object files produced by gfortran.
|
|
|
|
|
|
|
|
| |
This should silence all QAT messages about leftover font files.
Bump portrevision for all affected ports.
Original idea: bapt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bsd.python.mk
Ports need to use a designated python interpreter, whether this
is the default one chosen by the user (or provided by the system)
and pulled in via USE_PYTHON[_BUILD|_RUN]=yes or an explicit version
or version range pulled in via USE_PYTHON[_BUILD|_RUN]=X.Y does not
matter.
Ports should however not rely on 'python' at build or installation
time, whenever possible to avoid problems with building packages for
different python versions.
This change tries to raise the barrier for misbehaving ports and eases
package builds for different python versions.
Tested with: exp-run (ports/184591)
Reviewed by: wg@, koobs@
Supported by: wg@
With hat on: python@
|
|
|
|
| |
Reported by: flo
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Require a new compiler to build Calligra.
- Make GTL really an option in Calligra.
- STAGEify.
- Use OPTIONS helpers.
- Set NO_ARCH for translation ports.
- Add translation port for Intelingua.
Calligra 2.7 release notes:
http://www.calligra.org/news/calligra-2-7-released
|
|
|
|
| |
Reported by: antoine
|
|
|
|
|
|
|
| |
PYDISTUTILS_PKGNAME is useless when used with USE_PYDISTUTILS=yes and
PYDISTUTILS_AUTOPLIST as its only function is to determine egg info name.
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.
Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0
Fix dissapearing cursor in xf86-video-vmware [2]
Stagify all x11@-owned ports
Bump portrevisions for xf86-* ports due to xserver version change.
Fix fallout from updates where needed.
Thanks to: all testersi, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/184684 [1], ports/181385 [2]
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by: portmgr (bdrewery), core (jhb) [0]
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
| |
Given we do not support for long enough old OPTIONS framework just get
rid of this compat block that doesn't bring anything anymore
Kick by: cperciva [1]
|
|
|
|
|
|
| |
OPTIONS_UNSET
Reported by: eadler
|
|
|
|
|
|
| |
Perform some language fixes while here.
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
| |
Now that all python packages use setuptools and eggs are undesired for system
wide packages the ports should use USE_PYDISTUTILS=yes instead.
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.
Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.
Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.
pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.
This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.
With hat on: python
Reviewed by: koobs, antoine
Exp-run: bdrewery
Approved by: bdrewery (portmgr)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update to nss 3.15.3.1
Update firefox-esr and thunderbird to 24.2.0
Update firefox to 26.0
Update seamonkey to 2.23
- catch up with directory renames since USES=webplugins was introduced;
fixes plugins not being automatically enabled after install
- linux-firefox and linux-seamonkey can play HTML5 audio [2][3] and
measure about:memory usage, again
- dom.ipc.plugins.enabled->true no longer crash linux-firefox which makes
some flash sites work again; as there's no nspluginwrapper in-between
the infamous "youtube issue" never occurs
- install DEBUG with symbols [3] and describe the option better [4]
- enable dumping about:memory upon kill -65, kill -66 and GC/CC log
upon kill -67 to a file under /tmp directory; linux-firefox uses
kill -34, kill -35 and kill -36 respectively
PR: ports/183861 [1]
PR: ports/184006 [2]
PR: ports/169896 [3]
PR: ports/184285 [3]
PR: ports/184286 [4]
Security: dd116b19-64b3-11e3-868f-0025905a4771
In collaboration with: Jan Beich <jbeich@tormail.org>
|
|
|
|
|
|
|
| |
The 'BSD' license covered 3+ different licenses some of which were not OSI
approved. Instead we now have 3 separate licenses.
Approved by: portmgr (tabthorpe)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
USE_FORTRAN=yes can be replaced with USES=fortran or USES=fortran:gcc.
USE_FORTRAN=ifort can be replaced with USES=fortran:ifort.
USE_FORTRAN=f77 is deprecated and the version of gcc it depends
on (lang/gcc34) is scheduled to be removed.
Note that USE_FORTRAN=yes also makes GCC the C/C++ compiler while
USES=fortran only sets the Fortran compiler and can be used together
with Clang as C/C++ compiler.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Add the BSD-2-Clause, BSD-3-Clause, and BSD-4-Clause licenses. Note that these
are very specific licenses and these identifiers should NOT be used for e.g.,
BSD-2-Clause-FreeBSD.
Approved by: portmgr (tabthorpe)
|
|
|
|
|
|
|
| |
The current Ruby license is an optional choice of BSD-2-Clause and the 'Ruby'
license. This is not OSI approved.
Approved by: portmgr (tabthorpe)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The license system did not a method to give 'positive' permissions or other
'LEGAL' information without affecting the resulting package in some way
(RESTRICTED, NO_PACKAGE, NO_CDROM, etc.).
Provide a generic mechanism to provide this.
Further, provide a special variable "LEGAL" which can be used to capture any of
NO_PACKAGE, NO_CDROM, RESTRICTED, LEGAL_TEXT in reverse priority order.
PR: ports/178096
Approved by: portmgr (bdrewery)
|
|
|
|
|
|
|
| |
for that
Reported by: mat
Pointyhat to: bapt
|
|
|
|
|
|
|
|
| |
(pkg 1.1 will not understand it and claim there invalid ABIs)
Let's wait a bit before activating it.
Reported by: mat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
USE_TWISTED= yes
USE_TWISTED= conch names
USE_TWISTED_RUN= yes
you now would write
USES= twisted
USES= twisted:conch,names
USES= twisted:run
|
|
|
|
|
|
|
|
|
| |
Split off gnome-pty-helper from vte to allow both versions of vte to be
installed at the same time.
Update comment to make it clearer which gtk+ version it is for.
Enable introspection bindings in vte.
Obtained from: GNOME dev repo.
|
|
|
|
|
|
|
| |
not be necessary when linking with GCC, but that's not the only way the
link process can be invoked.
PR: 182136
|
| |
|
|
|
|
|
|
|
| |
instance)
Handle this case
Approved by: portmgr (bapt)
|
|
|
|
|
| |
Suggested by: Eugene Stenkin <eugeni.stenkin@gmail.com>
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
| |
- Replace 'alpha' with 'amd64'
- Remove gratuitous whitespaces at the end of the line
Approved by: portmgr (bapt)
|
| |
|
|
|
|
|
|
|
|
|
| |
USE_LINUX=yes and PREFIX!=LINUXBASE.
This is not needed and creates a bunch of stage orphaned directories.
PR: ports/184477
Approved by: portmgr (bapt)
Tested by: poudriere bulk -t games/dsnake emulators/rtc www/linux-f10-flashplugin11 (no error, no orphans)
|
|
|
|
| |
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
| |
Ports does not support relative paths in ${TYPE}_DEPENDS and actually breaks
the dependency registration with pkgng. This occurs in ACTUAL_PACKAGE_DEPENDS
where ${PORTSDIR} is stripped from the dependencies' directory and uses the
rest of the string as the package origin. pkg(8) then fails to detect package
origins with relative paths.
Approved by: portmgr (bapt)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Without, it'll generate :
@dirrmtry %%PORTDOCS%%%%DOCSDIR%%
With :
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
PR: ports/184287
Submitted by: mat
Approved by: bapt
|
| |
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
| |
accelerated video decoding through the VA-API library.
|
|
|
|
|
|
|
|
|
| |
and remove the comments describing USE_DISPLAY at the top.
PR: ports/184167
Submitted by: myself
Approved by: portmgr (bdrewery)
Exp-run by: bdrewery
|
|
|
|
|
|
|
|
|
| |
Since this patch converts all affected ports, bsd.cran.mk no longer supports
NO_STAGE and errors out if NO_STAGE is set.
Exp-run: ports/184216
Reviewed by: bdrewery
Approved by: portsmgr, wen
|
|
|
|
|
|
|
|
| |
The fork Distribute was merged back into setuptools.
http://pythonhosted.org/setuptools/merge.html
PR: ports/183726
Exp-run by: bdrewery
|
|
|
|
| |
Reported by: kwm
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/184315
Submitted by: Andris Raugulis <andris@govs.lv>
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
|
|
| |
version designator.
Approved by: portmgr (bapt)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 2.7.6
- Update pkg-plist
- Temporarily override OPT:Olimit using CONFIGURE_ENV (ports/182952) [1]
- Replace patch: extra-patch-configure-pth with CONFIGURE_ENV instead
- Remove patch: patch-Modules-_ctypes-libffi_fficonfig.py.in [2]
- QA: Clean up and group related USE_*, WRKSRC and CONFIGURE entries
- QA: Whitespace alignment
Changes: 2.7.6 - November 10, 2013
http://www.python.org/download/releases/2.7.6/
[1] Python removed OPT:Olimit in 3.2+, requested backport or
alternative upstream patch: http://bugs.python.org/issue877121
[2] Upstreamed: http://bugs.python.org/issue18178
PR: ports/182952
PR: ports/156759
Reviewed by: antoine, mva
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
by setting IFS to just LF
- in check-stagedir.sh, properly detect unset environmental variables,
and list them all
- in check-stagedir.sh, also list the full prefix as known, not just
its parents
PR: 184039
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Mate is a lite desktop forked from gnome2.
Most of the work is done by Jeremy Messenger (mezz@). The only thing I did
was update a few ports to later 1.6 release and attempting to keep up with
ports infra changes. Resulting bugs are all mine.
Mate is a sort of replacement for Gnome 2. So people wanting to keep a
Gnome 2 like desktop should switch. Gnome 2 will be replaced by Gnome 3
in the near future. This switch will be announce with a transition time
so people have more time to switch if they haven't already.
This release was made possible by everyone that send friendly pokes to
keep mate on my mind.
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
| |
for that, even if lang/gcc42 is gone.
Tested on systems with and without GCC in base.
Reported by: Terry Kennedy <TERRY@tmk.com>, dbn
|
|
|
|
|
|
|
|
|
|
| |
also what INFO_SUBDIR.
The .info-X handling was wrong since the beginning of pkgng, the INFO_SUBDIR regression was introduced with stage
PR: ports/184178
Reported by: gerald
Tested by: gerald
|
|
|
|
| |
Security: cc9043cf-7f7a-426e-b2cc-8d1980618113
|
|
|
|
|
|
|
|
|
| |
but six-and-a-half years after the upstream release of GCC 4.2.0 and
exactly two years after the removal of lang/gcc45 the time has come.
This reduces package name collisions around GCC related ports by 12.5%. [1]
Reported by: bapt [1]
|
|
|
|
| |
- Adjust POPPLER description
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
variable to MTREE_CMD. The previous variable, MTREE_LINUX_ARGS, seems to
be a leftover.
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
|
|
| |
This allows upgrading a kernel without breaking any installed kernel ports
because during the upgrade /boot/kernel is renamed to /boot/kernel.old ,
resulting in moved files.
While /boot/modules is the default, it might be overridden by bsd.own.mk to
/boot/kernel before kmod is included, so setting MODULES_WITH_WORLD has no
effect.
|
|
|
|
|
|
|
|
| |
This gives 2 new variables to the porters:
ALT_COMPILER_TYPE which can be empty, clang or cc depending on what ${CC} is
ALT_COMPILER_VERSION which will give the porter a 2 digit version of the alternative compiler
Requested by: many
|
|
|
|
|
|
| |
PR: ports/183628
Submitted by: ohauer
Approved by: portmgr (bapt via PM)
|
|
|
|
|
|
| |
- Remove devel/pure-gen/pkg-plist
Approved by: pawel / wg (mentors, implicit)
|
|
|
|
|
|
| |
PR: ports/179390
Submitted by: nemysis
Approved by: maintainer
|
|
|
|
|
|
|
|
| |
Additionally, support staging in all ports being changed here, replace
USE_GMAKE=yes with USES=gmake and fix a typo in the CMake parameters passed
in kdevelop-kde4 when the OKTETA option is disabled.
Submitted by: Schaich Alonso <alonsoschaich@fastmail.fm>
|
|
|
|
|
|
| |
useless, just check is libreadline.so is in base
With hat: portmgr
|
|
|
|
|
|
| |
those tests from the host
With hat: portmgr
|
|
|
|
|
|
|
|
|
| |
always use the "@unexec rmdir" form in TMPPLIST. @dirrmtry lines are
substituted with this in bsd.port.mk, but only when generating TMPPLIST.
While here update the description in the header.
Submitted by: QAT for commit r332642 (8.4-QAT/i386)
|
|
|
|
| |
Submitted by: vsevolod via IRC
|
|
|
|
|
|
| |
directory to prevent orphaned linker.hints files.
Obtained from: Porters Handbook section 6.1
|
|
|
|
|
|
|
|
|
|
|
|
| |
Due to the RUN_DEPENDS and BUILD_DEPENDS specification of postgresql
components in bsd.database.mk not matching their package names,
net-mgmt/netmagis-database was failing during the RUN_DEPENDS stage
because it couldn't detect that a component was already installed.
Updating the pltcl line allowed that port to successfully built. The
other lines weren't tested but the problem would be the same.
Suggested by: wg
|
|
|
|
| |
previously
|
|
|
|
|
|
| |
With hat: portmgr
Reviewed by: bapt
Tested by: dmarker_ on freenode
|
|
|
|
|
| |
PR: ports/183552
Reported by: Juanitou <listjm@club-internet.fr>, eadler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bugfixes:
* @cmd in pkg-plist is now properly handled.
- It was previously treated the same as though there was a directory
following it, missing the prefix. (ordering matters in case...esac)
- Due to the cwd=${PREFIX} inside the while read line loop, state
tracking was broken and every new line assumed that cwd were the
prefix.
* stage-qa no longer complains about unstripped binaries if debugging is
active (WITH_DEBUG set && WITHOUT_DEBUG unset).
* The compress-man target uses ECHO_MSG, not ECHO_CMD, to print its
build step.
Additions:
* The plist parser now understands @unexec rmdir ... || ... lines,
including those with redirections, so that there are no false
positives for directories stripped with @unexec rmdir (usually
happens on stuff installed outside $PREFIX, as in /var).
* The system's root and var mtrees are now also expanded to avoid
false @dirrm positives if a port installs directories under /var
and has to create parents in the stagedir that are present in a fully
installed system (i. e. in the real $PREFIX).
* Given that pkg_create is deemed beyond repair with respect to deleting
files outside prefix, generate @unexec rmdir statements for such
directories, rather than @dirrmtry, to sidestep the problem.
Speedups:
* the orphan check now generates sorted lists of staged files,
and plisted/mtree files, and compares them with comm(1).
This saves us the overhead of running one grep process per file
and up to two per directory, and defers the actual list
processing to a shell utility. Complexity has not changed,
but overhead per item has.
* the orphan check now uses one file for directories and one file for
files mentioned in pkg-plist, so we need not decorate them with "dir "
and parse them out any longer.
* qa.sh's shebang scanner only looks at the first line of a file,
sed is told to exit from the 2nd line.
Other Changes:
* Split the makeplist/check-orphans logic out of bsd.stage.mk,
it is too unwieldy to maintain in make-escaped shell syntax,
and permits shell tracing with "SH=sh -x" (including quotes!)
* Unify the functions "makeplist" and "check-orphans" in one
script. The only difference is that makeplist assumes an empty
pkg-plist, whereas check-orphans parses it.
* overhaul the mtree extractor, avoiding awk.
Reviewed by: bapt
Approved by: portmgr (bapt)
|
|
|
|
| |
Exp-run by: bdrewery
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
USES=kmod takes no arguments and:
- adds kld to CATEGORIES
- sets SSP_UNSAFE
- sets IGNORE if the kernel sources are not found
- defines KMODDIR to /boot/modules by default, add it to
PLIST_SUB and MAKE_ENV, and create it upon installation
- handles cross-referencing kernel modules upon installation and
deinstallation
Approved by: bapt
|
|
|
|
| |
Approved by: Richard Kiss <him@richardkiss.com> (maintainer)
|
|
|
|
|
|
|
|
| |
error in else branch for pkgng.
Reported by: danfe, mandree
Submitted by: Takefu <takefu@airport.fm>
With hat: portmgr
|
|
|
|
|
| |
Reported by: antoine
With hat: portmgr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- update firefox-esr to 24.1.0
- update thunderbird to 24.1.0
- update seamonkey to 22.0
- update libxul to 24.1.0
- don't remove/add share/applications directory
- remove checks for older gecko releases from bsd.gecko.mk
- drop support for FreeBSD 9.0
Not staged yet. I started working on it, but didn't finish it in time for
this release. I'll try to make the next one in 6 weeks.
In collaboration with: Jan Beich
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
post-install process instead of pre-install. in case pkgng is in
use.
Replace it by a new mecanism that allows to append scripts into
what will become pre-install, post-install, pre-deinstall or
post-deinstall
Change the user-group creation to use that mecanism in case the
ports tree is using pkgng.
Reported by: mandree
Reviewed by: bdrewery
|
|
|
|
|
|
|
| |
- Use sinclude when possible
- Rewrap overly long list
Approved by: portmgr (bapt)
|
|
|
|
| |
Submitted by: antoine
|
|
|
|
|
|
|
| |
PR: ports/183363
Submitted by: Ilya A. Arkhipov <rum1cro@yandex.ru>
Reviewed by: tabthorpe
With hat: portmgr
|
|
|
|
| |
Approved by: bapt
|
| |
|
|
|
|
|
|
|
|
| |
have proper permissions set.
PR: ports/173892
Submitted by: thierry
With hat: portmgr
|
|
|
|
| |
- use OPTIONS_DEFINE
|
|
|
|
| |
Suggested by: mat
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
${opt}_CONFIGURE_ENABLE and ${opt}_CONFIGURE_WITH now accept multiple arguments
and will be expanded accordingly, e.g.:
OPT_CONFIGURE_ENABLE= feature1 feature2 -- will add to CONFIGURE_ARGS:
OPT enabled: --enable-feature1 --enable-feature2
OPT disabled: --disable-feature1 --disable-feature2
Approved by: portmgr (bapt)
|
|
|
|
| |
Reviewed by: mva
|
| |
|
|
|
|
| |
Reviewed by: mva, Johannes Meixner (xmj) via IRC
|
|
|
|
| |
PYDISTUTILS_AUTOPLIST is used
|
| |
|
|
|
|
| |
Reported by: John Marino <freebsd.contact@marino.st>
|
|
|
|
|
|
|
|
|
|
|
| |
decided to build world with WITHOUT_ICONV set. There's no need for
this check to be based on OSVERSION.
Some users (i.e. me), report subtle application breakages with the
iconv-from-src that disappear when iconv-from-ports is installed.
Allow for a bridge till these issues are sorted out.
Approved by: portmgr (bdrewery)
|
|
|
|
|
|
| |
PR: ports/182550
Submitted by: mat
Approved by: bdrewery (exp-run)
|
|
|
|
|
| |
Submitted by: amdmi3
With hat: portmgr
|
|
|
|
|
|
| |
use DESKTOP_ENTRIES now that ${DESKTOPDIR} has been added to mtree.
Approved by: portmgr (bdrewery)
|
|
|
|
| |
Reported by: amdmi3
|
|
|
|
|
|
| |
defines the former variable.
Approved by: portmgr (bapt)
|
| |
|
|
|
|
|
| |
Reported by: sunpoet, ohauer
Pointyhat to: bapt
|
|
|
|
|
| |
PR: ports/183118
Submitted by: ohauer
|
| |
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
|
| |
- Reorder knobs
- Indent using tabstop=4
|
|
|
|
|
|
|
| |
Same fix as r325805 was for MASTER_SITES, but this is applied for
PATCH_SITES
With hat: portmgr
|
|
|
|
| |
- Remove STAGEDIR prefix from .packlist
|
| |
|
|
|
|
| |
WITH_DEBUG option
|
|
|
|
|
|
|
|
| |
- Provide support for Pure Programming Language based projects
PR: ports/179401
Submitted by: nemysis (self)
Approved by: pawel (mentor), bapt (portmgr)
|
|
|
|
|
|
|
| |
manpages are installed by distutils.
Requested by: avg@
Improvements: jhein@symmetricom.com
|
|
|
|
| |
Approved by: portmgr (bapt)
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
|
| |
Reported by: Julian H. Stacey, gjb
With hat: portmgr
|
| |
|
|
|
|
|
|
| |
Reported by: garga
Tested by: garga
Approved by: portmgr (bapt)
|
|
|
|
|
|
| |
- use new LIB_DEPENDS notation in Mk/Uses to fix static svn building [1]
Approved by: portmgr (babt@) [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The compiler.mk comments and code state that COMPILER_TYPE can only be
of the value "clang" or "gcc". However, the code that determines this
allows for a possible undefined third state (empty string). BMake
will emit a lot of errors about badly formatted conditionals if
COMPILER_TYPE is empty.
Since, by definition, if the COMPILER_TYPE is not clang, it must be
gcc, so skip the conditional gcc check and just set it. The entire
file must be updated if support for additional compilers is desired.
This bug was discovered because the gcc detection code failed to
identify the DragonFly base compiler (GCC 4.7.3) as gcc.
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Proudly brought to you by the KDE on FreeBSD team, with commits by makc@,
Schaich Alonso and yours truly.
Besides the tons of upstream fixes, we have mkspecs for GCC 4.9 and clang33
(from ports), staging support in the Makefiles and dependency fixes related
to pkg-config.
Many thanks to the people who helped test the ports using our area51
repository, and also to the people who provided patches and bug reports via
GNATS!
PR: ports/180615
ports/181921
ports/182049
|
|
|
|
|
|
|
| |
Beware, this version of GCC is _not_ anywhere near ready for production
use. Use at your own risk, and rather don't use it for regular ports.
Submitted by: devzone.my@gmail.com
|
| |
|
|
|
|
|
| |
Submitted by: des
With hat: portmgr
|
|
|
|
| |
Submitted by: gerald
|
|
|
|
| |
Approved by: portmgr (bapt)
|