ports/101445: [PATCH] mail/abook: fix depends, take maintainership
Stanislav Sedov
ssedov at mbsd.msk.ru
Sat Aug 5 21:50:25 UTC 2006
>Number: 101445
>Category: ports
>Synopsis: [PATCH] mail/abook: fix depends, take maintainership
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Aug 05 21:50:22 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Stanislav Sedov
>Release: FreeBSD 7.0-CURRENT i386
>Organization:
MBSD labs, Inc.
>Environment:
System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug 2 21:44:37 MSD
>Description:
- Add readline as dependency when it was already installed. The program
will be linked against it anyway, not against a system one.
- Take maintainership
>How-To-Repeat:
>Fix:
--- abook-0.5.5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/abook/Makefile /var/tmp/abook/Makefile
--- /usr/ports/mail/abook/Makefile Wed Dec 14 01:28:19 2005
+++ /var/tmp/abook/Makefile Sun Aug 6 01:14:51 2006
@@ -11,11 +11,11 @@
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= ssedov at mbsd.msk.ru
COMMENT= An addressbook program with mutt mail client support
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+USE_GNOME= gnometarget
CFLAGS+= -I${LOCALBASE}/include
.if defined(WITHOUT_NLS)
@@ -28,11 +28,12 @@
MAN1= abook.1
MAN5= abookrc.5
-PORTDOCS= ANNOUNCE AUTHORS BUGS ChangeLog FAQ INSTALL NEWS README THANKS TODO
+PORTDOCS= ANNOUNCE AUTHORS BUGS ChangeLog FAQ INSTALL NEWS README \
+ THANKS TODO
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
+.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5)
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
.endif
--- abook-0.5.5.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list