Commit graph

154 commits

Author SHA1 Message Date
Steve Wills
0ddc234650 irc/bitchx: Use correct OpenSSL include path
PR:		236617
Submitted by:	caf@bitchx.org
Approved by:	BitchX FreeBSD <freebsd@bitchx.org> (maintainer)
2019-03-19 15:04:33 +00:00
Alexey Dokuchaev
5ba4d0e19f - Remove BROKEN_SSL line (should've been part of r483042)
- Cleanup options block a bit and use our standard LANG_HE
  option for Hebrew language support
2018-10-29 10:54:15 +00:00
Alexey Dokuchaev
1b3f7c273b Unbreak the build against newer versions of OpenSSL where they had removed
SSLeay() from libcrypto so configure test for it now fails.  Check against
ERR_get_error() instead.

PR:	232550
2018-10-26 16:42:55 +00:00
Sunpoet Po-Chuan Hsieh
e2085d40d3 Convert to options target helper
- Use BROKEN_SSL

Approved by:	portmgr (blanket)
2017-04-16 11:09:03 +00:00
Mathieu Arnold
e51bbb58a4 Remove all _USE=openssl occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:54 +00:00
Mathieu Arnold
703ff6d361 Mark some ports as not openssl-devel ready.
Sponsored by:	Absolight
2016-11-29 18:46:21 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
John Marino
5c73e56d90 irc/bitchx: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-01 22:33:44 +00:00
Jason Unovitch
a4adad28a3 irc/bitchx: drop AIM plugin support and grammar fixes
- 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)
2015-12-18 01:57:02 +00:00
Martin Wilke
458080cfae - Update maintainer address
PR:		205138
Submitted by:	cpet@bitchx.org
Approved by:	mat (mentor), maintainer
Differential Revision:	D4492
2015-12-11 08:40:34 +00:00
John Marino
b6cc4b7085 irc/bitchx is not not jobs safe (really)
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.
2015-09-11 06:32:14 +00:00
Bryan Drewery
2b4d9e790c This seems JOBS SAFE now. 2015-05-11 13:59:41 +00:00
Eitan Adler
bf4fa082dd Due to the disabling of the bugzilla account, reset maintainership of
the remainder of Chris's ports.

Submitted by:	"Chris Petrik" <chris@bsdjunk.com>
2015-05-04 00:37:11 +00:00
Sunpoet Po-Chuan Hsieh
bf595f4147 - Add LICENSE
PR:		199492
Submitted by:	Chris Petrik <chris@bsdjunk.com> (co-maintainer)
2015-04-17 19:49:05 +00:00
Bartek Rutkowski
8a66a91f6f irc/bitchx: add CPE info
PR:		199375
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
Approved by:	portmgr blanket
2015-04-16 07:47:10 +00:00
Johannes Jost Meixner
fb5d6af4c4 irc/bitchx: update to 1.2.1
- 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)
2015-01-29 13:13:59 +00:00
Tijl Coosemans
c88aaf5c89 Add missing USE_OPENSSL=yes
PR:		195796
2015-01-15 09:05:37 +00:00
Baptiste Daroussin
b6bb709058 Cleanup plist 2014-10-27 13:00:21 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Adam Weinberger
65709d5e5e Rename irc/ patch-xy patches to reflect the files they modify. 2014-07-28 21:57:01 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- 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)
2014-06-11 14:49:59 +00:00
John Marino
b6c090b954 chinese/bitchx: Bump to acquire MASTERDIR fix, stage too
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
2014-06-11 10:20:41 +00:00
John Marino
6a2f4f66ba irc/bitchx: Requires build by GCC to avoid segfault
PR:		186425
Submitted by:	Edwin
Approved by:	maintainer (Dan Mashal)
2014-06-10 14:26:34 +00:00
Rene Ladan
f94798f730 Add stage support
PR:		ports/188076
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
Approved by:	Dan Mashal <dan.mashal@gmail.com> (maintainer)
2014-04-04 20:52:06 +00:00
Mathieu Arnold
c67a97111a Mark MAKE_JOBS_UNSAFE.
maintainer timeout.

