Commit graph

4140 commits

Author SHA1 Message Date
John Marino
ef36f5097f irc/ircd-ratbox-devel: Set SSL flags, update to modern options framework
Approved by:	SSL and options blankets
2016-09-10 18:28:03 +00:00
John Marino
e1ca74faa3 irc/bip: Configure SSL flags to support non-base libraries
Approved by:	SSL blanket
2016-09-10 18:18:31 +00:00
Dmitry Marakasov
30a00f2227 Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
  CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
  for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
  to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well

Submitted by:	amdmi3
Reviewed by:	mat
Exp-run by:	antoine
Approved by:	portmgr (mat, antoine)
Differential Revision:	D7534
2016-09-09 19:42:46 +00:00
Dmitry Marakasov
f9e7655981 - Fix build WITHOUT=EXAMPLES
- While here, fix LICENSE, add LICENSE_FILE, switch to USES=ssl, switch to options helpers, unsilence installation

PR:		207283
Submitted by:	samorders@gmail.com
Approved by:	maintainer timeout (swills, 6 months)
2016-09-08 17:53:13 +00:00
Mark Felder
4dec6bdd8b irc/inspircd: Update to 2.0.23
This update also resolves an authentication bypass vulnerability.

Reported by:	<dijit sh drk sc>
MFH:		2016Q3
2016-09-06 14:24:18 +00:00
Dmitry Marakasov
47d41661c4 - Fix configure handling, this is not really a GNU configure
PR:		212075
Approved by:	portmgr blanket
2016-09-06 13:33:01 +00:00
Mathieu Arnold
fa31dc8acf Update to 3.2.10.7
Changes:	https://forums.unrealircd.org/viewtopic.php?f=1&t=8588
Sponsored by:	Absolight
2016-09-05 13:51:40 +00:00
Kurt Jaeger
387c0e6e78 irc/hexchat: fix build when lang/gcc is installed
PR:		211327
MFH:		2016Q3
Reported by:	kib
Submitted by:	Tobias Kortkamp <t@tobik.me>
Approved by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
2016-08-26 06:17:07 +00:00
Vanilla I. Shu
41eef74c45 switch to USES=ssl.
PR:		212164
Submitted by:	pipfstarrd@opmbx.org
2016-08-26 02:23:58 +00:00
Tobias C. Berner
0f583d8700 Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports

At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.

The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].

