aboutsummaryrefslogtreecommitdiff
path: root/deskutils/ljclive
Commit message (Collapse)AuthorAgeFilesLines
* Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.Tijl Coosemans2015-10-101-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were FreeBSD specific aliases for libiconv(), libiconv_open() and libiconv_close() that are now also provided by libc which complicates writing configure tests that work correctly when both libc iconv and libiconv are available. Also, because the libiconv iconv.h header redefines iconv* to libiconv* correct use of the header implies that the aliases aren't used. The following ports needed fixes because there was something wrong with the way they tried to detect or use iconv: audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a compile-time option and should not be set in source code. comms/hidapi: Use standard AM_ICONV configure macro to look for iconv. deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG. deskutils/ljclive: Override configure test for iconv. deskutils/owncloudclient: Add USES=iconv and patch test for iconv. devel/aegis: Bump PORTREVISION because it no longer uses libiconv. devel/libexplain: Add USES=iconv and override test for iconv. devel/sdl20: Override configure test for iconv. emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include <iconv.h> instead of <sys/iconv.h>. irc/scrollz: Override configure test for iconv. japanese/chasen-base: Override configure test for iconv and patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. japanses/eb: Patch configure test for iconv. japanses/eblook: Override configure test for iconv. java/jikes: Override configure test for iconv. multimedia/transcode: Bump PORTREVISION because only one plugin links with libiconv now. net/c3270: Override configure test for iconv. net/samba4*: Bump PORTREVISION because it no longer uses libiconv. The configure script will always add -liconv to the linker flags when it happens to be installed which would be wrong but later on binaries are linked with -Wl,--as-needed and the linker discards -liconv because it finds iconv*() functions in libc now and no longer in libiconv. net-mgmt/icinga-*: Remove dependency on iconv. net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net/asterisk11: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net-p2p/transmission-*: Override configure test for iconv. www/htmlcxx: Override configure test for iconv. www/httrack: Override configure test for iconv. www/xapian-omega: Override configure test for iconv. x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv. x11/x3270: Override configure test for iconv. x11-wm/jwm: Override configure test for iconv. PR: 202838 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=398996
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371262
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-101-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357277
* - Rename PORTNAME to avoid naming conflictJohan van Selst2013-10-242-8/+6
| | | | | | | | - Enable staging - Bump PORTREVISION Notes: svn path=/head/; revision=331468
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | deskutils) Notes: svn path=/head/; revision=327718
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* Update clive to 0.4.10Johan van Selst2012-01-082-3/+3
| | | | Notes: svn path=/head/; revision=288761
* Update to clive 0.4.9Johan van Selst2011-12-312-3/+3
| | | | Notes: svn path=/head/; revision=288332
* Update clive to 0.4.7 (fixes LiveJournal login)Johan van Selst2011-12-162-3/+3
| | | | Notes: svn path=/head/; revision=287473
* Update ljclive to 0.4.6Johan van Selst2011-10-162-4/+3
| | | | Notes: svn path=/head/; revision=283607
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Update my mail address to @FreeBSD.orgJohan van Selst2010-02-231-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250234
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵Dmitry Marakasov2009-09-021-2/+1
| | | | | | | | | | | | mirrors actually have all distfiles - Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav) Notes: svn path=/head/; revision=240715
* - Resolve LATEST_LINK conflictPav Lucistnik2009-05-311-0/+1
| | | | Notes: svn path=/head/; revision=234941
* Make dependency on gnu libiconv explicitJohan van Selst2009-03-111-1/+9
| | | | Notes: svn path=/head/; revision=229909
* - Add multimedia/clive (which doesn't depends on Python anymore) to CONFLICTSNicola Vitale2009-02-071-1/+1
| | | | Notes: svn path=/head/; revision=227778
* - Remove USE_GETOPT_LONG which is a no-op since March 200Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209418
* - Register conflict with multimedia/cliveJohan van Selst2007-02-121-0/+2
| | | | | | | | PR: ports/109083 Submitted by: nivit Notes: svn path=/head/; revision=184989
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* - Update to 0.4.5Pav Lucistnik2004-11-122-3/+3
| | | | | | | | PR: ports/73870 Submitted by: Johan van Selst <johans@stack.nl> (maintainer) Notes: svn path=/head/; revision=121465
* - Update to 0.4.4Pav Lucistnik2004-11-082-3/+3
| | | | | | | | | PR: ports/73661 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Approved by: Johan van Selst <johans@stack.nl> (maintainer) Notes: svn path=/head/; revision=121156
* - Update to 0.4.3Pav Lucistnik2004-08-162-3/+3
| | | | | | | | PR: ports/70469 Submitted by: Johan van Selst <johans@stack.nl> (maintainer) Notes: svn path=/head/; revision=116373
* - Update to version 0.4.2Kirill Ponomarev2004-06-122-3/+3
| | | | | | | | PR: ports/67881 Submitted by: maintainer Notes: svn path=/head/; revision=111353
* - Fix CATEGORIESPav Lucistnik2004-04-041-1/+1
| | | | | | | Reported by: erwin's nasty cronjob Notes: svn path=/head/; revision=106106
* Add ljclive, a command line client for posting LiveJournal entries.Pav Lucistnik2004-04-024-0/+32
LiveJournal is an online journal (blog/friends) community, see www.livejournal.com. This program does basically the same as (graphical) tools like ljcharm, kluje and logjam - already in ports. PR: ports/64669 Submitted by: Johan van Selst <johans@stack.nl> Notes: svn path=/head/; revision=105920