diff options
author | imura <imura@FreeBSD.org> | 1999-12-10 00:34:58 +0000 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 1999-12-10 00:34:58 +0000 |
commit | 8ec710fa340e882c41a5a0a838189f4ab87c56ae (patch) | |
tree | 0788b5420e7de5de7e37b8029ea0a3879caad476 /russian | |
parent | 9e2d2d847044518fdf7a78cd8e3b050971d8750c (diff) | |
download | FreeBSD-ports-8ec710fa340e882c41a5a0a838189f4ab87c56ae.zip FreeBSD-ports-8ec710fa340e882c41a5a0a838189f4ab87c56ae.tar.gz |
update to version 2.1
PR: 15202
Submitted by: Maintainer
Diffstat (limited to 'russian')
-rw-r--r-- | russian/wmcyrx/Makefile | 9 | ||||
-rw-r--r-- | russian/wmcyrx/distinfo | 2 | ||||
-rw-r--r-- | russian/wmcyrx/files/patch-aa | 22 |
3 files changed, 12 insertions, 21 deletions
diff --git a/russian/wmcyrx/Makefile b/russian/wmcyrx/Makefile index 944c997..f27f0e8 100644 --- a/russian/wmcyrx/Makefile +++ b/russian/wmcyrx/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: CyrX-2 -# Version required: 2.0 +# Version required: 2.1 # Date created: 04 Janyary 1999 # Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru> # # $FreeBSD$ # -DISTNAME= cyrx2.0 -PKGNAME= ru-wmcyrx-2.0 +DISTNAME= cyrx-2.1 +PKGNAME= ru-wmcyrx-2.1 CATEGORIES= russian windowmaker MASTER_SITES= http://yard.hitech.mipt.ru/~mini/distrib/ @@ -15,8 +15,7 @@ MAINTAINER= ozz@FreeBSD.org.ru LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm -WRKSRC= ${WRKDIR}/cyrx-2.0 -#NO_INSTALL_MANPAGES= yes +NO_INSTALL_MANPAGES= yes post-extract: @ ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile diff --git a/russian/wmcyrx/distinfo b/russian/wmcyrx/distinfo index 004a8d3..a6fc81e 100644 --- a/russian/wmcyrx/distinfo +++ b/russian/wmcyrx/distinfo @@ -1 +1 @@ -MD5 (cyrx2.0.tar.gz) = 17d75fa8804f83611dab37367f6c7b74 +MD5 (cyrx-2.1.tar.gz) = c93b6fc8810bf3249684944d3dd58fd4 diff --git a/russian/wmcyrx/files/patch-aa b/russian/wmcyrx/files/patch-aa index 277d9e1..88acd68 100644 --- a/russian/wmcyrx/files/patch-aa +++ b/russian/wmcyrx/files/patch-aa @@ -1,25 +1,17 @@ ---- Makefile.orig Sun Oct 18 23:17:44 1998 -+++ Makefile Fri Feb 12 21:55:45 1999 -@@ -1,10 +1,10 @@ +--- /usr/ports/russian/wmcyrx/work/cyrx-2.1/Makefile.orig Thu Apr 29 00:17:54 1999 ++++ /usr/ports/russian/wmcyrx/work/cyrx-2.1/Makefile Fri Dec 10 09:28:17 1999 +@@ -1,11 +1,11 @@ -I = -I/usr/openwin/include -I/usr/local/include -+I = -I${X11BASE}/include -I${LOCALBASE}/include -I/usr/include ++I = -I${X11BASE}/include -I${LOCALBASE}/include #L = -Bstatic -lXpm -Bdynamic -lX11 -lXext --L = -L/usr/local/lib -L/usr/openwin/lib -lXpm -lX11 -lXext +-L = -L/usr/local/lib -L/usr/openwin/lib -L/usr/X11/lib -lXpm -lX11 -lXext +L = -L${LOCALBASE}/lib -L${X11BASE}/lib -L/usr/lib -lXpm -lX11 -lXext - CC = gcc -O $I -DXLIB_ILLEGAL_ACCESS + #CC = gcc -O $I -DXLIB_ILLEGAL_ACCESS + CC=CC -O $I -DXLIB_ILLEGAL_ACCESS -cyrx2: cyrx2.o cyrmapper.o +all: cyrx2.o cyrmapper.o $(CC) cyrx2.o cyrmapper.o -o cyrx2 $L cyrx: cyrx.o cyrmapper.o -@@ -35,7 +35,5 @@ - cat cyrsym.h | xtowin | gen > msw.h - - clean: -- rm *.o cyrx2 -- -- -+ rm -rf *.o cyrx2 - |