1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

3872 Commits

Author SHA1 Message Date
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