Bug 155856 - Update port: x11-wm/swm to 1.3.4c
Summary: Update port: x11-wm/swm to 1.3.4c
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-22 18:20 UTC by tkato432
Modified: 2011-06-25 08:30 UTC (History)
0 users

See Also:


Attachments
file.diff (7.40 KB, patch)
2011-03-22 18:20 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2011-03-22 18:20:25 UTC
- Update to version 1.3.4c

Remove file:
files/patch-swm.conf
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2011-03-22 23:14:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2011-03-28 09:20:15 UTC
State Changed
From-To: open->feedback

build failes: 
http://32bit.miwibox.org/index.php?action=describe_port&id=1430 
http://64bit.miwibox.org/index.php?action=describe_port&id=1648
Comment 3 tkato432 2011-05-01 20:30:05 UTC
Remake of the patch against current tree.


diff -urN /usr/ports/x11-wm/swm/Makefile x11-wm/swm/Makefile
--- /usr/ports/x11-wm/swm/Makefile	2011-05-02 04:02:53.000000000 +0900
+++ x11-wm/swm/Makefile	2011-05-02 04:05:47.000000000 +0900
@@ -6,76 +6,71 @@
 #
 
 PORTNAME=	swm
-PORTVERSION=	1.3.4
-PORTREVISION=	4
+PORTVERSION=	1.3.4c
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://www.small-window-manager.de/
-EXTRACT_SUFX=	c-src.tgz
+EXTRACT_SUFX=	-src.tgz
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Window manager for low-memory systems, with title bars and shading
 
-BINS=		swm swmbg swmswitch
-DOCDIR=		share/doc/${PORTNAME}
-MAN1=		swm.1 swmbg.1
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/../doc/COPYING
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S,c,,}/src
+
+USE_XORG=	xpm
+USE_GMAKE=	yes
 MAKEFILE=	Makefile-xpm
-PLIST=		${WRKDIR}/pkg-plist
-PLIST_DIRS=	share/swm/pixmaps share/swm
+MAKE_ARGS=	CFLAGS="${CFLAGS}" LDFLAGS="" CC="${CC}" XROOT="${LOCALBASE}"
+
+MANLANG=	"" de
+MAN1=		swm.1 swmbg.1 swmswitch.1
+PORTDOCS=	*
+PORTEXAMPLES=	* .swm
+PLIST_FILES=	${BINS:S,^,bin/,} ${SCRIPTS:S,^,bin/,} \
+		${DATA:S,^,%%DATADIR%%/pixmaps/,}
+PLIST_DIRS=	%%DATADIR%%/pixmaps %%DATADIR%%
+PLIST_DIRSTRY=	man/de/man1 man/de
+
+BINS=		swm swmbg swmswitch
 SCRIPTS=	startswm
-USE_GMAKE=	yes
-USE_XORG=	x11 xext xpm
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
+DATA=		background.xpm closebox.xpm maxbox.xpm stickybox.xpm \
+		swm.colors unstickybox.xpm
 
 post-patch:
-.for ii in init.c swm.conf
-	${MV} ${WRKSRC}/${ii} ${WRKSRC}/${ii}.orig
-	${SED} -e "s:PREFIX:${PREFIX}:g" \
-		< ${WRKSRC}/${ii}.orig > ${WRKSRC}/${ii}
-.endfor
+	@${REINPLACE_CMD} -e 's|monotype|fixed|g ; \
+		 s|/usr/share/swm|${DATADIR}|g' ${WRKSRC}/swm.conf
 
 post-build:
