From 9bdcbe81be118ea1d1ec524ef2d718ecfdb55fbb Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Mon, 10 Feb 2003 21:20:55 +0000 Subject: Update to 0.8 PR: ports/48148 Submitted by: KATO Tsuguru --- x11-wm/novawm/Makefile | 12 ++++++------ x11-wm/novawm/distinfo | 2 +- x11-wm/novawm/files/patch-Makefile.in | 12 ++++++------ x11-wm/novawm/pkg-plist | 1 - 4 files changed, 13 insertions(+), 14 deletions(-) (limited to 'x11-wm/novawm') diff --git a/x11-wm/novawm/Makefile b/x11-wm/novawm/Makefile index 9459d5056b2c..daf508023355 100644 --- a/x11-wm/novawm/Makefile +++ b/x11-wm/novawm/Makefile @@ -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 --git a/x11-wm/novawm/distinfo b/x11-wm/novawm/distinfo index bb0007132998..7302db43e878 100644 --- a/x11-wm/novawm/distinfo +++ b/x11-wm/novawm/distinfo @@ -1 +1 @@ -MD5 (novawm-0.7_alpha.tar.gz) = a98fde6d329588f6313ef87434250590 +MD5 (NovaWM-0.8_alpha.tar.bz2) = 1e343b84d728bb1f22330bfdc6d99b8f diff --git a/x11-wm/novawm/files/patch-Makefile.in b/x11-wm/novawm/files/patch-Makefile.in index b99bf29456d2..a0cb47632bfe 100644 --- a/x11-wm/novawm/files/patch-Makefile.in +++ b/x11-wm/novawm/files/patch-Makefile.in @@ -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 --git a/x11-wm/novawm/pkg-plist b/x11-wm/novawm/pkg-plist index d6a3ea1e4147..27f236f90a2e 100644 --- a/x11-wm/novawm/pkg-plist +++ b/x11-wm/novawm/pkg-plist @@ -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 -- cgit v1.2.3