Update to version 0.9.48
PR: 13394 Submitted by: maintainer
This commit is contained in:
parent
58942bab6d
commit
3927b01845
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21033
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: icewm
|
||||
# Version required: 0.9.41
|
||||
# Version required: 0.9.48
|
||||
# Date created: 10 August 1997
|
||||
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
||||
#
|
||||
# $Id: Makefile,v 1.37 1999/06/07 01:57:36 steve Exp $
|
||||
# $Id: Makefile,v 1.38 1999/06/08 23:58:37 steve Exp $
|
||||
#
|
||||
|
||||
DISTNAME= icewm-0.9.41
|
||||
DISTNAME= icewm-0.9.48
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://www.kiss.uni-lj.si/~k4fr0235/icewm/devel/ \
|
||||
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/icewm/
|
||||
@ -26,9 +26,6 @@ USE_X_PREFIX= yes
|
||||
.if defined(USE_I18N)
|
||||
CONFIGURE_ARGS+= --enable-i18n
|
||||
.endif
|
||||
.if defined(GNOME)
|
||||
ICEOPTION+= --with-imlib --with-gnome
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/share/icewm/taskbar
|
||||
|
@ -1 +1 @@
|
||||
MD5 (icewm-0.9.41.src.tar.gz) = 05eccadc612fe3bb8d2d769c89da8771
|
||||
MD5 (icewm-0.9.48.src.tar.gz) = 59758b4c21a0ac34f5601f1db8752bba
|
||||
|
12
x11-wm/icewm/files/patch-aj
Normal file
12
x11-wm/icewm/files/patch-aj
Normal file
@ -0,0 +1,12 @@
|
||||
--- src/ysocket.h.orig Thu Aug 26 20:45:05 1999
|
||||
+++ src/ysocket.h Thu Aug 26 20:45:58 1999
|
||||
@@ -1,6 +1,9 @@
|
||||
#ifndef YSOCKET_H_
|
||||
#define YSOCKET_H_
|
||||
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <db.h>
|
||||
+#endif
|
||||
#include <netinet/in.h>
|
||||
|
||||
class YSocketListener {
|
@ -5,6 +5,16 @@ share/icewm/icons/app_16x16.xpm
|
||||
share/icewm/icons/app_32x32.xpm
|
||||
share/icewm/icons/bomb_16x16.xpm
|
||||
share/icewm/icons/bomb_32x32.xpm
|
||||
share/icewm/icons/communicator-abook_16x16.xpm
|
||||
share/icewm/icons/communicator-abook_32x32.xpm
|
||||
share/icewm/icons/communicator-browser_16x16.xpm
|
||||
share/icewm/icons/communicator-browser_32x32.xpm
|
||||
share/icewm/icons/communicator-composer_16x16.xpm
|
||||
share/icewm/icons/communicator-composer_32x32.xpm
|
||||
share/icewm/icons/communicator-discussion_16x16.xpm
|
||||
share/icewm/icons/communicator-discussion_32x32.xpm
|
||||
share/icewm/icons/communicator-mail_16x16.xpm
|
||||
share/icewm/icons/communicator-mail_32x32.xpm
|
||||
share/icewm/icons/file_16x16.xpm
|
||||
share/icewm/icons/file_32x32.xpm
|
||||
share/icewm/icons/folder_16x16.xpm
|
||||
@ -19,10 +29,15 @@ share/icewm/icons/java_16x16.xpm
|
||||
share/icewm/icons/java_32x32.xpm
|
||||
share/icewm/icons/koules_16x16.xpm
|
||||
share/icewm/icons/koules_32x32.xpm
|
||||
share/icewm/icons/navigator_16x16.xpm
|
||||
share/icewm/icons/navigator_32x32.xpm
|
||||
share/icewm/icons/netscape_16x16.xpm
|
||||
share/icewm/icons/netscape_32x32.xpm
|
||||
share/icewm/icons/pdf_16x16.xpm
|
||||
share/icewm/icons/pdf_32x32.xpm
|
||||
share/icewm/icons/vim_16x16.xpm
|
||||
share/icewm/icons/vim_32x32.xpm
|
||||
share/icewm/icons/vim_48x48.xpm
|
||||
share/icewm/icons/xisp_16x16.xpm
|
||||
share/icewm/icons/xisp_32x32.xpm
|
||||
share/icewm/icons/xload_16x16.xpm
|
||||
@ -48,6 +63,7 @@ share/icewm/ledclock/n9.xpm
|
||||
share/icewm/ledclock/p.xpm
|
||||
share/icewm/ledclock/slash.xpm
|
||||
share/icewm/ledclock/space.xpm
|
||||
share/icewm/mailbox/errmail.xpm
|
||||
share/icewm/mailbox/mail.xpm
|
||||
share/icewm/mailbox/newmail.xpm
|
||||
share/icewm/mailbox/nomail.xpm
|
||||
|
Loading…
Reference in New Issue
Block a user