-	cd ${WRKSRC}/../swmbg && ${CC} ${CFLAGS} -I${LOCALBASE}/include *.c \
-		-o ${WRKSRC}/swmbg -lX11 -lXext -lXpm -L${LOCALBASE}/lib
-	cd ${WRKSRC}/../swmswitch && ${CC} ${CFLAGS} -I${LOCALBASE}/include *.c \
-	-o ${WRKSRC}/swmswitch -lX11 -L${LOCALBASE}/lib
-
-pre-install:
-	${RM} -f ${PLIST}
-	for i in ${BINS} ${SCRIPTS}; \
-		do ${ECHO_CMD} bin/$${i} >> ${PLIST}; \
-	done
-	cd ${WRKSRC}/../share/swm/pixmaps && \
-		${FIND} -s . -type f | ${CUT} -c3-999 | \
-		${SED} -e 's:^:share/swm/pixmaps/:' >> ${PLIST}
-.if !defined(NOPORTDOCS)
-	for i in ${DOCS}; \
-		do ${ECHO_CMD} ${DOCDIR}/$${i} >> ${PLIST}; \
-	done
-	cd ${WRKSRC}/../doc && ${FIND} -s . -type f | cut -c3-999 \
-		| ${SED} -e 's:^:${DOCDIR}/:' >> ${PLIST}
-	cd ${WRKSRC}/../ && ${FIND} -s examples -type f \
-		| ${SED} -e 's:^examples:share/examples/swm:' >> ${PLIST}
-	cd ${WRKSRC}/../ && ${FIND} -d examples -type d | \
-		${SED} -e 's:^examples:@dirrm share/examples/swm:' >> ${PLIST}
-	${ECHO_CMD} @dirrm ${DOCDIR} >> ${PLIST}
-.endif
+	cd ${WRKSRC}/../swmbg && ${CC} ${CFLAGS} -I${LOCALBASE}/include \
+		*.c -o ${WRKSRC}/swmbg -lX11 -lXext -lXpm -L${LOCALBASE}/lib
+	cd ${WRKSRC}/../swmswitch && ${CC} ${CFLAGS} -I${LOCALBASE}/include \
+		*.c -o ${WRKSRC}/swmswitch -lX11 -L${LOCALBASE}/lib
 
 do-install:
