1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
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
Mathieu Arnold
ee88dde7cf Fix build WITHOUT=NLS.
Sponsored by:	Absolight
2015-04-11 15:48:33 +00:00
Antoine Brodin
8b6ef795df Cleanup plist 2014-11-12 13:45:59 +00:00
Tijl Coosemans
a6d2f30533 - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.h
and libintl.so.  This fixes a problem where DATADIRNAME gets an incorrect
  value which causes locale files to be installed in the wrong place.
- The only configure checks that still need to be patched are related
  to intltool so move DATADIRNAME patching from USES=pathfix to
  USE_GNOME=intlhack.

- games/klavaro: remove excessive dependencies
- japanese/libskk: add INSTALL_TARGET=install-strip
- math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread
  patching
- multimedia/freetuxtv: remove excessive dependencies
- science/gramps: fix shared-mime-info use

Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-09-25 15:18:27 +00:00
Dmitry Marakasov
cceb30915e - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-01 23:20:03 +00:00
Dmitry Marakasov
ae3524c133 Bits from original ports/186216 which were noc committed + additional
fixes.

- Remove g-ir-scanner from BUILD_DEPENDS since it's handled by USE_GNOME
- Do not hide warnings
- Whitespace fix

PR:		186216
Submitted by:	amdmi3
Approved by:	maintainer timeout
2014-02-10 22:51:01 +00:00
Rusmir Dusko
b9649039e8 - Update to 1.0.1
- Change master site
- Add license (GPLv3)
- Add dependencies for lang/vala, textproc/p5-XML-Parser
- Use the new format for LIB_DEPENDS
- USES gmake instead of USE_GMAKE
- USES pathfix instead of USE_GNOME gnomehack
- Add USE_GNOME=introspection [1]
- Remove USE_GCC=any, builds properly with Clang
- Disable all warnings with -w
- Add DOCS and Option
- Support STAGEDIR and add OPTIONS_SUB
- Remove obsolete REINPLACE
- Strip library
- Change WWW

PR:		ports/186181, ports/186216
Submitted by:	nemysis (self), amdmi3@ [1]
Approved by:	maintainer timeout (14 days)
2014-02-10 13:17:56 +00:00
Baptiste Daroussin
8ee9a3584f Add NO_STAGE all over the place in preparation for the staging support (cat: japanese) 2013-09-20 18:47:54 +00:00
Martin Wilke
61a28b72d7 Fix build
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 03:13:46 +00:00
Martin Wilke
31f17e5d67 - Unbreak build on HEAD
PR:		177175
Submitted by:	maintainer
2013-05-21 08:12:14 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Baptiste Daroussin
4ad115ab4e Convert j* categories to USES=pkgconfig 2013-04-23 11:46:54 +00:00
Koop Mast
7887c684ad * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
2013-03-08 10:51:34 +00:00
Michael Scheidell
fde4d416a8 - Update to 1.0.0
PR:		ports/171111
Submitted by:	Hiroto Kagotani <hiroto.kagotani@gmail.com> (maintainer)
2012-08-28 17:07:56 +00:00
Carlo Strub
db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Ruslan Makhmatkhanov
7f0d491592 - fix build if lang/vala is installed (the port needs vala >= 0.14.0)
- not bumping PORTREVISION because it was broken in this case anyway

PR:		169990
Submitted by:	Hiroto Kagotani <hiroto.kagotani at gmail dot com> (maintainer)
2012-07-20 10:24:42 +00:00
Jase Thew
058e28006d - Update to 0.0.13 [1]
- Convert to optionsNG, add NLS option

PR:		ports/169626 [1]
Submitted by:	Hiroto Kagotani <hiroto.kagotani@gmail.com> (maintainer)
Approved by:	flo (mentor)
2012-07-11 12:03:04 +00:00
Ruslan Makhmatkhanov
8c9f54f2d1 - update to 0.0.12
PR:		166787
Submitted by:	Hiroto Kagotani <hiroto.kagotani at gmail dot com> (maintainer)
2012-04-11 04:03:04 +00:00
Jason Helfman
54698eb15a - Update to 0.0.11
- while here pet portlint on pkg-descr

PR:	ports/166335
Submitted by:	maintainer, hiroto.kagotani@gmail.com
Feature safe:	yes
2012-03-23 22:49:44 +00:00
Michael Scheidell
b42371b1c8 Add port japanese/libskk: A library to deal with Japanese kana-to-kanji conversion method
PR:		ports/164484
Submitted by:	Hiroto Kagotani<hiroto.kagotani@gmail.com>  (maintainer)
Approved by:	gabor (mentor)
2012-02-03 12:36:19 +00:00