Skip to content

Commit

Permalink
archivers/7-zip: 24.08
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Oct 2, 2024
1 parent 0b35c6e commit d0fcad8
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 126 deletions.
2 changes: 1 addition & 1 deletion archivers/7-zip/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= 7-zip
DISTVERSION= 23.01
DISTVERSION= 24.08
CATEGORIES= archivers
MASTER_SITES= https://www.7-zip.org/a/
DISTNAME= 7z${DISTVERSION:S/.//}-src
Expand Down
6 changes: 3 additions & 3 deletions archivers/7-zip/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1696858908
SHA256 (7z2301-src.7z) = fc459c2314a032231c157fd3257906c070ceed11efd6ffa621c2dfebbbc31281
SIZE (7z2301-src.7z) = 1365807
TIMESTAMP = 1724272776
SHA256 (7z2408-src.7z) = 4df7a62e5ce503892f500b1f96f0a954931c5266900c439102040957b25a90c6
SIZE (7z2408-src.7z) = 1480727
17 changes: 8 additions & 9 deletions archivers/7-zip/files/patch-CPP_7zip_7zip__gcc.mak
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- CPP/7zip/7zip_gcc.mak.orig 2023-08-31 09:13:13 UTC
--- CPP/7zip/7zip_gcc.mak.orig 2024-06-24 19:51:06 UTC
+++ CPP/7zip/7zip_gcc.mak
@@ -24,7 +24,7 @@ PROGPATH_STATIC = $(O)/$(PROG)s
@@ -24,7 +24,7 @@ ifneq ($(CC), xlc)


ifneq ($(CC), xlc)
Expand All @@ -9,21 +9,20 @@
endif

# for object file
@@ -32,7 +32,7 @@ endif
# -save-temps
CFLAGS_BASE_LIST = -c
@@ -50,7 +50,7 @@ endif
endif

# CFLAGS_BASE_LIST = -S
-CFLAGS_BASE = -O2 $(CFLAGS_BASE_LIST) $(CFLAGS_WARN_WALL) $(CFLAGS_WARN) \
+CFLAGS_BASE = $(CFLAGS_BASE_LIST) $(CFLAGS_WARN_WALL) $(CFLAGS_WARN) \
-DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
$(CFLAGS_DEBUG) -D_REENTRANT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
-fPIC

@@ -142,7 +142,7 @@ DEL_OBJ_EXE = -$(RM) $(PROGPATH) $(PROGPATH_STATIC) $(

@@ -162,7 +162,6 @@ LIB2 = -lpthread
# LOCAL_LIBS=-lpthread
# LOCAL_LIBS_DLL=$(LOCAL_LIBS) -ldl
LIB2 = -lpthread
-LIB2 = -lpthread -ldl
+LIB2 = $(LOCAL_LIBS) -lpthread


endif
27 changes: 0 additions & 27 deletions archivers/7-zip/files/patch-CPP_Windows_SystemInfo.cpp

This file was deleted.

11 changes: 0 additions & 11 deletions archivers/7-zip/files/patch-C_7zCrc.c

This file was deleted.

11 changes: 0 additions & 11 deletions archivers/7-zip/files/patch-C_Aes.c

This file was deleted.

42 changes: 0 additions & 42 deletions archivers/7-zip/files/patch-C_CpuArch.c

This file was deleted.

11 changes: 0 additions & 11 deletions archivers/7-zip/files/patch-C_Sha1Opt.c

This file was deleted.

11 changes: 0 additions & 11 deletions archivers/7-zip/files/patch-C_Sha256Opt.c

This file was deleted.

0 comments on commit d0fcad8

Please sign in to comment.