Skip to content

Commit

Permalink
*/*: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed Jan 5, 2024
1 parent 3bf2ad7 commit e9eeab6
Show file tree
Hide file tree
Showing 228 changed files with 2,816 additions and 1,916 deletions.
2 changes: 2 additions & 0 deletions archivers/bzip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ WWW= https://bsdforge.com/projects/archivers/bzip/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE

BROKEN= Unfetchable

USE_CSTD= gnu89

PLIST_FILES= bin/bzip bin/bunzip \
Expand Down
2 changes: 2 additions & 0 deletions archivers/unalz/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ WWW= https://bsdforge.com/projects/archivers/unalz/
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/readme.txt

BROKEN= Unfetchable

WRKSRC= ${WRKDIR}/${PORTNAME}

USES= cpe iconv localbase:ldflags tar:xz
Expand Down
50 changes: 25 additions & 25 deletions archivers/xarchiver/Makefile
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
PORTNAME= xarchiver
DISTVERSION= 0.5.4.21
PORTREVISION= 1
DISTVERSION= 0.5.4.22
CATEGORIES= archivers

PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES= 5c49e86ffe16cc8a98018ff2f4d2e0ea2b9c0b6c.patch:-p1 # (bsd)sed fix: https://github.com/ib/xarchiver/issues/186

MAINTAINER= [email protected]
COMMENT= Desktop-agnostic GTK frontend to various archiving tools
WWW= https://github.com/ib/xarchiver

LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libharfbuzz.so:print/harfbuzz
RUN_DEPENDS= 7zz:archivers/7-zip \
gtar:archivers/gtar \
${LOCALBASE}/bin/gzip:archivers/gzip \
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz
RUN_DEPENDS= ${LOCALBASE}/bin/gzip:archivers/gzip \
${LOCALBASE}/bin/unzip:archivers/unzip \
7zz:archivers/7-zip \
gtar:archivers/gtar \
xdg-open:devel/xdg-utils \
zip:archivers/zip

USES= autoreconf desktop-file-utils gmake gnome libtool:build pkgconfig
USES= desktop-file-utils gmake gnome libtool:build pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= ib
USE_GNOME= cairo gdkpixbuf2 glib20 intltool
Expand All @@ -29,42 +29,42 @@ GNU_CONFIGURE= yes

PORTSCOUT= limit:^\d\.\d\.\d\.\d+$ # avoid tags like identical_to_xfce_git_content

OPTIONS_DEFINE= DOCS NLS
OPTIONS_GROUP= FORMATS
OPTIONS_DEFINE= DOCS NLS
OPTIONS_DEFAULT= GTK3
OPTIONS_GROUP= FORMATS
OPTIONS_GROUP_FORMATS= ARJ LZO RAR
OPTIONS_SINGLE= GTK
OPTIONS_SINGLE_GTK= GTK2 GTK3
OPTIONS_DEFAULT= GTK3
OPTIONS_SUB= yes
OPTIONS_SUB= yes

FORMATS_DESC= Additional compression formats support
ARJ_DESC= ARJ compression support
FORMATS_DESC= Additional compression formats support
RAR_DESC= RAR compression support

ARJ_RUN_DEPENDS= arj:archivers/arj
LZO_RUN_DEPENDS= lzop:archivers/lzop
RAR_RUN_DEPENDS= unrar:archivers/unrar \
rar:archivers/rar
RAR_RUN_DEPENDS= rar:archivers/rar \
unrar:archivers/unrar

DOCS_USE= GNOME=libxslt
DOCS_BUILD_DEPENDS= xsltproc:textproc/libxslt
DOCS_CONFIGURE_ENABLE= doc

GTK2_CONFIGURE_ENABLE= gtk2
GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
GTK2_USE= GNOME=gtk20
GTK3_USE= GNOME=gtk30
GTK2_CONFIGURE_ENABLE= gtk2

NLS_USES= gettext localbase
NLS_USES_OFF= gettext-tools
GTK3_USE= GNOME=gtk30

NLS_USES= gettext localbase
NLS_USES_OFF= gettext-tools
NLS_CONFIGURE_ENABLE= nls

post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/src/main.c

post-patch-DOCS-off:
@${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in

post-patch-NLS-off:
@${REINPLACE_CMD} -e 's| po | |g' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e '/^SUBDIRS /s| po||' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>
8 changes: 5 additions & 3 deletions archivers/xarchiver/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
TIMESTAMP = 1683228738
SHA256 (ib-xarchiver-0.5.4.21_GH0.tar.gz) = 65329bff7e901452f3f927d913c47ffca759a36e83e8b82d04fe6945e7393fd4
SIZE (ib-xarchiver-0.5.4.21_GH0.tar.gz) = 1132417
TIMESTAMP = 1704355004
SHA256 (ib-xarchiver-0.5.4.22_GH0.tar.gz) = 425b203f59a5e3d0747e80cbbe0af0beb0f9b77bbe29a9b233e85c54a4ff6193
SIZE (ib-xarchiver-0.5.4.22_GH0.tar.gz) = 1125943
SHA256 (5c49e86ffe16cc8a98018ff2f4d2e0ea2b9c0b6c.patch) = f573eb0411705e3e82e3efccace2fe0d32bf436e52378f107daaffec916d0e7b
SIZE (5c49e86ffe16cc8a98018ff2f4d2e0ea2b9c0b6c.patch) = 1835
2 changes: 0 additions & 2 deletions archivers/xarchiver/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ bin/xarchiver
libexec/thunar-archive-plugin/xarchiver.tap
man/man1/xarchiver.1.gz
share/applications/xarchiver.desktop
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/ch01.html
%%PORTDOCS%%%%DOCSDIR%%/ch01s01.html
Expand Down
2 changes: 2 additions & 0 deletions audio/mp3stat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ WWW= https://BSDforge.com/projects/audio/mp3stat/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

BROKEN= Unfetchable

USES= dos2unix gmake gnome localbase pkgconfig
DOS2UNIX_FILES= ui/console/cli.cpp
USE_GNOME= gtk20
Expand Down
2 changes: 1 addition & 1 deletion audio/py-pyradio/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= pyradio
DISTVERSION= 0.9.2.20
DISTVERSION= 0.9.2.21
PORTREVISION= 0
CATEGORIES= audio python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
6 changes: 3 additions & 3 deletions audio/py-pyradio/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1700758167
SHA256 (coderholic-pyradio-0.9.2.20_GH0.tar.gz) = af9066069bd6f2467e8d66812ead72acbf6e3e5bacc1ce07ba47a59af13598c9
SIZE (coderholic-pyradio-0.9.2.20_GH0.tar.gz) = 1456666
TIMESTAMP = 1704388765
SHA256 (coderholic-pyradio-0.9.2.21_GH0.tar.gz) = 0ead2c3496aa2e00ef5e80eadb70a17917d7c58f942fa0c52fa7e1f67ba0b026
SIZE (coderholic-pyradio-0.9.2.21_GH0.tar.gz) = 1476112
2 changes: 2 additions & 0 deletions audio/streamtranscoder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ WWW= https://BSDforge.com/projects/audio/streamTranscoder/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING

BROKEN= Unfetchable

LIB_DEPENDS= libogg.so:audio/libogg \
libvorbis.so:audio/libvorbis \
libmad.so:audio/libmad \
Expand Down
2 changes: 2 additions & 0 deletions benchmarks/ttcp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ WWW= https://ftp.arl.army.mil/~mike/ttcp.html

LICENSE= PD

BROKEN= Unfetchable

NO_WRKSUBDIR= yes

OPTIONS_DEFINE= DOCS
Expand Down
2 changes: 2 additions & 0 deletions comms/comserv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ WWW= https://BSDforge.com/projects/comms/comserv/

LICENSE= BSD2CLAUSE

BROKEN= Unfetchable

USES= tar:xz

PLIST_FILES= sbin/comservd etc/comservd.conf.sample \
Expand Down
2 changes: 2 additions & 0 deletions comms/pr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ WWW= https://BSDforge.com/projects/comms/pr/

LICENSE= ARTPERL10

BROKEN= Unfetchable

USES= shebangfix tar:xz
SHEBANG_FILES= sbin/PortRedirector sbin/PortTest
NO_BUILD= YES
Expand Down
2 changes: 2 additions & 0 deletions comms/sms_client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ WWW= https://bsdforge.com/projects/comms/sms_client/

LICENSE= LGPL20+

BROKEN= Unfetchable

USES= tar:xz
HAS_CONFIGURE= yes
SPOOL= ${STAGEDIR}${PREFIX}/var/spool/sms
Expand Down
2 changes: 2 additions & 0 deletions databases/pgaccess/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ WWW= https://BSDforge.com/projects/databases/pgaccess/

LICENSE= BSD4CLAUSE

BROKEN= Unfetchable

RUN_DEPENDS= ${LOCALBASE}/lib/pgtcl/pkgIndex.tcl:databases/pgtcl

USES= pgsql tk tar:xz
Expand Down
2 changes: 2 additions & 0 deletions deskutils/bigyear/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ DISTNAME= ${PORTNAME}
MAINTAINER= [email protected]
COMMENT= Program to print a large (one month per page) calendar

BROKEN= Unfetchable

MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"

PLIST_FILES= bin/bigyear man/man1/bigyear.1.gz
Expand Down
2 changes: 1 addition & 1 deletion deskutils/fet/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= fet
DISTVERSION= 6.14.0
DISTVERSION= 6.15.0
CATEGORIES= deskutils education
MASTER_SITES= https://lalescu.ro/liviu/fet/download/ \
https://lalescu.ro/liviu/fet/download/old/ \
Expand Down
6 changes: 3 additions & 3 deletions deskutils/fet/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1701548461
SHA256 (fet-6.14.0.tar.bz2) = 42acd81b686669ff285927f826e330ed82ede2cada6c192f26703ad4995b0271
SIZE (fet-6.14.0.tar.bz2) = 19689303
TIMESTAMP = 1704174699
SHA256 (fet-6.15.0.tar.bz2) = 5d5d09036c07ce3d330e4aff62dd6bfcacb793e345ec0ac8ac950eb1804bb356
SIZE (fet-6.15.0.tar.bz2) = 19835943
2 changes: 1 addition & 1 deletion deskutils/xdg-desktop-portal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LIB_DEPENDS= libfuse3.so:sysutils/fusefs-libs3 \

USES= gettext-tools gmake gnome meson pkgconfig

USE_GNOME= glib20
USE_GNOME= gdkpixbuf2 glib20

USE_GITHUB= yes
GH_ACCOUNT= flatpak
Expand Down
2 changes: 2 additions & 0 deletions devel/clig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ WWW= https://BSDforge.com/projects/devel/clig
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING-2.0

BROKEN= Unfetchable

USES= shebangfix tcl tk
SHEBANG_FILES= tcl/*.tcl
tk_OLD_CMD= /usr/bin/wish8.0
Expand Down
2 changes: 2 additions & 0 deletions devel/codeville/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ WWW= https://bsdforge.com/projects/devel/codeville/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

BROKEN= Unfetchable

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}

Expand Down
2 changes: 2 additions & 0 deletions devel/ecgi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ WWW= https://BSDforge.com/projects/devel/ecgi/

LICENSE= BSD3CLAUSE

BROKEN= Unfetchable

USES= gmake tar:xz
PORTDOCS= *
HEADER_FILES= ecgi.h ecgitk.h include/memfile.h
Expand Down
3 changes: 1 addition & 2 deletions devel/electron27/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PORTNAME= electron
DISTVERSIONPREFIX= v
DISTVERSION= ${ELECTRON_VER:S/-beta./.b/}
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/tagattie/FreeBSD-Electron/releases/download/v27.1.3/:chromium \
https://commondatastorage.googleapis.com/chromium-nodejs/:chromium_node \
Expand Down Expand Up @@ -234,7 +233,7 @@ REACTIVEOBJC_VER= 74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76
# See ${WRKSRC}/electron/DEPS for MANTLE_VER
MANTLE_VER= 78d3966b3c331292ea29ec38661b25df0a245948

YARN_TIMESTAMP= 1703284301
YARN_TIMESTAMP= 61171200

.include "Makefile.version"
.include <bsd.port.pre.mk>
Expand Down
2 changes: 1 addition & 1 deletion devel/electron27/Makefile.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ELECTRON_VER= 27.2.0
ELECTRON_VER= 27.2.1
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}
10 changes: 5 additions & 5 deletions devel/electron27/distinfo
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
TIMESTAMP = 1703285536
TIMESTAMP = 1704358288
SHA256 (electron/chromium-118.0.5993.159.tar.xz) = 47fdd7677470f4f4daf68e59dcacbafb99f5ed0c07501162b6af168f760b4359
SIZE (electron/chromium-118.0.5993.159.tar.xz) = 1602730244
SHA256 (electron/937cea04689b7b8dcf3cb9adbb12c79d1d6c38bb) = f7f7f38661b107fc1d91b7918f36362d9180e87f34e3027562eb5db8735746fe
SIZE (electron/937cea04689b7b8dcf3cb9adbb12c79d1d6c38bb) = 8881070
SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
SHA256 (electron/electron-yarn-cache-27.2.0.tar.xz) = cf54097466382877837fa210f31da83ec7259cbb749b79710b4e996b550a600b
SIZE (electron/electron-yarn-cache-27.2.0.tar.xz) = 29114540
SHA256 (electron/electron-electron-v27.2.0_GH0.tar.gz) = eb62819ad2cd01e954762d0205794a4e5f2b44c1e93c658813061a36964d2efa
SIZE (electron/electron-electron-v27.2.0_GH0.tar.gz) = 11367121
SHA256 (electron/electron-yarn-cache-27.2.1.tar.xz) = b0b9be50afe1f6a70d03e415b1589a3194a4f54d2cb59657e48577d2054a1351
SIZE (electron/electron-yarn-cache-27.2.1.tar.xz) = 29114016
SHA256 (electron/electron-electron-v27.2.1_GH0.tar.gz) = 0cc58ee4b2270f3ef80c8e6aeac20451e50d62a97f804fe85858ef76d35b6d48
SIZE (electron/electron-electron-v27.2.1_GH0.tar.gz) = 11375708
SHA256 (electron/nodejs-node-v18.17.1_GH0.tar.gz) = 1cc1670bc183eaf9e0afe0258391695d1d6ae1be02ba4c26e0218cf5f19b96f7
SIZE (electron/nodejs-node-v18.17.1_GH0.tar.gz) = 112512847
SHA256 (electron/nodejs-nan-16fa32231e2ccd89d2804b3f765319128b20c4ac_GH0.tar.gz) = 3807ae6a1e451a29f068540472f100f9718d457c60ac62f2f8469d1d57475d39
Expand Down
4 changes: 2 additions & 2 deletions devel/electron27/files/patch-v8_src_execution_isolate.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- v8/src/execution/isolate.cc.orig 2023-10-19 20:00:39 UTC
--- v8/src/execution/isolate.cc.orig 2024-01-04 08:55:24 UTC
+++ v8/src/execution/isolate.cc
@@ -147,6 +147,10 @@
#include "src/execution/simulator-base.h"
Expand All @@ -11,7 +11,7 @@
extern "C" const uint8_t v8_Default_embedded_blob_code_[];
extern "C" uint32_t v8_Default_embedded_blob_code_size_;
extern "C" const uint8_t v8_Default_embedded_blob_data_[];
@@ -4034,6 +4038,11 @@ void Isolate::InitializeDefaultEmbeddedBlob() {
@@ -4052,6 +4056,11 @@ void Isolate::InitializeDefaultEmbeddedBlob() {
uint32_t code_size = DefaultEmbeddedBlobCodeSize();
const uint8_t* data = DefaultEmbeddedBlobData();
uint32_t data_size = DefaultEmbeddedBlobDataSize();
Expand Down
2 changes: 2 additions & 0 deletions devel/frink/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ LICENSE_NAME= The University of Newcastle upon Tyne
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LICENSE_PERMS= auto-accept

BROKEN= Unfetchable

USES= uidfix

MAKEFILE= ${FILESDIR}/Makefile.bsd
Expand Down
16 changes: 10 additions & 6 deletions devel/kommit/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
PORTNAME= kommit
DISTVERSION= 1.0.2
PORTREVISION= 1
DISTVERSION= 1.3.1-20
CATEGORIES= devel kde
MASTER_SITES= KDE/stable/${PORTNAME}/

MAINTAINER= [email protected]
COMMENT= Git GUI client for KDE
Expand All @@ -11,14 +9,20 @@ WWW= https://apps.kde.org/kommit/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

USES= cmake kde:5 localbase:ldflags pkgconfig qt:5 tar:xz xorg
LIB_DEPENDS= libgit2.so:devel/libgit2 \
libdolphinvcs.so:x11-fm/dolphin

USES= cmake compiler:c++17-lang kde:5 localbase:ldflags \
pkgconfig qt:5 xorg
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons doctools i18n itemviews jobwidgets \
kio parts service solid sonnet syntaxhighlighting texteditor \
textwidgets widgetsaddons windowsystem xmlgui \
ecm:build
USE_QT= concurrent core dbus gui network testlib widgets xml \
buildtools:build qmake:build
USE_QT= concurrent core dbus gui network widgets xml \
buildtools:build qmake:build testlib:build
USE_XORG= x11

KDE_INVENT= fdfe7a23d95413007bbd6e26182dc423b2d6efa0 sdk

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions devel/kommit/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1684318264
SHA256 (kommit-1.0.2.tar.xz) = 1e8ecad23aa10508d0685a2e9169fc562e12fad5a6adaacd4542d9007a68e96e
SIZE (kommit-1.0.2.tar.xz) = 1159416
TIMESTAMP = 1704215721
SHA256 (sdk-kommit-fdfe7a23d95413007bbd6e26182dc423b2d6efa0_GL0.tar.gz) = 31b35dcde4d142890ab1e667ac4ce1500a613d2175b64bbfbd2f42936b100629
SIZE (sdk-kommit-fdfe7a23d95413007bbd6e26182dc423b2d6efa0_GL0.tar.gz) = 1508005
Loading

0 comments on commit e9eeab6

Please sign in to comment.