-	for i in ${BINS}; \
-		do ${INSTALL_PROGRAM} ${WRKSRC}/$${i} ${PREFIX}/bin; \
-	done
-	${INSTALL_SCRIPT} ${WRKSRC}/${SCRIPTS} ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/swm.1x ${PREFIX}/man/man1/swm.1
-	${INSTALL_MAN} ${WRKSRC}/../swmbg/swmbg.1x ${PREFIX}/man/man1/swmbg.1
-#	${INSTALL_MAN} ${WRKSRC}/swm-de.1x \
-#		${PREFIX}/man/de_DE.ISO_8859-1/man1/swm.1x
+.for file in ${BINS}
+	${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
+.endfor
+.for file in ${SCRIPTS}
+	${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
+.endfor
+	${INSTALL_MAN} ${WRKSRC}/swm.1x ${MANPREFIX}/man/man1/swm.1
+	${INSTALL_MAN} ${WRKSRC}/../swmbg/swmbg.1x ${MANPREFIX}/man/man1/swmbg.1
+	${INSTALL_MAN} ${WRKSRC}/../swmswitch/swmswitch.1x ${MANPREFIX}/man/man1/swmswitch.1
+	@${MKDIR} ${MANPREFIX}/man/de/man1
+	${INSTALL_MAN} ${WRKSRC}/swm-de.1x ${MANPREFIX}/man/de/man1/swm.1
+	${INSTALL_MAN} ${WRKSRC}/../swmbg/swmbg-de.1x ${MANPREFIX}/man/de/man1/swmbg.1
+	${INSTALL_MAN} ${WRKSRC}/../swmswitch/swmswitch-de.1x ${MANPREFIX}/man/de/man1/swmswitch.1
+	@${MKDIR} ${DATADIR}
+	@cd ${WRKSRC}/../share/swm && ${COPYTREE_SHARE} pixmaps ${DATADIR}
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${PREFIX}/${DOCDIR} ${EXAMPLESDIR}
-	cd ${WRKSRC}/../ && ${CHMOD} -R 755 doc examples
-	cd ${WRKSRC}/../doc && ${PAX} -r -w * ${DOCSDIR}
-	cd ${WRKSRC}/../examples && ${PAX} -r -w * .swm ${EXAMPLESDIR}
+	@${MKDIR} ${DOCSDIR}
+	@cd ${WRKSRC}/../doc && ${COPYTREE_SHARE} . ${DOCSDIR}
+.endif
+.if !defined(NOPORTEXAMPLES)
+	@${MKDIR} ${EXAMPLESDIR}
+	@cd ${WRKSRC}/../examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
 .endif
-	${MKDIR} ${DATADIR}/pixmaps
-	cd ${WRKSRC}/../share/swm/pixmaps && ${PAX} -r -w * ${DATADIR}/pixmaps
 
 .include <bsd.port.mk>
diff -urN /usr/ports/x11-wm/swm/files/patch-Makefile-xpm x11-wm/swm/files/patch-Makefile-xpm
--- /usr/ports/x11-wm/swm/files/patch-Makefile-xpm	2008-04-20 10:22:29.000000000 +0900
+++ x11-wm/swm/files/patch-Makefile-xpm	1970-01-01 09:00:00.000000000 +0900
@@ -1,30 +0,0 @@
---- Makefile-xpm.orig	Fri Nov 24 17:15:55 2006
-+++ Makefile-xpm	Fri Nov 24 17:16:17 2006
-@@ -2,7 +2,7 @@
- # CFLAGS   = -O0 -Wall -g3 -ggdb -p 
- # LDFLAGS   = -O0 -Wall -g3 -ggdb -p 
- #for production use
--CFLAGS   = -O3
-+#CFLAGS   = -O3
- LDFLAGS  = -s -pipe
- 
- # if you want swm to be installed somewhere else:
-@@ -10,9 +10,9 @@
- 
- # There should be nothing to edit below this line
- # -----------------------------------------------------------------------------
--CC			= gcc
-+#CC			= gcc
- 
--XROOT    = /usr/X11R6
-+XROOT    = $(LOCALBASE)
- INCLPATH = -I$(XROOT)/include
- LDPATH   = -L$(XROOT)/lib
- 
-@@ -92,4 +92,4 @@
- mrproper:
- 	rm -f *~ swm core *.o $(OBJS)
- 	cp -f Makefile.org Makefile
--	
-\ No newline at end of file
-+	
diff -urN /usr/ports/x11-wm/swm/files/patch-swm.conf x11-wm/swm/files/patch-swm.conf
--- /usr/ports/x11-wm/swm/files/patch-swm.conf	2002-04-02 12:02:42.000000000 +0900
+++ x11-wm/swm/files/patch-swm.conf	1970-01-01 09:00:00.000000000 +0900
@@ -1,20 +0,0 @@
---- swm.conf.orig	Mon Feb  4 05:08:58 2002
-+++ swm.conf	Mon Apr  1 17:21:36 2002
-@@ -19,7 +19,7 @@
- #define STD_IO
- #define NUMBEROFDESKTOPS 4
- #define FONTS
--#define TITLEBARFONT "*monotype-*-12*" 
-+#define TITLEBARFONT "*fixed-*-12*" 
- #define LAYERS
- #define MAXIMIZE
- #define SHADE
-@@ -27,7 +27,7 @@
- #define CENTERNEW
- #define FOCUSNEW
- #define PIXMAPS
--#define PIXMAPDIR "/usr/share/swm"
-+#define PIXMAPDIR "PREFIX/share/swm"
- #define CONFDIR "$HOME"
- #define FOREGROUND "gold" 
- #define BACKGROUND "blue" 
diff -urN /usr/ports/x11-wm/swm/pkg-descr x11-wm/swm/pkg-descr
--- /usr/ports/x11-wm/swm/pkg-descr	2011-05-02 04:02:53.000000000 +0900
+++ x11-wm/swm/pkg-descr	2011-03-12 23:41:39.000000000 +0900
@@ -1,11 +1,6 @@
-from the Web page:
+sWM was written for small computer system with very little amount of 
+memory and small screen sizes. It was written to speed up working with 
+laptops or even PDA's. You need a minimum of about 12k of diskspace 
+(minimal mode). It uses even less memory than a rxvt. 
 
-	SWM was written for small computer systems with very little
-	memory and small screen sizes. It was written to speed up
-	working with laptops or even PDAs. You need a minimum of
-	about 20 kB of diskspace.  It uses even less memory than
-	rxvt.
-
-The swmswitch command crashes, so it is not installed.
-
-WWW:  http://www.small-window-manager.de/
+WWW: http://www.small-window-manager.de/
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-06-25 08:21:54 UTC
miwi        2011-06-25 07:21:44 UTC

  FreeBSD ports repository

  Modified files:
    x11-wm/swm           Makefile pkg-descr 
  Removed files:
    x11-wm/swm/files     patch-Makefile-xpm patch-swm.conf 
  Log:
  - Update to 1.3.4
  
  PR:             155856
  Submitted by:   Ports Fury
  
  Revision  Changes    Path
  1.24      +50 -55    ports/x11-wm/swm/Makefile
  1.3       +0 -30     ports/x11-wm/swm/files/patch-Makefile-xpm (dead)
  1.2       +0 -20     ports/x11-wm/swm/files/patch-swm.conf (dead)
  1.4       +5 -10     ports/x11-wm/swm/pkg-descr
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2011-06-25 08:22:13 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!