1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

9608 Commits

Author SHA1 Message Date
Jose Alonso Cardenas Marquez
7cb8ef83c8 - Respect Makefile porting order 2018-08-10 08:18:27 +00:00
Jose Alonso Cardenas Marquez
fa63f4a518 - Update to 0.8.8 2018-08-10 08:15:20 +00:00
Jan Beich
0b055d47f2 devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
2018-08-09 06:58:30 +00:00
Yuri Victorovich
a491020a4a editors/ecrire: Update 0.3.1-83 -> 0.3.2
Reported by:	portscout
2018-08-08 23:09:46 +00:00
Jose Alonso Cardenas Marquez
54b26d6b1d - Move flavor helpers to right place
Suggested by:	mat
2018-08-07 07:44:47 +00:00
Jose Alonso Cardenas Marquez
f3c3dafa56 - New port: editors/picpas
PicPas is a Pascal compiler, written in Lazarus, which generates executable
code for midrange PIC microcontrollers (the 16F series).

WWW: https://github.com/t-edson/PicPas

Differential Revision:	https://reviews.freebsd.org/D15242
2018-08-07 07:06:04 +00:00
Tobias Kortkamp
dfeb819ae5 New port: editors/ghostwriter
Ghostwriter is a text editor for Markdown.  It provides a relaxing,
distraction-free writing environment, whether your masterpiece is
that next blog post, your school paper, or your NaNoWriMo novel.

Create your own custom themes, write in fullscreen mode, or use
focus mode to concentrate on just one or more lines.  A live HTML
preview allows you to view the final formatting as you type.

WWW: http://wereturtle.github.io/ghostwriter/
2018-08-03 06:58:31 +00:00
Yuri Victorovich
1062fc50fe New port: editors/ecrire: EFL (Enlightenment) graphical text editor 2018-08-02 17:03:51 +00:00
Adam Weinberger
65bc366822 Update vim to patchlevel 231
Also, add a patch[1] to recognize the UseBlacklist command in sshd_config.

PR:		230074 [1]
Submitted by:	Samy Mahmoudi
2018-08-01 16:51:31 +00:00
Niclas Zeising
15dac70c75 Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto.  This update
tracks that change.

* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
  bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
  instead depend on xorgproto.  Bump portrevision.
* Delete the old *proto packages, update MOVED.

PR:		230023
Submitted by:	zeising
Approved by:	portmgr (antoine)
exp-run by:	antoine
2018-07-31 18:41:30 +00:00
Jan Beich
72d04fef6e editors/libreoffice: rebuild after r475856
PR:		222542
Reported by:	Walter Schwarzenfeld
2018-07-30 22:43:32 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
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
2018-07-29 22:18:44 +00:00
Tobias Kortkamp
898c0cbbee editors/zoinks: Fix build with Clang 6
TFWCursors.cpp:32:2: error: constant expression evaluates to 128 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
        0x80, 0x00,
        ^~~~

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/zoinks-0.4.1_2.log

- While here add missing dependencies and LICENSE_FILE
2018-07-28 06:23:54 +00:00
Adam Weinberger
fbdb55bb7f Teach the syntax highlighter about the UseBlacklist command in sshd_config
PR:		230074
Submitted by:	Samy Mahmoudi
2018-07-27 12:45:29 +00:00
Steve Wills
deab5383e2 editors/with-editor: Update to 2.7.4
PR:		230075
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2018-07-27 10:53:29 +00:00
Fernando Apesteguía
4d4db978e3 editors/focuswriter: Update to 1.6.15
PR:	229933
Submitted by:	lightside@gmx.com
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16392
2018-07-22 19:41:58 +00:00
Fernando Apesteguía
9f307bc6e4 graphics/opencollada: update to 1.6.63
Bump PORTREVISION for dependent ports

Reported by:	portscout
Approved by:	tcberner (mentor)
Differential Revision:	 https://reviews.freebsd.org/D16353
2018-07-22 10:15:30 +00:00
Adam Weinberger
1c6370e606 Update neovim to 0.3.1
FEATURES:
  man.vim: C highlighting for EXAMPLES section
  TUI: urxvt: also send xterm focus-reporting seqs
  API: emit nvim_buf_lines_event from :terminal
  fillchars: Add "eob" flag

