Commit graph

139 commits

Author SHA1 Message Date
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
Beech Rintoul
7647a36532 - Fix IPv6 support is not built
- Bump portrevision

PR:		ports/130213
Submitted by:	Wes Morgan <morganw@chemikals.org>
2009-01-06 01:45:56 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
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)
2008-08-21 06:18:49 +00:00
Beech Rintoul
469f80fed3 - Fix plugins option
- Remove aim, cavlink,identd and nap plugins (won't build with gcc-4.2)
- Bump portrevision
2008-07-26 20:43:40 +00:00
Beech Rintoul
7d7e897ba5 - Add patch to fix core dump issue on amd64
- Bump portrevision

PR:		ports/125108
Submitted by:	Chris Pet <chrispetso@gmail.com>
2008-07-03 00:21:56 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [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)
2008-04-19 17:56:05 +00:00
Beech Rintoul
8d6c8c964e - Use official MASTER_SITE (SF macro)
- Fix .placeholder

PR:             ports/121925
Submitted by:   Tilman Linneweh <arved@FreeBSD.org>
2008-03-24 22:48:24 +00:00
Erwin Lansing
33e655e680 Revert part of the previous commit that accidentily
prevented CATEGORIES from being additive for slave ports.
2008-01-30 07:53:29 +00:00
Beech Rintoul
20f531a072 - Update to 1.1-final.
- Fix master_sites.
- Fix gcc-4.2 related errors.
- Makefile and pkg build cleanup.

PR:		ports/120074
Submitted by:	Brett Johnson <brett@define.net.au>
Approved by:	linimon (mentor)
2008-01-28 22:55:50 +00:00
Beech Rintoul
b5ae5fdb3c - Update to 1.1.0.1
- Patches integrated upstream

Approved by:	sat (mentor)
2007-08-15 08:48:13 +00:00
Beech Rintoul
6059aac34e Fixed MASTER_SITES address, added mirror.
Changed MAINTAINER email address.

PR:		ports/113448
Approved by:	sat (mentor)
2007-06-08 20:18:40 +00:00
Andrew Pantyukhin
dda116744a - Remove empty dir to pacify "pkg_add;pkg_delete"
Approved by:	Beech Rintoul <beech@alaskaparadise.com> (maintainer, implicit)
2007-05-28 21:39:16 +00:00
Andrew Pantyukhin
1feb642b4c - Fixed options
- Removed 4.x only option (tcl)
- Pass maintainership to submitter
- Clean up
- Note that plugins are not gcc4-clean atm

PR:		ports/112378 (based on)
Submitted by:	Beech Rintoul <beech@alaskaparadise.com>
2007-05-28 16:09:11 +00:00
Mark Linimon
201cf12ad8 Reset inactive maintainer due to maintainer-timeouts and no response to email.
Hat:		portmgr
2007-03-05 00:15:24 +00:00
Tilman Keskinoz
71df0ef1b2 Fix build with gcc41
PR:		106910
Approved by:	maintainer timeout (1 month)
2007-01-22 11:21:09 +00:00
Edwin Groothuis
cfc515375f remove USE_REINPLACE for all categories starting with I 2006-05-08 10:32:04 +00:00