Changes to the KDE Ports needed by this:

Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4]
[1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk
[2] The version in the plasma5 branch also handles frameworks/plasma5 and
    handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt
    Ports -- I chose to leave this out for now, as the diff is already large
    enough.
[3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we
    want is already specified as argument to kde:<arg>
[4] For KDE Frameworks and Plasma5 ports this would be kde:5

PR:             210667
Approved by:    portmgr, mat (mentor), rakuco (mentor)
Reviewed by:    mat, rakuco
Differential Revision:   https://reviews.freebsd.org/D6961
2016-08-24 08:20:31 +00:00
Dmitry Marakasov
b16aab0fa2 - Update to 2.0.1
- Switch to USES=ssl

PR:		211628
Submitted by:	mp39590@gmail.com (maintainer)
2016-08-19 14:02:24 +00:00
Romain Tartière
f761fea51b Fix build with mono 4.4.
Some assemblies have been relocated, so adjust files path to point to the
correct location.

Looks like I forgot to push the update for this port yesterday.

Reported by:	pkg-fallout
2016-08-09 07:13:44 +00:00
Romain Tartière
b8772975e9 Update to 1.0. 2016-08-08 18:06:31 +00:00
Kubilay Kocak
59cb3ea4b0 irc/py-limnoria: Update to 2016.06.29
- Update PORTVERSION and distinfo checksum (2016.06.29)
- Set better OPTIONS_DEFAULT's
2016-08-07 11:49:54 +00:00
Kubilay Kocak
ab5d9ea903 irc/py-limnoria: Bump PORTREVISION
Bump PORTREVISION due to the additional of USE_PYTHON=concurrent
symlinks in the package.

MFH:	2016Q3
2016-08-07 11:30:19 +00:00
Kubilay Kocak
67a798060f irc/py-limnoria: Convert to OPTION'al RUN_DEPENDS
- Add Global and Plugin OPTIONS for optional dependencies
- Set OPTIONS_DEFAULT to maintain functional compatibility with 2016Q3
- Enable concurrent Python installation
- Update test target to use PYTHON_CMD (version specific execution)
- Add TEST_DEPENDS on feedparser as it fails (not skips) if not
  available when running tests.
- Remove nested leading indefinite article in COMMENT

MFH:	2016Q3
2016-08-07 11:26:24 +00:00
Bryan Drewery
ac8386a166 Remove unneeded iconv hack.
This would still be needed with 10+ after the removal of const
on iconv(3) in src r281550, but now with the use of ICU in
1.6 it is no longer using iconv(3).
2016-08-03 21:56:47 +00:00
Baptiste Daroussin
8c56705be4 Fix collision with getline(3) 2016-08-01 06:36:52 +00:00
Rene Ladan
78450f0a5d Reset miwi@'s ports, he stepped down from the Ports Team.
With hat:	portmgr-secretary
2016-07-25 20:01:02 +00:00
Brad Davis
a57400f182 Fix connecting to servers with SSLv3 disabled to address POODLE.
PR:		142198
Submitted by:	lordsith49@hotmail.com, brnrd
2016-07-25 17:41:15 +00:00
Dmitry Marakasov
d3fa992862 - Update to 2.12.1
- Pass maintainership to pkubaj@anongoth.pl
- Switch to options helpers
- Cosmetic fixes
- Switch to USES=ssl
- While here, fix LICENSE and add LICENSE_FILE

PR:		211083 [1], 211085 [2]
Submitted by:	pkubaj@anongoth.pl [1], serio.jeffrey@gmail.com (maintainer) [2]
Approved by:	serio.jeffrey@gmail.com (maintainer) [1]
2016-07-20 19:18:30 +00:00
Mathieu Arnold
f899c758a6 When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-19 11:04:13 +00:00
Rusmir Dusko
8271142dfd - Add PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
, forgotten in previous commit [1]

PR:		209925
Submitted by:	mat [1]
Reported by:	koobs
2016-07-07 15:45:51 +00:00
Jason Unovitch
3d3d1f321b irc/quassel: update 0.12.3 -> 0.12.4
PR:		209218
Approved by:	makc (maintainer timeout, 2 months)
Security:	CVE-2016-4414
Security:	https://vuxml.FreeBSD.org/freebsd/7d64d00c-43e3-11e6-ab34-002590263bf5.html
MFH:		2016Q3
2016-07-07 01:44:32 +00:00
Mathieu Arnold
7acca7e902 Bump PORTREVISION for the icu revert.
This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.

PR:		205120
With hat:	portmgr
Sponsored by:	Absolight
2016-07-06 22:10:14 +00:00
Pietro Cerutti
d06cd1382c irc/epic4: do not depend on a specific version of Tcl 2016-07-06 14:30:44 +00:00
Pietro Cerutti
fb8d8ab5f9 devel/icu: bump PORTREVISION on dependent ports 2016-07-06 07:34:12 +00:00
Rene Ladan
19f31a471b Remove expired ports without open PRs:
2016-07-04 security/openpgpsdk: Broken for more than 6 months
2016-07-04 security/radiusniff: Broken for more than 6 months
2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months
2016-07-04 security/sshit: Broken for more than 6 months
2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months
2016-07-04 security/rainbowcrack: Broken for more than 6 months
2016-07-04 security/vlog: Broken for more than 6 months
2016-07-04 security/cryptstring: Broken for more than 6 months
2016-07-04 x11/libdnd: Broken for more than 6 months
2016-07-04 x11/xlupe: Broken for more than 6 months
2016-07-04 x11/xco: Broken for more than 6 months
2016-07-04 x11/xclick: Broken for more than 6 months
2016-07-04 devel/ocfpcsc: Broken for more than 6 months
2016-07-04 devel/dits: Broken for more than 6 months
2016-07-04 devel/ruby-cache: Broken for more than 6 months
2016-07-04 devel/rapidsvn: Broken for more than 6 months
2016-07-04 devel/svnkit: Broken for more than 6 months
2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months
2016-07-04 devel/cl-uffi: Broken for more than 6 months
2016-07-04 devel/ruby-event-loop: Broken for more than 6 months
2016-07-04 devel/libqxt: Broken for more than 6 months
2016-07-04 devel/dasm: Broken for more than 6 months
2016-07-04 devel/libopendaap: Broken for more than 6 months
2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi
2016-07-04 devel/cvs2p4: Broken for more than 6 months
2016-07-04 devel/bufferpool: Broken for more than 6 months
2016-07-04 devel/ifd-test: Broken for more than 6 months
2016-07-04 devel/eric4: Broken for more than 6 months
2016-07-04 devel/uclmmbase: Broken for more than 6 months
2016-07-04 devel/obfuscatejs: Broken for more than 6 months
2016-07-04 devel/oniguruma: Broken for more than 6 months
2016-07-04 devel/libbnr: Broken for more than 6 months
2016-07-04 devel/c4: Broken for more than 6 months
2016-07-04 devel/memcheck: Broken for more than 6 months
2016-07-04 devel/liblcfg: Broken for more than 6 months
2016-07-04 devel/omake: Broken for more than 6 months
2016-07-04 devel/svndelta: Broken for more than 6 months
2016-07-04 devel/papp: Broken for more than 6 months
2016-07-04 devel/mk: Broken for more than 6 months
2016-07-04 devel/avltree: Broken for more than 6 months
2016-07-04 devel/cbind: Broken for more than 6 months
2016-07-04 devel/tclgetopts: Broken for more than 6 months
2016-07-04 devel/antlrworks: Broken for more than 6 months
2016-07-04 devel/acme: Broken for more than 6 months
2016-07-04 devel/libopensync022: Broken for more than 6 months
2016-07-04 archivers/epkg: Broken for more than 6 months
2016-07-04 print/enscriptfonts: Broken for more than 6 months
2016-07-04 print/mup: Broken for more than 6 months
2016-07-04 lang/lua-mode.el: Broken for more than 6 months
2016-07-04 lang/s9fes: Broken for more than 6 months
2016-07-04 lang/alisp: Broken for more than 6 months
2016-07-04 lang/intel2gas: Broken for more than 6 months
2016-07-04 lang/stalin: Broken for more than 6 months
2016-07-04 french/eric4: Depends on expiring devel/eric4
2016-07-04 textproc/exslt: Broken for more than 6 months
2016-07-04 textproc/xt: Broken for more than 6 months
2016-07-04 textproc/ssddiff: Broken for more than 6 months
2016-07-04 textproc/xslint: Broken for more than 6 months
2016-07-04 textproc/cbedic: Broken for more than 6 months
2016-07-04 textproc/tralics: Broken for more than 6 months
2016-07-04 textproc/docbookide.el: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months
2016-07-04 textproc/tdhkit: Broken for more than 6 months
2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months
2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months
2016-07-04 dns/ldnsm: Broken for more than 6 months
2016-07-04 japanese/guesswork-classic: Broken for more than 6 months
2016-07-04 japanese/texinfo: Broken for more than 6 months
2016-07-04 japanese/jyuroku: Broken for more than 6 months
2016-07-04 japanese/mtools: Broken for more than 6 months
2016-07-04 palm/pdbar: Broken for more than 6 months
2016-07-04 graphics/gplot: Broken for more than 6 months
2016-07-04 graphics/white_dune: Broken for more than 6 months
2016-07-04 graphics/whirlgif: Broken for more than 6 months
2016-07-04 graphics/libaux: Broken for more than 6 months
2016-07-04 graphics/import-pictures: Broken for more than 6 months
2016-07-04 math/xgobi: Broken for more than 6 months
2016-07-04 math/fricas: Broken for more than 6 months
2016-07-04 math/dcdflib: Broken for more than 6 months
2016-07-04 math/libneural: Broken for more than 6 months
2016-07-04 math/open-axiom: Broken for more than 6 months
2016-07-04 irc/nefarious: Broken for more than 6 months
2016-07-04 irc/slirc: Broken for more than 6 months
2016-07-04 irc/ratbox-respond: Broken for more than 6 months
2016-07-04 irc/qwebirc: Broken for more than 6 months
2016-07-04 biology/platon: Broken for more than 6 months
2016-07-04 news/slnr: Broken for more than 6 months
2016-07-04 science/jmol: Broken for more than 6 months
2016-07-04 net/nstxd: Broken for more than 6 months
2016-07-04 net/sprinkle: Broken for more than 6 months
2016-07-04 editors/ssam: Broken for more than 6 months
2016-07-04 editors/fb: Broken for more than 6 months
2016-07-04 misc/quotes: Broken for more than 6 months
2016-07-04 misc/boxquote.el: Broken for more than 6 months
2016-07-04 misc/pypanda: Broken for more than 6 months
2016-07-04 misc/cuecat: Broken for more than 6 months
2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months
2016-07-04 german/eric4: Depends on expiring devel/eric4
2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase
2016-07-04 multimedia/ggrab: Broken for more than 6 months
2016-07-04 emulators/dynamips: Broken for more than 6 months
2016-07-04 emulators/dynamips-devel: Broken for more than 6 months
2016-07-04 emulators/sim6811: Broken for more than 6 months
2016-07-04 emulators/minivmac: Broken for more than 6 months
2016-07-04 cad/qcad-partslib: Broken for more than 6 months
2016-07-04 comms/dump1090_mr: Broken for more than 6 months
2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd
2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months
2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months
2016-07-04 sysutils/jfbterm: Broken for more than 6 months
2016-07-04 sysutils/daedalus: Broken for more than 6 months
2016-07-04 sysutils/pcfclock: Broken for more than 6 months
2016-07-04 sysutils/vlogger: Broken for more than 6 months
2016-07-04 sysutils/bontmia: Broken for more than 6 months
2016-07-04 mail/pop3gwd: Broken for more than 6 months
2016-07-04 mail/mailtray: Broken for more than 6 months
2016-07-04 mail/pflogstats: Broken for more than 6 months
2016-07-04 mail/exact: Broken for more than 6 months
2016-07-04 mail/wmpop3: Broken for more than 6 months
2016-07-04 mail/qmail-conf: Broken for more than 6 months
2016-07-04 mail/gld: Broken for more than 6 months
2016-07-04 mail/dsbl-testers: Broken for more than 6 months
2016-07-04 mail/vqregister: Broken for more than 6 months
2016-07-04 mail/atmail: Broken for more than 6 months
2016-07-04 mail/ml: Broken for more than 6 months
2016-07-04 net-im/icb: Broken for more than 6 months
2016-07-04 net-im/cicquin: Broken for more than 6 months
2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months
2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months
2016-07-04 russian/eric4: Depends on expiring devel/eric4
2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months
2016-07-04 www/xpi-clearfields: Broken for more than 6 months
2016-07-04 www/pecl-varnish: Broken for more than 6 months
2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months
2016-07-04 www/hudson: Broken for more than 6 months
2016-07-04 www/xpi-mldonkey: Broken for more than 6 months
2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months
2016-07-04 www/trac-mastertickets: Broken for more than 6 months
2016-07-04 www/dotclear: Broken for more than 6 months
2016-07-04 www/ruby-wgettsv: Broken for more than 6 months
2016-07-04 www/wwwstat: Broken for more than 6 months
2016-07-04 www/xpi-prism: Broken for more than 6 months
2016-07-04 www/xpi-fasterfox: Broken for more than 6 months
2016-07-04 www/siteframe: Broken for more than 6 months
2016-07-04 www/py-urljr: Broken for more than 6 months
2016-07-04 www/reviewboard: Broken for more than 6 months
2016-07-04 www/xpi-tabletools: Broken for more than 6 months
2016-07-04 www/wikindx: Broken for more than 6 months
2016-07-04 www/typolight: Broken for more than 6 months
2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months
2016-07-04 www/xpi-gbrain: Broken for more than 6 months
2016-07-04 www/trac-robotstxt: Broken for more than 6 months
2016-07-04 www/simplog: Broken for more than 6 months
2016-07-04 www/chtml: Broken for more than 6 months
2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months
2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months
2016-07-04 databases/mysql-xql: Broken for more than 6 months
2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months
2016-07-04 games/lucidlife: Broken for more than 6 months
2016-07-04 games/gma: Broken for more than 6 months
2016-07-04 games/smiley: Broken for more than 6 months
2016-07-04 games/noegnud-littlehack: Broken for more than 6 months
2016-07-04 games/sdlquake2: Broken for more than 6 months
2016-07-04 games/daimonin: Depends on expiring games/daimonin-music
2016-07-04 games/noegnud-nethack: Broken for more than 6 months
2016-07-04 games/xbomber: Broken for more than 6 months
2016-07-04 games/xwelltris: Broken for more than 6 months
2016-07-04 games/ftjava: Broken for more than 6 months
2016-07-04 games/daimonin-music: Broken for more than 6 months
2016-07-04 games/gno3dtet: Broken for more than 6 months
2016-07-04 games/qtv: Broken for more than 6 months
2016-07-04 games/xwordpy: Broken for more than 6 months
2016-07-04 games/netris: Broken for more than 6 months
2016-07-04 games/rt2-demo: Broken for more than 6 months
2016-07-04 games/noegnud-addons: Broken for more than 6 months
2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months
2016-07-04 games/live-f1: Broken for more than 6 months
2016-07-04 games/xonix: Broken for more than 6 months
2016-07-04 games/fgkicker: Broken for more than 6 months
2016-07-04 games/tank: Depends on expiring graphics/libaux
2016-07-04 games/linux-nwserver: Broken for more than 6 months
2016-07-04 games/quake2-zaero: Broken for more than 6 months
2016-07-04 games/pyching: Broken for more than 6 months
2016-07-04 games/thevalley: Broken for more than 6 months
2016-07-04 games/xroads: Broken for more than 6 months
2016-07-04 games/fxsudoku: Broken for more than 6 months
2016-07-04 games/sudoku: Broken for more than 6 months
2016-07-04 games/kmancala: Broken for more than 6 months
2016-07-04 games/plonx: Broken for more than 6 months
2016-07-04 games/wmminichess: Broken for more than 6 months
2016-07-04 games/noegnud-slashem: Broken for more than 6 months
2016-07-04 games/latrine: Broken for more than 6 months
2016-07-04 games/pysycache-themes: Broken for more than 6 months
2016-07-04 games/nibbles: Broken for more than 6 months
2016-07-04 games/hlstatsx: Broken for more than 6 months
2016-07-04 audio/streamtuner: Broken for more than 6 months
2016-07-04 audio/mangler: Broken for more than 6 months
2016-07-04 audio/hawkvoice: Broken for more than 6 months
2016-07-04 audio/alac: Broken for more than 6 months
2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months
2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months
2016-07-04 x11-wm/musca: Broken for more than 6 months
2016-07-04 x11-wm/e-module-places: Broken for more than 6 months
2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months
2016-07-04 x11-wm/e-module-net: Broken for more than 6 months
2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months
2016-07-04 ftp/fget: Broken for more than 6 months
2016-07-04 net-mgmt/netmond: Broken for more than 6 months
2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
2016-07-04 20:48:23 +00:00
Adam Weinberger
a53681542b Convert a couple ports that use both _CMAKE_ON and _CMAKE_OFF to _CMAKE_BOOL.
Use options helpers all the way in math/carve, because I couldn't help myself.
2016-06-30 20:02:43 +00:00
Mathieu Arnold
7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00
Pietro Cerutti
66b2b46153 irc/znc: avoid depending on a particular ICU version
PR:		209855
Submitted by:	gahr
Approved by:	maintainer (timeout)
2016-06-20 12:51:32 +00:00
Antoine Brodin
1aacc3c75c - Unbreak games/cowsay with a new MASTER_SITES
- Pass maintainership to submitter
- Undeprecate irc/insub now that cowsay isn't broken

PR:		207063
Submitted by:	Nikolai Lifanov
Approved by:	maintainer timeout (4 months)
2016-06-03 19:21:11 +00:00
Antoine Brodin
c31defa0fc Deprecate ports broken for more than 6 months 2016-06-03 16:44:58 +00:00
Rusmir Dusko
62234a1ade - Use fishcrypt instead of py-fishcrypt [1]
- Add GH_PROJECT=    py-${PORTNAME} [1]

PR:		209925
Submitted by:	mat [1]
2016-06-01 11:47:40 +00:00
Ashish SHUKLA
aae7ce59b0 - Update WWW entry to point to current upstream
Reported by:	Pedro Caetano <pedrocaetano@binaryflows.com> (via email)
2016-05-29 15:27:10 +00:00
Rene Ladan
059340ceb7 Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
2016-05-25 20:56:06 +00:00
Mathieu Arnold
00d52a3e4c Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
2016-05-25 15:43:34 +00:00
Baptiste Daroussin
86988b93ee Simplify plist by using @sample
Approved by:	feld (maintainer)
2016-05-24 13:45:49 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Dmitry Marakasov
54a08f6954 Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by:	portmgr blanket
2016-05-23 18:36:52 +00:00
Matthew Seaman
d91eb811d5 Reorganise and modernise the py-sqlalchemy ports.
- Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches.
 - Deprecate the ports for the 0.6 and 0.7 release branches, as these
   have been declared EoL and are no longer supported by upstream.
 - Update to the latest available version in each branch.

In detail:

   Port                 Version Maintainer
   ----------------------------------------------
   py-sqlalchemy06      0.6.9   nivit@FreeBSD.org (Deprecate 2016-08-20) [1]
   py-sqlalchemy07      0.7.10  nivit@FreeBSD.org (renamed py-sqlalchemy, Deprecate 2016-08-20) [1]
   py-sqlalchemy08      0.8.7   nivit@FreeBSD.org (renamed py-sqlalchemy-devel) [1]
   py-sqlalchemy09      0.9.10  m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2]
   py-sqlalchemy10      1.0.13  m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2]

 - Use options-helpers and option dependent make targets.
 - Use autoplist for documents as well as python code
 - Add all the docments to the packages: previously an arbitrary
   subset was added in a way that excluded CSS, images and other HTML
   assets.
 - Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST'
   option.
 - Use py-pytest for 0.9.x and later, rather than py-nose.
 - Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports.

