Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2003 00:30:55 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48148: Update port: x11-wm/novawm to 0.8
Message-ID:  <20030211003055.7be8c304.tkato@prontomail.com>

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

>Number:         48148
>Category:       ports
>Synopsis:       Update port: x11-wm/novawm to 0.8
>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 Feb 10 07:40:07 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Update to version 0.8

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-wm/novawm/Makefile x11-wm/novawm/Makefile
--- /usr/ports/x11-wm/novawm/Makefile	Mon Nov 11 19:01:43 2002
+++ x11-wm/novawm/Makefile	Sat Feb  8 02:03:30 2003
@@ -6,25 +6,25 @@
 #
 
 PORTNAME=	novawm
-PORTVERSION=	0.7
+PORTVERSION=	0.8
 CATEGORIES=	x11-wm
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-DISTNAME=	${PORTNAME}-${PORTVERSION}_alpha
+DISTNAME=	NovaWM-${PORTVERSION}_alpha
 
 MAINTAINER=	ports@FreeBSD.org
 
+USE_BZIP2=	yes
+USE_X_PREFIX=	yes
 USE_XPM=	yes
+USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USE_X_PREFIX=	yes
-
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-.for file in README COPYING AUTHORS ChangeLog INSTALL TODO
+.for file in AUTHORS ChangeLog INSTALL README TODO
 	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 .endfor
 .endif
diff -urN /usr/ports/x11-wm/novawm/distinfo x11-wm/novawm/distinfo
--- /usr/ports/x11-wm/novawm/distinfo	Mon Jun 24 13:56:03 2002
+++ x11-wm/novawm/distinfo	Sat Feb  8 01:58:04 2003
@@ -1 +1 @@
-MD5 (novawm-0.7_alpha.tar.gz) = a98fde6d329588f6313ef87434250590
+MD5 (NovaWM-0.8_alpha.tar.bz2) = 1e343b84d728bb1f22330bfdc6d99b8f
diff -urN /usr/ports/x11-wm/novawm/files/patch-Makefile.in x11-wm/novawm/files/patch-Makefile.in
--- /usr/ports/x11-wm/novawm/files/patch-Makefile.in	Mon Jun 24 13:56:06 2002
+++ x11-wm/novawm/files/patch-Makefile.in	Sat Feb  8 02:06:26 2003
@@ -1,5 +1,5 @@
---- src/Makefile.in.orig	Wed Jun  5 11:22:00 2002
-+++ src/Makefile.in	Sun Jun 23 21:09:00 2002
+--- src/Makefile.in.orig	Sun Nov 24 13:12:57 2002
++++ src/Makefile.in	Sat Feb  8 02:02:46 2003
 @@ -73,10 +73,10 @@
  PACKAGE_PIXMAPS_DIR = @PACKAGE_PIXMAPS_DIR@
  VERSION = @VERSION@
@@ -8,17 +8,17 @@
 +INCLUDES =  	 -I${X11BASE}/include
  
  
--CXXFLAGS =  	 -D_WIN_GNOME_SUPPORT 	 -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes 	 -O2
-+CXXFLAGS +=  	 -D_WIN_GNOME_SUPPORT 	 -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes
+-CXXFLAGS =  	 -D_WIN_GNOME_SUPPORT -DDEBUG 	 -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes 	 -g
++CXXFLAGS =  	 @CXXFLAGS@ -D_WIN_GNOME_SUPPORT
  
  
  bin_PROGRAMS = novawm
 @@ -84,7 +84,7 @@
- novawm_SOURCES =  	main.cpp 	events.cpp 	menu.cpp 	novawm.h 	winmgr.cpp 	bar.cpp 	config.cpp 	icon_close.xpm 	icon_hide.xpm 	icon_stretch.xpm
+ novawm_SOURCES =  	main.cpp 	events.cpp 	menu.cpp 	novawm.h 	winmgr.cpp 	bar.cpp 	icon_close.xpm 	icon_hide.xpm 	icon_stretch.xpm 	cfg_parse.cpp
  
  
 -novawm_LDFLAGS =  	 -L/usr/X11R6/lib
 +novawm_LDFLAGS =  	 -L${X11BASE}/lib
  
  
- novawm_LDADD =  	 -lX11 -lXpm
+ novawm_LDADD =  	 -lX11 -lXpm -lstdc++
diff -urN /usr/ports/x11-wm/novawm/pkg-plist x11-wm/novawm/pkg-plist
--- /usr/ports/x11-wm/novawm/pkg-plist	Mon Jun 24 13:56:03 2002
+++ x11-wm/novawm/pkg-plist	Sat Feb  8 01:56:51 2003
@@ -1,6 +1,5 @@
 bin/novawm
 %%PORTDOCS%%share/doc/novawm/AUTHORS
-%%PORTDOCS%%share/doc/novawm/COPYING
 %%PORTDOCS%%share/doc/novawm/ChangeLog
 %%PORTDOCS%%share/doc/novawm/INSTALL
 %%PORTDOCS%%share/doc/novawm/README
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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