| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Supported arguments are:
- c++11-lang: the port needs a c++11 aware compiler what ever standard
library it uses, implies features
- c++11-lib: the port needs a c++11 standard library, implies features
- c11: the ports needs a c11 aware compiler implies features
- features: this will create a COMPILER_FEATURES variable which contains
the list of features ${CC} do support, implies env.
- env: the COMPILER_TYPE will be set to either gcc or clang.
By default the uses will try to use clang33 from ports when nothing in
base is relevant except if the user explicitly defines
FAVORITE_COMPILER=gcc in his make.conf
Please note that testing tinderbox prior to version: 4.0.1_1 is not able to
properly figure out the dependencies implied by this USES.
Notes:
svn path=/head/; revision=329823
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- add stage support
- move from net-mgmt/nrpe2 -> net-mgmt/nrpe
to reflect the port and package name
Changes:
2.15 - 09/06/2013
-----------------
- Now compiles on HP-UX (Grant Byers)
- Added support for IPv6 (Leo Baltus, Eric Stanley)
Notes:
svn path=/head/; revision=329368
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
new DEFAULT_VERSIONS variable.
PYTHON_DEFAULT_VERSION, PYTHON2_DEFAULT_VERSION and
PYTHON3_DEFAULT_VERSION are deprecated. If you have set them in your
make.conf, you should change them something like
DEFAULT_VERSIONS=python=2.7 python2=2.7 python3=3.3
Notes:
svn path=/head/; revision=329164
|
|
|
|
|
|
|
| |
Submitted by: Mike Jakubik <mike.jakubik@intertainservices.com>
Notes:
svn path=/head/; revision=328841
|
|
|
|
|
|
|
| |
Noticed by: mandree
Notes:
svn path=/head/; revision=328731
|
|
|
|
| |
Notes:
svn path=/head/; revision=328712
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a kwm, zeising production:
MESA 9.1.6
Starring:
Mesa 9.1.6, including libGL, libGLU and dri (new xorg only)
Addition of libEGL and libglesv2
KMS support for ATI graphics cards in 10-current (new xorg only)
Improved sparc64 support for new xorg. [1]
pixman 0.30.2, including shlib bump and portrevision bumps
libX11 1.6.2
Make absolute pointing devices work with x11-drivers/xf86-input-mouse
x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver)
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
When updating MESA related ports (libGL, dri) you need to remove old versions
first. See UPDATING for details.
PR: ports/181962 [2]
Submitted by: marius [1]
zeising [2]
Exp-run by: bdrewery
Approved by: portmgr (bdrewery)
Thanks to all who helped testing!
Notes:
svn path=/head/; revision=328711
|
|
|
|
|
|
|
|
| |
Requested by: des@ via bapt@
Reviewed by: bapt@
Notes:
svn path=/head/; revision=328689
|
|
|
|
|
|
|
|
| |
PR: ports/182109
Submitted by: Dmitry Kazarov <d.y.kazarov@mail.ru> (maintainer)
Notes:
svn path=/head/; revision=328330
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
has issues with 'installworld' when WITH_SSP is defined. [1]
Keep WITH_SSP support for now since it has been announced as that
already.
- Remove redundant wording in UPDATING [2]
Suggested by: bapt [1]
Reported by: blakkheim on EFNet
With hat: portmgr
Notes:
svn path=/head/; revision=327844
|
|
|
|
|
|
|
|
|
| |
break with /usr/src 'make installworld' due to some of those
Makefiles having WITHOUT_SSP hardcoded in them, causing an error
that both can't be defined.
Notes:
svn path=/head/; revision=327842
|
|
|
|
|
|
|
|
| |
Reviewed by: Ken Reed <kreed002@gmail.com>
Approved by: bapt@
Notes:
svn path=/head/; revision=327707
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.
Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.
[1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup
PR: ports/138228 [2]
Submitted by: jlh (bsd.ssp.mk based on)
Reviewed by: bapt
With hat: portmgr
exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64
Notes:
svn path=/head/; revision=327697
|
|
|
|
|
|
|
| |
Reported by: Terry Kennedy <TERRY@tmk.com> (by email)
Notes:
svn path=/head/; revision=327605
|
|
|
|
| |
Notes:
svn path=/head/; revision=327598
|
|
|
|
|
|
|
| |
Reported by: pgj
Notes:
svn path=/head/; revision=326309
|
|
|
|
| |
Notes:
svn path=/head/; revision=326308
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code)
Notes:
svn path=/head/; revision=326307
|
|
|
|
| |
Notes:
svn path=/head/; revision=325786
|
|
|
|
| |
Notes:
svn path=/head/; revision=325715
|
|
|
|
|
|
|
|
|
| |
- Refine UPDATING instruction
Approved by: mva
Notes:
svn path=/head/; revision=325399
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and lang/python2 and lang/python3. This change brings us closer to the goal
of making Python ports usable with different Python versions at the same
time.
- Add a new lang/python2 port to handle the symlinks for bin/python2,
bin/idle2, bin/pydoc2 and so on.
- Add a new lang/python3 port to handle the symlinks for bin/python3,
bin/idle3, bin/pydoc3 and so on.
- Bump the PORTREVISION on all lang/python* ports.
Notes:
svn path=/head/; revision=324864
|
|
|
|
|
|
|
| |
- Fix some portlint errors.
Notes:
svn path=/head/; revision=324824
|
|
|
|
|
|
|
|
|
| |
- While here remove an EOL white space the caught my eye
Submitted by: Jan Beich <jbeich@tormail.org> [1]
Notes:
svn path=/head/; revision=324676
|
|
|
|
|
|
|
|
|
|
|
| |
to ${DATADIR} since the port provides not a python module and/or library
but an application;
. bump PORTREVISION to all eric4 ports (including i18n ones).
Pointed out by: dbn (at freebsd-python@)
Notes:
svn path=/head/; revision=324295
|
|
|
|
|
|
|
|
|
| |
the full package name including version.
Submitted by: freebsd forums via wblock@
Notes:
svn path=/head/; revision=324192
|
|
|
|
|
|
|
| |
portupgrade options.
Notes:
svn path=/head/; revision=324059
|
|
|
|
|
|
|
| |
Submitted by: wblock@
Notes:
svn path=/head/; revision=324058
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This update updates Glib20 to 2.36 and Gtk+ 3.8
* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
It is replaced by a GIO kqueue implementation developed as part of a NetBSD
GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
prevent creation of / root/.cache dir. Defaults to build & run depend,
but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
pangox support which was removed from the pango port. Add it to ports still
using pangox API.
Exp-run by: bapt@
PR: ports/178958 [1]
Submitted by: emaste@ [1]
Notes:
svn path=/head/; revision=324037
|
|
|
|
| |
Notes:
svn path=/head/; revision=324000
|
|
|
|
|
|
|
| |
number. Remove trailing blanks at EOL while here.
Notes:
svn path=/head/; revision=323999
|
|
|
|
|
|
|
| |
Submitted by: jgh
Notes:
svn path=/head/; revision=323980
|
|
|
|
| |
Notes:
svn path=/head/; revision=323978
|
|
|
|
|
|
|
|
|
|
|
| |
This is a security release by upstream, and requires configuration changes
in addition to the software update. See UPDATING.
Reviewed by: ports-security (zi, remko)
Approved by: hrs (mentor, ports committer)
Notes:
svn path=/head/; revision=323659
|
|
|
|
|
|
|
| |
conflict with mail/libspf2
Notes:
svn path=/head/; revision=323544
|
|
|
|
| |
Notes:
svn path=/head/; revision=323536
|
|
|
|
| |
Notes:
svn path=/head/; revision=323487
|
|
|
|
|
|
|
| |
japanese/mozc-server.
Notes:
svn path=/head/; revision=323344
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(just replace compression=GZIP with compression=LZO in Options) [1]
- replace rmdir with ${RMDIR} added in previous commit (portlint warning)
- correct bacula UPDATING entry [2]
PR: 178691
Submitted by: Oleg Ginzburg <olevole@olevole.ru> [1]
Reported by: kwm [2]
Approved by: Dan Langille <dan.langille@gmail.com> (maintainer, by mail)
Notes:
svn path=/head/; revision=323281
|
|
|
|
| |
Notes:
svn path=/head/; revision=323276
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- bump PORTREVISION
- add UPDATING entry
- add an option to enable python support (both client and server
need to be rebuilt with this)
Dan's submission is based on:
PR: 170882
Submitted by: Michael Carlson <mike@bayphoto.com>
PR: 171818
Submitted by: Florian Ermisch <floh.edo@googlemail.com>
PR: 177331
Submitted by: Dan Langille <dan@langille.org> (maintainer)
Notes:
svn path=/head/; revision=323275
|
|
|
|
|
|
|
| |
port, not the package.
Notes:
svn path=/head/; revision=323257
|
|
|
|
|
|
|
|
|
|
| |
option defaults to yes during interactive installation, and the crontab
file is not installed during non-interactive installation.
Requested by: espen@tagestad.no (via email)
Notes:
svn path=/head/; revision=323256
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 2.2.1
- Copy old version to www/zend-framework1
- Chase mail/squirrelmail-postfixadmin-plugin dependency
- Take maintainership
If you wish to stay with the older version run:
# portmaster -o www/zend-framework1 www/zend-framework
or
# portupgrade -fo www/zend-framework1 www/zend-framework
or
# pkg set -o www/zend-framework:www/zend-framework1
PR: ports/179689
Submitted by: wg (myself)
Approved by: maintainer
Notes:
svn path=/head/; revision=323238
|
|
|
|
|
|
|
| |
by adding a trailing backslash-asterisk "\*".
Notes:
svn path=/head/; revision=323018
|
|
|
|
|
|
|
|
|
|
| |
Trim headers, update to new USES, remove obsolete Qt3 bindings.
Add new gtk3 avahi library. Misc cleanups.
Obtained from: GNOME devel repo
Notes:
svn path=/head/; revision=323006
|
|
|
|
|
|
|
|
|
| |
PR: ports/179812
Submitted by: mat
Approved by: maintainer
Notes:
svn path=/head/; revision=322766
|
|
|
|
|
|
|
| |
Approved by: bdrewery
Notes:
svn path=/head/; revision=322732
|
|
|
|
|
|
|
|
|
| |
- Preserve configuration files for future updates
- Add post-install script and UPDATING entry to help upgrading from
previous version
Notes:
svn path=/head/; revision=322446
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
apr-1.4.6 -> apr-1.4.8
apr-util-1.4.1 -> apr-util-1.5.2
- add support for NSS crypto driver (apr-util)
Changes URL's:
http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?view=markup
http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/CHANGES?view=markup
http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/CHANGES?view=markup
Thanks to tijl@ for sending patches to the apache@ list.
http://lists.freebsd.org/pipermail/freebsd-apache/2013-June/003172.html
with hat apache@
Notes:
svn path=/head/; revision=322367
|