mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Convert x11-toolkits/neXtaw to USES=libtool and bump dependent ports
- Add stage support to x11-fonts/nexfontsel
This commit is contained in:
parent
e2a4b4186b
commit
767b5c2bdb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359929
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= nexfontsel
|
||||
PORTVERSION= 3.0.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= http://www.netlab.is.tsukuba.ac.jp/~yokota/archive/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
@ -13,21 +13,18 @@ DISTNAME= NeXFontSel-${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= NeXtaw based replacement for xfontsel
|
||||
|
||||
LIB_DEPENDS= neXtaw:${PORTSDIR}/x11-toolkits/neXtaw
|
||||
LIB_DEPENDS= libneXtaw.so:${PORTSDIR}/x11-toolkits/neXtaw
|
||||
|
||||
USES= imake
|
||||
USE_XORG= xaw
|
||||
|
||||
MAN1= nexfontsel.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|^CDEBUG|XCOMM CDEBUG|g ; \
|
||||
s|= XawClientLibs|= -lneXtaw -lXmu -lXt -lX11|g' ${WRKSRC}/Imakefile
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults
|
||||
${INSTALL_DATA} ${WRKSRC}/NeXFontSel-ja.ad \
|
||||
${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults/NeXFontSel
|
||||
${STAGEDIR}${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults/NeXFontSel
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/nexfontsel
|
||||
lib/X11/app-defaults/NeXFontSel
|
||||
lib/X11/ja_JP.eucJP/app-defaults/NeXFontSel
|
||||
man/man1/nexfontsel.1.gz
|
||||
@dirrmtry lib/X11/ja_JP.eucJP/app-defaults
|
||||
@dirrmtry lib/X11/ja_JP.eucJP
|
||||
|
@ -3,23 +3,19 @@
|
||||
|
||||
PORTNAME= neXtaw
|
||||
PORTVERSION= 0.15.1
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= http://siag.nu/pub/neXtaw/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Athena Widgets with N*XTSTEP appearance
|
||||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_XORG= xmu x11 xext
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USES= libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|version-info.*$$|version-info 8:0:0|g' \
|
||||
${WRKSRC}/X11/neXtaw/Makefile.in
|
||||
USE_XORG= xmu x11 xext
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- configure.orig Sat Aug 23 07:48:47 2003
|
||||
+++ configure Sat Aug 23 23:29:10 2003
|
||||
@@ -6668,6 +6668,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
@ -80,9 +80,9 @@ include/X11/neXtaw/XawInit.h
|
||||
include/X11/neXtaw/XawVersion.h
|
||||
include/X11/neXtaw/laygram.h
|
||||
lib/libneXtaw.a
|
||||
lib/libneXtaw.la
|
||||
lib/libneXtaw.so
|
||||
lib/libneXtaw.so.8
|
||||
lib/libneXtaw.so.0
|
||||
lib/libneXtaw.so.0.15.1
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
||||
%%PORTDOCS%%%%DOCSDIR%%/FAQ
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
|
Loading…
Reference in New Issue
Block a user