| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Bump textproc/ibus and update pkg-plist there because the cldr-emoji-annotation change induces the plist change.
Reported by: portscout
Notes:
svn path=/head/; revision=494467
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
Notes:
svn path=/head/; revision=487272
|
|
|
|
| |
Notes:
svn path=/head/; revision=484999
|
|
|
|
| |
Notes:
svn path=/head/; revision=481020
|
|
|
|
| |
Notes:
svn path=/head/; revision=481010
|
|
|
|
|
|
|
|
|
|
|
| |
Release notes at
https://github.com/ibus/ibus/releases/tag/1.5.18
PR: 229053
Approved by: maintainer
Notes:
svn path=/head/; revision=480377
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
Notes:
svn path=/head/; revision=475857
|
|
|
|
|
|
|
|
|
| |
Bump textproc/ibus: plist changed there.
Reported by: portscout
Notes:
svn path=/head/; revision=474138
|
|
|
|
| |
Notes:
svn path=/head/; revision=464623
|
|
|
|
|
|
|
|
| |
PR: 225752
Submitted by: Yasuhiro KIMURA
Notes:
svn path=/head/; revision=462307
|
|
|
|
|
|
|
|
|
|
| |
PR: 223549
Submitted by: yuri
Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13354
Notes:
svn path=/head/; revision=455422
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
Notes:
svn path=/head/; revision=455210
|
|
|
|
|
|
|
|
|
|
|
|
| |
- remove textproc/ibus-m17n from the list (removed port)
- remove the reference to Python 2.5.
PR: 222294
Submitted by: /me
Approved by: maintainer (Henry Hu)
Notes:
svn path=/head/; revision=449907
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
Notes:
svn path=/head/; revision=449591
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
r431187 stopped using a non-default path for dbus's machine-id file, so the sed
call here is unnecessary and produces warnings at runtime:
IBUS-WARNING **: Unable to load /var/db/dbus/machine-id: Failed to open file
'/var/db/dbus/machine-id': No such file or directory
PR: 218812
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com>
Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
MFH: 2017Q2
Notes:
svn path=/head/; revision=439799
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
Notes:
svn path=/head/; revision=437439
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add EMOJI option
- Convert to USES localbase
- Use more option helpers
PR: 216991
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Approved by: maintainer
Notes:
svn path=/head/; revision=434850
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=427548
|
|
|
|
|
|
|
|
|
|
|
|
| |
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Notes:
svn path=/head/; revision=426566
|
|
|
|
|
|
|
|
|
| |
by default anyway and don't need to be listed
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415742
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=415503
|
|
|
|
|
|
|
|
|
| |
PR: 208202
Submitted by: Hiroo Ono <hiroo.ono+freebsd@gmail.com>
Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=414411
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
| |
Notes:
svn path=/head/; revision=397909
|
|
|
|
|
|
|
|
|
| |
PR: ports/203028
Approved by: maintainer (Henry Hu)
MFH: 2015Q3
Notes:
svn path=/head/; revision=397477
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/
Upgrade instructions for port users:
Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 201980
Notes:
svn path=/head/; revision=393607
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Drop ISOCODES option - the port will not configure without it.
- Fix build with GTK3 without XIM selected.
- Mark port as BROKEN when VALA is selected and GINTRO is not.
- Regenerate patch.
PR: 201511
Submitted by: s3erios@gmail.com
Notes:
svn path=/head/; revision=392219
|
|
|
|
|
|
|
|
| |
PR: 200110
Submitted by: henry.hu.sh@gmail.com (maintainer)
Notes:
svn path=/head/; revision=386344
|
|
|
|
|
|
|
|
| |
PR: 199016
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=385290
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=383811
|
|
|
|
|
|
|
|
|
|
| |
PR: 197580
Submitted by: shun <shun.fbsd.pr@dropcut.net>
Approved by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Approved by: mentors (implicit)
Notes:
svn path=/head/; revision=378949
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For changes see
https://github.com/ibus/ibus/commits/master
This also fixes the build problem reported by martin.dieringer@gmx.de.
PR: 195219
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=378669
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This knob was turned on for all version of FreeBSD in r369875
(2014-10-03) and officially deprecated. Since then, it was gradually
removed from many ports when they needed an update.
x11-servers/xorg-server was the last major user of this knob. The port
was updated to xserver 1.14 in r374982 (2014-12-19). The update got rid
of the knob, clearing the path to the final removal.
This commit changes ports who were checking for WITH_NEW_XORG and remove
its handling from bsd.port.mk.
While here, two sanity checks are added to warn user about WITH_KMS and
WITH_NEW_XORG which have no effect now.
Differential Revision: https://reviews.freebsd.org/D1351
Reviewed by: antoine, bapt, kwm
Approved by: portmgr (antoine, bapt), kwm
Notes:
svn path=/head/; revision=375286
|
|
|
|
|
|
|
| |
With hat: python@
Notes:
svn path=/head/; revision=374183
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.
Upgrade instructions:
Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center
For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3
For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3
We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.
The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.
Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.
This update was also made possible by:
Joe Maloney
Kris Moore
Beeblebrox
Ryan Lortie
Antoine Jacoutot
and everyone I missed
Notes:
svn path=/head/; revision=372768
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This port failed to build with poudriere bulk -t because the directories
it tried to remove were considered part of MTREE (but its seems they only
belonged to dependencies to me).
Remove the entries from pkg-plist so it builds cleanly, but don't bother
to revbump because there's no practical change to the package.
Just Fix It.
Notes:
svn path=/head/; revision=365351
|
|
|
|
|
|
|
| |
Approved by: portmgr (blanket)
Notes:
svn path=/head/; revision=360404
|
|
|
|
|
|
|
|
|
| |
- INSTALL_TARGET=install-strip
- Add CPPFLAGS and LIBS to fix problem with DATADIRNAME
- Rename DOC option to DOCS and install documentation in standard location
Notes:
svn path=/head/; revision=360373
|
|
|
|
|
|
|
|
| |
Reported by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Pointyhat to: culot@
Notes:
svn path=/head/; revision=347935
|
|
|
|
|
|
|
|
|
|
| |
- Pet portlint(1) by changing spaces into tabs in Makefile
PR: ports/187209 [1]
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=347866
|
|
|
|
|
|
|
|
|
|
|
|
| |
immodules.cache. gtk-query-immodules-2.0 has a new option,
--update-cache that does what we want too.
Use this new option.
While here, add stage support to non slave ports
Reviewed by: kwm (immodules part)
Notes:
svn path=/head/; revision=338683
|
|
|
|
|
|
|
|
|
| |
the mtree (categories starting with [st])
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331274
|
|
|
|
|
|
|
|
| |
PR: ports/182526
Approved by: Henry Hu (maintainer)
Notes:
svn path=/head/; revision=329135
|
|
|
|
|
|
|
| |
textproc)
Notes:
svn path=/head/; revision=327773
|
|
|
|
| |
Notes:
svn path=/head/; revision=326132
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with pkg
- Consistently use full path when running gtk-query-immodules as the path
is embedded in output (we prefer reproducible output)
This fixes leftovers reported by poudriere
====>> Files or directories modified:
etc/gtk-2.0/gtk.immodules
PR: ports/179230
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=321140
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316464
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add patch from upstream to fix build [2]
- Convert to optionsNG, add NLS option
- Remove unnecessary bsd.port.{pre,post}.mk includes
- Remove unnecessary CPPFLAGS
PR: ports/169728 [1]
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Obtained from: https://github.com/phuang/ibus/commit/3862735 [2]
Approved by: flo (mentor)
Notes:
svn path=/head/; revision=300994
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|