diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 6b6a0fd4897..aa8b2c315fd 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.33 2007/05/26 16:55:53 rui Exp $ +# $OpenBSD: Makefile,v 1.34 2007/05/26 20:23:58 jasper Exp $ COMMENT= "extract, list, and test RAR archives" DISTNAME= unrarsrc-3.7.5 -PKGNAME= unrar-3.75 +PKGNAME= unrar-3.75p0 CATEGORIES= archivers HOMEPAGE= http://www.rarlab.com/ diff --git a/archivers/unrar/patches/patch-makefile_unix b/archivers/unrar/patches/patch-makefile_unix index 0d9b011642b..7dc035cf867 100644 --- a/archivers/unrar/patches/patch-makefile_unix +++ b/archivers/unrar/patches/patch-makefile_unix @@ -1,6 +1,6 @@ -$OpenBSD: patch-makefile_unix,v 1.4 2007/05/26 16:55:53 rui Exp $ ---- makefile.unix.orig Sat Apr 30 08:00:12 2005 -+++ makefile.unix Sat May 26 16:38:03 2007 +$OpenBSD: patch-makefile_unix,v 1.5 2007/05/26 20:23:58 jasper Exp $ +--- makefile.unix.orig Sat Apr 30 09:00:12 2005 ++++ makefile.unix Sat May 26 21:58:58 2007 @@ -93,6 +93,8 @@ OBJECTS=rar.o strlist.o strfn.o pathfn.o int64.o savep resource.o match.o timefn.o rdwrfn.o consio.o options.o ulinks.o errhnd.o rarvm.o \ rijndael.o getbits.o sha1.o extinfo.o extract.o volume.o list.o find.o unpack.o cmddata.o @@ -10,7 +10,7 @@ $OpenBSD: patch-makefile_unix,v 1.4 2007/05/26 16:55:53 rui Exp $ .cpp.o: $(COMPILE) -D$(WHAT) -c $< -@@ -101,7 +103,7 @@ all: unrar +@@ -101,11 +103,10 @@ all: unrar clean: @rm -f *.o *.bak *~ @@ -19,3 +19,7 @@ $OpenBSD: patch-makefile_unix,v 1.4 2007/05/26 16:55:53 rui Exp $ unrar: $(OBJECTS) $(UNRAR_OBJ) @rm -f unrar $(LINK) -o unrar $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS) +- $(STRIP) unrar + + sfx: WHAT=SFX_MODULE + sfx: $(OBJECTS)