svn commit: r360097 - in head: japanese/eterm x11/eterm x11/eterm/files
Tijl Coosemans
tijl at FreeBSD.org
Tue Jul 1 21:42:26 UTC 2014
Author: tijl
Date: Tue Jul 1 21:42:25 2014
New Revision: 360097
URL: http://svnweb.freebsd.org/changeset/ports/360097
QAT: https://qat.redports.org/buildarchive/r360097/
Log:
- Convert to USES=libtool
- Rearrange Makefile a bit
Deleted:
head/x11/eterm/files/patch-src:Makefile.in
Modified:
head/japanese/eterm/Makefile
head/x11/eterm/Makefile
head/x11/eterm/pkg-plist
Modified: head/japanese/eterm/Makefile
==============================================================================
--- head/japanese/eterm/Makefile Tue Jul 1 21:26:03 2014 (r360096)
+++ head/japanese/eterm/Makefile Tue Jul 1 21:42:25 2014 (r360097)
@@ -24,7 +24,6 @@ PLIST= ${MASTERDIR}/pkg-plist
THEMES= Escreen Eterm auto trans
pre-configure:
- @${REINPLACE_CMD} -e "s,echo aout,echo elf,g" ${WRKSRC}/configure
@${REINPLACE_CMD} -e "s, at PERL@,${LOCALBASE}/bin/perl," ${WRKSRC}/utils/kEsetroot.in
post-configure:
Modified: head/x11/eterm/Makefile
==============================================================================
--- head/x11/eterm/Makefile Tue Jul 1 21:26:03 2014 (r360096)
+++ head/x11/eterm/Makefile Tue Jul 1 21:42:25 2014 (r360097)
@@ -3,7 +3,7 @@
PORTNAME= eterm
PORTVERSION= 0.9.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES+= x11
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Eterm-${PORTVERSION}
DISTNAME= Eterm-${PORTVERSION}
@@ -14,22 +14,22 @@ COMMENT?= X11 terminal emulator based on
BUILD_DEPENDS= man2html:${PORTSDIR}/textproc/man2html
LIB_DEPENDS= libast.so:${PORTSDIR}/devel/libast
-USE_AUTOTOOLS= libtool
-USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS?=--enable-trans --enable-utmp \
--enable-xim --with-theme-update \
--with-backspace=bs --without-terminfo \
--enable-multi-charset
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+USES= iconv libtool
USE_CSTD= gnu89
+USE_EFL= imlib2
+USE_LDCONFIG= yes
+USE_XORG= x11 xt
OPTIONS_DEFINE= DOCS
OPTIONS_DEFINE_i386= MMX
-USE_XORG= x11 xt
-USES= iconv
-USE_EFL= imlib2
MMX_CONFIGURE_ARGS= --enable-mmx
post-patch:
Modified: head/x11/eterm/pkg-plist
==============================================================================
--- head/x11/eterm/pkg-plist Tue Jul 1 21:26:03 2014 (r360096)
+++ head/x11/eterm/pkg-plist Tue Jul 1 21:42:25 2014 (r360097)
@@ -8,10 +8,9 @@ bin/Eterm
bin/Etsearch
bin/Ettable
bin/kEsetroot
+lib/libEterm-0.9.6.so
lib/libEterm.a
-lib/libEterm.la
lib/libEterm.so
-lib/libEterm.so.9
man/man1/Eterm.1.gz
share/Eterm/gdb.scr
share/Eterm/pix/bar_horizontal_1.png
More information about the svn-ports-all
mailing list