1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
Commit Graph

8491 Commits

Author SHA1 Message Date
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