FreeBSD Bugzilla – Attachment 141376 Details for
Bug 188151
[MAINTAINER] sysutils/di: Fix ln -s for staging, OPTIONS helpers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
di-4.35.patch
di-4.35.patch (text/plain), 1.70 KB, created by
Naram Qashat
on 2014-04-01 01:10:00 UTC
(
hide
)
Description:
di-4.35.patch
Filename:
MIME Type:
Creator:
Naram Qashat
Created:
2014-04-01 01:10:00 UTC
Size:
1.70 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 349817) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= di > PORTVERSION= 4.35 >+PORTREVISION= 1 > CATEGORIES= sysutils > MASTER_SITES= http://www.gentoo.com/di/ \ > http://www.cyberbotx.com/di/ >@@ -13,17 +14,11 @@ > MAKE_ENV+= prefix="${PREFIX}" > > OPTIONS_DEFINE= NLS >+OPTIONS_SUB= yes > >-.include <bsd.port.options.mk> >+NLS_USES= gettext >+NLS_MAKE_ENV_OFF= DI_NO_NLS=T > >-.if ${PORT_OPTIONS:MNLS} >-USES+= gettext >-PLIST_SUB= NLS="" >-.else >-PLIST_SUB= NLS="@comment " >-MAKE_ENV+= DI_NO_NLS=T >-.endif >- > post-patch: > @${REINPLACE_CMD} -e "s|zoneid_t|zoneId_t|g" ${WRKSRC}/C/di.c > >Index: files/patch-Makefile >=================================================================== >--- files/patch-Makefile (revision 349817) >+++ files/patch-Makefile (working copy) >@@ -1,5 +1,5 @@ >---- Makefile.orig 2014-02-15 12:14:49.000000000 -0500 >-+++ Makefile 2014-03-03 16:00:53.000000000 -0500 >+--- ./Makefile.orig 2014-02-15 12:14:49.000000000 -0500 >++++ ./Makefile 2014-03-31 20:03:46.000000000 -0400 > @@ -36,12 +36,12 @@ > ### > # installation options >@@ -24,3 +24,12 @@ > DI_MANDIR = $(DI_MANINSTDIR)/man1 > MAN_TARGET = $(PROG).1 > MANPERM = 644 >+@@ -140,7 +140,7 @@ >+ $(TEST) -d $(INSTALL_BIN_DIR) || $(MKDIR) $(INSTALL_BIN_DIR) >+ $(CP) -f ./$(FROMDIR)/$(PROG)$(EXE_EXT) $(TARGET) >+ -$(RM) -f $(MTARGET) > /dev/null 2>&1 >+- -$(LN) -s $(PROG)$(EXE_EXT) $(MTARGET) >++ -( cd $(INSTALL_BIN_DIR) && $(LN) -s $(PROG)$(EXE_EXT) $(MPROG)$(EXE_EXT) ) >+ @-test -f $(FROMDIR)/config.h && \ >+ grep '^#define _enable_nls 1' $(FROMDIR)/config.h >/dev/null 2>&1 && \ >+ (. ./$(FROMDIR)/di.env; $(MAKE) -e INST_LOCALEDIR="$(INST_LOCALEDIR)" \
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 188151
: 141376