Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 May 2011 14:23:57 -0700 (PDT)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        oliver@FreeBSD.org
Subject:   ports/156778: [PATCH] mail/vqadmin: useless dependency on libgetline?
Message-ID:  <4dbf20ed.cf03d90a.7895.1e07@mx.google.com>
Resent-Message-ID: <201105022130.p42LU8Tc098339@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         156778
>Category:       ports
>Synopsis:       [PATCH] mail/vqadmin: useless dependency on libgetline?
>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:   Mon May 02 21:30:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Baptiste Daroussin
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD azathoth.lan 8.2-STABLE FreeBSD 8.2-STABLE #0 r219454M: Thu Mar 10 20:09:22 CET
>Description:
I tested built on 7.4 and 8.2. and it seems to me that libgetline is now useless for this ports.
Can you confirm?

notice that libgetline has expired has it has no upstream and no distfiles available.

Port maintainer (oliver@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- vqadmin-2.3.6_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/vqadmin/Makefile,v
retrieving revision 1.14
diff -u -u -r1.14 Makefile
--- Makefile	22 Aug 2009 00:27:57 -0000	1.14
+++ Makefile	2 May 2011 21:22:23 -0000
@@ -14,7 +14,6 @@
 MAINTAINER=	oliver@FreeBSD.org
 COMMENT=	A cgi-based Virtual Qmail Domains Administrator
 
-LIB_DEPENDS=	getline.1:${PORTSDIR}/devel/libgetline
 BUILD_DEPENDS=	${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail
 RUN_DEPENDS=	${LOCALBASE}/vpopmail/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/mail/vqadmin/distinfo,v
retrieving revision 1.7
diff -u -u -r1.7 distinfo
--- distinfo	22 Jan 2006 12:50:53 -0000	1.7
+++ distinfo	2 May 2011 21:22:23 -0000
@@ -1,3 +1,2 @@
-MD5 (vqadmin-2.3.6.tar.gz) = b808aabaf3f6eee8633217b50cb40f25
 SHA256 (vqadmin-2.3.6.tar.gz) = e72fde3cf538d1e93a6aaaffbce100aeb417350d07cb73ee49b08c22256076d9
 SIZE (vqadmin-2.3.6.tar.gz) = 155771
Index: files/patch-Makefile.in
===================================================================
RCS file: /home/pcvs/ports/mail/vqadmin/files/patch-Makefile.in,v
retrieving revision 1.2
diff -u -u -r1.2 patch-Makefile.in
--- files/patch-Makefile.in	18 Apr 2004 12:24:35 -0000	1.2
+++ files/patch-Makefile.in	2 May 2011 21:22:23 -0000
@@ -5,7 +5,7 @@
  CPPFLAGS = @CPPFLAGS@
  LDFLAGS = @LDFLAGS@
 -LIBS = @LIBS@
-+LIBS = -L%%LOCALBASE%%/lib -lgetline @LIBS@
++LIBS = -L%%LOCALBASE%%/lib @LIBS@
  depcomp =
  am__depfiles_maybe =
  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
--- vqadmin-2.3.6_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4dbf20ed.cf03d90a.7895.1e07>