PR:		191442
Submitted by:	robak
Reviewed by:	robak
Reviewed by:	pi
Approved by:	nivit (maintainer timeout, ~300days) [1]
Approved by:    m.tsatsenko@gmail.com (maintainer) [2]
Sponsored by:	https://reviews.freebsd.org/D908
2016-05-22 10:52:44 +00:00
Vanilla I. Shu
0511f616df Fix build with PERL-off.
PR:		209657
Submitted by:	vas at mpeks dot tomsk do su
2016-05-20 10:53:55 +00:00
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +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
Vanilla I. Shu
5e9ccba16d 1: add patch from upstream to fix @INC order for perl scripts.
2: strip perl's .so
3: bump version.
2016-05-18 06:54:36 +00:00
Pietro Cerutti
6e2289116f irc/epic4: depend on Tcl via USES=tcl instead of LIB_DEPEND'ing on it 2016-05-11 13:07:04 +00:00
Rusmir Dusko
6140a54f13 - Update to 5.31, please see
/usr/local/share/doc/py-fishcrypt/README.md

- Take maintainership
- Change comment
- Add dependency for net/py-pysocks
- Change master site from https://github.com/kwaaak/py-fishcrypt to
  https://github.com/fladd/py-fishcrypt
- Change PLIST_FILES
- Change files/pkg-message.in
- Change pkg-descr
2016-05-03 13:33:03 +00:00
Ashish SHUKLA
00d2dd9dc6 - Switch to new upstream
- Update to 1.4 snapshot
2016-04-29 15:12:09 +00:00
Steve Wills
462519941e Convert USES=gem:autoplist to USES=gem since autoplist is default 2016-04-27 21:57:31 +00:00
Steve Wills
b3e8fe8d85 create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem

PR:		209041
Differential Revision:	https://reviews.freebsd.org/D6070
2016-04-27 16:36:41 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Jan Beich
3e206a54e6 irc/irc: convert to CONFIGURE_OUTSOURCE
Approved by:	portmgr blanket
Differential Revision:	https://reviews.freebsd.org/D5818
2016-04-13 10:45:16 +00:00
Jan Beich
88360e4c12 Consistently prefer ${CONFIGURE_CMD} over ./${CONFIGURE_SCRIPT}
This also fixes SET_LATE_CONFIGURE_ARGS with custom CONFIGURE_CMD.

