Commit graph

8722 commits

Author SHA1 Message Date
Olivier Duchateau
77baf16166 - Update to 3.16.1
- Add LICENSE
- Sort USES
- Add NLS option
2015-08-09 05:50:59 +00:00
Don Lewis
40b3f748c2 Update to SVN revision 1694132, which contains some changes to aid
building with gcc from ports on FreeBSD.  Remove the REINPLACE_CMD
patches in the ports Makefile and $FBSD_LDFLAGS from do-build that
are no longer needed for building with gcc in the general case.

Add a patch to disable optimization when compiling one source file
with base clang 3.4 on FreeBSD 10 amd64 to avoid tripping on a compiler
code generation bug.  This allows us to build with base clang on
FreeBSD 10 amd64 instead of using the clang35 port.

Fine tune compiler optimization flags when using clang 3.6 on FreeBSD 11
i386 or gcc 4.9 instead of totally disabling optimization.  Unbreak
the build with gcc 4.9 on amd64.

A few Makefile cleanups without functional change:

  * Combine two .if ${ARCH} == amd64 sections of Makefile

  * Merge the pre-configure target into post-extract

  * Simplify the code in the do-build target

Approved by:	mat (mentor, implicit)
2015-08-06 22:40:00 +00:00
Koop Mast
d129587b5d The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
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
2015-08-05 19:13:24 +00:00
Don Lewis
999d09cef6 Various build updates from openoffice-devel (primarily r382334 and
r391960):

  * patch-i118574 no longer seems necessary for a clean build

  * Regnerate patch-i114430 with make makepatch

  * Build using boost from ports instead of the bundled boost

  * Build using silgraphite from ports instead of the bundled version

  * Add missing LIB_DEPENDS that are brought in by other dependencies,
    but are directly linked as requested by pkgconfig/*.pc

  * Build using sane and xrender headers from ports instead of bundled
    headers

  * Update LICENSE* to account for bundled software

  * Reformat pkg-message and mention that the scanner interface can be
    enabled by installing sane-backends

  * Pet portlint

Update patch-bridges*, patch-freebsd.mk, patch-jpeg, patch-nss, patch-sal,
patch-set_soenv.in, patch-unxfbsd.mk, and patch-webdav to the versions
accepted upstream, regenerated with make makepatch.

Regenerate patch-CVE-2015-1774 with make makepatch.

Approved by:	mat (mentor, implicit)
2015-08-04 22:13:33 +00:00
Koop Mast
2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +00:00
Koop Mast
757724fd75 Update poppler to 0.34.0. [1]
Chase all users of shlib version change of libpoppler.so.

PR:		201477 [1]
Submitted by:	olivierd@ [1]
2015-08-02 16:06:16 +00:00
Dmitry Marakasov
6cc84cfeb3 - Update to 2.9.4
PR:		201092
Submitted by:	sergey.v.brunov@gmail.com
Approved by:	maintainer timeout (abiliojr@gmail.com, 4 weeks)
2015-07-29 16:16:28 +00:00
Wen Heping
aa92a00cc4 - Update to 3.0.1
PR:		201841
Submitted by:	tkato432@yahoo.com
2015-07-29 12:38:53 +00:00
Koop Mast
b18513c396 Update MATE DE to 1.10.0.
This MATE is still build agains GTK+2.
Sort USES here and there.
Replace mate-dialogs with zenity and mate-calc with galculator.

This update fixes the following PR's:
PR:		193942, 191885
Submitted by:	Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo
Obtained from:	gnome devel repo.
2015-07-27 20:19:33 +00:00
Alexey Dokuchaev
856105bda2 - Fix four cases of an obvious typo: LICENSE_FILES -> LICENSE_FILE
- While here: move knobs to their expected location, remove useless check
  for ${PORT_OPTIONS:MDOCS} when installing documentation, standardize
  Makefile headers
2015-07-25 15:06:48 +00:00
Alex Kozlov
cb2472596d - Fix typo: ONLY_FOR_ARCH -> ONLY_FOR_ARCHS
Approved by: bapt (manintainer), office (bapt)
2015-07-25 10:53:11 +00:00
Sunpoet Po-Chuan Hsieh
153639e690 - Update to 7.4.796
Changes:	https://github.com/vim/vim/commits/master
2015-07-25 07:40:31 +00:00
Koop Mast
68f883edfc Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl

PR:		201201 (exp-run)
Approved by:	portmgr (mat@)
Exp run by:	antione@ (previous patch)
Differential Revision:	https://reviews.freebsd.org/D2938
2015-07-16 20:53:28 +00:00
Dmitry Marakasov
a0f7fe5d51 - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-07-16 02:37:40 +00:00
Baptiste Daroussin
18c0652534 The lazarus GTK1 interface has been discontinued upstream:
http://wiki.lazarus.freepascal.org/GTK1_Interface
2015-07-14 20:16:29 +00:00
Don Lewis
8f77e148d9 Upgrade to upstream SVN revision 1689959.
patch-jpeg and patch-nss have been upstreamed and are no longer needed.

patch-i118574 no longer seems necessary for a clean build.

Regnerate patch-i114430 with make makepatch.

Always build using boost from ports instead of the bundled boost, updating
the BUILD_DEPENDS with the header that configure looks for.

Add missing LIB_DEPENDS that are brought in by other dependencies, but are
directly linked as requested by pkgconfig/*.pc.

Build using sane and xrender headers from ports instead of bundled headers.

Update LICENSE* to account for bundled software.

Reformat pkg-message and mention that the scanner interface can be enabled
by installing sane-backends.

Pet portlint.

Reviewed by:	pfg
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D3064
2015-07-13 21:03:26 +00:00
Dmitry Marakasov
398b421be4 - Update to 1.2.1.3
PR:		201479
Submitted by:	jjuanino@gmail.com
2015-07-12 22:27:53 +00:00
Danilo Egea Gondolfo
5df1f4ad14 - Update to 2.4.2 2015-07-12 18:36:02 +00:00
Sunpoet Po-Chuan Hsieh
5069f17afd - Update to 7.4.778
Changes:	https://github.com/vim/vim/commits/master
2015-07-12 16:06:45 +00:00
Olivier Duchateau
4737f94818 - Add patches in order to fix warnings, when color scheme is not defined
- Bump PORTREVISION

PR:		199181
Reported by:	<admin@vladiom.com.ua>
Obtained from:	Xfce upstream repository
2015-07-11 06:02:20 +00:00
Olivier Duchateau
638449fd1f Vanubi is an Emacs-like editor implemented in Vala. It is designed to be
simple, complete, keyboard based, and implement only what users really
use and expect.

WWW: http://vanubi.github.io/vanubi/
2015-07-08 17:20:09 +00:00
Sunpoet Po-Chuan Hsieh
57769ab34b - Convert to new option target helper 2015-07-06 17:46:30 +00:00
Dmitry Marakasov
1422424189 - Clarify LICENSE
- Add LICENSE_FILE
2015-07-04 20:03:17 +00:00
Sunpoet Po-Chuan Hsieh
4a0876d3df - Update to 7.4.764
Changes:	https://github.com/vim/vim/commits/master
2015-07-04 16:16:21 +00:00
Jung-uk Kim
a690672248 editors/calligra still requires libwps 0.2.x. Resurrect the old version. 2015-07-03 08:04:29 +00:00
Jason Helfman
441e4580cb - address not being able to turn off NLS correctly
Submitted by:	jkim@
2015-07-01 19:08:59 +00:00
Sunpoet Po-Chuan Hsieh
d192dcee33 - Update to 7.4.764
Changes:	https://github.com/vim/vim/commits/master
2015-07-01 17:45:16 +00:00
Olivier Duchateau
df975d029b - Update to 20150323 snapshot
- Add patches which replace reallocarray by realloc(3)

PR:		200682
Submitted by:	myself
Approved by:	darcsis (maintainer, timeout > 3 weeks)
2015-06-29 16:49:15 +00:00
Adam Weinberger
26f58ed1c0 After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.

Remove all instances of it from perl@ ports.
2015-06-29 15:47:44 +00:00
Antoine Brodin
5210365d1b MAKE_JOBS_SAFE=yes is a nop since july 2013 2015-06-28 15:20:04 +00:00
Dmitry Marakasov
f45d3bfb98 - Mark BROKEN on 9.x:
Wrong type argument: listp, 1328729

Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-25 22:35:19 +00:00
Dmitry Marakasov
5917c35f12 - Update to 3.5.7
PR:		201000
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
2015-06-23 16:01:42 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Sunpoet Po-Chuan Hsieh
d64404d996 - Update to 7.4.752
Changes:	https://github.com/vim/vim/commits/master
2015-06-21 13:54:22 +00:00
Sunpoet Po-Chuan Hsieh
5104ede683 - Use @dir instead of .keepme file
- Bump PORTREVISION for package change
2015-06-21 10:40:29 +00:00
Sunpoet Po-Chuan Hsieh
1f821fe43e - Update to 7.4.748
Changes:	https://github.com/vim/vim/commits/master
2015-06-19 22:06:03 +00:00
Don Lewis
f536135538 Update editors/abiword-docs to the latest upstream release 3.0.1.
PR:		199158
Submitted by:	Ben Woods <woodsb02@gmail.com>
Approved by:	dmat (mentor, implicit)
2015-06-18 22:22:47 +00:00
Don Lewis
138af56b50 Update to 3.0.1, see <http://abisource.org/release-notes/3.0.1.phtml>.
Add new Abiword collaboration backends for Telepathy and SIP as options.

Fix improper handling of COLLAB options group.

Get rid of improper unconditional dependency on converters/psiconv.

Fix build with gcc.

Portlint cleanup.

PR:		199156
PR:		195452
PR:		199544
PR:		193318
Submitted by:	Ben Woods <woodsb02@gmail.com>
Approved by:	mat (mentor, implicit)
2015-06-18 22:20:25 +00:00
Ruslan Makhmatkhanov
bd4c91acb4 editors/zim: move to deskutils
Zim is more than just editor, it's desktop wiki system with rich text
capabilities, so it's more appropriate to move it deskutils category.
2015-06-18 18:58:44 +00:00
Ruslan Makhmatkhanov
c1a20c43d2 editors/zim: update to 0.63
The major addition in this release is the awesome table support.
See changelog for full changes:
https://lists.launchpad.net/zim-wiki/msg03436.html
2015-06-18 06:39:57 +00:00
Dmitry Marakasov
6313b742d8 - Mark BROKEN on < 10.x:
/usr/local/include/wx-3.0/wx/strvararg.h:25:27: error: type_traits: No such file or directory
2015-06-16 22:59:00 +00:00
Sunpoet Po-Chuan Hsieh
b1cbc26f4f - Use tag instead of commit hash
PR:		200898
Submitted by:	mat
2015-06-16 13:03:46 +00:00
Dmitry Marakasov
8163e4c0c7 - Add LICENSE_FILE
- Strip binaries
2015-06-16 02:17:04 +00:00
Jose Alonso Cardenas Marquez
324dbdf832 - Fix lazbuild tool 2015-06-15 09:09:51 +00:00
Jose Alonso Cardenas Marquez
788444715a - Update to 1.4.0 2015-06-15 08:04:25 +00:00
Sunpoet Po-Chuan Hsieh
ebd95eeb50 - Update to 7.4.738
- Add PORTSCOUT

Changes:	https://github.com/vim/vim/commits/master
2015-06-14 09:18:40 +00:00
Sunpoet Po-Chuan Hsieh
8f801de2bd - Use DISTVERSIONSUFFIX instead of DISTFILES
- Add my LOCAL to MASTER_SITES
- Simplify WRKSRC
- Use USES=tar:tgz
- Regenerate patch file with makepatch:
- Reformat pkg-descr
- Take maintainership
2015-06-13 13:52:15 +00:00
Johan van Selst
bf6ec0b3a4 Copied distfile to my own site to make it fetchable again
Thanks to Julian H. Stacey for the copy
2015-06-13 09:10:05 +00:00
Erwin Lansing
559561ed8f Reset maintainership for obrien
Approved by:	portmgr
2015-06-12 21:17:43 +00:00
Koop Mast
7cef57ebd9 * Split off the python bindings from the main libpeas port.
* This allows use to supply both python bindings. Update libpeas using
  ports for this change.
* Assign maintainership to gnome@

Obtained from:	GNOME devel repo
2015-06-12 15:14:18 +00:00
Rene Ladan
4b1dfcbab2 Remove expired ports:
2015-05-10 databases/postgresql84-client: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-contrib: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-docs: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-plperl: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-plpython: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-pltcl: "EOL was reached in July 2014"
2015-06-02 deskutils/deskbar-applet: Broken since update to gnome3
2015-06-02 deskutils/gimmie: Broken since update to gnome3
2015-06-02 deskutils/glipper: Broken since update to gnome3
2015-06-02 deskutils/gnochm: Broken since update to gnome3
2015-06-02 deskutils/hamster-applet: Broken since update to gnome3
2015-06-02 deskutils/kupfer: Broken since update to gnome3
2015-06-02 deskutils/ontv: Broken since update to gnome3
2015-06-02 deskutils/timer-applet: Broken since update to gnome3
2015-06-02 editors/scribes: Broken since update to gnome3
2015-06-09 games/gweled: Broken since update to gnome3
2015-06-02 games/py-pychess: Broken since update to gnome3
2015-06-08 graphics/gqview: Unmaintained upstream, preferences dialog broken, use graphics/geeqie fork
2015-05-31 lang/gcc47-aux: GCC 4.7 branch closed June 2014, move to lang/gcc-aux
2015-06-02 multimedia/arista: Broken since update to gnome3
2015-06-02 net/service-discovery-applet: Broken since update to gnome3
2015-06-05 net/shaperprobe: broken with no known fix (PR 197327)
2015-06-02 print/gnome-specimen: Broken since update to gnome3
2015-06-01 x11-themes/gtk-aqualightblue-theme: Upstream disappeared
2015-06-01 x11-themes/gtk-flat-theme2: Upstream disappeared
2015-06-10 16:44:36 +00:00
Dmitry Marakasov
7d822cb685 - Fix shebangs
MFH:		2015Q2 (blanket)
2015-06-09 19:45:06 +00:00
Dmitry Marakasov
46b61cc916 - Drop @dirrm* from plist
Approved by:	portmgr blanket
2015-06-07 17:07:10 +00:00
Dmitry Marakasov
ed74854278 - Strip binaries 2015-06-04 12:45:57 +00:00
Dmitry Marakasov
b2639e30ca - Update to 3.5.6
PR:		200531
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
2015-06-02 19:05:10 +00:00
Dmitry Marakasov
92fa008ffa - Add LICENSE_FILE
- Switch to USES=autoreconf
2015-05-29 10:48:12 +00:00
Antoine Brodin
1b85bc9332 Switch PYTHON_REL from a 3 digits number to a 4 digits number to handle
python 2.7.10

Differential Revision:	https://reviews.freebsd.org/D2639
Reviewed by:	sunpoet, mva
2015-05-26 16:47:02 +00:00
Dmitry Marakasov
daf8fec6c3 - Mark BROKEN: does not fetch
===>   e3-2.8,3 depends on file: /usr/local/sbin/pkg - found
Certificate verification failed for /C=US/O=GeoTrust Inc./CN=GeoTrust Global CA
675131468:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s3_clnt.c:1180:
fetch: http://sites.google.com/site/e3editor/Home/e3-2.8.tgz?attredirects=0&d=1: Authentication error
*** Error code 1

Reported by:	pkg-fallout
2015-05-26 12:00:11 +00:00
Antoine Brodin
79702b87cd - Fix configure with mono 4
- Mark BROKEN: Fails to build with mono 4

/usr/local/bin/mono builder/bless-builder.exe Bless -nowarn:0169  -d:ENABLE_UNIX_SPECIFIC
>> Building module Bless.Util...

Unhandled Exception:
System.ComponentModel.Win32Exception: Cannot find the specified file
  at System.Diagnostics.Process.Start_shell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
  at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0
...

Reported by:	pkg-fallout
2015-05-25 14:38:09 +00:00
Mathieu Arnold
6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00
Mathieu Arnold
8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00
John Marino
3495d8e943 Expire 14 gnome ports broken for more than 6 months (remove in 2 weeks)
PR:		199761
Approved by:	maintainer timeout
2015-05-19 16:46:13 +00:00
Dmitry Marakasov
c02cb944ea - Add LICENSE
- Don't cat pkg-message from Makefile
2015-05-19 13:39:40 +00:00
Wen Heping
7a237ef59b - Update to 5.1
PR:		200301
Submitted by:	tkato432@yahoo.com
2015-05-19 08:45:07 +00:00
Sunpoet Po-Chuan Hsieh
a3f8bb3c1c - Update to 7.4.729
Changes:	https://github.com/vim/vim/commits/master
2015-05-16 13:35:10 +00:00
Sunpoet Po-Chuan Hsieh
a8c1affe42 - Fetch distfiles from GitHub
- Bump PORTREVISION for package change

Differential Revision:	https://reviews.freebsd.org/D2520
Submitted by:	feld
2015-05-15 18:04:04 +00:00
Don Lewis
ccb0bd0a41 Do not attempt to override the intent of DISABLE_MAKE_JOBS, which
does not succeed in any case.

The do-build target does not need to use bash, or even an extra
level of shell.

There are two levels of parallelism in the openoffice build framework.
Split MAKE_JOBS_NUMBER between the two levels instead of potentially
running MAKE_JOBS_NUMBER^2 compilations in parallel.

PR:		199930
Approved by:	mat (mentor, implicit)
2015-05-14 23:07:17 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Dmitry Marakasov
15e4739934 - Add CPE info
Approved by:	portmgr blanket
2015-05-14 07:02:07 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00
Mathieu Arnold
65a99e72a5 Move p5- ports from ports@ to perl@.
With hat:	perl@
Sponsored by:	Absolight
2015-05-11 12:04:18 +00:00
Dmitry Marakasov
809641a694 - Add CPE info
Approved by:	portmgr blanket
2015-05-09 08:28:41 +00:00
Dmitry Marakasov
97a1e0bd2a - Add CPE info
Approved by:	portmgr blanket
2015-05-09 08:28:34 +00:00
Don Lewis
5061ae835b Resurrect the part of patch-i114430 that was not accepted upstream.
Submitted by:	pfg
Approved by:	mat (mentor, implicit)
MFH:		2015Q2
2015-05-08 16:04:20 +00:00
Don Lewis
75ff9b0b81 Add a patch to fix the HWP filter vulnerability documented in
CVE-2015-1774 and
<http://www.openoffice.org/security/cves/CVE-2015-1774.html>

Approved by:	mat (mentor)
MFH:		2015Q2
Security:	b13af778-f4fc-11e4-a95d-ac9e174be3af
Differential Revision:	https://reviews.freebsd.org/D2478
2015-05-08 15:58:38 +00:00
Don Lewis
d83f8f9b98 Upgrade to svn revision r1677314, fixing the HWP filter
vulnerability documented in CVE-2015-1774 and
<http://www.openoffice.org/security/cves/CVE-2015-1774.html>

Differential Revision:	https://reviews.freebsd.org/D2470
Submitted by:	pi
Reviewed by:	pi, pfg
Approved by:	mat (mentor)
MFH:		2015Q2
Security:	b13af778-f4fc-11e4-a95d-ac9e174be3af
2015-05-08 00:07:13 +00:00
Jan Beich
9ded2eba6a editors/ne: update to 2.6 and sync WWW with r358787
Changes:	http://ne.di.unimi.it/CHANGES
2015-05-07 10:04:29 +00:00
Mathieu Arnold
62d98f2dd1 Update ports in the [ef]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:27:43 +00:00
Don Lewis
006ca4d271 Unbreak editors/openoffice-* build when GCONF and GNOMEVFS are disabled
There is a missing dependency on devel/dbus-glib that causes the
openoffice build to fail when the GCONF and GNOMEVFS options are
disabled. When these options are enabled, one of the dependencies
added by these options brings along dbus-glib so the default build
succeeds.

There is a configure knob to control whether or not dbus-glib is
used, so follow the lead of the libreoffice port and rename the
GCONF option to GNOME and bundle both Gconf and DBUS handling under
the GNOME option.

Borrow the MMEDIA option from the libreoffice port and use that to
control the using of gstreamer.

Add a couple of missing p5-* build dependencies.

Add the --enable-gtk, --disable-kde, --disable-kde4 configure flags
so that the port does not try to build with KDE if it is installed
because compilation fails.

USE_AUTOTOOLS=autoconf -> USES=autoreconf:autoconf

PR:		199865
Reported by:	pi
Differential Revision:	https://reviews.freebsd.org/D2441
Reviewed by:	pi, pfg
Approved by:	mat (mentor)
2015-05-05 20:38:33 +00:00
Jan Beich
decefcad97 x11-toolkits/scintilla, editors/scite: update to 3.5.5
- Pet portlint since r383894 by formatting patches with makepatch target

Changes:	http://www.scintilla.org/ScintillaHistory.html
PR:		199565
Submitted by:	lightside <lightside@gmx.com>
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
2015-05-04 11:17:39 +00:00
Antoine Brodin
64dc540dcd Unbreak 2015-05-04 07:16:56 +00:00
Eitan Adler
415737f338 By request, reset maintainership of multiple ports
PR:		199903
Submitted by:	"Chris Petrik" <chris@bsdjunk.com>
2015-05-04 00:33:14 +00:00
Sunpoet Po-Chuan Hsieh
7b368f6d0d - Update to 7.4.712
Changes:	https://code.google.com/p/vim/source/list
2015-05-03 19:35:09 +00:00
Antoine Brodin
cb84c89365 Re-apply r368096 to allow staging as a regular user
Pointy hat:	robak
2015-05-03 17:44:12 +00:00
Antoine Brodin
067313259a Fix some _DEPENDS
Reported by:	STRICT_DEPENDS
2015-05-03 11:32:55 +00:00
Kurt Jaeger
3297bbbd37 editors/libreoffice: fix build, if JAVA is selected
... which needs junit, which was updated because it no longer built,
which caused a new dependency on hamcrest.

PR:		199819
Submitted by:	danilo
Approved by:	just fix it approval
2015-05-03 06:37:10 +00:00
Daniel Eischen
a540b7b836 The source tarball was updated so that building the man page is included
pre-built and no longer requires building from doc files.

Unmark as broken (due to unfetchability).
2015-05-02 15:54:48 +00:00
Dmitry Marakasov
887ca061c2 - Add LICENSE 2015-05-01 20:00:22 +00:00
Jan Beich
adf6e2946d editors/slime: update to 2.13 and convert to USE_GITHUB [1]
PR:		198595
Submitted by:	cheunghonyu@gmail.com
Approved by:	joe@thrallingpenguin.com (maintainer)
Approved by:	portmgr blanket [1]
2015-04-29 06:02:55 +00:00
Bryan Drewery
63408327b0 USES=xfce: Stop overriding MASTER_SITE_SUBDIR.
Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports,
which removes the need to set MASTER_SITE_SUBDIR in any of them.

This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE,
namely sysutils/xfce4-bsdcpufreq-plugin.

With hat:	portmgr
2015-04-28 17:01:46 +00:00
Ashish SHUKLA
c5167c49ba - Chase GNU Emacs updates
PR:		199553
2015-04-27 10:29:27 +00:00
Ashish SHUKLA
2893a8de0c GNU Emacs Updates
editors/emacs:
 - Update to 24.5
 - Remove dependency on GCC for i386 platform, if the bug is fixed
   in the version in use
 - Remove upstreamed diff

editors/emacs-devel:
 - Update to git snapshot def0df01
 - Remove git revision from PORTVERSION, rather encode it in
   DISTNAME
 - Remove dependency on GCC for i386 platform, if the bug is fixed
   in the version in use
 - Fix portlint warnings

Mk/bsd.emacs.mk:
 - Update version number for editors/emacs
 - Remove deprecated block for emacs23

PR:		199553
2015-04-27 10:28:00 +00:00
Jung-uk Kim
cf14c210f1 Update to 4.3.7. 2015-04-25 17:30:29 +00:00
Baptiste Daroussin
25c34fd38f Update icu to 55.1 2015-04-23 21:26:09 +00:00
Mathieu Arnold
abfeacaa87 Fix build with Perl 5.21.0+ (removal of CGI, and Module::Build)
While there, cleanup MASTER_SITES, and remove an empty target.

With hat:	perl@
Sponsored by:	Absolight
2015-04-22 15:46:01 +00:00
John Marino
88302347d4 editors/p5-Padre: unbreak on some platforms
Due to pulling in Wx headers, Padre has to be built with c++11 standard.
Due to current breakage on p5-Wx, this couldn't be tested on FreeBSD 8.
It still builds on FreeBSD 10 and once again on DragonFly.
2015-04-20 10:27:08 +00:00
Grzegorz Blach
45bf4cceb6 Back to the pool.
Currently and in near future I don't have time to be responsible
for any port.
2015-04-16 20:13:43 +00:00
Danilo Egea Gondolfo
bff6b73dd7 - Update to 2.4.1 2015-04-15 15:07:10 +00:00
Tijl Coosemans
074ea5282a converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
  some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
  LIBICONV_PLUG is defined in the iconv test, also switch to external
  gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
  ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
  don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5

Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
  and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
  CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
  dependencies

PR:		199099
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-04-15 08:20:27 +00:00
Dmitry Marakasov
0dbc34fc4f - Add LICENSE_FILE
- Add CPE info
2015-04-08 19:43:40 +00:00
Alexey Dokuchaev
43d7b990a4 Add a port of Shed (Simple Hex Editor).
WWW: https://sourceforge.net/projects/shed/
2015-04-07 14:46:58 +00:00
Alexey Dokuchaev
53f768e355 Reclaim maintainership of ports that I still use regularly, but decided to
relinquish at some point to allow contributions coming more easily (not to
impose hard lock).  These days, there is no reason to yield maintainership
with the more lax rules and general consensus that casual changes do not
necessarily require explicit approval from maintainer prior to commit.

On the other hand, unmaintained ports can give (arguably false) impression
of being unwanted and one step above deprecation, yet these ports are not.

Inspired by:	marino
2015-04-07 13:21:09 +00:00
Thierry Thomas
d97131927f Finally it seems that the base Gcc is sufficient: only -Wtype-limits is
newer and can be removed.

Submitted by:	danfe
2015-04-06 20:00:28 +00:00
Sunpoet Po-Chuan Hsieh
cce3bb5e77 - Update to 7.4.691
Changes:	https://code.google.com/p/vim/source/list
2015-04-06 07:06:19 +00:00
Baptiste Daroussin
71609c1879 Mark as broken unfetchable ports 2015-04-05 22:20:35 +00:00
Daniel Eischen
3f6d62c0fb Update to release 5.6. 2015-04-03 16:47:55 +00:00
Danilo Egea Gondolfo
d8c2d6d123 - Simplify MASTER_SITES
Suggested by:	danfe
2015-04-02 15:52:49 +00:00
Dmitry Marakasov
e0b0b040cc - Strip library 2015-04-02 00:57:52 +00:00
Thierry Thomas
35056b5bed Cannot rely on our outdated in-base Gcc. 2015-04-01 20:35:16 +00:00
Danilo Egea Gondolfo
94e0b4df15 - Update to 41.0.0 2015-04-01 19:44:03 +00:00
Danilo Egea Gondolfo
3bd1a2738f - Update to 2.4.0 [1]
- Add EXAMPLES option

Submitted by:	Leonardo Brondani Schenkel <leonardo@schenkel.net> [1]
2015-04-01 19:34:07 +00:00
Baptiste Daroussin
2803d20c2d Fix fetching 2015-03-30 20:55:29 +00:00
Thierry Thomas
48520c3818 Upgrade to 2015.25.
Changelog at http://towo.net/mined/changes.html#2015.25
2015-03-30 20:40:13 +00:00
Sunpoet Po-Chuan Hsieh
95f7448294 - Add CPE information
PR:		199030
Submitted by:	shun <shun.fbsd.pr@dropcut.net>
2015-03-30 17:58:41 +00:00
Sunpoet Po-Chuan Hsieh
34806c2d90 - Add CPE information
PR:		199029
Submitted by:	shun <shun.fbsd.pr@dropcut.net>
2015-03-30 17:57:48 +00:00
Olivier Duchateau
230c7009b8 Update to 3.14.4 2015-03-30 17:32:58 +00:00
Pawel Pekala
9e83b64b5c - Update to version 3.0.83 [1]
- Fix COMMENT

PR:		198890 [1]
Submitted by:	miguelmclara@gmail.com (maintainer) [1]
2015-03-30 16:07:21 +00:00
Sunpoet Po-Chuan Hsieh
5e9054d244 - Update to 7.4.683
Changes:	https://code.google.com/p/vim/source/list
2015-03-28 19:09:17 +00:00
Sunpoet Po-Chuan Hsieh
d778b0b3dd - Add "let: g:is_posix = 1" to default vimrc
- Bump PORTREVISION for package change

PR:		198728
Submitted by:	<yuri@rawbw.com>
2015-03-28 16:12:11 +00:00
Sunpoet Po-Chuan Hsieh
693bdc7ef3 - Fix ctags pattern
- Bump PORTREVISION for package change

PR:		195966
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
2015-03-28 15:58:45 +00:00
Don Lewis
4a27d4ca83 Update openoffice-4 with applicable changes in openoffice-devel r382334:
* Work around broken build on FreeBSD 11.0-CURRENT i386, which appears
   to be a code generation bug in clang 3.6 when using -Os optimization.

 * Use the dictionaries already installed by ports.

 * Update patch-*.mk patches to versions that were imported upstream.
   They are tuned for clang to use as is, with only some minor
   additional tweaks needed for gcc.

 * Wordsmith pkg-message.

 * Some Makefile cleanups.

Differential Revision:	https://reviews.freebsd.org/D2151
Reviewed by:	pfg
Approved by:	mat (mentor)
2015-03-27 20:22:37 +00:00
Mikhail Teterin
e5b890bf91 Use MASTERDIR's distinfo for chinese/joe so that future upgrades of
editors/joe do not break the slave port.

Deprecate the slave port, because its difference with the master is
too trivial to warrant a separate package.
2015-03-27 18:10:25 +00:00
Mikhail Teterin
cd38cc6a19 Remove man.md from the list of installed files as well. The actual joe.1
man-page is installed anyway, there is no need for this, that I can see.

PR:		198894
2015-03-27 15:45:17 +00:00
Koop Mast
09e627a363 Update the Gnome stack to the latest in the 3.14 series.
Thanks to Gustau Pérez <gustau.perez@gmail.com> for helping to keep thes
   ports updated.

Obtained from:	GNOME dev repo
2015-03-27 09:24:39 +00:00
Don Lewis
22f641b08b Upgrade to apache-openoffice SVN revision 1667428.
Word around broken build on FreeBSD 11.0-CURRENT i386, which appears
to be a code generation bug in clang 3.6 when using -Os optimization.

Build using the ports version of graphics/silgraphite instead of
building an internal copy.

When building with clang, use the ports version of devel/boost-libs
instead of an internal copy.

Use the dictionaries already installed by ports.

Update the patch-bridges and patch-*.mk patches to versions that
will be sent upstream.  The latter are tuned for clang to use as
is, with only some minor additional tweaks needed for gcc.

Nuke patch-webdav because it has been incorporated upstream.

Wordsmith pkg-message.

Various Makefile cleanups.

Differential Revision:	https://reviews.freebsd.org/D2108
Reviewed by:	pfg
Approved by:	mat (mentor)
2015-03-26 18:03:54 +00:00
Mikhail Teterin
a9c78c248e Fix packing list again. Take pointy hat and go contemplate for a while.
Submitted by:	Herbert J. Skuhra
2015-03-25 15:14:53 +00:00
Mikhail Teterin
b0fab72aa1 Fix packing list for people with the DOCS-option enabled.
Reported by:	Herve Commowick
2015-03-25 14:05:04 +00:00
Pawel Pekala
4690023737 Update to version 5.2.9
PR:		198756
Submitted by:	Anton Tornqvist <antont@inbox.lv>
2015-03-24 21:40:47 +00:00
John Marino
0ae327316b 3 ports categories: Remove $PTHREAD_LIBS
Categories: editors, x11, x11-toolkits

approved by:	PTHREAD blanket
2015-03-24 19:37:43 +00:00
Mikhail Teterin
fb2d2336cc Upgrade from 3.7 to 4.0. 2015-03-24 16:19:16 +00:00
Ashish SHUKLA
74652ab917 - Update to git snapshot 4a50af93
- Add an OPTION to enable support for LLDB debugger to GUD[1], provided
  by third-party diff
- Add CPE information[2]

PR:		198022[1], 198239[2]
Submitted by:	pfg[1], shun <shun.fbsd.pr at dropcut.net>[2]
2015-03-23 14:12:30 +00:00
John Marino
41a53bbdda editors/libreoffice: Fix build on gcc-5
PR:		197947
Submitted by:	marino
Approved by:	maintainer timeout
2015-03-22 16:43:56 +00:00
Baptiste Daroussin
a5da770e67 Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
2015-03-21 23:05:19 +00:00
Sunpoet Po-Chuan Hsieh
3c75101c58 - Fix *_DEPENDS: version is already in all supported Perl releases
- Sort PLIST
- Bump PORTREVISION for dependency change
2015-03-21 19:55:19 +00:00
Don Lewis
caf437c22a Unbreak editors/openoffice-4 and editors/openoffice-devel on systems
where clang is the base compiler.  The issue was that these ports
would only successfully build with gcc and libstdc++, so they
specified USE_GCC=yes, but they linked to other C++ ports that were
compiled with clang, which brought in libc++.  The conflict between
libstdc++ and libc++ caused the application to crash whenever an
operation that popped up a dialog box was attempted.  Thanks to
dim@ for helping me track this down.  The fix is to patch various
bits of the openoffice souce to allow it to be built with clang
on systems where the C++ dependencies are also compiled with clang. [1]

Add a CUPS option so that CUPS can be disabled [2].

Register print/cups-client as a LIB_DEPENDS when CUPS is enabled.

pkg-message claims that user settings are stored in
~/.openoffice,org4, whereas all other platforms seem to use
~/.openoffice.org/4 (or equivalent), and both openoffice-4 and
openoffice-devel actually use ~/.openoffice.org-devel/4. The
addition of -devel to the location happened with r325370.
The / appears to have been introduced in r297259. Change the
location match other platforms. Introduce a new variable
${AOOUDIR} so that the actual location and pkg-message stay in
sync.

Rename ${OOOTAG} to ${AOOTAG} and restore its value so that it
can once again be substituted into pkg-message. It has not
been set since r296269.

Various Makefile cleanups:
  * Gather and sort USE_*

  * Simplify use of ${REINPLACE_CMD}

  * --x-includes and --x-libraries are automatically passed to configure,
    which ignores them

  * Get rid of unnecessary include of bsd.port.options.mk

PR:		188088 [1]
PR:		198458 [2]
Differential Revision:	https://reviews.freebsd.org/D2055
Reviewed by:	pfg
Approved by:	mat (mentor)
2015-03-17 15:04:43 +00:00
Pawel Pekala
e13768140f Update to version 2.12
PR:		197472
Submitted by:	cheunghonyu@gmail.com
Approved by:	maintainer timeout
2015-03-15 09:49:37 +00:00
MANTANI Nobutaka
4f4d090e76 Add CPE information.
PR:		198469
Submitted by:	shun <shun.fbsd.pr@dropcut.net>
2015-03-14 13:31:26 +00:00
Adam Weinberger
b565955941 Fix typos. 2015-03-13 17:33:20 +00:00
Adam Weinberger
10f22ecd6d Clean up the rest of the perl@ Makefiles a bit.
- Remove dependencies on modules distributed as part of perl core
- Remove references to FreeBSD < 8 and perl < 5.16
- Ensure that DOCS and EXAMPLES options exist for ports installing
  PORTDOCS or PORTEXAMPLES
- Reduce unnecessary inclusions of bsd.port.options.mk by using
  OPTIONS helpers and the like
- Fix some cases where dependencies were only assigned to BUILD_DEPENDS
- Fix a few of the cases where dependencies were only assigned to RUN_DEPENDS.
  This one happens in many, many ports. I only applied it in cases where
  it interfered with 'make test' but it should maybe be done more generally.
- Mute ${MKDIR} in installation
- Parethesize compound commands
- In www/p5-URI-Fetch, remove the ZLIB option that wasn't used
2015-03-13 17:29:58 +00:00
Alonso Schaich
63ff0b60db Update KDE SC to 4.14.3
The kde@ team presents KDE SC 4.14.3, the last planed release
of the KDE SC 4 series.

In addition to the updates provided by the KDE SC developers, this
update also addresses numerous FreeBSD and PORTS specific
issues, found and solved by the kde@ team and area51 testers,
most notorously Tobias C. Berner <tcberner@gmail.com>

PR:		197751
PR:		197871
PR:		184996
Reviewed by:	rakuco (mentor)
Differential:	https://reviews.freebsd.org/D1950
2015-03-11 23:11:47 +00:00
Dmitry Marakasov
b0b3b715b2 - Fix build as non-root 2015-03-11 14:41:43 +00:00
Vanilla I. Shu
8163e0a91f Upgrade to 3.5.4.
PR:		198501
Submitted by: 	maintainer
2015-03-11 02:57:41 +00:00
Ashish SHUKLA
22624a24e9 - Add CPE information
PR:		198238
Submitted by:	shun <shun.fbsd.pr at dropcut dot net>
2015-03-09 09:04:17 +00:00
Olivier Duchateau
b01fef6950 - Fix missing Gtk stock icon
- Bump PORTREVISION
2015-03-08 17:28:51 +00:00
Sunpoet Po-Chuan Hsieh
9fc0d1888e - Update to 7.4.657
Changes:	https://code.google.com/p/vim/source/list
2015-03-08 09:49:58 +00:00
Dmitry Marakasov
a07e1b792c - Add LICENSE
- Pet portlint
- Strip binaries
2015-03-07 03:19:10 +00:00
Olivier Duchateau
86e4cb7cb0 The FreeBSD Xfce team proudly presents Xfce 4.12.
Announce: http://www.xfce.org/about/news/?post=1425081600

Global changes:
- Switch to USES= xfce (D677)
- Reorganize options helper
- Fix USES= gettext-* when NLS option is not set [1], [2]
- Add LICENSE (when missing)

Update:
- to 4.12 (core components)
- audio/xfce4-mpc-plugin to 0.4.5
- deskutils/xfce4-tumbler to 0.1.31
- deskutils/xfce4-xkb-plugin to 0.7.1
- editors/mousepad to 0.4.0
- graphics/ristretto to 0.8.0
- multimedia/xfce4-parole to 0.8.0
- sysutils/garcon to 0.4.0
- sysutils/xfce4-diskperf-plugin to 2.5.5 [3]
- sysutils/xfce4-fsguard-plugin to 1.0.2
- sysutils/xfce4-power-manager to 1.4.3
- sysutils/xfce4-wavelan-plugin to 0.5.12
- x11/libexo to 0.10.3
- x11-fm/thunar to 1.6.6
- x11-themes/gtk-xfce-engine to 3.2.0

PR:		196003 [1], 197251 [2], 198132
Differential Revision:	https://reviews.freebsd.org/D677
Submitted by:	Kamil Szczesny [1], amdmi3@ [2], myself
Exp-run by:	antoine@
Approved by:	danilo@ (maintainer) [3]
Tested by:	Ivan <enitarzi@gmail.com>
2015-03-05 22:52:30 +00:00
Dmitry Marakasov
76d8fbfe3c - Simplify MASTER_SITES
- Add LICENSE
- Fix references to STAGEDIR

MFH:		2015Q1
2015-03-05 04:29:56 +00:00
Guido Falsi
05fdbf4394 - Update to 5.0
- Simplify Makefile

PR:		197426
Submitted by:	tkato432@yahoo.com
2015-03-03 20:28:56 +00:00
Baptiste Daroussin
9ae3fa335d Remove Author from pkg-descr and white space fixes 2015-03-02 23:26:42 +00:00
Sunpoet Po-Chuan Hsieh
386d128ff0 - Update to 7.4.648
Changes:	https://code.google.com/p/vim/source/list
2015-03-02 20:11:27 +00:00
Max Brazhnikov
23bb6e4584 Fix DESKTOP_ENTRIES:
- Icon field must be either absolute path or icon name if installation follows Icon Theme Specification
- Remove invalid categories
- StartupNotify field must be literally false/true, not ${FALSE}/${TRUE}
2015-02-27 16:30:40 +00:00
Don Lewis
5e342df15e Fix build breakage when libreoffice is installed.
The problem is that libreoffice installs its own copy of unopkg in
${PREFIX}/bin and that the openoffice build attempts to use this copy
of unopkg instead of the openoffice version which is in subdirectory
of ${WRKSRC}.

The reason is that the openoffice build expects to find its own copy
of unopkg by depending on having "." in its $PATH, but its $PATH has
${PREFIX}/bin before ".". Openoffice attempts to do the right thing
by first constructing $PATH by prepending "." and a small number of
other directories where it stashes executables used during the build
to the value of $PATH that it inherits from the environment. Things
go wrong when it tries to add the paths for ${CC}, perl, and java
to $PATH. If $PATH has /usr/bin before ${PREFIX}/bin, the openoffice
build finds the perl symlink in /usr/bin before it finds perl in
${PREFIX}/bin, so it prepends ${PREFIX}/bin to $PATH to try to ensure
that the correct version of perl will be found first. This moves
${PREFIX}/bin earlier in $PATH than ".".

The operation to put the path to ${CC} in $PATH has a different
problem. It uses the variable COMPATH for this, which is the dirname
of the patch to $CC, with the trailing /bin stripped off. That
results in /usr/local being added to $PATH, which is nonsensical,
though mostly harmless.

There are three fixes here:

* Always keep the parts of $PATH for the directories under ${WRKSRC},
  including "." at the beginning of the path.

* Ignore symlinks to executables when deciding to prepend a directory
  to the path.

* Append "/bin" when using COMPATH so that the result points to the
  directory where ${CC} actually resides.  There is actually another
  variable CC_PATH, but it has an extra trailing "/", so it doesn't
  match ${PREFIX}/bin.

PR:		195967
Differential Revision:	https://reviews.freebsd.org/D1957
Approved by:	mat (mentor)
2015-02-25 06:01:58 +00:00
Don Lewis
6db049bd90 Undo an unintended Makefile change that slipped in.
Approved by:	mat (mentor)
2015-02-25 05:58:56 +00:00
Don Lewis
a26ed809b6 Fix build breakage when libreoffice is installed.
The problem is that libreoffice installs its own copy of unopkg in
${PREFIX}/bin and that the openoffice build attempts to use this copy
of unopkg instead of the openoffice version which is in subdirectory
of ${WRKSRC}.

The reason is that the openoffice build expects to find its own copy
of unopkg by depending on having "." in its $PATH, but its $PATH has
${PREFIX}/bin before ".". Openoffice attempts to do the right thing
by first constructing $PATH by prepending "." and a small number of
other directories where it stashes executables used during the build
to the value of $PATH that it inherits from the environment. Things
go wrong when it tries to add the paths for ${CC}, perl, and java
to $PATH. If $PATH has /usr/bin before ${PREFIX}/bin, the openoffice
build finds the perl symlink in /usr/bin before it finds perl in
${PREFIX}/bin, so it prepends ${PREFIX}/bin to $PATH to try to ensure
that the correct version of perl will be found first. This moves
${PREFIX}/bin earlier in $PATH than ".".

The operation to put the path to ${CC} in $PATH has a different
problem. It uses the variable COMPATH for this, which is the dirname
of the patch to $CC, with the trailing /bin stripped off. That
results in /usr/local being added to $PATH, which is nonsensical,
though mostly harmless.

There are three fixes here:

* Always keep the parts of $PATH for the directories under ${WRKSRC},
  including "." at the beginning of the path.

* Ignore symlinks to executables when deciding to prepend a directory
  to the path.

* Append "/bin" when using COMPATH so that the result points to the
  directory where ${CC} actually resides.  There is actually another
  variable CC_PATH, but it has an extra trailing "/", so it doesn't
  match ${PREFIX}/bin.

Differential Revision:	https://reviews.freebsd.org/D1958
Reviewed by:	pfg
Approved by:	mat (mentor)
2015-02-25 05:55:10 +00:00
Danilo Egea Gondolfo
13fcb8347f - Update to 40.0.0 2015-02-23 14:14:29 +00:00
Jung-uk Kim
a9ba86c4c8 - Update to 4.3.6.
- Enable GIO when GTK2 or GTK3 is enabled. [1]

Submitted by:	tijl [1]
2015-02-20 20:26:23 +00:00
Jason Helfman
5266f565a0 - attach gplv2 license 2015-02-19 23:02:58 +00:00
Sunpoet Po-Chuan Hsieh
8b4bf35807 - Update to 7.4.640
Changes:	https://code.google.com/p/vim/source/list
2015-02-19 20:49:01 +00:00
Max Brazhnikov
b22224f636 - Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only app)
  and supposedly fix build of graphics/gnash with KDE4 option
2015-02-19 18:19:28 +00:00
Don Lewis
e2ec3380c4 Switch back to USE_GCC=yes.
Work around this bug <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65009>
in g++49 -Os optimzation by using -O0 optimization if we are compiling
with g++49.

Differential Revision:	https://reviews.freebsd.org/D1607
Reviewed by:	pfg
Approved by:	mat (mentor)
2015-02-17 01:26:17 +00:00
Don Lewis
830f77d3d4 Switch back to USE_GCC=yes.
Work around this bug <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65009>
in g++49 -Os optimzation by using -O0 optimization if we are compiling
with g++49.

Differential Revision:	https://reviews.freebsd.org/D1792
Approved by:	mat (mentor)
2015-02-15 22:30:45 +00:00
Brad Davis
c31c9023ec math/coinmp: Update to 1.8.0
PR:		197554
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
Approved by:	zi
2015-02-13 01:01:35 +00:00
Max Brazhnikov
bd4ce09326 editors/texmaker:
- Update to 4.4.1
- Add explicit PORTREVISION, hopefully people won't mistakenly bump PORTEPOCH anymore
2015-02-10 12:16:23 +00:00
Pawel Pekala
871ce42d4a - Update to version 0.9.4
- Submitter is new maintainer

PR:		197180
Submitted by:	chris@bsdjunk.com
2015-02-09 19:04:13 +00:00
Kurt Jaeger
9d52570074 editors/sublime3: change the path in the .desktop from absolute to relative
Submitted by:	jbeich
2015-02-08 20:40:42 +00:00
Kurt Jaeger
fd7d0fae4e editors/sublime3: patch .desktop file and add check for /dev/shm link
PR:		197381
Submitted by:	miguelmclara@gmail.com (maintainer)
2015-02-08 18:52:47 +00:00
Ashish SHUKLA
6f3324e98e - Update to git snapshot 5c9ad35f
- Add git commit id to PORTVERSION as upstream has switched to git
2015-02-07 20:03:01 +00:00
John Marino
7a7391aa50 editors/deforaos-editor: Upgrade version 0.2.1 => 0.3.0
PR:		152590
Submitted by:	maintainer (Olivier Cochard)
2015-02-06 15:03:38 +00:00
Danilo Egea Gondolfo
ccd9317c61 - Update to 5.2.0 2015-02-06 12:21:12 +00:00
Marcus von Appen
b6acb03961 - Update to version 2.1.0 2015-02-04 18:34:01 +00:00
Koop Mast
563f73ccfe Update poppler to 0.30.0 [1].
Make sure we use openjpeg1 in poppler, while openjpeg2 support
was added there still bugs in openjpeg2 that need to be fixed.
Add patches to inkscape for API changes in poppler 0.29.0 [2].

PR:		196599 [1]
Submitted by:	olivierd@ [1]
Exp-run by:	antoine@
Obtained from:	upstream [2]
2015-02-03 12:28:23 +00:00
Hiroki Sato
f534b6cf0a - Use fboundp instead of boundp to check binding of
deactivate-input-method.

- Remove an extra flag for test(1) in Makefile.in.

- Use with-current-buffer instead of a save-excursion + set-buffer pair.

- Fix (fboundp finalize) in egg/wnn.el and egg/canna.el.

- Remove HAS_JISX0213 check.

- Nuke *.el files from plist.
2015-02-01 16:45:59 +00:00
Hiroki Sato
47129a3d1c - Fix a bug that deactivate-input-method was not called in
(egg-exit-from-minibuffer).

- Remove an unnecessary overriding-local-map call in
  (menudiag-select-internal).

- Regenerate patch files.
2015-01-31 11:32:42 +00:00
Hiroki Sato
bce319e636 - Call override-local-map to set menudiag minibuffer keymap securely.
This fixes "Text is read-only" error when a number is directly entered
  to select an entry. [*]

- Deactivate input method when opening minibuffer for consistency.

Reported by:	ARAI Shun-ichi [*]
2015-01-29 09:38:37 +00:00
Hiroki Sato
12e15d364f - Fix egg-sim "invalid code(s)" issue[*].
- Reword pkg-descr.

Reported by:	ARAI Shun-ichi [*]
2015-01-29 04:59:32 +00:00
Sunpoet Po-Chuan Hsieh
8db5803e71 - Update to 7.4.591
Changes:	https://code.google.com/p/vim/source/list
2015-01-27 11:27:10 +00:00
Dmitry Marakasov
72baf4cd71 - Update to 3.5.3
PR:		196952
Submitted by:	cyberbotx@cyberbotx.com (maintainer)
2015-01-26 19:55:34 +00:00
Thomas Zander
c51cd3516f Update to upstream version 0.5.2
PR:		196963
Submitted by:	vmagerya@gmail.com (maintainer)
2015-01-25 09:47:55 +00:00
Mikhail Teterin
6a7bd910aa Add a patch to relax requirements for matching font-names available
in the editor's menu. The menu isn't changeable through the interface
nor through the config-files (nor even Xresources).

By allowing the templates to be used, we let the users to, at least,
control the actual fonts in use by manipulating the font-path.

Bump PORTREVISION.
2015-01-24 18:43:27 +00:00
Antoine Brodin
728929b709 Switch ports depending on docbook* through a directory name to a package name,
as a directory name can't be attributed to a package
2015-01-23 22:50:49 +00:00
Antoine Brodin
4f4e8c52c6 Remove explicit dependency on javavmwrapper for ports that USE_JAVA 2015-01-23 16:03:57 +00:00
Don Lewis
b6397e0f73 Unbreak fetch.
Differential Revision:	https://reviews.freebsd.org/D1578
Reviewed by:	pfg
Approved by:	mat (mentor)
2015-01-21 22:57:34 +00:00
Antoine Brodin
087f2b567b Fix duplicate pkgnames 2015-01-21 19:50:32 +00:00
Don Lewis
1bf88ee8d8 Update to SVN revision 1652526.
Resynchronize to openoffice-4 including:

  * portlint fixes

  * fix all but one stage-qa warning

  * add source makefile patch to unbreak --with-system-jpeg

  * add the --with-system-hyphen, --with-system-nss, --with-system-jpeg,
    and --with-system-mythes configure options

  * remove the --with-system-saxon option to allow coexistance with
    math/scilab

  * add all distfiles that were previously downloaded during build
    to the ext_sources distfile, and add --disable-fetch-external

  * make the graphics/png dependency explicit

  * change from USE_GCC=yes to USE_GCC=4.8 because of a compile error with
    gcc 4.9

  * remove SVNREVISION from the ext_sources tarball name and
    tweak how it is extracted to allow it to be shared by
    multiple AOO releases

  * remove trailing cruft from files/patch-sal (from pfg@)

  * nuke files/patch-sal-inline (from pfg@)

  * modernize MASTER_SITES syntax and update MASTER_SITE for unowinreg.dll

  * unbreak sdk, package-canonical, and languagepack targets (from pfg@)

  * don't truncate generated plist (from mat@)

  * don't add @dirrm to generated plist, but add @dir for empty directories

  * don't add license files to generated plist because the framework
    does this (from mat@)

  * don't add a blank line to generated plist

  * merge post-install target into do-install (from mat@)

  * misc Makefile cleanup

PR:		192557
Differential Revision:	https://reviews.freebsd.org/D1571
Reviewed by:	pfg
Approved by:	mat (mentor)
2015-01-21 17:40:57 +00:00
Don Lewis
648cf48986 Unbreak languagepack target (package-rename and ure targets are still
broken).

plist fixes:
  * Don't add @dirrm to generated plist
  * Don't add a blank line to generated plist
  * Don't truncate ${TMPPLIST} (from mat@)
  * Don't add @dirrm to generated plist
  * Add @dir for empty directories

Makefile diff reduction vs. upcoming openoffice-devel update.

Differential Revision:	https://reviews.freebsd.org/D1561
Approved by:	mat (mentor)
2015-01-21 09:03:09 +00:00
Don Lewis
9ddf46748a The sdk and package-canonical targets were suffering from bit rot.
Unbreak. [1]

The port build fails with gcc 4.9, convert to USE_GCC=4.8. [2]

Differential Revision:	https://reviews.freebsd.org/D1557
Submitted by:	pfg [1]
Submitted by:	gerald [2]
Reviewed by:	pfg
Approved by:	mat (mentor)
2015-01-19 17:45:17 +00:00
Don Lewis
6d07df8ef9 The editors/openoffice-4 port currently depends on textproc/saxon-devel and
relies on features that are only present in this version of saxon.  The
recent update to math/scilab added a dependency to textproc/saxon-he, and
it requires features that are only present in this version.  Unfortunately
saxon-devel and saxon-he conflict because they both want to install
/usr/local/share/java/classes/saxon9-xqj.jar, which means that openoffice-4
and scilab can't both be installed on the same machine.  Avoid this problem
by tweaking openoffice-4 use a private copy of saxon.  This requires a
new version of the ext_sources tarball.

Bump PORTREVISION so that users pick up the updated port.

Modernize MASTER_SITES syntax and update MASTER_SITE for unowinreg.dll.

Update comment to take de facto mainternship.

PR:		193776
Differential Revision:	https://reviews.freebsd.org/D1553
Reviewed by:	bapt, pfg
Approved by:	mat (mentor)
2015-01-19 00:57:30 +00:00
Koop Mast
bb89f80c35 Update ImageMagick to 6.9.0.4.
- Normalize the ImageMagick library name so it stays the same regardless of
  what the 16-bit and HDRI option are set to [1]. Teach cmake to look for
  the new name. Bump ports that link to the libraries due to this.
- As a result do away with the "HALFSUPPORTED" option block, and list
  16-bit and HDRI with the other options.
- ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG
  support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2
  a mandatory dependency (instead of only when the SVG option was selected).
- Don't touch .keep files in the modules directory, there files there so
  it useless.

PR:		194949 [1]
PR:		195227 [2]
Requested by:	many [1]
Submitted by:	software-freebsd@interfasys.ch [2]
2015-01-18 21:12:42 +00:00
Antoine Brodin
c6faa705a5 Update graphics/giflib to 5.0.5
Differential Revision:	https://reviews.freebsd.org/D1361
Submitted by:	bapt
Reviewed by:	self
Exp-run by:	self
2015-01-14 18:19:32 +00:00
Dmitry Marakasov
64bc476bb5 - Remove diskmode fix for FreeBSD - it didn't work anyway and HEAD doesn't even have the ioctl used 2015-01-12 17:25:03 +00:00
Jose Alonso Cardenas Marquez
54a12ed5cb - Update to 1.2.6 2015-01-11 03:18:46 +00:00
Dmitry Sivachenko
3a18883882 Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.

Exp-run by:	antoine
2015-01-10 23:15:27 +00:00
Koop Mast
c4722772b4 Don't hardcode python version.
While here:
Add vala as build depend to gedit.
Gedit-plugins: builds vte3 and gucharmap bindings. Register the depends
and package the files.

PR:		196618
Submitted by:	python3 default to 3.4 exp-run (via antoine@)
2015-01-08 21:52:42 +00:00
Emanuel Haupt
2ffa0bbce4 Move MASTER_SITES from CRITICAL to LOCAL/ehaupt 2015-01-06 09:37:41 +00:00
Kurt Jaeger
c41eeadb30 editors/ted: fix directory where ted finds its Ted.properties file
by adding CONFIGURE_ARGS+=--datadir=${PREFIX}/share

PR:		194833
Submitted by:	shersch@dssgmbh.de
2015-01-05 08:35:26 +00:00
John Marino
d2ffff55de Assign maintainership of FPC ports to new FPC ports team
The new team currently consists of the previous maintainer (acm@) and
myself (marino@).

PR:	195363
2015-01-05 00:16:00 +00:00
Jimmy Olgeni
2ef987e578 Upgrade to version 24. 2015-01-04 09:42:13 +00:00
Jung-uk Kim
8220d1b229 Use gstreamer 1.0 instead of 0.10 for MMEDIA option.
Submitted by:	tijl
2015-01-03 08:06:12 +00:00
Mikhail Teterin
c5df129392 Although it continued to build -- with lots of warnings -- the editor
quietly stopped working over the years. It would not come up on 64-bit
at all, and, even where it worked, the copy/pasting was broken due to,
apparently, some unwarranted assumptions about X11, that were no longer
true with modern Xorg.

This change makes use of a major patch, that provides for reasonably
warning-free compile -- which, by itself, fixes the crashes. Also
included in the patch are fixes for copy/pasting as well for parallel
building. (Awareness raised upstream.)

Because BR_Parser.y is among the patched files, bison is now needed at
build-time (found by KATO Tsuguru).

Bump PORTREVISION and take maintainership for the time being.

Reviewed by:	KATO Tsuguru
Sponsored by:	Fatherly Love
2014-12-31 04:42:38 +00:00