update to patch 0:
- do not chroot for ldconfig
This commit is contained in:
parent
d319c68b41
commit
e4e8db17f5
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/07/24 03:17:26 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2003/11/03 07:43:55 kevlo Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
COMMENT= "color terminal emulator Linux binary"
|
||||
|
||||
PKGNAME= zh-rxvt-big5-2.7.8
|
||||
PKGNAME= zh-rxvt-big5-2.7.8p0
|
||||
CATEGORIES= chinese
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
@ -1,8 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/10/29 03:04:56 kevlo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/11/03 07:43:59 kevlo Exp $
|
||||
@exec ln -sf %D/usr/X11R6/bin/rxvt /usr/local/bin/rxvt-big5
|
||||
@unexec rm -rf /usr/local/bin/rxvt-big5
|
||||
@exec ln -sf %D/usr/lib/libutempter.so.0.5.2 %D/usr/lib/libutempter.so.0
|
||||
@unexec rm -rf %D/usr/lib/libutempter.so.0
|
||||
@unexec rm -f %D/usr/lib/libutempter.so.0
|
||||
etc/X11/applnk/Utilities/rxvt.desktop
|
||||
etc/default/useradd
|
||||
etc/login.defs
|
||||
@ -24,6 +23,7 @@ usr/bin/sg
|
||||
usr/include/utempter.h
|
||||
usr/lib/librxvt.a
|
||||
usr/lib/librxvt.la
|
||||
usr/lib/libutempter.so
|
||||
usr/lib/libutempter.so.0.5.2
|
||||
usr/sbin/adduser
|
||||
usr/sbin/chpasswd
|
||||
@ -67,6 +67,8 @@ usr/share/man/man8/pwunconv.8.gz
|
||||
usr/share/man/man8/useradd.8.gz
|
||||
usr/share/man/man8/userdel.8.gz
|
||||
usr/share/man/man8/usermod.8.gz
|
||||
@exec %D/sbin/ldconfig
|
||||
@unexec %D/sbin/ldconfig
|
||||
@dirrm usr/X11R6/lib/X11/zh_TW/rxvt
|
||||
@dirrm usr/X11R6/lib/X11/zh_TW/app-defaults
|
||||
@dirrm usr/X11R6/lib/X11/zh_TW
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/07/24 03:18:45 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2003/11/03 07:44:04 kevlo Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
COMMENT= "Chinese input method Linux binary"
|
||||
|
||||
PKGNAME= zh-xcin25-2.5.3
|
||||
PKGNAME= zh-xcin25-2.5.3p0
|
||||
CATEGORIES= chinese
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
@ -1,8 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/10/29 03:05:03 kevlo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/11/03 07:44:10 kevlo Exp $
|
||||
@exec ln -sf %D/usr/X11R6/bin/xcin /usr/local/bin/xcin25
|
||||
@unexec rm -rf /usr/local/bin/xcin25
|
||||
@exec ln -sf %D/usr/X11R6/lib/libxcin.so.0.0.0 %D/usr/X11R6/lib/libxcin.so.0
|
||||
@unexec rm -rf %D/usr/X11R6/lib/libxcin.so.0
|
||||
etc/chinese/xcin/xcinrc
|
||||
lib/libdb-4.0.so
|
||||
usr/X11R6/bin/cin2tab
|
||||
@ -66,6 +64,8 @@ usr/share/icons/xcin.xpm
|
||||
usr/share/locale/zh_TW/LC_MESSAGES/xcin.mo
|
||||
usr/share/tabe/tsi.db
|
||||
usr/share/tabe/yin.db
|
||||
@exec %D/sbin/ldconfig
|
||||
@unexec %D/sbin/ldconfig
|
||||
@dirrm usr/share/tabe
|
||||
@dirrm usr/share/icons
|
||||
@dirrm usr/X11R6/lib/X11/xcin/tab/gbk
|
||||
|
Loading…
Reference in New Issue
Block a user