PR:		208294
Exp-run by:	antoine
Approved by:	portmgr (antoine), perl (mat)
Differential Revision:	https://reviews.freebsd.org/D4158
2016-04-13 10:36:15 +00:00
Renato Botelho
4b433cd8c6 Update irc/bitlbee to 3.4.2 2016-04-11 12:42:08 +00:00
Baptiste Daroussin
e6c0f79bbe Convert to @sample 2016-04-10 08:41:49 +00:00
Tim Bishop
88eb30eec1 Update atheme-services to version 7.2.6. 2016-04-08 19:25:11 +00:00
Philip Paeps
218f1ff2ba o Update to 1.0.1
o Include patches to work with irssi versions >= 0.8.17

Approved by:	ashish (maintainer)
2016-04-08 05:24:40 +00:00
Vanilla I. Shu
00aa658adb Update to 0.8.19, and regen patches. 2016-04-05 15:30:34 +00:00
Mathieu Arnold
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Mathieu Arnold
999161a9ed Fixup some whitespace at the beginning of lines problems.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:18:17 +00:00
Max Brazhnikov
b4d827e79c irc/quassel:
- Update to 0.12.3
- Remove upstream patches

PR:		207562
Submitted by:	Adriaan de Groot (groot@kde.org)
2016-03-31 12:51:44 +00:00
Philippe Audeoud
9b995bd01a - Update to 0.53 2016-03-29 11:35:18 +00:00
Marcelo Araujo
9067491cb6 Update to 0.1.7.
PR:		ports/208170
Submitted by:	Mose <mose@gandi.net> (maintainer)
2016-03-28 05:58:55 +00:00
Tijl Coosemans
6bc6f3a9e0 - Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-27 14:57:59 +00:00
Dmitry Marakasov
76a4138792 - Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-03-27 01:23:39 +00:00
Mathieu Arnold
1b3c16aabd Mark jobs unsafe.
On 9, it tries to use header files before generating them.

Sponsored by:	Absolight
2016-03-24 13:14:52 +00:00
Veniamin Gvozdikov
b2c3b79a73 - Update to 2.3
- Port got new maintainer

PR:		ports/207674
Submitted by:	Chris Petrik <chris@bsdjunk.com>
2016-03-21 12:07:29 +00:00
Mark Felder
b422b3f790 irc/ircd-ratbox: Use GCC for i386
When built with Clang on i386 ratbox segfaults at startup.

PR:		207268
2016-03-18 13:57:45 +00:00
Dmitry Marakasov
d75c8a72d9 - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Switch to USES=tar:tbz2
- Pet portlint

Approved by:	portmgr blanket
2016-03-12 14:13:34 +00:00
Bernard Spil
e69755b974 irc/ircd-ratbox: Fix build failure with SHORTCUTS enabled
- bsd.port.options.mk must be included before targets are defined

Reviewed by:	feld (mentor)
Approved by:	feld (mentor)
Differential Revision:	D5479
MFH:		2016Q1
2016-03-06 20:08:50 +00:00
Bryan Drewery
2a46a56d54 Update to 1.6.3. 2016-02-29 17:15:41 +00:00
Baptiste Daroussin
ab5465da21 Readd removed ${PORTSDIR} in dependency chain too early there are still fixes
needed in bsd.ports.mk to allow removing them entirely
2016-02-26 16:00:38 +00:00
Dmitry Marakasov
e36fc841c7 - Explicitly specify version for libotr.so to differentiate security/libotr and security/libotr3
Approved by:	portmgr blanket
2016-02-25 14:15:40 +00:00
Kubilay Kocak
f9cb4e0b91 irc/py-limnoria: Update to 2016.02.24
- Update PORTVERSION and distinfo checksum (2016.02.24)
2016-02-25 12:00:12 +00:00
Raphael Kubo da Costa
c12fd61861 Update to 2.0.
PR:		207330
Submitted by:	mp39590@gmail.com (maintainer)
2016-02-19 13:22:42 +00:00
Bernard Spil
cba5094fe4 irc/ircd-ratbox: Fix OpenSSL linking and simplify
- Fix linking with ports' ssl libs
  - Fix `contrib` build (used base openssl headers)
  - Re-work EGD detection
  - Use options helpers
  - Simplify REINPLACE with :U defaults

PR:		195796
Reviewed by:	feld (mentor)
Approved by:	feld (mentor)
Differential Revision:	D5286
2016-02-15 19:19:24 +00:00
Max Brazhnikov
4ba054db9e irc/quassel:
- Add rc var to specify IP address quasselcore will listen on

PR:		206673
Submitted by:	Christian Schwarz
2016-02-15 11:23:34 +00:00
Koop Mast
b93a80c992 The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/

This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.

GDM is still at version 3.16 due to some issues.

Bump mate-themes to use the gtk 3.18 version of the themes.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:	207006
2016-02-14 18:57:53 +00:00
John Marino
07e3c56592 irc/epic4: Remove obsolete TERMCAP option, link with libncurses alway
The TERMCAP option avoided linking with libcurses (which is symlinked to
libncurses) in order to link with libtermcap (which is also symlinked to
libncurses).

Remove the TERMCAP option completely and link directly to libncurses in
any case.

PR:		206947
approved by:	jpaetzel@ (maintainer)
2016-02-14 17:53:21 +00:00
Dmitry Marakasov
53eecf2176 - Add LICENSE
- Switch to options helpers
2016-02-07 11:52:58 +00:00
Dmitry Marakasov
fe9f124720 - Add LICENSE
- Add NO_ARCH
- Switch to options helpers
- Cosmetic fixes
2016-02-07 11:44:24 +00:00
Niclas Zeising
5b384c4bf0 Update to 1.8
PR:		206997
Submitted by:	mp39590@gmail.com (maintainer)
2016-02-07 09:09:38 +00:00
Dmitry Marakasov
793cf21b21 - Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Silence patching
- Fix build with CC containing slashes
- Regenerate patches with `make makepatch`
2016-02-06 23:19:50 +00:00
Matthias Andree
3687bce9e3 Replace defunct scrollz.org by working mirror.
Drop domain-parking WWW: link from pkg-descr.

Submitted by: Chris Hutchinson
PR:           206862
2016-02-05 21:27:21 +00:00
John Marino
6f26faa7ff irc/epic5: Remove obsolete TERMCAP option, link with libncurses alway
The TERMCAP option avoided linking with libcurses (which is symlinked to
libncurses) in order to link with libtermcap (which is also symlinked to
libncurses).

Remove the TERMCAP option completely and link directly to libncurses in
any case.

PR:		206947
approved by:	mp29590(gmail) (maintainer)
2016-02-05 10:24:59 +00:00
John Marino
7c8f1920f9 irc/xaric: USES+= ncurses, link with libncurses not libcurses 2016-02-05 09:34:26 +00:00
John Marino
3ccdd982a6 irc/sirc: USES+= ncurses, respect LDFLAGS, link with libncurses ...
... rather than libtermcap (the latter is symlinked with former)
2016-02-05 09:33:16 +00:00
John Marino
0cb46d37ea irc/sic: USES+= ncurses 2016-02-05 09:31:40 +00:00
John Marino
68c3e91053 irc/ninja: USES+= ncurses 2016-02-05 09:30:52 +00:00
John Marino
49f2ca352a irc/netwalker-ircc: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-05 09:30:08 +00:00
John Marino
93d87c6f3a irc/ircII: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-05 09:28:58 +00:00
Steve Wills
1c8e35b1ed irc/rbot: mark broken with Ruby 2.2 2016-02-03 16:31:45 +00:00
John Marino
5c73e56d90 irc/bitchx: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-01 22:33:44 +00:00
Alexey Dokuchaev
c0d6c179dd - Unbreak the build against new Imlib2: previous versions (e.g. 1.4.6) had
two typedefs (apparently, the latter was deprecated and finally removed
  in 1.4.7):

    typedef enum _imlib_load_error Imlib_Load_Error;
    typedef enum _imlib_load_error ImlibLoadError;

- Instead of handling of VIDEO and CACA options interdependency manually,
  define VIDEO_IMPLIES=CACA (available since r394573) and thus consummate
  conversion to option helpers
- Install sample configuration files as @sample in pkg-plist (and convert
  PLIST_FILES to separate file due to better readability thereof)
- Restore sane installation routine broken in r336927 and install couple
  of extra documentation files while here
