Skip to content

Commit

Permalink
sysutils/etc_os-release: Remove expired port
Browse files Browse the repository at this point in the history
2023-12-31 sysutils/etc_os-release: No longer required after the EOL of 12
  • Loading branch information
5u623l20 committed Dec 31, 2023
1 parent d77ff86 commit 141df25
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 80 deletions.
1 change: 1 addition & 0 deletions MOVED
Expand Up @@ -8272,3 +8272,4 @@ www/py-dj41-django-tables2|www/py-dj42-django-tables2|2023-12-31|Has expired: Ex
www/py-httpx013||2023-12-31|Has expired: Old repo-copy needed for deprecated textproc/py-googletrans
graphics/drm-fbsd12.0-kmod||2023-12-31|Has expired: Requires soon to reach EOL FreeBSD 12
www/py-dj41-django-taggit|www/py-dj42-django-taggit|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/
sysutils/etc_os-release||2023-12-31|Has expired: No longer required after the EOL of 12
15 changes: 1 addition & 14 deletions devel/qt5-core/Makefile
Expand Up @@ -38,19 +38,6 @@ QT_CONFIG= glib icu

MORE_WRKSRCS= src/tools/bootstrap src/corelib src/tools/qlalr

.include <bsd.port.pre.mk>

# FreeBSD base gained an os-release in r354922, but that does not exist
# always (see Synth bug 191, or PR 255354). Be a little more forgiving:
# assume sufficiently recent base "will have it", and check otherwise
# because 12.2 does, others like 12.1 do not have it.
.if !exists(/etc/rc.d/os-release) && (${OSVERSION} < 1300060)
RUN_DEPENDS+= etc_os-release>0:sysutils/etc_os-release
post-patch:
${REINPLACE_CMD} -e '/readEtcFile/s|/etc/os-release|${LOCALBASE}/etc/os-release|g' \
${WRKSRC}/src/corelib/global/qglobal.cpp
.endif

post-configure:
.for d in ${MORE_WRKSRCS}
${MKDIR} ${WRKSRC}/${d}
Expand All @@ -77,4 +64,4 @@ post-install:
${REINPLACE_CMD} "/#define QT_NO_/d" ${WRKDIR}/qconfig.h
${MV} ${WRKDIR}/qconfig.h ${STAGEDIR}${PREFIX}/${QT_INCDIR_REL}/QtCore/qconfig.h

.include <bsd.port.post.mk>
.include <bsd.port.mk>
1 change: 0 additions & 1 deletion sysutils/Makefile
Expand Up @@ -369,7 +369,6 @@
SUBDIR += epazote
SUBDIR += equinix-metal-cli
SUBDIR += erdtree
SUBDIR += etc_os-release
SUBDIR += etcmerge
SUBDIR += ethname
SUBDIR += evhz
Expand Down
49 changes: 0 additions & 49 deletions sysutils/etc_os-release/Makefile

This file was deleted.

2 changes: 0 additions & 2 deletions sysutils/etc_os-release/pkg-descr

This file was deleted.

15 changes: 1 addition & 14 deletions sysutils/gnome-control-center/Makefile
Expand Up @@ -59,17 +59,4 @@ OPTIONS_DEFAULT= WAYLAND
WAYLAND_MESON_TRUE= wayland
WAYLAND_LIB_DEPENDS= libgudev-1.0.so:devel/libgudev

.include <bsd.port.pre.mk>

# FreeBSD base gained an os-release in r354922, but that does not exist
# always (see Synth bug 191, or PR 255354). Be a little more forgiving:
# assume sufficiently recent base "will have it", and check otherwise
# because 12.2 does, others like 12.1 do not have it.
.if !exists(/etc/rc.d/os-release) && (${OSVERSION} < 1300060)
RUN_DEPENDS+= etc_os-release>0:sysutils/etc_os-release
post-patch:
@${REINPLACE_CMD} -e 's|/etc/os-release|${LOCALBASE}/etc/os-release|g' \
${WRKSRC}/panels/common/cc-os-release.c
.endif

.include <bsd.port.post.mk>
.include <bsd.port.mk>

0 comments on commit 141df25

Please sign in to comment.