/net/p5-AddressBook/

ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/irc/minbif/files
Commit message (Collapse)AuthorAgeFilesLines
* irc/minbif: Fix build with Clang 6tobik2018-09-011-1/+10
| | | | | | | | | | | src/im/auth_pam.cpp:193:11: error: no matching function for call to 'pam_chauthtok' retval = pam_chauthtok(pamh, NULL); ^~~~~~~~~~~~~ /usr/include/security/pam_appl.h:64:1: note: candidate function not viable: no known conversion from 'nullptr_t' to 'int' for 2nd argument pam_chauthtok(pam_handle_t *_pamh, ^ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p478276_s338342/logs/errors/minbif-1.0.5_10.log
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* - Unbreak the build against new Imlib2: previous versions (e.g. 1.4.6) haddanfe2016-01-251-1/+10
| | | | | | | | | | | | | | | | | 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
* - Fix build with clangpawel2013-12-198-0/+114
| | | | | | | | | | | - Remove leading article from COMMENT - Convert to new LIB_DEPENDS format - Support staging While I'm here use option helpers where possible. PR: ports/184816 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 1.0.5.araujo2013-01-211-15/+0
| | | | | | | | | | - Update MASTER_SITES. - Add LICENSE. - Add MAKE_JOBS_SAFE. - Trim header. PR: ports/174190 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Update to 1.0.3pav2010-08-27