- Augment port description text and update WWW line to avoid redirect
2016-01-25 15:13:23 +00:00
Raphael Kubo da Costa
30d353c4b1 Add upstream patch to fix the build with the upcoming Qt 5.5.1. 2016-01-23 19:28:55 +00:00
Antoine Brodin
6a0d8893c2 Mark BROKEN: fails to build
cd /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src && /usr/bin/c++    -I/usr/local/include/libpurple -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src -O2 -pipe -DX_DISPLAY_MISSING -fstack-protector -fno-strict-aliasing -DHAVE_IMLIB -DHAVE_CACA -DHAVE_PAM -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-unused-parameter -O2 -pipe -DX_DISPLAY_MISSING -fstack-protector -fno-strict-aliasing -o CMakeFiles/minbif.dir/im/account.cpp.o -c /wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp
/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp: In member function 'void im::Account::setBuddyIcon(std::string)':
/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:276: error: 'ImlibLoadError' was not declared in this scope
/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:276: error: expected `;' before 'err'
/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:281: error: 'err' was not declared in this scope
/wrkdirs/usr/ports/irc/minbif/work/minbif-1.0.5/src/im/account.cpp:287: error: 'err' was not declared in this scope

Reported by:	pkg-fallout
MFH:		2016Q1
2016-01-22 22:01:05 +00:00
Pietro Cerutti
c1d663736e irc/bitlbee-facebook: use DISTVERSIONPREFIX instead of GH_TAGNAME
Reported by:	mat
2016-01-20 19:44:39 +00:00
Frederic Culot
3b035073c3 - Reassign milki@'s ports after his commit bit was taken in for safekeeping 2016-01-20 15:33:26 +00:00
Pietro Cerutti
39b311fe57 irc/bitlbee-facebook: update to 1.0.0, fetch from official repository 2016-01-20 13:55:17 +00:00
Sunpoet Po-Chuan Hsieh
fba4bcdf5e - Fix gemspec for rubygem-eventmachine 1.0.9 update
- Bump PORTREVISION for package change
2016-01-19 08:37:17 +00:00
Baptiste Daroussin
103f7f87cb Use @sample 2016-01-18 22:51:19 +00:00
Thomas Zander
6e90301e53 Update to upstream release 1.6.2, cleanup port
Cleanups:
- USE_OPENSSL
- Convert to OPTION helpers
- Remove no longer necessary patch for modperl
- Sort OPTIONs
- Correct compiler flags detection in configure script

PR:		205473
Submitted by:	matthew@reztek.cz
Reviewed by:	riggs
Approved by:	maintainer timeout
2016-01-18 18:58:34 +00:00
Adam Weinberger
4d9431a65a Update to 0.13.7. 2016-01-17 20:05:53 +00:00
Steve Wills
f0b0908dc5 mark ports that don't work with Ruby 2.3
PR:		205774
2016-01-17 07:06:25 +00:00
Pawel Pekala
cda7492eb9 - Switch to USES=execinfo localbase
- USES=localbase conversion fixes detection of libexecinfo
  on FreeBSD 10+

PR:		205760
Submitted by:	myself
Approved by:	maintainer timeout
2016-01-16 14:20:15 +00:00
Dmitry Marakasov
dd45df3d5b - Fix fetch
- Pass maintainership to submitter
- Update pkg-descr
- While here, also
  - Fix LICENSE and add LICENSE_FILE
  - Silence stripping
  - Fix WWW

PR:		206164
Submitted by:	portmaster@bsdforge.com
2016-01-12 21:12:27 +00:00
Renato Botelho
90c4c950e9 Update irc/weechat to 1.4 2016-01-12 17:39:03 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Antoine Brodin
ffc421f59d Unbreak INDEX 2016-01-10 17:04:43 +00:00
Baptiste Daroussin
ac922c592e Convert g* and i* to USES=sqlite and USES=firebird 2016-01-10 16:55:26 +00:00
Martin Wilke
ac174b9c20 - Convert to options helper 2016-01-07 11:07:28 +00:00
Raphael Kubo da Costa
af7cf694c4 Remove expired port: irc/irssi-devel.
2016-01-01 irc/irssi-devel: Older than irc/irssi
2016-01-01 12:57:37 +00:00
Mark Felder
b8941f9e4f irc/inspircd: Update to 2.0.20
Fix default config file path to sample configs and add rc script chdir
so these relative paths work. This makes it easier to get a new install
up and running.

MFH:		2015Q4
Security:	b808c3a8-ae30-11e5-b864-14dae9d210b8
2015-12-29 15:28:46 +00:00
Kubilay Kocak
daad8c124e [NEW] irc/py-limnoria: Modified version of Supybot (an IRC bot and framework)
A robust, full-featured Python IRC bot with a clean and flexible plugin API.

Equipped with a complete ACL system for specifying user permissions with as
much as per-command granularity. Batteries are included in the form of
numerous plugins already written.

WWW: https://github.com/ProgVal/Limnoria

Requested by: Brenden Molloy (via IRC)
2015-12-27 12:58:13 +00:00
Pietro Cerutti
bf55fda7fd irc/bitlbee-facebook: update snapshot, fix build depends 2015-12-27 09:18:36 +00:00
Bernard Spil
c3069bd0fe irc/charybdis: Remove RAND_egd
- Add patch to remove RAND_egd from v3.5 RC

PR:		198504
Reviewed by:	crees (maintainer), koobs (mentor)
Approved by:	crees (maintainer), koobs (mentor)
Differential Revision:	https://reviews.freebsd.org/D4694
2015-12-24 17:00:54 +00:00
Pietro Cerutti
7849ec5790 irce/bitlbee-facebook - add port
bitlbee-facebook is a plugin that allows bitlbee to access Facebook. It uses
the MQTT protocol used by the Facebook messenger mobile client and also
supports group chats.

WWW: https://wiki.bitlbee.org/HowtoFacebookMQTT
2015-12-24 14:28:54 +00:00
Martin Wilke
3214000276 - Update MASTER_SITES
- Add LICENSE
- Switch to options helper
- Pass maintainership to submitter

PR:		D4601
Submitted by:	205371
Approved by:	mat (mentor)
Differential Revision:	D4601
2015-12-22 14:52:30 +00:00
Sunpoet Po-Chuan Hsieh
e40656d6cf - Fix build if lang/v8 is installed
- Add JAVASCRIPT option and set it off by default

PR:		204881
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 23 days)
2015-12-21 18:35:52 +00:00
Mark Felder
d573147bc9 irc/quassel: Import patch to resolve DoS CVE
Approved by:	ports-secteam (with hat)
MFH:		2015Q4
Security:	CVE-2015-8547
2015-12-21 15:41:30 +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
Mathieu Arnold
7c47779cb9 Fix usage of ${PERL5}.
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.

While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.

PR:		205367
With hat:	portmgr
Sponsored by:	Absolight
2015-12-17 17:19:48 +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
Dmitry Marakasov
ee7ece749d - Clarify LICENSE
- Clean up the makefile
- Silence patching
- Convert makefile echo's to pkg-message
2015-12-04 14:36:40 +00:00
Bartek Rutkowski
d150412ab3 irc/ngircd: update 22.1 -> 23
PR:		204680
Submitted by:	Kjetil Rustad <kjetil@bsdshell.org>
2015-12-01 14:04:57 +00:00
Antoine Brodin
a1af583929 Deprecate ports broken for more than 6 months 2015-11-29 09:51:30 +00:00
Martin Wilke
cb7e52124e - Update to 1.1.9
Approved by:	bapt (mentor)
2015-11-27 07:40:19 +00:00
Martin Wilke
b233276d78 - Take Maintainership
Approved by:	mat (mentor)
2015-11-26 12:04:00 +00:00
Marcelo Araujo
b9709abac1 Cogbot is an irc bot written in ruby based on Cinch bot framework.
It has its unique plugin system and various features oriented
towards ruby development tasks.

WWW: https://github.com/mose/cogbot

PR:		ports/204759
Submitted by:	mose <mose@gandi.net>
2015-11-24 02:21:00 +00:00
Adam Weinberger
4470a93400 Update to 20151120.
Changes in ircII 20151120:
  o  fix a program hang upon invalid utf-8 sequences
  o  /set log and /window log no longer double the output
  o  /lastlog no longer adds trailing ^Os to log files
2015-11-23 16:16:43 +00:00
Dmitry Marakasov
8f02b106cd - Switch to options helpers 2015-11-17 21:31:00 +00:00
William Grzybowski
6306e6c860 irc/py-irc: update to 13.1
PR:		202924
Submitted by:	yuri rawbw dot com
2015-11-12 20:48:54 +00:00
Antoine Brodin
d608bad72e Mark BROKEN: size and checksum mismatch
Deprecate: irc/irssi-devel is older than irc/irssi
2015-11-12 12:02:58 +00:00
Pietro Cerutti
6aa3963df7 irc/irssi-devel - tarball was rerolled, content hasn't changed 2015-11-10 06:28:30 +00:00
Max Brazhnikov
1d29cbc2c9 irc/quassel:
- Update to 0.12.2
- Switch to Qt 5, remove KDE option
2015-11-09 15:22:23 +00:00
Antoine Brodin
496ac41eab Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
Sunpoet Po-Chuan Hsieh
285934124c - Update to 2.3.1
Changes:	https://github.com/cinchrb/cinch/blob/master/ChangeLog
2015-11-06 08:51:53 +00:00
Mathieu Arnold
065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00
Dmitry Marakasov
58726887cb - Add missing file to plist
- Add LICENSE_FILE

Approved by:	portmgr blanket
2015-11-05 10:43:53 +00:00
Rene Ladan
5e1001eeb3 Remove expired ports:
2015-10-31 audio/cmus-post.fm: Broken for more than 6 months
2015-10-31 devel/libphish: Broken for more than 6 months
2015-10-31 devel/rubygem-debugger: This port is for Ruby 1.9 only. Upstream stopped maintenance.
2015-10-31 games/linux-ningpo-demo: Broken for more than 6 months
2015-10-30 graphics/gdal-grass: Superseded by gdal-2.0.0
2015-10-31 graphics/picviz: Broken for more than 6 months
2015-10-31 irc/weechat-devel: far behind stable irc/weechat (use it instead)
2015-10-31 mail/cucipop: Broken for more than 6 months
2015-10-31 math/rkward-kde4: Depends on deprecated math/R-cran-car
2015-10-31 multimedia/streamanalyze: Broken for more than 6 months
2015-10-31 net-mgmt/collectd: Please move to collectd5 - collect4 is not developed/patched
2015-10-31 sysutils/sdd: Broken for more than 6 months
2015-10-31 sysutils/xfce4-minicmd-plugin: Broken for more than 6 months
2015-10-31 www/linux-libgtkembedmoz: Broken for more than 6 months
2015-10-31 www/py-feedfinder: Broken for more than 6 months
2015-10-31 www/py-openssl-proxy: Broken for more than 6 months
2015-10-31 www/py-webware: Broken for more than 6 months
2015-10-31 www/py-webware-component: Depends on deprecated www/py-webware
2015-10-31 x11-fonts/code2001: Broken for more than 6 months
2015-10-31 x11-wm/e-module-diskio: Broken for more than 7 months
2015-11-01 16:02:28 +00:00
Sunpoet Po-Chuan Hsieh
15849770f0 - Update to 2.3.0
Changes:	https://github.com/cinchrb/cinch/blob/master/ChangeLog
2015-10-30 11:26:10 +00:00
Sunpoet Po-Chuan Hsieh
729971e848 - Update to 2.2.8
Changes:	https://github.com/cinchrb/cinch/blob/master/ChangeLog
2015-10-27 15:53:58 +00:00
Dmitry Marakasov
c20236e07a - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q4 (blanket)
2015-10-27 14:11:00 +00:00
Mathieu Arnold
8270403ec3 Fix startup.
Don't install as root:wheel/0700.

PR:		204021
Submitted by:	loox e-shell net
Sponsored by:	Absolight
2015-10-27 13:44:31 +00:00
Dmitry Marakasov
a9911a9e23 - Move owner/group/perm handling into plist, fixing packaging from non-root
PR:		203567
Submitted by:	amdmi3
Approved by:	maintainer timeout (moggie@elasticmind.net, 2 weeks)
2015-10-23 16:51:52 +00:00
Dmitry Marakasov
51e559a37d - Move owner/permission to plist, fixing installation from non-root and simplifying the port
PR:		203564
Submitted by:	amdmi3
Approved by:	maintainer timeout (moggie@elasticmind.net, 2 weeks)
2015-10-23 16:51:47 +00:00
Dmitry Marakasov
04fd60fdf2 - Move owner/permission to plist, fixing installation from non-root and simplifying the port
PR:		203564
Submitted by:	amdmi3
Approved by:	maintainer timeout (moggie@elasticmind.net, 2 weeks)
2015-10-23 16:51:42 +00:00
Mathieu Arnold
7f0f664d7e Drop 8 support.
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
2015-10-15 14:55:14 +00:00
Dmitry Marakasov
a1a76eec6d - Drop PLIST_DIRSTRY
- Add NO_CDROM
2015-10-14 23:49:58 +00:00
Adam Weinberger
8a82f68cf5 Update to 20150903.
Also, pet portlint by sorting USES and regenerating a patch.
2015-10-14 01:05:23 +00:00
Dirk Meyer
0c017173f7 - fix API for miniupnpc-1.9.20151008 2015-10-13 18:41:03 +00:00
Frederic Culot
757f542ef2 - Update maintainer's address
PR:		203717
Submitted by:	serio.jeffrey@riseup.net (maintainer)
2015-10-12 14:18:57 +00:00
John Marino
bd607c2567 irc/weechat-devel: fix typo in DEPRECATED line 2015-10-10 21:32:55 +00:00
John Marino
5fcb0c155e irc/weechat-devel: Deprecate for removal (31 Oct 15)
The weechat-devel port has been behind the stable weechat for a long
time and its presence has caused confusion.  Rather than mark IGNORE
temporarily, set removal in motion because stable is updated so frequently
that there is no point to a -devel port

PR:		203169
Approved by:	maintainer timeout
2015-10-10 21:28:48 +00:00
Renato Botelho
e5a0c5d932 Upgrade irc/weechat to 1.3 2015-10-10 20:52:20 +00:00
Tijl Coosemans
3a55a118dd Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.

Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.

The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:

audio/deadbeef: Remove LIBICONV_PLUG from a source file.  It's a
compile-time option and should not be set in source code.
comms/hidapi: Use standard AM_ICONV configure macro to look for iconv.
deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG.
deskutils/ljclive: Override configure test for iconv.
deskutils/owncloudclient: Add USES=iconv and patch test for iconv.
devel/aegis: Bump PORTREVISION because it no longer uses libiconv.
devel/libexplain: Add USES=iconv and override test for iconv.
devel/sdl20: Override configure test for iconv.
emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include
<iconv.h> instead of <sys/iconv.h>.
irc/scrollz: Override configure test for iconv.
japanese/chasen-base: Override configure test for iconv and patch
configure so it no longer adds -liconv to linker flags just because it
happens to be installed.
japanses/eb: Patch configure test for iconv.
japanses/eblook: Override configure test for iconv.
java/jikes: Override configure test for iconv.
multimedia/transcode: Bump PORTREVISION because only one plugin links with
libiconv now.
net/c3270: Override configure test for iconv.
net/samba4*: Bump PORTREVISION because it no longer uses libiconv.  The
configure script will always add -liconv to the linker flags when it
happens to be installed which would be wrong but later on binaries are
linked with -Wl,--as-needed and the linker discards -liconv because it
finds iconv*() functions in libc now and no longer in libiconv.
net-mgmt/icinga-*: Remove dependency on iconv.
net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net/asterisk11: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net-p2p/transmission-*: Override configure test for iconv.
www/htmlcxx: Override configure test for iconv.
www/httrack: Override configure test for iconv.
www/xapian-omega: Override configure test for iconv.
x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv.
x11/x3270: Override configure test for iconv.
x11-wm/jwm: Override configure test for iconv.

PR:		202838
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-10-10 14:03:00 +00:00
Jimmy Olgeni
42bc424f61 Remove trailing whitespace from Makefiles, A-L. 2015-10-08 15:11:28 +00:00
Dirk Meyer
885942ce82 - cleanup 2015-10-08 04:32:29 +00:00
Sunpoet Po-Chuan Hsieh
bfa26b95da - Add LICENSE_FILE 2015-10-02 06:55:41 +00:00
Sunpoet Po-Chuan Hsieh
105e5fc272 - Update to 2.2.7
Changes:	https://github.com/cinchrb/cinch/blob/master/ChangeLog
2015-10-02 06:55:37 +00:00
Ruslan Makhmatkhanov
318cd0b10b irc/hexchat: pass maintainership to submitter
PR:		203388
Submitted by:	Jeffrey Serio <serio.jeffrey@riseup.net>
2015-09-28 18:31:57 +00:00
Baptiste Daroussin
9621e0d0af Convert to @sample 2015-09-26 16:03:33 +00:00
Renato Botelho
216ce14456 Enable OTR by default on bitlbee 2015-09-24 14:39:29 +00:00
Dmitry Marakasov
6ffd513e42 - Add empty directory to plist
Approved by:	portmgr blanket
2015-09-23 19:59:04 +00:00
Dmitry Marakasov
4f3f40ba09 - Drop 8.x support
- Config file installation is not optional here

Approved by:	portmgr blanket
2015-09-22 20:00:18 +00:00
Jimmy Olgeni
41a7072cfb Typos, whitespace and capitalization fixes (G-P). 2015-09-20 20:54:08 +00:00
Renato Botelho
dbb68802ab - Install headers and pkg-config entry, it's useful for people that want to
build plugins manually or possible plugin ports
- Instead of use --strip=0 and call STRIP_CMD later, let bitlbee build
  scripts to strip binaries
- Bump PORTREVISION
2015-09-18 11:06:12 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +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
Dmitry Marakasov
331e71c30c - Add NO_ARCH
- Add empty directories to plist

Approved by:	portmgr blanket
2015-09-10 11:40:55 +00:00
Dmitry Marakasov
c10d79d12a - Update to 1.4
PR:		202772
Submitted by:	mp39590@gmail.com (maintainer)
2015-09-10 09:32:31 +00:00
Dmitry Marakasov
9ab48cc77e - Add empty directory to plist
Approved by:	portmgr blanket
2015-09-09 13:59:03 +00:00
Dmitry Marakasov
018cbb3dbc - Bump PORTREVISION after previous commit
- While here, fix WWW:

Approved by:	portmgr blanket
2015-09-08 14:42:11 +00:00
Dmitry Marakasov
fda235584f - Switch to USES=libarchive as suggested by stage-qa
Approved by:	portmgr blanket
2015-09-08 14:39:29 +00:00
Max Brazhnikov
0c308f5640 irc/kvirc:
- Fix typo

PR:		202903
Submitted by:	Georg G.
2015-09-05 19:29:24 +00:00
Raphael Kubo da Costa
f358732b18 Uses/iconv.mk: Set iconv-related CMake variables.
The way we deal with iconv in base and ports across different FreeBSD
releases is complicated: 9.x does not have iconv.h in base, 10.1 has it with
a different prototype for iconv(3) and later versions have the right
iconv(3) prototype. And, in some cases (USES=iconv:{translit,wchar_t}), we
must always use the libiconv port.

This is why there are so many checks in Uses/iconv.mk: we need to know the
situation we currently have in order to decide whether to pull iconv from
converters/libiconv, whether to just use its header (and pull the library
from base) or whether to use everything from base.

r384038 adjusted several CMake-based ports, but did so in a way that was not
very scalable and required a few intrusive patches to some ports. Most ports
that have both USES=cmake and USES=iconv use variations of FindIconv.cmake
that behave similarly. This change passes the header and library values we
really want to use to CMake using the most common variable names, bypassing
the calls to find_path() and find_library() that would sometimes end up
finding the wrong file. The few ports that use different variable names have
had their Makefiles adjusted (we manually pass the values we want via
CMAKE_ARGS).

Other changes:
- chinese/fcitx: Explicitly set LIBICONV_LIBC_HAS_ICONV_OPEN=OFF as we
  always want the version from ports because of USES=iconv:wchar_t.
- editors/calligra: Explicitly use iconv:translit because Kexi needs it.
- irc/weechat and irc/weechat-devel: The FindIconv.cmake patches could not
  be entirely removed because the check_library_exists() calls are wrong.
  Sent upstream: https://github.com/weechat/weechat/pull/513
- textproc/ctpp2: Use iconv:translit when the TRANSLITERATE option is used.

PORTREVISION has been bumped in editors/calligra and textproc/ctpp2 because
their dependency list has changed in 10.2 and later as the ports version is
always used now.

PR:		202798
Reviewed by:	antoine, tijl
Approved by:	portmgr (antoine)
2015-09-03 15:44:13 +00:00
Akinori MUSHA
06f6949775 Update to 1.6.1 and unbreak the CHARSET option
PR:		202380
Approved by:	maintainer timeout
2015-09-01 13:52:37 +00:00
Dmitry Marakasov
551e44ffbb - Add LICENSE
- Switch to @sample
2015-08-29 09:59:46 +00:00
Dmitry Marakasov
242481663d - Switch to options helpers
- While here, add some NO_ARCHes

Approved by:	portmgr blanket
2015-08-26 19:37:57 +00:00
Dmitry Marakasov
02210b49ce - Switch to options helpers
- Fix config file installation

Approved by:	portmgr blanket
2015-08-26 19:05:46 +00:00
Dmitry Marakasov
8de0a40be7 - Remove deprecated and unused MAN1 knob
- Don't hardcode make command

Approved by:	portmgr blanket
2015-08-26 02:43:51 +00:00
Max Brazhnikov
c7c32639cc Convert my ports to new options helpers 2015-08-25 10:03:08 +00:00
Max Brazhnikov
e2554c1853 irc/kvirc:
- Convert to new options helpers
- Remove needless INSTALLS_ICONS
- Move all CONFLICT lines to master port

irc/kvirc-qt4:
- Tweak comment
2015-08-25 10:00:55 +00:00
Dmitry Marakasov
f64628da93 - Add LICENSE
- Add NO_ARCH
- Cosmetic fix
- Fix WWW:
2015-08-20 10:53:35 +00:00
Erwin Lansing
b1d5e7779e Reset maintainer
<tabmow@freenode.net>: host mail.freenode.net[198.50.184.125] said: 550 5.1.1
    <tabmow@freenode.net>: Recipient address rejected: User unknown in virtual
    mailbox table (in reply to RCPT TO command)

Sponsored by:	DK Hostmaster A/S
2015-08-19 08:06:46 +00:00
Diane Bruce
d509148d2c Accidentally commented out a line during debug 2015-08-19 00:04:47 +00:00
Diane Bruce
4bef6dc153 Reassign ownership to hamradio@
Clean up portlint -C warnings do not mute install
Clean up QA reported error in staging
Correct upstream website in Makefile fetch and pkg-descr
No binary changes
2015-08-18 23:05:43 +00:00
Mark Felder
5ce42e6b0b Update irc/unreal to 3.2.10.5
This release fixes a SASL Denial of Service issue

Security:	0ecc1f55-45d0-11e5-adde-14dae9d210b8
2015-08-18 18:24:23 +00:00
Mathieu Arnold
21a283f3be Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
2015-08-17 14:20:40 +00:00
Sunpoet Po-Chuan Hsieh
27b0c518ea - Update to 1.1.8
- Add NO_ARCH

Changes:	http://pear.php.net/package/Net_SmartIRC/download/
2015-08-13 17:38:52 +00:00
Andrew Turner
605de447c0 Adds -fPIC to CFLAGS_aarch64 to a number of ports that already have it
in the amd64 CFLAGS and are failing to build.

Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D3321
2015-08-09 22:24:04 +00:00
Rodrigo Osorio
f55567a437 Update cgiirc to 0.5.11 2015-08-08 23:29:13 +00:00
Koop Mast
d129587b5d The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:		201980
2015-08-05 19:13:24 +00:00
Koop Mast
2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +00:00
Tijl Coosemans
a374acb969 By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
2015-08-02 15:03:19 +00:00
Dmitry Marakasov
325cc35b67 - Add LICENSE, don't install it (and INSTALL) with docs
- Add NO_ARCH
- Simplify manpage installation, fix related stage-qa warning
2015-07-30 11:36:23 +00:00
Renato Botelho
d0977ec9c1 Add python as build dependency and unbreak build without SKYPE option 2015-07-21 12:27:51 +00:00
Renato Botelho
f63770ebca - Fix a regression introduced in 3.4 that broke auto_join channels
- Bump PORTREVISION
2015-07-20 20:26:40 +00:00
Renato Botelho
a9a2b54449 Update to 3.4.1 2015-07-20 19:36:32 +00:00
Dmitry Marakasov
b4541fc030 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-14 15:11:43 +00:00
Josh Paetzel
cf3844a8f6 Update to version 1.1.11
PR:	ports/201525
Submitted by:	mp39590@gmail.com (MAINTAINER)
2015-07-13 16:36:42 +00:00
Sunpoet Po-Chuan Hsieh
aaab023fcf - Update to 2.2.6
Changes:	https://github.com/cinchrb/cinch/blob/master/ChangeLog
2015-07-09 15:44:39 +00:00
Philip M. Gollucci
4e3d011569 Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
2015-07-02 16:01:06 +00:00
John Marino
96ccc41a7a irc/hexchat: Remove extraneous <pre>/<post> 2015-06-26 13:23:56 +00:00
Dmitry Marakasov
297a890fa9 - Fix shebangs
- Add NO_ARCH
2015-06-17 13:01:35 +00:00
Dmitry Marakasov
c43b4aa352 - Add LICENSE
- Fix shebangs
2015-06-17 12:56:20 +00:00
Dmitry Marakasov
f2caa6ccb3 - Fix build on pre-10.x by requiring newer OpenSSL version from ports
- Fix build with NLS disabled by adding gettext-tools dependency

MFH:		2015Q2
2015-06-16 12:56:27 +00:00
Sunpoet Po-Chuan Hsieh
5c76a51d39 - Add NO_ARCH 2015-06-13 20:01:06 +00:00
Erwin Lansing
3e67d040d7 Reset dhn's ports
PR:		197522
Submitted by:	jbeich
Approved by:	portmgr
2015-06-12 20:58:13 +00:00
Dmitry Marakasov
28b4306fcf - Use options helpers
- Strip binaries
2015-06-10 17:41:17 +00:00
Dmitry Marakasov
f563122c34 - Add empty directory to plist
Approved by:	portmgr blanket
2015-06-08 01:18:52 +00:00
Dmitry Marakasov
920eac71f0 - Don't install empty directory
- Add NO_ARCH
2015-06-07 16:53:25 +00:00
Rusmir Dusko
0b206685de - Reset maintainer to ports@ 2015-05-30 20:18:19 +00:00
Dmitry Marakasov
99fce7678e - Fix shebangs
- Add NO_ARCH
- Add LICENSE_FILE

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-30 12:35:29 +00:00
Mathieu Arnold
7adc81e042 Fixup USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-28 08:16:26 +00:00
Wen Heping
9228db7583 - Update to 22.1
PR:		200377
Submitted by:	Kjetil Rustad<kjetil@bsdshell.org>
2015-05-27 08:40:39 +00:00
Dmitry Marakasov
cce3a74ecd - Don't cat pkg-message from Makefiles
Approved by:	portmgr blanket
2015-05-27 00:15:04 +00:00
Sunpoet Po-Chuan Hsieh
cb3b9e6c52 - Update to 2.0.3
Changes:	https://github.com/jimmycuadra/lita-irc/releases
2015-05-25 19:55:21 +00:00
Sunpoet Po-Chuan Hsieh
66fb3db6a9 - Update to 2.0.11
- Remove leading definite article from COMMENT

Changes:	https://github.com/cinchrb/cinch/blob/master/ChangeLog
2015-05-25 19:55:16 +00:00
Antoine Brodin
ef5a36d72f Fix configure with mono 4
Reported by:	pkg-fallout
2015-05-23 23:59:42 +00:00
Mathieu Arnold
8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00
Rusmir Dusko
0be0c40859 - Update to 2.10.2, announce message is here:
http://hexchat.readthedocs.org/en/latest/changelog.html

- Change master site from   http://dl.hexchat.org/ to http://dl.hexchat.net
- Remove obsolete REINPLACE, hexchat.appdata.xml install properly
- Recreate patches, changed by upstream
2015-05-21 18:18:37 +00:00
Renato Botelho
4ecbc7a5e4 Do not try to strip a python script, it fixes install with SKYPE option enabled
Reported by:	mat@
2015-05-19 14:23:48 +00:00
Dmitry Marakasov
163780710e - Fix manpage installation
- Don't cat pkg-message from Makefile

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-19 13:30:11 +00:00
Max Brazhnikov
f8cccaa3dd irc/quassel:
- Update to 0.11.1, which addresses CVE-2015-3427

MFH:	2015Q2
2015-05-16 10:00:24 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Bryan Drewery
2b4d9e790c This seems JOBS SAFE now. 2015-05-11 13:59:41 +00:00
Dmitry Marakasov
f9ebdca288 - Add CPE info
- While here, add archive/ directory to MASTER_SITES as distfile may be _moved_ there

Approved by:	portmgr blanket
2015-05-11 03:04:01 +00:00
Renato Botelho
0cda468d63 - Add a new SKYPE option, off by default
- Modernize Makefile using OPTION helpers
- Do not set options for configure's default options
- Re-order options alphabetically
- libevent wasn't detected, added --libevent=${PREFIX}

PR:		199657 (based on)
Submitted by:	Bernard Spil <spil.oss@gmail.com>
2015-05-07 19:36:49 +00:00
Mathieu Arnold
07da776842 Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 16:32:43 +00:00
Wen Heping
d36c78cd76 - Add missing DEPENDS
PR:		198782
Submitted by:	hasandiwan@gmail.com
2015-05-07 00:34:42 +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
Mark Felder
a631ddae7a Support building with LibreSSL
Fully strip binaries unless DEBUG enabled
Create /var dirs in rc script start_precmd instead of in package
Make rc script pass rclint

Upstream has accepted the LibreSSL patches but their releases are far
apart, so patching in ports tree for now.

PR:		198506
2015-05-01 00:03:27 +00:00
Bryan Drewery
aa6ad6e726 USE_GITHUB: For the new support, fix DISTNAME to be more consistent.
When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.

Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.

empty() is used rather than (!defined || !${}) to support fmake.

The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.

PR:		199069
With hat:	portmgr
Testing done:	All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested.
2015-04-28 18:44:04 +00:00
Ashish SHUKLA
c5167c49ba - Chase GNU Emacs updates
PR:		199553
2015-04-27 10:29:27 +00:00
Dmitry Marakasov
ca2eef43b1 - Add CPE info
Approved by:	portmgr blanket
2015-04-25 01:50:49 +00:00
Dmitry Marakasov
894825cfde - Add CPE info
Approved by:	portmgr blanket
2015-04-25 00:10:08 +00:00
Dmitry Marakasov
73c8d05e3b - Add CPE info
Approved by:	portmgr blanket
2015-04-24 22:02:23 +00:00
Mark Felder
2ca9aa9cc2 Add "reload" command to rc script
Pass rclint
2015-04-24 15:43:03 +00:00
Mark Felder
f69388e9da Anope supports reloading via HUP 2015-04-24 15:01:56 +00:00
Mark Felder
e21e35c1b6 rc script improvements
It was not setting user to "nobody" correctly
2015-04-24 14:50:32 +00:00
Mark Felder
9fb44b302a Add LICENSE 2015-04-23 19:47:16 +00:00
Mark Felder
41d43060f1 Update to 2.0.2, take maintainership
* Anope now works (was broken since STAGE)
* All extra modules are now port options
* Anope service runs as nobody by default

Approved by:	mat
2015-04-23 16:49:46 +00:00
Mark Felder
7f75510f90 gnutls module doesn't need libgcrypt (from gpg...) 2015-04-23 15:46:45 +00:00
Vanilla I. Shu
a37e6937e9 Upgrade to 1.1.7. 2015-04-23 14:01:39 +00:00
Dmitry Marakasov
ee6e091a2b - Add empty directories to plist
Approved by:	portmgr blanket
2015-04-23 13:46:28 +00:00
Tijl Coosemans
68edbeeaae - Display a stage-qa warning when ports use PREFIX/var instead of /var
- Add --localstatedir=/var to _LATE_CONFIGURE_ARGS (like --mandir) but not
  when CONFIGURE_ARGS already sets it.  (GNU configure scripts set it to
  PREFIX/var when PREFIX != /usr.)
- Add --localstatedir="${PREFIX}/var" to CONFIGURE_ARGS in some ports so
  they aren't affected by this change (for now at least).  This commit is
  meant to ensure that new ports don't make the same mistake.

- games/acm: the configure script in this port is very old; instead of
  patching it more, just replace GNU_CONFIGURE with HAS_CONFIGURE.
- irc/charybdis: it already used /var but adding --localstatedir=/var
  changed the behaviour of the configure script; adjust the port to this.

PR:		199506
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-04-20 19:06:29 +00:00
Adam Weinberger
03d057a4f7 Use the new USE_GITHUB.
And, reassign to ports@. I don't want to maintain this anymore.
2015-04-19 19:14:06 +00:00
Tijl Coosemans
2358c08a33 Convert to USES=autoreconf 2015-04-18 19:09:03 +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