Bug 174190 - irc/minbuf: Update to version 1.0.5
Summary: irc/minbuf: Update to version 1.0.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-05 18:10 UTC by tkato432
Modified: 2013-01-21 03:50 UTC (History)
0 users

See Also:


Attachments
file.diff (4.92 KB, patch)
2012-12-05 18:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2012-12-05 18:10:10 UTC
- Update to version 1.0.5

Remove file:
files/patch-CMakeLists.txt
Comment 1 Marcelo Araujo freebsd_committer freebsd_triage 2012-12-11 11:15:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-21 03:41:49 UTC
Author: araujo
Date: Mon Jan 21 03:41:37 2013
New Revision: 310747
URL: http://svnweb.freebsd.org/changeset/ports/310747

Log:
  - Update to 1.0.5.
  - Update MASTER_SITES.
  - Add LICENSE.
  - Add MAKE_JOBS_SAFE.
  - Trim header.
  
  PR:		ports/174190
  Submitted by:	KATO Tsuguru <tkato432@yahoo.com>

Deleted:
  head/irc/minbif/files/patch-CMakeLists.txt
Modified:
  head/irc/minbif/Makefile   (contents, props changed)
  head/irc/minbif/distinfo   (contents, props changed)

Modified: head/irc/minbif/Makefile
==============================================================================
--- head/irc/minbif/Makefile	Mon Jan 21 03:40:30 2013	(r310746)
+++ head/irc/minbif/Makefile	Mon Jan 21 03:41:37 2013	(r310747)
@@ -1,51 +1,51 @@
-# New ports collection makefile for:	minbif
-# Date created:				2010-06-03
-# Whom:					Frank Steinborn <steinex@nognu.de>
-#
+# Created by: Frank Steinborn <steinex@nognu.de>
 # $FreeBSD$
-#
 
 PORTNAME=	minbif
-PORTVERSION=	1.0.3
-PORTREVISION=	5
+PORTVERSION=	1.0.5
 CATEGORIES=	irc net-im
-MASTER_SITES=	http://symlink.me/attachments/download/50/
+MASTER_SITES=	https://symlink.me/attachments/download/148/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	An IRC to instant messaging gateway
 
-LIB_DEPENDS=	purple.10:${PORTSDIR}/net-im/libpurple
+LICENSE=	GPLv2
+
+LIB_DEPENDS=	purple:${PORTSDIR}/net-im/libpurple
+
+# right now PLUGINS installs prpl-coincoin and prpl-gayattitude
+OPTIONS_DEFINE=	CACA GNUTLS VIDEO PLUGINS DOCS
+OPTIONS_DEFAULT=	CACA
+CACA_DESC=	Buddy icon display using libcaca
+VIDEO_DESC=	Webcam display using libcaca (depends on CACA)
+PLUGINS_DESC=	Compile additional libpurple-plugins
+
+USE_RC_SUBR=	minbif
+USE_GNOME=	glib20
+USE_EFL=	imlib2
+USE_CMAKE=	yes
+CMAKE_ARGS=	-DENABLE_IMLIB:BOOL=ON
+MAKE_JOBS_SAFE=	yes
+
+CFLAGS+=	${PTHREAD_CFLAGS} -DX_DISPLAY_MISSING
+LDFLAGS+=	${PTHREAD_LIBS}
 
 USERS=		minbif
 GROUPS=		minbif
 
 SUB_FILES=	pkg-message
-MAN8=		minbif.8
+SUB_LIST=	USERS="${USERS}"
 
+MAN8=		minbif.8
+PORTDOCS=	*
 PLIST_FILES=	bin/minbif %%ETCDIR%%/minbif.conf-dist \
 		%%ETCDIR%%/minbif.motd-dist
 PLIST_DIRS=	%%ETCDIR%%
 
