| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 207330
Submitted by: mp39590@gmail.com (maintainer)
Notes:
svn path=/head/; revision=409177
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=408952
|
|
|
|
|
|
|
|
|
|
| |
- Add rc var to specify IP address quasselcore will listen on
PR: 206673
Submitted by: Christian Schwarz
Notes:
svn path=/head/; revision=408922
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=408881
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=408875
|
|
|
|
|
|
|
| |
- Switch to options helpers
Notes:
svn path=/head/; revision=408381
|
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Switch to options helpers
- Cosmetic fixes
Notes:
svn path=/head/; revision=408377
|
|
|
|
|
|
|
|
| |
PR: 206997
Submitted by: mp39590@gmail.com (maintainer)
Notes:
svn path=/head/; revision=408352
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Switch to options helpers
- Silence patching
- Fix build with CC containing slashes
- Regenerate patches with `make makepatch`
Notes:
svn path=/head/; revision=408325
|
|
|
|
|
|
|
|
|
|
| |
Drop domain-parking WWW: link from pkg-descr.
Submitted by: Chris Hutchinson
PR: 206862
Notes:
svn path=/head/; revision=408270
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=408156
|
|
|
|
| |
Notes:
svn path=/head/; revision=408146
|
|
|
|
|
|
|
| |
... rather than libtermcap (the latter is symlinked with former)
Notes:
svn path=/head/; revision=408145
|
|
|
|
| |
Notes:
svn path=/head/; revision=408144
|
|
|
|
| |
Notes:
svn path=/head/; revision=408143
|
|
|
|
|
|
|
| |
approved by: infrastructure blanket
Notes:
svn path=/head/; revision=408142
|
|
|
|
|
|
|
| |
approved by: infrastructure blanket
Notes:
svn path=/head/; revision=408141
|
|
|
|
| |
Notes:
svn path=/head/; revision=407960
|
|
|
|
|
|
|
| |
approved by: infrastructure blanket
Notes:
svn path=/head/; revision=407783
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=407220
|
|
|
|
| |
Notes:
svn path=/head/; revision=407052
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=406945
|
|
|
|
|
|
|
| |
Reported by: mat
Notes:
svn path=/head/; revision=406798
|
|
|
|
| |
Notes:
svn path=/head/; revision=406774
|
|
|
|
| |
Notes:
svn path=/head/; revision=406752
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Notes:
svn path=/head/; revision=406656
|
|
|
|
| |
Notes:
svn path=/head/; revision=406619
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=406604
|
|
|
|
| |
Notes:
svn path=/head/; revision=406535
|
|
|
|
|
|
|
| |
PR: 205774
Notes:
svn path=/head/; revision=406285
|
|
|
|
|
|
|
|
|
|
|
|
| |
- USES=localbase conversion fixes detection of libexecinfo
on FreeBSD 10+
PR: 205760
Submitted by: myself
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=406223
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=405916
|
|
|
|
| |
Notes:
svn path=/head/; revision=405897
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=405891
|
|
|
|
| |
Notes:
svn path=/head/; revision=405728
|
|
|
|
| |
Notes:
svn path=/head/; revision=405724
|
|
|
|
| |
Notes:
svn path=/head/; revision=405411
|
|
|
|
|
|
|
| |
2016-01-01 irc/irssi-devel: Older than irc/irssi
Notes:
svn path=/head/; revision=404988
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=404751
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=404565
|
|
|
|
| |
Notes:
svn path=/head/; revision=404554
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=404377
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=404366
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Switch to options helper
- Pass maintainership to submitter
PR: D4601
Submitted by: 205371
Approved by: mat (mentor)
Differential Revision: D4601
Notes:
svn path=/head/; revision=404239
|
|
|
|
|
|
|
|
|
|
|
| |
- Add JAVASCRIPT option and set it off by default
PR: 204881
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 23 days)
Notes:
svn path=/head/; revision=404174
|
|
|
|
|
|
|
|
|
| |
Approved by: ports-secteam (with hat)
MFH: 2015Q4
Security: CVE-2015-8547
Notes:
svn path=/head/; revision=404119
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=403948
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
${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
Notes:
svn path=/head/; revision=403913
|
|
|
|
|
|
|
|
|
|
| |
PR: 205138
Submitted by: cpet@bitchx.org
Approved by: mat (mentor), maintainer
Differential Revision: D4492
Notes:
svn path=/head/; revision=403504
|
|
|
|
|
|
|
|
|
| |
- Clean up the makefile
- Silence patching
- Convert makefile echo's to pkg-message
Notes:
svn path=/head/; revision=402989
|