Date: Tue, 24 Jun 2008 11:56:32 -0400 (EDT) From: "Philip M. Gollucci" <pgollucci@p6m7g8.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/124941: [PATCH] archivers/unmakeself: Remove 5.x support Message-ID: <200806241556.m5OFuW9X051640@piccollo.p6m7g8.net> Resent-Message-ID: <200806241600.m5OG0AXM005477@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124941 >Category: ports >Synopsis: [PATCH] archivers/unmakeself: Remove 5.x support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 24 16:00:10 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 8.0-CURRENT i386 >Organization: Riderway Inc. >Environment: System: FreeBSD piccollo.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Wed Jun 11 23:05:41 EDT 2008 >Description: - Remove 5.x support Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- unmakeself-1.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/unmakeself/Makefile,v retrieving revision 1.9 diff -u -u -r1.9 Makefile --- Makefile 29 Apr 2008 05:11:33 -0000 1.9 +++ Makefile 24 Jun 2008 15:50:00 -0000 @@ -18,14 +18,6 @@ PLIST_FILES= bin/unmakeself -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 502103 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libarchive.a:${PORTSDIR}/archivers/libarchive -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -.endif - do-configure: @${RM} -f ${WRKSRC}/config.h @if ${GREP} -q memmem /usr/include/string.h; then \ @@ -41,4 +33,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unmakeself ${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> --- unmakeself-1.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806241556.m5OFuW9X051640>