Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 1998 20:06:34 +0900 (JST)
From:      Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Cc:        shige@kuis.kyoto-u.ac.jp
Subject:   ports/9199: Update port: x11-fm/asfiles
Message-ID:  <19981227200634U.shige@kuis.kyoto-u.ac.jp>

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

>Number:         9199
>Category:       ports
>Synopsis:       Update port: x11-fm/asfiles
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 27 03:10:01 PST 1998
>Last-Modified:
>Originator:     Shigeyuki FUKUSHIMA
>Organization:
Dept. of Information Science, Kyoto Univ., JAPAN
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	FreeBSD 2.2.8-RELEASE i386
	FreeBSD 3.0-RELEASE i386
	FreeBSD 3.0-CURRENT i386

>Description:

Update port: x11-fm/asfiles

Change prefix directory: ${LOCALBASE} -> ${X11BASE}.
Because asfiles is a X stuff.

P.S.
Why do we install libDnd into ${LOCALBASE}?

Thank you.
--- shige

>How-To-Repeat:

>Fix:

diff -urN /usr/ports/x11-fm/asfiles/Makefile asfiles/Makefile
--- /usr/ports/x11-fm/asfiles/Makefile	Thu Nov 12 07:04:07 1998
+++ asfiles/Makefile	Sun Dec 27 16:40:06 1998
@@ -13,10 +13,11 @@
 
 MAINTAINER=	lukin@okbmei.msk.su
 
-BUILD_DEPENDS=	${PREFIX}/lib/libDnd.a:${PORTSDIR}/x11/libdnd
-LIB_DEPENDS=    Xpm.4:${PORTSDIR}/graphics/xpm
+LIB_DEPENDS=	Dnd.1:${PORTSDIR}/x11/libdnd \
+		Xpm.4:${PORTSDIR}/graphics/xpm
 
 GNU_CONFIGURE=	yes
+USE_X_PREFIX=	yes
 MAN1=	files.1
 MAN3=	regexp.3
 
diff -urN /usr/ports/x11-fm/asfiles/pkg/PLIST asfiles/pkg/PLIST
--- /usr/ports/x11-fm/asfiles/pkg/PLIST	Fri Aug 21 07:07:23 1998
+++ asfiles/pkg/PLIST	Sun Dec 27 16:17:16 1998
@@ -222,6 +222,4 @@
 include/pixmaps/PDFOmni.xpm
 share/OffiX/FilesMagic
 share/OffiX/Filesrc
-@dirrm include/bitmaps
-@dirrm include/pixmaps
 @dirrm share/OffiX

>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?19981227200634U.shige>