Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Dec 2001 00:08:38 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/32863: Update port: x11-wm/aewm to 1.1.3
Message-ID:  <200112150808.fBF88cr94109@freefall.freebsd.org>

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

>Number:         32863
>Category:       ports
>Synopsis:       Update port: x11-wm/aewm to 1.1.3
>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:   Sat Dec 15 00:10:03 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.1.3

Remove file:
files/patch-Makefile

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/x11-wm/aewm/Makefile x11-wm/aewm/Makefile
--- /usr/ports/x11-wm/aewm/Makefile	Thu Jan 11 10:35:35 2001
+++ x11-wm/aewm/Makefile	Thu Dec 13 01:46:59 2001
@@ -6,15 +6,17 @@
 #
 
 PORTNAME=	aewm
-PORTVERSION=	1.1.2
+PORTVERSION=	1.1.3
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://www.red-bean.com/~decklin/aewm/
 
 MAINTAINER=	trevor@FreeBSD.org
 
+ALL_TARGET=	aewm
 BINS=		aewm
 DOCDIR=		share/doc/${PORTNAME}
 DOCS=		Changelog README TODO
+MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" XROOT="${X11BASE}"
 MAN1=		aewm.1
 PLIST=		${WRKDIR}/pkg-plist
 USE_GMAKE=	yes
@@ -23,20 +25,20 @@
 pre-install:
 	${ECHO} bin/aewm > ${PLIST}
 .if !defined(NOPORTDOCS)
-	for i in ${DOCS}; \
-		do ${ECHO} ${DOCDIR}/$${i} >> ${PLIST}; \
-	done
+.for i in ${DOCS}
+	${ECHO} ${DOCDIR}/${i} >> ${PLIST}
+.endfor
 	${ECHO} @dirrm ${DOCDIR} >> ${PLIST}
 .endif
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/aewm ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/aewm.1x ${PREFIX}/man/man1/aewm.1
+	${INSTALL_MAN} ${WRKSRC}/aewm.1x ${MANPREFIX}/man/man1/aewm.1
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${PREFIX}/${DOCDIR}
-	for i in ${DOCS}; \
-		do ${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${DOCDIR}; \
-	done
+.for i in ${DOCS}
+	${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/${DOCDIR}
+.endfor
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/x11-wm/aewm/distinfo x11-wm/aewm/distinfo
--- /usr/ports/x11-wm/aewm/distinfo	Thu Jan 11 10:35:35 2001
+++ x11-wm/aewm/distinfo	Thu Dec 13 00:24:52 2001
@@ -1 +1 @@
-MD5 (aewm-1.1.2.tar.gz) = 3eca52e76888f768b96d17dcb84b57cc
+MD5 (aewm-1.1.3.tar.gz) = 64943e7d938dd63687af0b4d27b7086e
diff -urN /usr/ports/x11-wm/aewm/files/patch-Makefile x11-wm/aewm/files/patch-Makefile
--- /usr/ports/x11-wm/aewm/files/patch-Makefile	Mon Jan  8 06:52:37 2001
+++ x11-wm/aewm/files/patch-Makefile	Thu Jan  1 09:00:00 1970
@@ -1,17 +0,0 @@
---- Makefile.orig	Mon Jan  1 21:43:57 2001
-+++ Makefile	Sun Jan  7 13:40:03 2001
-@@ -25,12 +25,11 @@
- 
- # This should be set to the location of the X installation you want to
- # compile against.
--XROOT = /usr/X11R6
-+XROOT = $(X11BASE)
- 
- # --------------------------------------------------------------------
- 
--CC       = gcc
--CFLAGS   = -g -O2 -Wall
-+CC       ?= gcc
- 
- BINDIR   = $(DESTDIR)$(XROOT)/bin
- MANDIR   = $(DESTDIR)$(XROOT)/man/man1

>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?200112150808.fBF88cr94109>