1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

3086 Commits

Author SHA1 Message Date
Florian Smeets
103072492e Update to 4.2.4
PR:		202107
Submitted by:	ychsiao@ychsiao.org (maintainer)
MFH:		2015Q3
Security:	ac5ec8e3-3c6c-11e5-b921-00a0986f28c4
2015-08-06 19:55:51 +00:00
Dmitry Marakasov
2e8d299e72 - Don't use / in sed regexps to allow paths, unbreaking cross-builds
Approved by:	portmgr blanket
2015-08-04 19:25:36 +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
Tijl Coosemans
a374acb969 By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
2015-08-02 15:03:19 +00:00
Antoine Brodin
6e381a9d53 Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
2015-07-29 22:09:53 +00:00
Bartek Rutkowski
38a9c31c7c chinese/pcmanx: fix LIB_DEPENDS typo
PR:		201628
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
MFH:		2015Q3
2015-07-20 07:39:06 +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
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
Sunpoet Po-Chuan Hsieh
7288eefb9b - Update to 4.2.2
- Use DISTVERSIONSUFFIX instead of DISTNAME

Changes:	https://wordpress.org/news/2015/05/wordpress-4-2-2/
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
2015-06-28 08:56:39 +00:00
Sunpoet Po-Chuan Hsieh
6f915109e8 - Use DISTVERSIONSUFFIX instead of DISTNAME
Approved by:	portmgr (blanket)
2015-06-28 08:53:22 +00:00
Sunpoet Po-Chuan Hsieh
c8c2a22adc - Update to 11.3
- Strip binary executable

Changes:	https://github.com/buganini/chiconv/releases
PR:		201019
Submitted by:	sunpoet (myself)
Approved by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2015-06-28 08:38:43 +00:00
Sunpoet Po-Chuan Hsieh
8d75c17c0b - Update to 1.18
- Strip binary executable

Changes:	https://github.com/buganini/bug5/releases
PR:		201018
Submitted by:	sunpoet (myself)
Approved by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2015-06-28 08:38:39 +00:00
Sunpoet Po-Chuan Hsieh
e2b26a2388 - Update to 11.3
- Strip shared library
- Use PLIST_FILES

Changes:	https://github.com/buganini/bsdconv-opencc/releases
PR:		201016
Submitted by:	sunpoet (myself)
Approved by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2015-06-28 08:38:30 +00:00
Adam Weinberger
34ed372f38 Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. The
downside to having this set is that portscout cannot find new releases
when the username changes (which happens often in large projects with
multiple maintainers).
2015-06-24 15:16:23 +00:00
Erwin Lansing
559561ed8f Reset maintainership for obrien
Approved by:	portmgr
2015-06-12 21:17:43 +00:00
Kevin Lo
6a6089b8b1 Set vim's default encoding to utf-8 [1].
While here, put "exec startlxde" in dot.xinitrc.

PR: 200657 [1]
Submitted by: Ray-Cherng Yu <raycherng at gmail dot com>
2015-06-08 01:43:23 +00:00
Dmitry Marakasov
444bd13790 - Style improvements 2015-06-07 16:53:36 +00:00
Dmitry Marakasov
74816a593f - Add LICENSE
- Strip libraries
- Use options helpers
2015-06-03 14:34:23 +00:00
Dmitry Marakasov
df030655f8 - Strip binary
- Add LICENSE
2015-05-28 11:40:37 +00:00
Dmitry Marakasov
d3f47602bb - Strip library
- Add LICENSE
2015-05-28 11:40:30 +00:00
Dmitry Marakasov
00551f0979 - Strip library
- Add LICENSE
2015-05-28 11:40:24 +00:00
Dmitry Marakasov
9a054be716 - Add LICENSE
- Strip libraries
- Use options helpers
2015-05-28 11:40:15 +00:00
Dmitry Marakasov
cce3a74ecd - Don't cat pkg-message from Makefiles
Approved by:	portmgr blanket
2015-05-27 00:15:04 +00:00
Sunpoet Po-Chuan Hsieh
d1f4bf1e39 - Update to 0.21
Changes:	http://search.cpan.org/dist/Lingua-Han-PinYin/Changes
2015-05-24 00:04:45 +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
Mathieu Arnold
f29a218fcd Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-18 17:07:45 +00:00
Sunpoet Po-Chuan Hsieh
fe2e81bac8 - Use DISTVERSIONPREFIX instead of DISTNAME 2015-05-16 13:35:42 +00:00
Sunpoet Po-Chuan Hsieh
f04289eb18 - Use DISTVERSIONPREFIX instead of DISTNAME 2015-05-16 13:35:38 +00:00
Sunpoet Po-Chuan Hsieh
7689268304 - Use DISTVERSIONPREFIX instead of DISTNAME 2015-05-16 13:35:34 +00:00
Jan Beich
aa07adab44 mail/mutt: update patches
- Fix sidebar patch [1]. This version introduces a new config variable
  "sidebar_shortpath" which is set to yes by default to ensure
  backwards compatibility.

