Commit graph

18 commits

Author SHA1 Message Date
Pawel Pekala
127fd67358 - Fix build on -current
- Rescpect CXXFLAGS
- Use desktop-file-utils/pathfix
- Support staging

PR:		ports/184909
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-24 16:03:44 +00:00
Baptiste Daroussin
5978476c35 In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
2013-12-11 14:35:36 +00:00
Dmitry Marakasov
444b74f1ca - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with a)
Approved by:	portmgr (bdrewery)
2013-10-22 13:50:43 +00:00
John Marino
88f1eb7ccd audio/osd-lyrics: Fix iconv LDFLAGS 2013-10-02 22:48:09 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Guido Falsi
642be1b81d - Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
2013-09-04 18:06:07 +00:00
Baptiste Daroussin
86ede9d632 Add an explicit dependency on iconv and pkgconfig
Fix build with newer binutils
Use options helpers
2013-07-26 14:31:26 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
2013-07-11 16:26:26 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Baptiste Daroussin
16274f4dca Convert to OptionsNG 2012-09-26 08:46:40 +00:00
Alexey Dokuchaev
8c2400c10a - Update osd-lyrics to version 0.4.3
- Release these two related ports to the wild
2012-08-08 11:11:01 +00:00
Alexey Dokuchaev
5969e71de7 Unbreak on FreeBSD 9.X and -CURRENT after r215840: #include <stdlib.h> inside
`#pragma GCC visibility push(hidden)' results in free() symbol being .hidden,
and linker woes.  As a remedy, temporarily revert visibility to default when
including this header (probably not the best way to solve the problem though).

While here, pacify portlint(1) by removing hard-coded shlib ABI versions in
LIB_DEPENDS.

Reported by:	pointyhat (via pav, erwin)
2012-06-21 16:59:38 +00:00
Pav Lucistnik
54022091fb - Mark BROKEN: does not compile
ol_lrc_fetch.o: In function `ol_lrc_candidate_free':
  ol_lrc_fetch.c:(.text+0x766): undefined reference to `free'
  ol_lrc_fetch_xiami.o: In function `ol_lrc_fetch_xiami_search':
  ol_lrc_fetch_xiami.c:(.text+0x55e): undefined reference to `free'
  ol_lrc_fetch_xiami.c:(.text+0x5cc): undefined reference to `free'
  ol_lrc_fetch_xiami.c:(.text+0x60c): undefined reference to `free'
  ol_lrc_fetch_ttplayer.o: In function `_download':
  ol_lrc_fetch_ttplayer.c:(.text+0x210): undefined reference to `free'
  ol_lrc_fetch_ttplayer.o:ol_lrc_fetch_ttplayer.c:(.text+0x513): more undefined references to `free' follow

Reported by:	pointyhat
2012-06-17 20:29:14 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Alexey Dokuchaev
f7289ded8c - Update to version 0.4.2
- Use short form for Google Code MASTER_SITES
- Remove in-place patches that were integrated upstream
- Remove BROKEN statement for FreeBSD 9.X, I did not find evidence it is so
- Temporarily(?) disable -Werror to allow building with Clang without
  introducing local patches
2012-05-31 14:41:06 +00:00
Martin Wilke
c46aeb09d7 - Chase libmpd shlib bump 2012-02-06 15:33:14 +00:00
Pav Lucistnik
d226b2dd2e - Mark BROKEN on 9.X: does not compile
ol_lrc_fetch.o: In function `ol_lrc_candidate_free':
  ol_lrc_fetch.c:(.text+0x766): undefined reference to `free'

Reported by:	pointyhat
Feature safe:	yes
2011-11-29 18:19:46 +00:00
Alexey Dokuchaev
42317424a2 Port of on-screen lyrics display program for various media players.
Feature safe:	yes
2011-11-18 18:36:29 +00:00