FIXES:
  startup: avoid blank stdin buffer if other files were opened
  Only waitpid() for processes that we care about
  Check all child processes for exit in SIGCHLD handler
  channel.c: Prevent channel_destroy_early() from freeing uninitialized rpc stuff
  transstr_buf: fix length comparison
  TUI: Fix standout mode
  man.vim: fix for mandoc
  provider/node: npm --loglevel silent
  API: nvim_win_set_cursor: set curswant
  checkhealth: Python: fix VIRTUAL_ENV check
  checkhealth: node.js: also search yarn

CHANGES:
  defaults: shortmess+=F
  highlight: high-priority CursorLine if fg is set.
  terminal: handle &confirm and :confirm on unloading
  screen: truncate showmode messages
  buffer: fix copying :setlocal options
  Ex mode: always "improved" (gQ)
  options: remove 'maxcombine` option (always 6)

INTERNAL:
  screen: use UTF-8 representation
2018-07-18 13:40:15 +00:00
Ashish SHUKLA
575303209a - Update to git snapshot 9593108 2018-07-16 16:26:38 +00:00
Tobias C. Berner
73fc733977 Update KDE Applications to 18.04.3 2018-07-13 17:41:56 +00:00
Steve Wills
7e61e6926d editors/focuswriter: update to 1.6.14
PR:		229584
Submitted by:	lightside <lightside@gmx.com> (maintainer)
2018-07-08 15:15:24 +00:00
Danilo Egea Gondolfo
19e557db2a - Set PORTSCOUT=ignore for now 2018-07-07 19:57:40 +00:00
Tobias Kortkamp
bc2eb4b4da editors/joe: Update to 4.6
PR:		228761
Submitted by:	wen
Approved by:	juergen.gotteswinter@googlemail.com (maintainer timeout, 1 month)
2018-07-07 14:35:51 +00:00
Danilo Egea Gondolfo
b8af6f29bd - Update to 45.0.2
- Use github
2018-07-05 16:28:34 +00:00
Adam Weinberger
229bb4e27c Update vim to patchlevel 139 2018-07-02 21:59:03 +00:00
Yuri Victorovich
0b57df9a21 print/libotf: Update 0.9.13 -> 0.9.16
Port changes:
* Add LICENSE/LICENSE_FILE
* Add to USE_XORG
* Remove CPPFLAGS