- Fix an issue with recent gpg (and gpgme) versions (GnuPG version 2.1
  stops exporting the GPG_AGENT_INFO environment variable, so mutt can't
  check for the presence of that to ensure the agent is running).

- Fix pgp key selection [2].

- Bump port revision because of major change to sidebar patch and gpg
  handling.

PR:		199727
PR:		199115 [1]
PR:		199341 [2]
Submitted by:	Udo.Schweigert@siemens.com (maintainer)
MFH:		2015Q2
2015-05-16 01:19:11 +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
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
Dmitry Marakasov
e8f8110983 - Drop @dirrm* from plist 2015-05-11 06:46:07 +00:00
Dmitry Marakasov
261104ab3e - Simplify MASTER_SITES
- Add LICENSE
- Strip library
2015-05-10 19:41:34 +00:00
Dmitry Marakasov
b5a5e311ce - Don't install static libraries with INSTALL_LIB (part 2/2)
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-09 01:12:50 +00:00
Sunpoet Po-Chuan Hsieh
460e571b40 - Update to 4.2.2
Changes:	https://tw.wordpress.org/2015/05/07/wordpress-4-2-2/
		https://tw.wordpress.org/2015/04/29/wordpress-4-2-1/
		https://tw.wordpress.org/2015/04/29/wordpress-4-2/
PR:		200030
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
2015-05-08 20:22:40 +00:00
Adam Weinberger
4647d094ca Reassign chinese/ perl modules to perl@.
Also:
- sort plists
- p5-Lingua-ZH-Keywords fails 'make test' but did so before
- p5-Lingua-ZH-Summarize hangs during t/1-basic.t
2015-05-08 18:20:30 +00:00
Boris Samorodov
08b8da1bb0 eric6 ports: Update to version 6.0.5. 2015-05-07 22:23:50 +00:00
Mathieu Arnold
c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00
Eitan Adler
bf4fa082dd Due to the disabling of the bugzilla account, reset maintainership of
the remainder of Chris's ports.

Submitted by:	"Chris Petrik" <chris@bsdjunk.com>
2015-05-04 00:37:11 +00:00
Jan Beich
ec0d38f47a chinese/librime: unbreak build on 8.x/9.x (libstdc++ 4.2+)
In file included from src/setup.cc:9:
In file included from include/rime/module.h:13:
include/rime/common.h:22:12: error: no member named 'unique_ptr' in namespace 'std'
include/rime/common.h:23:7: error: no member named 'shared_ptr' in namespace 'std'
include/rime/common.h:24:7: error: no member named 'weak_ptr' in namespace 'std'
include/rime/common.h:28:10: error: no template named 'dynamic_pointer_cast' in namespace 'std'
include/rime/common.h:38:15: error: no member named 'make_shared' in namespace 'std'
include/rime/common.h:38:30: error: no template named 'forward' in namespace 'std'

Reported by:	pkg-fallout
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-01 19:36:00 +00:00
Sunpoet Po-Chuan Hsieh
e6d8d5ca8d - Update to 4.1.4
PR:		199764
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
MFH:		2015Q2
2015-04-30 11:29:39 +00:00
Sunpoet Po-Chuan Hsieh
37f130c26c - Update to 4.1.2
Changes:	https://tw.wordpress.org/2015/04/22/wordpress-4-1-2/
PR:		199701
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
MFH:		2015Q2
2015-04-26 09:31:23 +00:00
Sunpoet Po-Chuan Hsieh
d251cb5f48 - Update to 4.2
Changes:	https://cn.wordpress.org/2015/04/24/powell/
PR:		199700
Submitted by:	sunpoet (myself)
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
MFH:		2015Q2
2015-04-26 09:31:18 +00:00
Jan Beich
153560fe61 Unbreak build on FreeBSD 8.x/9.x and DragonFly
./PYSignal.h:35:22: error: expected namespace name
using namespace std::placeholders;
                ~~~~~^
./PYSignal.h:49:18: error: no type named 'function' in namespace 'std'
    typedef std::function<R()> func_type;
            ~~~~~^
./PYEditor.h:37:14: error: no type named 'shared_ptr' in namespace 'std'
typedef std::shared_ptr<Editor> EditorPtr;
        ~~~~~^
PYLibPinyin.cc:223:54: error: 'getline' was not declared in this scope
     while ((read = getline (&linebuf, &size, dictfile)) != -1) {
                                                      ^
PR:		199408
Reported by:	pkg-fallout, DPorts
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2015-04-25 18:19:15 +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
Tijl Coosemans
5d48443269 - Remove libtool hacks and patches that are now handled by USES=libtool
- Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
2015-04-18 09:47:29 +00:00
John Marino
1ea924ae5d chinese/librime: Adjust patch to support DragonFly too
No-op for FreeBSD, it just allows cmake treat DragonFly the same way.
2015-04-18 06:17:02 +00:00
Jimmy Olgeni
85c1338e3d Pass maintainership to enlightenment@. 2015-04-17 10:42:23 +00:00