FreeBSD Bugzilla – Attachment 138046 Details for
Bug 183882
Update port: www/anyterm Fix build with iconv on 10-BETA/11-CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
anyterm.2013-11-12T043247Z.diff
anyterm.2013-11-12T043247Z.diff (text/plain), 1.99 KB, created by
Douglas Thrift
on 2013-11-12 04:50:00 UTC
(
hide
)
Description:
anyterm.2013-11-12T043247Z.diff
Filename:
MIME Type:
Creator:
Douglas Thrift
Created:
2013-11-12 04:50:00 UTC
Size:
1.99 KB
patch
obsolete
>diff -Nrux .svn -x work /usr/ports/www/anyterm/Makefile anyterm/Makefile >--- /usr/ports/www/anyterm/Makefile 2013-09-20 16:36:50.000000000 -0700 >+++ anyterm/Makefile 2013-11-10 17:54:51.000000000 -0800 >@@ -1,4 +1,4 @@ >-# Created by: Douglas Thrift >+# Created by: Douglas Thrift <douglas@douglasthrift.net> > # $FreeBSD: www/anyterm/Makefile 327776 2013-09-20 23:36:50Z bapt $ > > PORTNAME= anyterm >@@ -16,26 +16,25 @@ > > BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-libs > >-MAN1= anytermd.1 > USE_RC_SUBR= anytermd > USE_BZIP2= yes > USE_GMAKE= yes > USES= iconv > USE_GCC= any > ALL_TARGET= default_target >-PLIST_FILES= sbin/anytermd >+PLIST_FILES= man/man1/anytermd.1.gz \ >+ sbin/anytermd > >-NO_STAGE= yes > post-patch: > @${REINPLACE_CMD} -e 's|/private/etc/apache2|${FILESDIR}|' \ > ${WRKSRC}/scripts/mimetype.sh > @${REINPLACE_CMD} -e 's|^CPP_FLAGS=|&-I${LOCALBASE}/include |' \ >- -e 's|^LINK_FLAGS=|&-L${LOCALBASE}/lib |' ${WRKSRC}/common.mk >+ -e 's|^LINK_FLAGS=|&-L${ICONV_PREFIX}/lib ${ICONV_LIB} |' ${WRKSRC}/common.mk > @${REINPLACE_CMD} -e 's|^COMPILE_FLAGS=|&-I${LOCALBASE}/include |' \ > ${WRKSRC}/libpbe/common.mk > > do-install: >- @${INSTALL_PROGRAM} ${WRKSRC}/anytermd ${PREFIX}/sbin/anytermd >- @${INSTALL_MAN} ${WRKSRC}/anytermd.1 ${MANPREFIX}/man/man1/anytermd.1 >+ @${INSTALL_PROGRAM} ${WRKSRC}/anytermd ${STAGEDIR}${PREFIX}/sbin/anytermd >+ @${INSTALL_MAN} ${WRKSRC}/anytermd.1 ${STAGEDIR}${MANPREFIX}/man/man1/anytermd.1 > > .include <bsd.port.mk> >diff -Nrux .svn -x work /usr/ports/www/anyterm/files/patch-common.mk anyterm/files/patch-common.mk >--- /usr/ports/www/anyterm/files/patch-common.mk 2012-07-14 07:29:18.000000000 -0700 >+++ anyterm/files/patch-common.mk 1969-12-31 16:00:00.000000000 -0800 >@@ -1,11 +0,0 @@ >---- common.mk.orig 2009-11-20 00:32:31.545770710 -0800 >-+++ common.mk 2009-11-20 00:32:51.669545361 -0800 >-@@ -51,7 +51,7 @@ >- LINK_FLAGS=${GCC_FLAGS} ${DEBUG_FLAGS} \ >- -lutil >- >--ifeq (${UNAME_S},OpenBSD) >-+ifeq (${UNAME_S},FreeBSD) >- LINK_FLAGS+=-liconv >- endif >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 183882
: 138046