PR:		228647
Submitted by:	thierry
Approved by:	nikola.lecic@anthesphoria.net (maintainer's timeout; 30 days)
2018-07-02 06:27:48 +00:00
Jan Beich
3beb732dad devel/icu: update to 62.1
Changes:	http://site.icu-project.org/download/62
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		229359
Exp-run by:	antoine (only 10.4)
2018-06-29 14:22:11 +00:00
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00
Li-Wen Hsu
f45fbba263 - Update to 6.0.5 2018-06-26 16:30:49 +00:00
Rene Ladan
9a7bad0743 editors/morla: mark BROKEN if the XULRUNNER option is chosen 2018-06-23 10:36:36 +00:00
Danilo Egea Gondolfo
0d12f1c5d4 - Update to 0.50.3
PR:		227981
Submitted by:	danilo
Approved by:	maintainer timeout (gnome, 1 month)
2018-06-22 17:18:45 +00:00
Tobias C. Berner
60539b7275 multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14632
2018-06-21 16:52:09 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Mark Linimon
efc62e6bcd Adjust USES to fix builds on gcc-based architectures.
While here, pet portlint.

Tested for no regression on amd64.

Approved by:	portmgr (tier-2 blanket)
2018-06-18 19:03:03 +00:00
Mark Linimon
836c2938d1 Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.

Approved by:	portmgr (tier-2 blanket)
2018-06-18 03:49:09 +00:00
Steve Wills
2daed13623 editors/nvi-m17n: fix CJK display problem
PR:		220013
Submitted by:	Satoshi TOMIOKA <tomioka.satoshi.ml@gmail.com>
Reported by:	Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org>
2018-06-16 22:47:21 +00:00
Jose Alonso Cardenas Marquez
989af508f7 - Fix build
Reported by:	pkg-fallout
2018-06-15 18:15:28 +00:00
Steve Wills
197e59c914 editors/jucipp: update to 1.4.4
PR:		228841
Submitted by:	Mohammad S. Babaei <info@babaei.net>
2018-06-14 22:55:37 +00:00
Dmitry Marakasov
4797788827 - Remove always true OSVERSION condition
Approved by:	portmgr blanket
2018-06-13 12:26:53 +00:00
Joseph Mingrone
bf06ecfc29 editors/emacs-devel: Restore configure patch to accept base makeinfo
The configure patch was removed in r472261, because I incorrectly thought
/usr/bin/makeinfo had been removed from base in 10.4.

Pointy-hat: jrm
2018-06-13 02:23:30 +00:00
Joseph Mingrone
b672dbca9c Emacs ports: Improve consistency between the two Emacs ports and...
- [1] Do not link liblockfile when MAILUTILS option is off.  Users who want
  mail functionality should turn on the MAILUTILS option.  See PR 227799.

- [2] Create a link under exec_directory pointing to
  ${PREFIX}/bin/movemail.  See upstream bug https://bugs.gnu.org/31737 and
  PR 228833.

- Based on user feedback, change the package name for the nox flavor of
  editors/emacs-devel from emacs-devel_nox to emacs-devel-nox.  The
  original motivation for naming the package emacs-devel_nox was so that
  PKGNAMESUFFIX would match the flavor names for USES=emacs ports and
  flavor names cannot contain '-'.

- Remove patches that are no longer necessary.  The patch
  emacs-devel/files/patch-configure.ac is no longer necessary because 10.3,
  which included an old version of texinfo in base, is EOL.  The lldb-gud
  patch is no longer necessary because the LLDB option has been removed.

- Update editors/emacs-devel to a newer commit on the upstream master
  branch.

- Customize COMMENT for nox flavor of editors/emacs-devel.

PR:		227799 [1], 228833 [2]
Submitted by:	yasu@utahime.org [1], bengta@sics.se [2]
Approved by:	ashish
Differential Revision:	https://reviews.freebsd.org/D15728
2018-06-12 16:03:56 +00:00
Don Lewis
5183d6d6ee Upgrade to Apache OpenOffice trunk SVN revsion r1833124. This includes
the bug fix in extra-patch-align16 needed for amd64. [1]

Instead of symlinking the directory containing the OpenOffice .desktop
files under $PREFIX/share/applications, symlink the individual .desktop
files.  This is what upstream does on Linux and what LibreOffice does
as well.  The Plasma 5 desktop ignores symlinks to directories when it
is scanning for .desktop files.

PR:		228030 [1]
Reported by:	kan
2018-06-12 04:00:07 +00:00
Don Lewis
32aa25d3bc Instead of symlinking the directory containing the OpenOffice .desktop
files under $PREFIX/share/applications, symlink the individual .desktop
files.  This is what upstream does on Linux and what LibreOffice does
as well.  The Plasma 5 desktop ignores symlinks to directories when it
is scanning for .desktop files.

PR:		228030
Reported by:	kan@FreeBSD.org
2018-06-12 03:55:02 +00:00
Adam Weinberger
30d4669e52 Update neovim to 0.3.0
Changes: 44c6deb91a
2018-06-11 17:28:46 +00:00
Fernando Apesteguía
364c800fc2 editors/texstudio: update to 2.12.8
* USE_GITHUB since this release is only in GH and not in SF
* Add LICENSE according to project's site (no license file is provided)
* Use DISTVERSION instead of PORTVERSION
* Flavorize port and make qt5 default (as in the previous version)

PR:	227097
Reported by:	lebarondemerde@privacychain.ch
Approved by:	tcberner (mentor), portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D15023
2018-06-11 17:25:11 +00:00
MANTANI Nobutaka
0e9ee35bf1 * Change lisp directory from EMACS_SITE_LISPDIR to EMACS_VERSION_SITE_LISPDIR.
* Remove unnecessary @rmtry from pkg-plist.
* Bump PORTREVISION because of plist change.

PR:		228721
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2018-06-10 14:29:44 +00:00
MANTANI Nobutaka
1acf47cf72 * Change lisp directory from EMACS_SITE_LISPDIR to EMACS_VERSION_SITE_LISPDIR.
* Bump PORTREVISION because of plist change.

PR:		228720
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2018-06-10 14:27:53 +00:00
MANTANI Nobutaka
20a1d46824 * Change lisp directory from EMACS_SITE_LISPDIR to EMACS_VERSION_SITE_LISPDIR.
* Bump PORTREVISION because of plist change.

PR:		228719
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2018-06-10 14:24:11 +00:00
Tobias C. Berner
880f6c87cc Update KDE Applications to 18.04.2 2018-06-10 10:39:35 +00:00
Steve Wills
4298e83631 editors/linux-sublime3: update to build 3176
PR:		228445
Submitted by:	Pedro F. Giffuni <pfg@FreeBSD.org>
Approved by:	maintainer timeout (miguelmclara@gmail.com, > 2 weeks)
2018-06-09 21:38:38 +00:00