aboutsummaryrefslogtreecommitdiff
path: root/irc/bitchx/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* irc/bitchx: Use correct OpenSSL include pathSteve Wills2019-03-191-3/+2
| | | | | | | | | PR: 236617 Submitted by: caf@bitchx.org Approved by: BitchX FreeBSD <freebsd@bitchx.org> (maintainer) Notes: svn path=/head/; revision=496264
* - Remove BROKEN_SSL line (should've been part of r483042)Alexey Dokuchaev2018-10-291-6/+4
| | | | | | | | - Cleanup options block a bit and use our standard LANG_HE option for Hebrew language support Notes: svn path=/head/; revision=483384
* Unbreak the build against newer versions of OpenSSL where they had removedAlexey Dokuchaev2018-10-261-0/+1
| | | | | | | | | | SSLeay() from libcrypto so configure test for it now fails. Check against ERR_get_error() instead. PR: 232550 Notes: svn path=/head/; revision=483042
* Convert to options target helperSunpoet Po-Chuan Hsieh2017-04-161-20/+13
| | | | | | | | | - Use BROKEN_SSL Approved by: portmgr (blanket) Notes: svn path=/head/; revision=438652
* Remove all _USE=openssl occurrences.Mathieu Arnold2017-03-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436248
* Mark some ports as not openssl-devel ready.Mathieu Arnold2016-11-291-1/+7
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427389
* irc/bitchx: document ncurses requirement (USES+=ncurses)John Marino2016-02-011-1/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=407783
* irc/bitchx: drop AIM plugin support and grammar fixesJason Unovitch2015-12-181-2/+3
| | | | | | | | | | | | - Remove AIM plugin support as it is no longer supported - Bump PORTREVISION for package change - While here, minor grammar changes in pkg-descr and Makefile PR: 205260 Submitted by: cpet@bitchx.org (maintainer) Notes: svn path=/head/; revision=403948
* - Update maintainer addressMartin Wilke2015-12-111-1/+1
| | | | | | | | | | PR: 205138 Submitted by: cpet@bitchx.org Approved by: mat (mentor), maintainer Differential Revision: D4492 Notes: svn path=/head/; revision=403504
* irc/bitchx is not not jobs safe (really)John Marino2015-09-111-0/+2
| | | | | | | | | This port was recently redeclared "jobs safe", but we just hit another jobs-safe issue on the chinese/bitchx slave port. In this case, it was trying to link wserv beform all the object files were built. Notes: svn path=/head/; revision=396649
* This seems JOBS SAFE now.Bryan Drewery2015-05-111-2/+0
| | | | Notes: svn path=/head/; revision=386080
* Due to the disabling of the bugzilla account, reset maintainership ofEitan Adler2015-05-041-1/+0
| | | | | | | | | the remainder of Chris's ports. Submitted by: "Chris Petrik" <chris@bsdjunk.com> Notes: svn path=/head/; revision=385361
* - Add LICENSESunpoet Po-Chuan Hsieh2015-04-171-0/+3
| | | | | | | | PR: 199492 Submitted by: Chris Petrik <chris@bsdjunk.com> (co-maintainer) Notes: svn path=/head/; revision=384171
* irc/bitchx: add CPE infoBartek Rutkowski2015-04-161-1/+1
| | | | | | | | | PR: 199375 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket Notes: svn path=/head/; revision=384090
* irc/bitchx: update to 1.2.1Johannes Jost Meixner2015-01-291-41/+32
| | | | | | | | | | | | | | | | | | - update to 1.2.1 - use OPTIONS helpers - remove unnecessary Perl depencency - remove unnecessary GCC dependency - Add support for hebrew language (as option) - Add helpful toggles (as option - Kill files/ directory PR: 195526 Differential Revision: https://reviews.freebsd.org/D1710 Submitted by: Chris Petrik <chris@bsdjunk.com> Approved by: koobs (mentor) Notes: svn path=/head/; revision=378116
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-151-1/+2
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=377064
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* chinese/bitchx: Bump to acquire MASTERDIR fix, stage tooJohn Marino2014-06-111-1/+1
| | | | | | | | | | | Related to: PR: 186425 It looks NO_STAGE should have been removed when irc/bitchx was staged. Late add: Fix master irc/bitchx to not override PORTREVISION Notes: svn path=/head/; revision=357460
* irc/bitchx: Requires build by GCC to avoid segfaultJohn Marino2014-06-101-0/+2
| | | | | | | | | PR: 186425 Submitted by: Edwin Approved by: maintainer (Dan Mashal) Notes: svn path=/head/; revision=357314
* Add stage supportRene Ladan2014-04-041-6/+4
| | | | | | | | | PR: ports/188076 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Approved by: Dan Mashal <dan.mashal@gmail.com> (maintainer) Notes: svn path=/head/; revision=350166
* Mark MAKE_JOBS_UNSAFE.Mathieu Arnold2013-11-261-0/+1
| | | | | | | | | | maintainer timeout. PR: ports/183898 Submitted by: mat Notes: svn path=/head/; revision=334941
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | irc) Notes: svn path=/head/; revision=327736
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-2/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327418
* - Remove unnecessary WANT_GNOMESunpoet Po-Chuan Hsieh2013-09-071-1/+0
| | | | | | | Pointed out by: bapt Notes: svn path=/head/; revision=326691
* - Remove deprecated GTK/XMMS supportSunpoet Po-Chuan Hsieh2013-09-071-30/+2
| | | | | | | | | | | | - While I'm here: - Add DOCS to OPTIONS_DEFINE - Remove IPV6 from OPTIONS_DEFAULT PR: ports/181628 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (co-maintainer) Notes: svn path=/head/; revision=326679
* - Add co-maintainer: use comment due to the lack of multiple-maintainer supportSunpoet Po-Chuan Hsieh2013-09-071-0/+1
| | | | | | | | | PR: ports/181627 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Approved by: Dan Mashal <dan.mashal@gmail.com> (maintainer) Notes: svn path=/head/; revision=326675
* Update to 1.2Chris Rees2013-05-311-24/+15
| | | | | | | | | | | | | | The release is finally here! Add vulnerabilities to vuxml, and remove bitchx-devel Approved by: Dan Mashal <dan.mashal@gmail.com> (maintainer) Security: CVE-2007-4584 Security: CVE-2007-5839 Security: CVE-2007-5922 Notes: svn path=/head/; revision=319475
* Hand maintainer over to new volunteerEitan Adler2012-12-161-2/+1
| | | | | | | | | PR: ports/174463 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Approved by: Dan Mashal <dan.mashal@gmail.com> (new maintainer) Notes: svn path=/head/; revision=308977
* Revert Chris Petrik's ports to the pool. Thank you for all your work so ↵Eitan Adler2012-12-101-1/+1
| | | | | | | | | | far, and should you desire to return just let us know. PR: ports/174309 Submitted by: Chris Petrik Notes: svn path=/head/; revision=308576
* Copy irc/bitchx to irc/bitchx-devel and attach to the build.Wesley Shields2012-11-191-19/+20
| | | | | | | | | | | | Revert irc/bitchx back to 1.1.0.1. Set LATEST_LINK for irc/bitchx-devel appropriately. PR: ports/172294, ports/172295 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=307552
* Clean up Makefile.Alexey Dokuchaev2012-09-221-13/+4
| | | | | | | Approved by: maintainer (on IRC) Notes: svn path=/head/; revision=304693
* Reduce number of hardcoded port name (where appropriate).Alexey Dokuchaev2012-09-161-4/+4
| | | | Notes: svn path=/head/; revision=304353
* BitchX, an ass-kicking IRC client, is out of limbo and back on the track!Alexey Dokuchaev2012-09-161-62/+67
| | | | | | | | | | | | | | | | | | | | | - Update to version 1.2; project was moved to GitHub - Convert to new OPTIONS framework; simplify features handling logic - Enable IPv6 and SSL by default to catch up with new era - Ditto for plugins that do not require external dependencies - Drop hard-coded ABI shlib version numbers in LIB_DEPENDS - Remove obsolete patches [1, 2] and cleanup Makefile while I am here - Utilize DOCSDIR for smarter handling of documentation (and thus greatly offload pkg-plist) - Give maintainership back to Chris Petrik per his request: he is part of the developer team and has time to look after the port again) PR: ports/163555 (audit trail) [1] ports/170409 (remove patch-funny.c) [2] Submitted by: Chris Petrik (last follow-up) [1] Gary Stanley [2] Notes: svn path=/head/; revision=304350
* Remove optional dep on net/socks5Josh Paetzel2012-03-121-6/+0
| | | | | | | | | PR: ports/165385 Approved by: maintainer timeout Feature safe: yes Notes: svn path=/head/; revision=293154
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Take maintainership of my favorite IRC client and clean up Makefile aAlexey Dokuchaev2009-12-161-20/+20
| | | | | | | little. No functional changes. Notes: svn path=/head/; revision=245980
* Reset maintainer at his request.Mark Linimon2009-12-151-1/+1
| | | | | | | PR: ports/141647 Notes: svn path=/head/; revision=245897
* Reinstate maintainer at his request.Mark Linimon2009-12-041-1/+1
| | | | Notes: svn path=/head/; revision=245177
* Temporarily reassign ports maintained by chris@officialunix.com back toMark Linimon2009-11-261-1/+1
| | | | | | | | | the pool for the duration of his upcoming move. Requested by: maintainer Notes: svn path=/head/; revision=244755
* - Pass maintainership to submitterWesley Shields2009-09-191-1/+1
| | | | | | | | | PR: ports/138955 ports/138956 Submitted by: Chris Petrik <chris@officialunix.com> Feature safe: yes Notes: svn path=/head/; revision=241706
* Reset beech@FreeBSD.org while he works on restoring his email situation.Mark Linimon2009-08-281-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=240459
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with H,I,J,K,L Notes: svn path=/head/; revision=240071
* - Fix IPv6 support is not builtBeech Rintoul2009-01-061-1/+1
| | | | | | | | | | - Bump portrevision PR: ports/130213 Submitted by: Wes Morgan <morganw@chemikals.org> Notes: svn path=/head/; revision=225308
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Fix plugins optionBeech Rintoul2008-07-261-5/+6
| | | | | | | | - Remove aim, cavlink,identd and nap plugins (won't build with gcc-4.2) - Bump portrevision Notes: svn path=/head/; revision=217629
* - Add patch to fix core dump issue on amd64Beech Rintoul2008-07-031-1/+1
| | | | | | | | | | - Bump portrevision PR: ports/125108 Submitted by: Chris Pet <chrispetso@gmail.com> Notes: svn path=/head/; revision=216188
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Use official MASTER_SITE (SF macro)Beech Rintoul2008-03-241-5/+2
| | | | | | | | | | - Fix .placeholder PR: ports/121925 Submitted by: Tilman Linneweh <arved@FreeBSD.org> Notes: svn path=/head/; revision=209733