Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Feb 2000 01:56:57 +0900
From:      "KATO Tsuguru" <tkato@prontomail.ne.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16784: Update port: graphics/sodipodi
Message-ID:  <5C720644445E3D11787100807CFB3258@tkato.prontomail.ne.jp>

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

>Number:         16784
>Category:       ports
>Synopsis:       Update port: graphics/sodipodi
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 17 09:00:05 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 3.4-RELEASE i386
>Organization:
>Environment:

>Description:
- Fix typo in LIB_DEPENDS
- Use symlink

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/graphics/sodipodi/Makefile graphics/sodipodi/Makefile
--- /usr/ports/graphics/sodipodi/Makefile	Fri Jan 28 21:46:36 2000
+++ graphics/sodipodi/Makefile	Wed Feb 16 21:33:15 2000
@@ -1,7 +1,7 @@
-# New ports collection makefile for:   sodipodi
-# Version required:    0.17
-# Date created:        28 January 2000
-# Whom:                Yukihiro Nakai <nakai@FreeBSD.org>
+# New ports collection makefile for:	sodipodi
+# Version required:	0.17
+# Date created:		28 January 2000
+# Whom:			Yukihiro Nakai <nakai@FreeBSD.org>
 #
 # $FreeBSD: ports/graphics/sodipodi/Makefile,v 1.1.1.1 2000/01/28 12:46:36 nakai Exp $
 #
@@ -13,7 +13,7 @@
 MAINTAINER=	nakai@FreeBSD.org
 
 LIB_DEPENDS=	gnome.3:${PORTSDIR}/x11/gnomelibs \
-		glade.2:${PORTSDIR}/devel/glade \
+		glade.2:${PORTSDIR}/devel/libglade \
 		gnomeprint.2:${PORTSDIR}/print/gnomeprint \
 		gdk_pixbuf.1:${PORTSDIR}/graphics/gdk-pixbuf
 
@@ -32,10 +32,10 @@
 		LIBS="-L${LOCALBASE}/lib"
 
 post-extract:
-		${RM} ${WRKSRC}/config.cache
-		${RM} ${WRKSRC}/install-sh
-		${RM} ${WRKSRC}/mkinstalldirs
-		${LN} ${LOCALBASE}/share/automake/install-sh ${WRKSRC}/install-sh
-		${LN} ${LOCALBASE}/share/automake/mkinstalldirs ${WRKSRC}/mkinstalldirs
+	@${RM} ${WRKSRC}/config.cache
+	@${RM} ${WRKSRC}/install-sh
+	@${RM} ${WRKSRC}/mkinstalldirs
+	@${LN} -s ${LOCALBASE}/share/automake/install-sh ${WRKSRC}/install-sh
+	@${LN} -s ${LOCALBASE}/share/automake/mkinstalldirs ${WRKSRC}/mkinstalldirs
 
 .include <bsd.port.mk>


Sent by Japanese ProntoMail

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5C720644445E3D11787100807CFB3258>