/japanese/kinput2-canna+freewnn/

td class='logo' rowspan='2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/irc/scrollz/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo that prevented the IPV6 option from working. Switchadamw2016-12-181-2/+2
| | | | to USES=ssl while here.
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update security/gnutls to 3.4.10.tijl2016-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to 2.3vg2016-03-211-9/+11
| | | | | | | - Port got new maintainer PR: ports/207674 Submitted by: Chris Petrik <chris@bsdjunk.com>
* Replace defunct scrollz.org by working mirror.mandree2016-02-061-1/+1
| | | | | | | Drop domain-parking WWW: link from pkg-descr. Submitted by: Chris Hutchinson PR: 206862
* Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.tijl2015-10-101-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Remove trailing whitespace from Makefiles, A-L.olgeni2015-10-081-1/+1
|
* Update "BSD" licensefeld2014-12-071-1/+1
|
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15tijl2014-07-231-0/+1
| | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine)
* - Force commit to fix prev entrymiwi2014-04-291-1/+1
| | | | | | | - Update to version 2.2.3 PR: 18792 Submitted by: ports fury
* - Fix build on i386miwi2014-04-291-21/+20
| | | | | | | - Enable sound support for all ARCH PR: 187494 Submitted by: ports fury
* - Stage supportmiwi2014-03-061-2/+0
|
* - Reassign to the heap at maintainers requesttabthorpe2014-03-051-1/+1
|
* Fix iconv use on FreeBSD 10.tijl2014-02-211-1/+4
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | irc)
* - Attempt to unbreak parallel (-jX) builds, remove MAKE_JOBS_UNSAFEdanfe2013-08-051-8/+5
| | | | | | - Remove superfluous bdep in GnuTLS case, LIB_DEPENDS satisfies it; also switch to the new library specification format - Correct pkg-plist; cleanup Makefile, sort the knobs while I'm here
* Mark job unsafebapt2013-07-111-2/+2
| | | | | | | While here: - Trim headers - Convert to USES - Remove code for unsupported version
* Convert USE_NCURSES by USES=ncursesbapt2013-05-061-7/+2
| | | | Convert USE_READLINE by USES=readline
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* - Fix implicit dependency on iconv and opensslbeech2013-03-121-6/+14
| | | | | | | | | | | | - OPTIONfy - Enable '/WINDOW CREATE' - Install wserv as wservz, to avoid conflict with ports/irc/ircII - Support tmux terminal multiplexer - Bump PORTREVISION PR: ports/176786 Submitted by: Norikatsu Shigemura <nork@FreeBSD.org> Approved by: Maarten de Vries <mdv@unsavoury.net> (maintainer)
* - Add UPDATING entry for gnutls updatenovel2013-02-061-1/+1
| | | | - Chase shlib version bump for dependant ports
* - Update to 2.2.2, and flip master_sites for reliability [1]jgh2012-05-031-3/+4
| | | | | | | - condense pkg-plist by using DATADIR [2] PR: ports/167462 Submitted by: maintainer, mdv@unsavoury.net [1], jgh@ [2]
* - Update to 2.2.1culot2012-04-04