PR:		ports/183898
Submitted by:	mat
2013-11-26 14:59:40 +00:00
Baptiste Daroussin
f30824b2ef Add NO_STAGE all over the place in preparation for the staging support (cat: irc) 2013-09-20 18:44:49 +00:00
Andrej Zverev
a5341091eb - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-16 17:03:42 +00:00
Sunpoet Po-Chuan Hsieh
2dd7a15022 - Remove unnecessary WANT_GNOME
Pointed out by:	bapt
2013-09-07 21:34:40 +00:00
Sunpoet Po-Chuan Hsieh
dec5b2ef72 - Remove deprecated GTK/XMMS support
- 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)
2013-09-07 18:38:25 +00:00
Sunpoet Po-Chuan Hsieh
36607ffaf7 - Add co-maintainer: use comment due to the lack of multiple-maintainer support
PR:		ports/181627
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
Approved by:	Dan Mashal <dan.mashal@gmail.com> (maintainer)
2013-09-07 18:18:16 +00:00
Chris Rees
f610ee2f9c Update to 1.2
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
2013-05-31 09:48:32 +00:00
Alex Kozlov
05a9235c98 - Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
2013-02-01 15:04:00 +00:00
Eitan Adler
480df0630b Hand maintainer over to new volunteer
PR:		ports/174463
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
Approved by:	Dan Mashal <dan.mashal@gmail.com> (new maintainer)
2012-12-16 04:10:09 +00:00
Eitan Adler
a52b1a298c Revert Chris Petrik's ports to the pool. Thank you for all your work so far, and should you desire to return just let us know.
PR:		ports/174309
Submitted by:	Chris Petrik
2012-12-10 01:20:16 +00:00
Wesley Shields
916e01dcd8 Copy irc/bitchx to irc/bitchx-devel and attach to the build.
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
2012-11-19 04:01:48 +00:00
Alexey Dokuchaev
005028e164 Clean up Makefile.
Approved by:	maintainer (on IRC)
2012-09-22 16:09:00 +00:00
Alexey Dokuchaev
5589126ab2 Reduce number of hardcoded port name (where appropriate). 2012-09-16 14:50:16 +00:00
Alexey Dokuchaev
16aee7d8de BitchX, an ass-kicking IRC client, is out of limbo and back on the track!
- 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]
2012-09-16 14:16:20 +00:00
Josh Paetzel
9481381e4a Remove optional dep on net/socks5
PR:	ports/165385
Approved by:	maintainer timeout
Feature safe:	yes
2012-03-12 07:32:41 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
2011-09-23 22:26:39 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Alexey Dokuchaev
445c0f3a0d Improve port description. 2009-12-16 11:51:54 +00:00
Alexey Dokuchaev
881028ef74 Take maintainership of my favorite IRC client and clean up Makefile a
little.  No functional changes.
2009-12-16 11:50:10 +00:00
Mark Linimon
b641caf81b Reset maintainer at his request.
PR:		ports/141647
2009-12-15 19:48:26 +00:00
Mark Linimon
4727575d1b Reinstate maintainer at his request. 2009-12-04 02:38:52 +00:00
Mark Linimon
89a90f22d5 Temporarily reassign ports maintained by chris@officialunix.com back to
the pool for the duration of his upcoming move.

Requested by:	maintainer
2009-11-26 00:36:49 +00:00
Dmitry Marakasov
38264e3ebf - Fix build on 9.0
PR:		140274
Submitted by:	myself
Approved by:	chris@officialunix.com (maintainer)
2009-11-04 21:48:42 +00:00
Wesley Shields
7c9cbb0a24 - Pass maintainership to submitter
PR:		ports/138955 ports/138956
Submitted by:	Chris Petrik <chris@officialunix.com>
Feature safe:	yes
2009-09-19 03:18:13 +00:00
Mark Linimon
b42f6675bc Reset beech@FreeBSD.org while he works on restoring his email situation.
Hat:		portmgr
2009-08-28 16:52:33 +00:00
Dmitry Marakasov
0074c5fa8c - Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L 2009-08-22 00:24:37 +00:00