aboutsummaryrefslogtreecommitdiff
path: root/irc
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.8.9Mathieu Arnold2014-06-194-37/+32
| | | | | | | | | | | | - Stage - Cleanup rc script - Take [1] Approved by: maintainer [1] Sponsored by: Absolight Notes: svn path=/head/; revision=358404
* 1: Stagify.Vanilla I. Shu2014-06-172-7/+7
| | | | | | | | | 2: Add LICENSE. Approved by: portmgr@ Notes: svn path=/head/; revision=358065
* Stagify.Vanilla I. Shu2014-06-171-6/+5
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=358064
* 1: Stagify.Vanilla I. Shu2014-06-172-12/+14
| | | | | | | | | 2: strip binary. Approved by: portmgr@ Notes: svn path=/head/; revision=358063
* irc/py-irc: update to 5.9.1William Grzybowski2014-06-162-15/+7
| | | | | | | | | - Update to 5.9.1 - Remove obsolete python 2.6 check - Remove obsolete zip_safe option Notes: svn path=/head/; revision=357985
* - Stage supportMartin Wilke2014-06-151-1/+0
| | | | | | | PR: 191023 Notes: svn path=/head/; revision=357818
* - Remove easy_install dependencyMarcus von Appen2014-06-141-2/+3
| | | | | | | | | | - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit) Notes: svn path=/head/; revision=357754
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-1340-40/+40
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357654
* Add missing OPTIONS_SUB.Adam Weinberger2014-06-121-0/+1
| | | | Notes: svn path=/head/; revision=357629
* Turn ircbug(1) into an OPTION.Adam Weinberger2014-06-122-2/+6
| | | | Notes: svn path=/head/; revision=357603
* Update to 20131230 and take maintainership.Adam Weinberger2014-06-124-705/+621
| | | | Notes: svn path=/head/; revision=357598
* Reset the 99 ports still listed under sylvio@John Marino2014-06-114-4/+4
| | | | | | | | | | | | | | Sylvio's last commit was 17 months ago, a full 5 months after all of his ports could have been reset per policy. Given the push to complete staging (48 ports are still unstaged, something like 70+ have already been staged by other committers) and given that PRs are automatically assigned but never addressed, it's better just to reset all the ports and PRs so that it's clear to others that these ports are free to maintain. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=357526
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-113-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-102-8/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* Convert to USES=tarBryan Drewery2014-06-101-2/+1
| | | | Notes: svn path=/head/; revision=357250
* Update to 3.2.10.3Mathieu Arnold2014-06-092-4/+3
| | | | | | | | PR: 190570 Sponsored by: Absolight Notes: svn path=/head/; revision=357148
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-081-1/+1
| | | | | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357070
* Stagify.Vanilla I. Shu2014-06-081-5/+4
| | | | Notes: svn path=/head/; revision=356973
* - Fix fallout from r355360 and allow lua plugin to be builtJase Thew2014-06-062-2/+2
| | | | | | | successfully Notes: svn path=/head/; revision=356767
* - Fix build with clangMartin Wilke2014-06-061-0/+5
| | | | | | | PR: 190686 Notes: svn path=/head/; revision=356741
* Fix build with gcc from ports. [1]Koop Mast2014-06-053-7/+14
| | | | | | | | | | | While here use USES=libtool, strip installed small update regarding LDFLAGS PR: 178896 [1] Submitted by: kvedulv@kvedulv.de Patch by: avg@ [1] Notes: svn path=/head/; revision=356700
* - Switch security/libotr3 to USES=libtool, drop .la filesDmitry Marakasov2014-06-042-5/+5
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=356504
* These ports are no longer used or cared for.Rusmir Dusko2014-06-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dave Shar <koalative at gmail.com> wishes to maintain these ports with my help. deskutils/py-send2trash - Change Makefile header, use my name and @FreeBSD.org email - Pass maintainership to koalative at gmail.com - Change license BSD to BSD3CLAUSE - Use USE_PYDISTUTILS=yes instead of easy_install - Remove PYDISTUTILS_PKGNAME and add PYDISTUTILS_AUTOPLIST graphics/founts - Change Makefile header, use my name and @FreeBSD.org email - Pass maintainership to koalative at gmail.com - Add REINPLACE, fix ELAST - Change distinfo, remove supplied icon graphics/py-pyggel - Pass maintainership to koalative at gmail.com graphics/radius-engine - Change Makefile header, use my name and @FreeBSD.org email - Pass maintainership to koalative at gmail.com irc/py-fishcrypt - Pass maintainership to koalative at gmail.com sysutils/gigolo - Change Makefile header, use my name and @FreeBSD.org email - Pass maintainership to koalative at gmail.com - Use tar:bzip2 instead of USE_BZIP2=yes - Remove TODO from DOCS - Remove useless .include <bsd.port.options.mk> - Change pkg-plist, remove mtree Notes: svn path=/head/; revision=356500
* - support stagingRodrigo Osorio2014-06-042-10/+15
| | | | | | | | | | - changes in per-install & do-install commands Submitted by: rodrigo@ (maintainer) Reviewed by: bapt (mentor) Notes: svn path=/head/; revision=356465
* - Mark IGNORE < 9.1Martin Wilke2014-06-041-1/+7
| | | | | | | PR: 190596 Notes: svn path=/head/; revision=356429
* - Bump PORTREVISION for dependencies changesRusmir Dusko2014-06-032-9/+7
| | | | | | | | | | | - Pass maintainership to koalative at gmail.com - Use libtool instead of USE_AUTOTOOLS libtool - Add USE_AUTOTOOLS libtoolize - Set PORTSCOUT, wrong NLS - Change pkg-plist, remove *.la files Notes: svn path=/head/; revision=356400
* 1: Fix COMMENT.Vanilla I. Shu2014-06-032-4/+3
| | | | | | | | | | 2: add libtool to USES. PR: ports/190411 Submitted by: ports at robakdesign.com Notes: svn path=/head/; revision=356358
* - Update to 20140530Martin Wilke2014-06-033-56/+54
| | | | | | | - Stage support Notes: svn path=/head/; revision=356321
* irc/znc: Fix USE_PYTHON version number, it should be 3+ not 2+Rene Ladan2014-06-011-1/+1
| | | | | | | Submitted by: antoine Notes: svn path=/head/; revision=356141
* Update consumers of lang/python31 or higher to use Python version 3.XRene Ladan2014-06-011-1/+1
| | | | | | | | | | | | | | | and consumers of lang/python31 or lower to use Python 2.X This is in preparation of removing lang/python31 which expired on 2014-06-01 While here apply some fixes for textproc/codespell: - USE_XZ -> USES=tar:xz - remove unneeded USE_PYTHON_RUN line Approved by: python (mva) Notes: svn path=/head/; revision=356138
* Upgrade to 0.8.16.Vanilla I. Shu2014-06-012-7/+6
| | | | Notes: svn path=/head/; revision=356031
* - Fix runtime when built with clang [1] [2]Mathieu Arnold2014-05-2711-136/+117
| | | | | | | | | | | | | | | | - Support stage [3] - Switch to options helpers - Update patches, and rename them to follow makepatch naming maintainer timeout [1] [2] [3] -> take over maintainership PR: ports/184150 [1], ports/187117 [2], ports/189615 [3] Submitted by: Ryan Frederick [1], Jean-Sébastien Pédron [2], Ryan Frederick [3] Sponsored by: Absolight Notes: svn path=/head/; revision=355584
* Replace lang/lua with the new lang/lua51Baptiste Daroussin2014-05-263-5/+4
| | | | | | | | | | | lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355360
* - Update to 1.1.10Martin Wilke2014-05-214-38/+5
| | | | | | | | PR: 189318 Submitted by: maintainer Notes: svn path=/head/; revision=354704
* - Remove empty files and directoriesAlex Kozlov2014-05-201-0/+0
| | | | | | | Approved by: portmgr (antoine) Notes: svn path=/head/; revision=354619
* Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin)Tijl Coosemans2014-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to "USES=libtool tar:bzip2". Bump PORTREVISION on all dependent ports and modernise them as well (USES, LIB_DEPENDS, staging). audio/pidgin-musictracker: - Replace LIBS with LDFLAGS. - Disable static plugin. net/online-desktop: Remove obsolete patches. net-im/mbpurple: - Drop pkgconf dependency. - Replace post-patch with MAKE_ARGS. - Use standard do-build. net-im/pidgin-audacious-remote: Disable static plugin. net-im/pidgin-birthday-reminder: Disable static plugin. net-im/pidgin-fetion: Replace pkg-plist with PLIST_FILES. net-im/pidgin-guifications: - Drop USE_GNOME=gnomeprefix. - Replace LIBS with LDFLAGS. net-im/pidgin-hotkeys: - Drop CFLAGS=-fPIC. - Fix build on systems without gcc. net-im/pidgin-libnotify: - Use option helpers. - Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS. net-im/pidgin-manualsize: Fix build on systems without gcc. net-im/pidgin-privacy-please: - Replace a patch with CPPFLAGS and LDFLAGS. - Don't use USE_LDCONFIG for a plugin. net-im/pidgin-sipe: - Don't use USE_LDCONFIG for a plugin. - Drop PORTDOCS that don't contain useful documentation. - Patch configure with s/LDLAGS/LDFLAGS/ so LDFLAGS can replace LIBS. - Use option helpers and fix Kerberos option. - Remove obsolete CONFIGURE_ENV. security/pidgin-encryption: - Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Disable static plugin. - Use option helpers. security/pidgin-otr: - Drop redundant comment about PORTREVISION. - Add USE_GNOME=gtk20. - Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Port uses stack protector unconditionally so link with -lssp_nonshared when necessary like Mk/bsd.ssp.mk does. Approved by: portmgr (PORTREVISION bump on unstaged port) Notes: svn path=/head/; revision=354341
* - Fix build on 10.x and later.Hiroki Sato2014-05-175-15/+80
| | | | | | | - Add LICENSE. Notes: svn path=/head/; revision=354277
* Update irc/tircd to 0.30, and remove NO_STAGEGavin Atkinson2014-05-153-18/+9
| | | | | | | Approved by: mat Notes: svn path=/head/; revision=354097
* - Stage.Gerald Pfeifer2014-05-132-3/+2
| | | | | | | | | | | - Update WWW entry in pkg-descr. PR: 188963 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr (blanket pre-approval) Notes: svn path=/head/; revision=353991
* Enable staging.Gerald Pfeifer2014-05-132-5/+10
| | | | | | | | | PR: 188960 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr (blanket pre-approval) Notes: svn path=/head/; revision=353905
* Convert my ports to USES=tarMax Brazhnikov2014-05-121-2/+1
| | | | Notes: svn path=/head/; revision=353800
* - Stage supportTim Bishop2014-05-092-19/+18
| | | | Notes: svn path=/head/; revision=353527
* - Add staging support, allow it as normal userPawel Pekala2014-05-084-38/+38
| | | | | | | | | | - Remove leading article from COMMENT - Convert to new LIB_DEPENDS format - Remove Author line from pkg-descr - Docdir safe, use DOCSDIR sub in pkg-plist Notes: svn path=/head/; revision=353339
* Update URL for atheme-services.Tim Bishop2014-05-081-1/+1
| | | | Notes: svn path=/head/; revision=353319
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* - Add staging supportPawel Pekala2014-05-033-67/+41
| | | | | | | | - Use options helpers, subs, define DOCS option - Remove WWW line, page seems to not exist anymore Notes: svn path=/head/; revision=352907
* Add staging supportPawel Pekala2014-05-031-6/+3
| | | | Notes: svn path=/head/; revision=352906
* Add staging supportPawel Pekala2014-05-021-3/+3
| | | | Notes: svn path=/head/; revision=352827