Skip site navigation (1)Skip section navigation (2)
Date:      14 Apr 1999 11:34:31 -0000
From:      Tom Hukins <tom@eborcom.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11131: Fix Port: amiwm
Message-ID:  <19990414113431.5290.qmail@eborcom.com>

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

>Number:         11131
>Category:       ports
>Synopsis:       Fix Port: amiwm
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 14 04:40:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Tom Hukins
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
eBORcOM
>Environment:

	

>Description:

The x11-wm/amiwm port is marked broken. The patch below makes the
port build, install and run correctly.

No files have been removed from the port. The file
"pkg/PLIST.nodocs" has been added.

>How-To-Repeat:

	

>Fix:
	
diff -ruN amiwm.old/Makefile amiwm/Makefile
--- amiwm.old/Makefile	Sat Nov 28 15:40:20 1998
+++ amiwm/Makefile	Wed Apr 14 12:27:05 1999
@@ -13,19 +13,21 @@
 
 MAINTAINER=	ports@FreeBSD.org
 
-BROKEN=		build
-
-#WRKSRC=		${WRKDIR}/amiwm
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	CFLAGS="${CFLAGS} -DHAVE_X11_EXTENSIONS_SHAPE_H"
 USE_X_PREFIX=	yes
 MAN1=		amiwm.1
 
+.if defined(NOPORTDOCS)
+PLIST=	${PKGDIR}/PLIST.nodocs
+.endif
+
 post-install:
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${PREFIX}/share/doc/amiwm
-	${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/amiwm
-	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/amiwm
-	${INSTALL_DATA} ${WRKSRC}/README.modules ${PREFIX}/share/doc/amiwm
+	@${ECHO} "===>  Copying documents to ${PREFIX}/share/doc/amiwm"
+	@${MKDIR} ${PREFIX}/share/doc/amiwm
+	@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/amiwm
+	@${INSTALL_DATA} ${WRKSRC}/README.modules ${PREFIX}/share/doc/amiwm
 .endif
 
 .include <bsd.port.mk>
diff -ruN amiwm.old/pkg/DESCR amiwm/pkg/DESCR
--- amiwm.old/pkg/DESCR	Fri Nov 14 09:37:45 1997
+++ amiwm/pkg/DESCR	Wed Apr 14 12:28:11 1999
@@ -4,5 +4,4 @@
 This is a port of amiwm, a window manager to make your desktop look like an
 Amiga(TM).
 
-- Douglas Carmichael
-<dcarmich@mcs.com>
+http://www.lysator.liu.se/~marcus/amiwm.html
diff -ruN amiwm.old/pkg/PLIST amiwm/pkg/PLIST
--- amiwm.old/pkg/PLIST	Sat Nov 28 15:40:20 1998
+++ amiwm/pkg/PLIST	Wed Apr 14 12:20:50 1999
@@ -14,7 +14,6 @@
 lib/X11/amiwm/schwartz.map
 lib/X11/amiwm/system.amiwmrc
 lib/X11/amiwm/system.map
-share/doc/amiwm/INSTALL
 share/doc/amiwm/README
 share/doc/amiwm/README.modules
 @dirrm lib/X11/amiwm
diff -ruN amiwm.old/pkg/PLIST.nodocs amiwm/pkg/PLIST.nodocs
--- amiwm.old/pkg/PLIST.nodocs	Thu Jan  1 01:00:00 1970
+++ amiwm/pkg/PLIST.nodocs	Wed Apr 14 12:11:26 1999
@@ -0,0 +1,17 @@
+bin/amiwm
+bin/ppmtoinfo
+bin/requestchoice
+lib/X11/amiwm/Background
+lib/X11/amiwm/Keyboard
+lib/X11/amiwm/Xinitrc
+lib/X11/amiwm/Xsession
+lib/X11/amiwm/Xsession2
+lib/X11/amiwm/amiwm-init
+lib/X11/amiwm/def_tool.info
+lib/X11/amiwm/executecmd
+lib/X11/amiwm/magicwb.map
+lib/X11/amiwm/requestchoice
+lib/X11/amiwm/schwartz.map
+lib/X11/amiwm/system.amiwmrc
+lib/X11/amiwm/system.map
+@dirrm lib/X11/amiwm

>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?19990414113431.5290.qmail>