-USE_EFL=	imlib2
-USE_CMAKE=	yes
-CMAKE_ARGS=	-DENABLE_IMLIB:BOOL=ON -DCMAKE_CXX_FLAGS=-DX_DISPLAY_MISSING
-USE_RC_SUBR=	minbif
-PKGMESSAGE=	${WRKDIR}/pkg-message
-PORTDOCS=	*
-
-# right now WITH_PLUGINS installs prpl-coincoin and prpl-gayattitude
-OPTIONS_DEFINE=	CACA GNUTLS VIDEO PLUGINS DOCS
-OPTIONS_DEFAULT=	CACA
-CACA_DESC=	Buddy icon display using libcaca
-VIDEO_DESC=	Webcam display using libcaca (depends on CACA)
-PLUGINS_DESC=	Compile additional libpurple-plugins
-
-SUB_LIST+=	USERS=${USERS}
-
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MCACA}
-LIB_DEPENDS+=	caca.0:${PORTSDIR}/graphics/libcaca
+LIB_DEPENDS+=	caca:${PORTSDIR}/graphics/libcaca
 CMAKE_ARGS+=	-DENABLE_CACA:BOOL=ON
 .else
 CMAKE_ARGS+=	-DENABLE_CACA:BOOL=OFF
@@ -53,7 +53,7 @@ CMAKE_ARGS+=	-DENABLE_CACA:BOOL=OFF
 
 .if ${PORT_OPTIONS:MVIDEO} && !empty(PORT_OPTIONS:MCACA)
 USE_GSTREAMER+=	core good
-LIB_DEPENDS+=	gstfarsight-0.10.0:${PORTSDIR}/net-im/farsight2
+LIB_DEPENDS+=	gstfarsight-0.10:${PORTSDIR}/net-im/farsight2
 CMAKE_ARGS+=	-DENABLE_VIDEO:BOOL=ON
 .else
 CMAKE_ARGS+=	-DENABLE_VIDEO:BOOL=OFF
@@ -65,6 +65,7 @@ IGNORE=		if you want to enable webcam su
 .endif
 
 .if ${PORT_OPTIONS:MPLUGINS}
+USE_GNOME+=	libxml2
 CMAKE_ARGS+=	-DENABLE_PLUGIN:BOOL=ON
 PLIST_FILES+=	lib/purple-2/libcoincoin.so \
 		lib/purple-2/libgayattitude.so
@@ -73,10 +74,18 @@ CMAKE_ARGS+=	-DENABLE_PLUGIN:BOOL=OFF
 .endif
 
 .if ${PORT_OPTIONS:MGNUTLS}
-LIB_DEPENDS+=	gnutls.47:${PORTSDIR}/security/gnutls
-CMAKE_ARGS+=	-DENABLE_GNUTLS:BOOL=ON
+LIB_DEPENDS+=	gnutls:${PORTSDIR}/security/gnutls
+CMAKE_ARGS+=	-DENABLE_TLS:BOOL=ON
+.else
+CMAKE_ARGS+=	-DENABLE_TLS:BOOL=OFF
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} -e \
+		's|"-lpthread -lstdc++"||' ${WRKSRC}/src/CMakeLists.txt
+	@${REINPLACE_CMD} -e \
+		'/pam_misc.h/d' ${WRKSRC}/src/im/auth_pam.h
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/man/minbif.8 ${MAN8PREFIX}/man/man8
@@ -90,7 +99,6 @@ do-install:
 .if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/minbif.xinetd ${DOCSDIR}
 .endif
 	@${CAT} ${PKGMESSAGE}

Modified: head/irc/minbif/distinfo
==============================================================================
--- head/irc/minbif/distinfo	Mon Jan 21 03:40:30 2013	(r310746)
+++ head/irc/minbif/distinfo	Mon Jan 21 03:41:37 2013	(r310747)
@@ -1,2 +1,2 @@
-SHA256 (minbif-1.0.3.tar.gz) = fede0da71f673ee7d2a71673875724b8caac53618394711ed55406b3250145d6
-SIZE (minbif-1.0.3.tar.gz) = 168238
+SHA256 (minbif-1.0.5.tar.gz) = 88271af203a89556165a9ebb4e00e55ea5b649146aea855dd799a79bd9e4befd
+SIZE (minbif-1.0.5.tar.gz) = 176039
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Marcelo Araujo freebsd_committer freebsd_triage 2013-01-21 03:44:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!