[Midnightbsd-cvs] mports [17671] trunk/shells/esh: fix ldflags

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 28 19:52:40 EDT 2014


Revision: 17671
          http://svnweb.midnightbsd.org/mports/?rev=17671
Author:   laffer1
Date:     2014-09-28 19:52:39 -0400 (Sun, 28 Sep 2014)
Log Message:
-----------
fix ldflags

Modified Paths:
--------------
    trunk/shells/esh/Makefile
    trunk/shells/esh/pkg-plist

Added Paths:
-----------
    trunk/shells/esh/files/
    trunk/shells/esh/files/patch-Makefile

Modified: trunk/shells/esh/Makefile
===================================================================
--- trunk/shells/esh/Makefile	2014-09-28 23:51:19 UTC (rev 17670)
+++ trunk/shells/esh/Makefile	2014-09-28 23:52:39 UTC (rev 17671)
@@ -2,12 +2,13 @@
 
 PORTNAME=	esh
 PORTVERSION=	0.8.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	shells
 MASTER_SITES=	GENTOO/distfiles
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	The "easy shell", a small shell with Lisp-like syntax
+
 LICENSE=	gpl2
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
@@ -14,7 +15,6 @@
 
 USES=		readline
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
-MAKE_JOBS_SAFE=	yes
 
 INFO=		esh
 

Added: trunk/shells/esh/files/patch-Makefile
===================================================================
--- trunk/shells/esh/files/patch-Makefile	                        (rev 0)
+++ trunk/shells/esh/files/patch-Makefile	2014-09-28 23:52:39 UTC (rev 17671)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2014-08-16 12:44:43.000000000 -0400
++++ Makefile	2014-08-16 12:44:58.000000000 -0400
+@@ -27,7 +27,7 @@
+ VERS=0.8.5
+ 
+ all: $(OBJS)
+-	$(CC) $(OBJS) $(LIB) -o esh
++	$(CC) $(OBJS) $(LIB) -o esh ${LDFLAGS}
+ 
+ backup:
+ 	cp -f Makefile *.[ch] /home/backup/esh


Property changes on: trunk/shells/esh/files/patch-Makefile
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/shells/esh/pkg-plist
===================================================================
--- trunk/shells/esh/pkg-plist	2014-09-28 23:51:19 UTC (rev 17670)
+++ trunk/shells/esh/pkg-plist	2014-09-28 23:52:39 UTC (rev 17671)
@@ -1,3 +1 @@
 bin/esh
- at exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
- at unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells



More information about the Midnightbsd-cvs mailing list