summaryrefslogtreecommitdiff
path: root/irc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert to USES=pearBaptiste Daroussin2014-09-231-7/+2
| | | | Notes: svn path=/head/; revision=369090
* OptionsNG conversion brokes few options makingRodrigo Osorio2014-09-201-2/+10
| | | | | | | | | | | | them available by default. Also added MAKE_JOBS_UNSAFE to avoid intermittent build failures. PR: ports/181481 Submitted by: John Marshall <John.Marshall@riverwillow.com.au> Approved by: bapt (mentor) Notes: svn path=/head/; revision=368658
* Update to 2.0.17Mark Felder2014-09-183-8/+10
| | | | | | | | | | Properly configure default data and log directories. Enable OPENSSL as default open -- crypto should be possible out of the box. Notes: svn path=/head/; revision=368534
* Retire MANCOMPRESSED.Mathieu Arnold2014-09-181-1/+0
| | | | | | | | | | | | Also the compat NO_INSTALL_MANPAGES shim. Differential Revision: https://reviews.freebsd.org/D730 Reviewed by: antoine With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=368446
* Alter rc script startup ordering.Mark Felder2014-09-122-2/+2
| | | | | | | | | | | In the event the user is running Inspircd with a MySQL or Postgres backend it will fail to start on boot if it comes up before the database does. PR: 191187 Notes: svn path=/head/; revision=368050
* - Update to 2.10.1, announce message is here:Rusmir Dusko2014-09-124-56/+32
| | | | | | | | | | | | | | | | | | | | | | http://hexchat.readthedocs.org/en/latest/changelog.html - Take maintainership - Add dependency for devel/gnome-common - Remove XFT Option, changed by upstream - Remove LIBSEXY, SOCKS and XFT from default Options - Add SOCKS_DESC - Remove Spell Options and dependencies, changed by upstream - Remove PORTSCOUT - USES python instead of USE_PYTHON=yes - Remove obsolete REINPLACE, changes accepted by upstream to use SH - Change REINPLACE, changed by upstream - Add CP and RM, not fixable with other ways - Recreate patch files/patch-src__common__ssl.c with make makepatch Approved by: maintainer (private email) Notes: svn path=/head/; revision=368018
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-106-5/+6
| | | | | | | | | | | | | 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
* irc/rubygem-lita-irc: add port for rubygem-lita-ircSteve Wills2014-09-094-0/+25
| | | | | | | | | An IRC adapter for Lita. WWW: https://github.com/jimmycuadra/lita-irc Notes: svn path=/head/; revision=367763
* - Convert to USES=libtool and add INSTALL_TARGET=install-stripTijl Coosemans2014-09-086-56/+43
| | | | | | | | | | - Store pid file under /var/run instead of /var/log - Add patch to fix DESTDIR problems - Use @sample - Replace pkg-deinstall and @exec with @dirrmtry Notes: svn path=/head/; revision=367660
* Allow staging as a regular userAntoine Brodin2014-09-071-1/+1
| | | | Notes: svn path=/head/; revision=367535
* security/cracklib:Tijl Coosemans2014-09-051-1/+1
| | | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Convert to USES=python - Use MAKE_CMD - Create manpage link in post-install instead of using @exec Notes: svn path=/head/; revision=367386
* Package the binary, not a symlink to it.Adam Weinberger2014-09-051-1/+2
| | | | | | | PR: 193333 Notes: svn path=/head/; revision=367339
* Update to 20140831.Adam Weinberger2014-09-032-4/+4
| | | | Notes: svn path=/head/; revision=367205
* Drop now useless @cwdBaptiste Daroussin2014-09-021-1/+0
| | | | Notes: svn path=/head/; revision=367092
* Drop now useless @cwdBaptiste Daroussin2014-09-021-1/+0
| | | | Notes: svn path=/head/; revision=367091
* Add missing library libgmodule-2.0Tijl Coosemans2014-09-021-0/+3
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=367009
* Add USES=libtool to accessibility/atkmm and bump dependent portsTijl Coosemans2014-09-011-1/+1
| | | | Notes: svn path=/head/; revision=366938
* Remove non staged ports without pending PR from j*Baptiste Daroussin2014-09-015-78/+0
| | | | Notes: svn path=/head/; revision=366899
* lang/guile:Tijl Coosemans2014-08-311-0/+1
| | | | | | | | | | | | - Add USES=libtool and bump dependent ports - Replace Makefile.* patches with USES=pathfix - Replace config.h.in patch with USE_AUTOTOOLS=autoheader - Avoid automake by touching Makefile.in Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=366777
* irc/undernet-ircu: Unbreak build on FreeBSD 8.4John Marino2014-08-301-0/+5
| | | | | | | | | Undernet-ircu fails to build on FreeBSD 8.4 when --enable-profile (the default) is included in configure arguments. To restore building on FreeBSD 8.4, remove this as an option for that release. Notes: svn path=/head/; revision=366689
* dns/libidn:Tijl Coosemans2014-08-301-0/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc Notes: svn path=/head/; revision=366659
* Fix build on 8 and 9.Adam Weinberger2014-08-291-2/+6
| | | | | | | I hate fighting with sloppy autotools usage. Notes: svn path=/head/; revision=366534
* Update to 20140824.Adam Weinberger2014-08-293-19/+25
| | | | | | | | Big ticket change is SSL support. OPENSSL option added, defaults to on. Notes: svn path=/head/; revision=366523
* - Fix build by adding missing LIBSDmitry Marakasov2014-08-291-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=366501
* dns/c-ares:Tijl Coosemans2014-08-282-2/+2
| | | | | | | | | | | - Add USES=libtool and bump dependent ports - Move variable definitions in front of include bsd.port.options.mk - Replace patch with USES=pathfix Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=366389
* Enable SSL by default.Mathieu Arnold2014-08-271-1/+2
| | | | | | | | | PR: 193010 Submitted by: dumbbell Sponsored by: Absolight Notes: svn path=/head/; revision=366303
* irc/rubygem-cinch: update to 2.1.0Steve Wills2014-08-232-3/+3
| | | | Notes: svn path=/head/; revision=365815
* Conver to USES=pythonAdam Weinberger2014-08-231-3/+2
| | | | Notes: svn path=/head/; revision=365707
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-08-192-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=365412
* Add USES=libtool:keeplaTijl Coosemans2014-08-171-1/+3
| | | | Notes: svn path=/head/; revision=365241
* Stage irc/undernet-ircu and assign maintainership to submitterJohn Marino2014-08-174-78/+76
| | | | | | | | | | | | | Big changes include moving ircd from bin to sbin and installing lots of documentation. Also "disable" options were swapped to "enable" options and turned on by default. PR: 192720 Submitted by: Daniel Austin Add'l work by: marino Notes: svn path=/head/; revision=365163
* Add missing patch, and rename patch-xx.Vanilla I. Shu2014-08-173-0/+28
| | | | | | | Submitted by: adamw@ Notes: svn path=/head/; revision=365150
* - Fix WITH_SSP_PORTS build.Bryan Drewery2014-08-161-1/+1
| | | | | | | | | 3.2.2 set the default EFLAGS to '-lm' which resulted in our LDFLAGS being added without a preceding space. Now just add our LDFLAGS on the end. Notes: svn path=/head/; revision=365140
* Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-152-1/+2
| | | | | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) Notes: svn path=/head/; revision=365038
* Fix build on -current. Also, remove unnecessary bsd.port.options.mk inclusion.Adam Weinberger2014-08-151-6/+4
| | | | Notes: svn path=/head/; revision=365007
* irc/mias: Unmute installation commandJohn Marino2014-08-151-1/+1
| | | | | | | Noticed by: @danfe Notes: svn path=/head/; revision=364960
* irc/miau: Fix IPv6 option, reassign maintainer to submitterJohn Marino2014-08-151-23/+32
| | | | | | | | | | | Whle here, de-indent most of the Makefile and fix DOCS option too. PR: 190984 Submitted by: Daniel Austin Approved by: maintainer timeout (2 months) Notes: svn path=/head/; revision=364952
* Stagify, add LICENSE.Vanilla I. Shu2014-08-152-4/+7
| | | | Notes: svn path=/head/; revision=364939
* Bump PORTREVISION on all ports that depend on net/GeoIP forAdam Weinberger2014-08-111-1/+1
| | | | | | | | | r364627. Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=364628
* Unbreak by applying same patch as was applied to irc/weechatAntoine Brodin2014-08-091-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=364416
* Bump PORTREVISION on more ports that depend on libgcrypt after the updateTijl Coosemans2014-08-051-1/+1
| | | | | | | | | | | | in r363436 and remove the UPDATING entry because it did not guarantee that all ports were updated nor that they were updated in the right order. Also remove libgcrypt.la again. PR: 192342 Approved by: portmgr (implicit, bump unstaged ports) Notes: svn path=/head/; revision=364143
* Add staging supportPawel Pekala2014-08-042-10/+9
| | | | Notes: svn path=/head/; revision=364027
* - fix order in USESDirk Meyer2014-08-032-2/+2
| | | | Notes: svn path=/head/; revision=363922
* Fix regression introduced in r363371Josh Paetzel2014-08-011-1/+2
| | | | | | | | | If you had the perl dependancy switched off this port was unfetchable. PR: 192283 Submitted by: jdc@koitsu.org Notes: svn path=/head/; revision=363762
* Update to 3.2.10.4.Mathieu Arnold2014-08-014-43/+3
| | | | | | | | | PR: 192255 Submitted by: Ryan Frederick Sponsored by: Absolight Notes: svn path=/head/; revision=363695
* net/dante: update to 1.4.0William Grzybowski2014-07-311-1/+1
| | | | | | | | | | | | - Add LICENSE - Support stage PR: 191232 Submitted by: mp39590 gmail com Approved by: maintainer (timeout) Notes: svn path=/head/; revision=363619
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-304-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) Notes: svn path=/head/; revision=363436
* OPTIONS helpers and strip all the binaries.Adam Weinberger2014-07-301-16/+9
| | | | Notes: svn path=/head/; revision=363426
* Convert some more USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-293-3/+3
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363399
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-294-8/+4
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374