| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412348
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- add patch to fix runtime with modern twisted.web
- remove useless dependency on py-xml - it was successfully tested by
maintainer with stock python xml package
While here:
- add NO_ARCH
- limit python version to 2.x
- modernize pkg-plist
Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
MFH: 2015Q3
Notes:
svn path=/head/; revision=396959
|
|
|
|
|
|
|
| |
Reported by: antoine
Notes:
svn path=/head/; revision=370386
|
|
|
|
|
|
|
|
| |
With hat: python
Approved by: portmgr (bdrewery, implicit)
Notes:
svn path=/head/; revision=370189
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=367888
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add freevo
GIDs:
- Add freevo
multimedia/freevo
- Handle user/group creation via Makefile variables
- Stagify
- Add License
- Bump PORTREVISION
- Simplify install
- remove pkg-install.in
- handle private subdirs in /var via pkg-plist and Makefile
- remove user/group handling in pkg-deinstall.in
PR: ports/189995
Submitted by: "J.R. Oldroyd" <fbsd@opal.com> (maintainer)
Approved by: thierry (mentor), maintainer
Notes:
svn path=/head/; revision=355422
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
Notes:
svn path=/head/; revision=347809
|
|
|
|
|
|
|
|
| |
PR: 187232 187233 187234 187235
Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
Notes:
svn path=/head/; revision=346992
|
|
|
|
| |
Notes:
svn path=/head/; revision=345422
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=343634
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=336553
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui
- 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
- Removed compatibility with K&R compilers, which was untestable due
to lack of such compilers.
- New functions
. mpc_log10
. mpc_mul_2si, mpc_div_2si
- Speed-ups
. mpc_fma
- Bug fixes
. mpc_div and mpc_norm now return a value indicating the effective
rounding direction, as the other functions.
. mpc_mul, mpc_sqr and mpc_norm now return correct results even if
there are over- or underflows during the computation.
. mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
infinite part and equals output variable is corrected.
. mpc_fr_sub: Wrong return value for imaginary part is corrected.
Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.
Bump PORTREVISIONS of all dependent ports.
PR: 183141
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331644
|
|
|
|
|
|
|
| |
multimedia)
Notes:
svn path=/head/; revision=327747
|
|
|
|
|
|
|
| |
While here do some conversion to new options framework
Notes:
svn path=/head/; revision=317503
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316464
|
|
|
|
|
|
|
|
| |
At the moment I can't think of a better solution for the case when
multimple versions of beautifulsoup is installed.
Notes:
svn path=/head/; revision=301789
|
|
|
|
|
|
|
|
|
| |
- fix dependency name and bump PORTREVISION for dependend ports
Reported by: pointyhat (erwin)
Notes:
svn path=/head/; revision=301776
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
| |
PR: ports/160846
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes:
svn path=/head/; revision=282631
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps
Notes:
svn path=/head/; revision=274133
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- remove dependency on python 2.5 version
- add additional patches needed due to python Twisted library updates
- fix rc.d script
PR: ports/152965
Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=268043
|
|
|
|
|
|
|
|
|
| |
PR: ports/145859
Submitted by: J.R. Oldroyd <fbsd@opal.com>
Approved by: tabthorpe
Notes:
svn path=/head/; revision=255417
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
| |
starting with M
Notes:
svn path=/head/; revision=240072
|
|
|
|
|
|
|
|
| |
PR: ports/135044
Submitted by: J.R. Oldroyd <fbsd@opal.com> (maintainer)
Notes:
svn path=/head/; revision=234991
|
|
|
|
|
|
|
|
|
|
| |
- while here, further fix plist and remove superfluous pre/post.mk usage
PR: 133813
Submitted by: "J.R. Oldroyd" <fbsd at opal dot com> (maintainer)
Notes:
svn path=/head/; revision=232476
|
|
|
|
|
|
|
|
| |
PR: ports/130592
Submitted by: J.R. Oldroyd <fbsd@opal.com>
Notes:
svn path=/head/; revision=227421
|
|
|
|
|
|
|
| |
Submitted by: maintianer on private mail.
Notes:
svn path=/head/; revision=215773
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=211584
|
|
|
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Notes:
svn path=/head/; revision=191544
|
|
|
|
|
|
|
|
|
| |
PR: 110362
Submitted by: "J.R. Oldroyd" <fbsd@opal.com>
Approved by: Soeren Dossing (old maintainer)
Notes:
svn path=/head/; revision=187475
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Define USE_GETTEXT [1]
- Bump PORTREVISION for changes above [1]
- Reorder RUN_DEPENDS to pet portlint(1) [2]
PR: ports/101498 [1]
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> [1], rafan [2]
Approved by: Soren Dossing <netcom at sauber.net> (maintainer)
Notes:
svn path=/head/; revision=170385
|
|
|
|
| |
Notes:
svn path=/head/; revision=162032
|
|
|
|
|
|
|
|
|
|
|
| |
do not attempts to read media every other second.
- Move pkg-message into files/pkg-message.in [1]
PR: 95226 [1]
Approved by: maintainer
Notes:
svn path=/head/; revision=158709
|
|
|
|
|
|
|
|
| |
Discussed with: kris
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=157004
|
|
|
|
|
|
|
|
| |
PR: ports/91616
Submitted by: Soren Dossing <netcom@sauber.net> (maintainer)
Notes:
svn path=/head/; revision=155461
|
|
|
|
|
|
|
|
| |
PR: ports/92186
Approved by: Lewis Thompson <lewiz@compsoc.man.ac.uk> (outgoing maintainer)
Notes:
svn path=/head/; revision=155423
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154193
|
|
|
|
|
|
|
| |
PR: ports/91270
Notes:
svn path=/head/; revision=152778
|
|
|
|
|
|
|
|
|
| |
PR: ports/86369
Submitted by: Soren Dossing <netcom@sauber.net>
Approved by: Lewis Thompson <lewiz@compsoc.man.ac.uk> (maintainer)
Notes:
svn path=/head/; revision=144111
|
|
|
|
|
|
|
| |
Requested by: maintainer
Notes:
svn path=/head/; revision=132733
|
|
|
|
|
|
|
|
| |
PR: ports/74750
Submitted by: Lewis Thompson <purple@lewiz.net> (maintainer)
Notes:
svn path=/head/; revision=123791
|
|
This is a new port for Freevo, an open-source home theatre
PC platform based on Linux and a number of open-source
audio/video tools. I considered submitting this as a
follow-up to ports/59047 but decided against as it is an
entirely new port.
PR: ports/68215
Submitted by: Lewis Thompson <purple@lewiz.net>
Nagged by: dnns@#bsdports
Notes:
svn path=/head/; revision=122247
|