Skip to content

Commit

Permalink
Framework: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: HardenedBSD
  • Loading branch information
fichtner committed Jul 22, 2021
1 parent 07e45b0 commit fb79a9b
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
1 change: 1 addition & 0 deletions MOVED
Original file line number Diff line number Diff line change
Expand Up @@ -16465,3 +16465,4 @@ www/nextcloud-circles|www/nextcloud|2021-07-09|Included in the Nextcloud port wi
net-mgmt/unifi-lts||2021-07-18|Has expired: Upstream EoL the hardware supported by this release
audio/ripit|audio/abcde|2021-07-18|Has expired: Upstream no longer maintained, use audio/abcde instead
x11-toolkits/libsexymm||2021-07-19|Discontinued in 2006, no dependency left in the ports tree
sysutils/rubygem-fluent-plugin-graylog||2021-07-21|Has expired: Project is abandoned upstreams
11 changes: 10 additions & 1 deletion Mk/bsd.port.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2728,6 +2728,9 @@ PKGBASE?= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
PKGLATESTFILE= ${PKGLATESTREPOSITORY}/${PKGBASE}${PKG_SUFX}
.if ${WITH_PKG} == devel
PKGOLDLATESTFILE= ${PKGLATESTREPOSITORY}/${PKGBASE}${PKG_OLDSUFX}
# Temporary workaround to be deleted once every supported version of FreeBSD
# have a bootstrap which handles the pkg extension.
PKGOLDSIGFILE= ${PKGLATESTREPOSITORY}/${PKGBASE}${PKG_OLDSUFX}.sig
.endif

CONFIGURE_SCRIPT?= configure
Expand Down Expand Up @@ -3527,10 +3530,16 @@ ${PKGLATESTFILE}: ${PKGFILE} ${PKGLATESTREPOSITORY}
${INSTALL} -l rs ${PKGFILE} ${PKGLATESTFILE}

.if ${WITH_PKG} == devel
_EXTRA_PACKAGE_TARGET_DEP+= ${PKGOLDLATESTFILE}
_EXTRA_PACKAGE_TARGET_DEP+= ${PKGOLDLATESTFILE} ${PKGOLDSIGFILE}

${PKGOLDLATESTFILE}: ${PKGOLDFILE} ${PKGLATESTREPOSITORY}
${INSTALL} -l rs ${PKGOLDFILE} ${PKGOLDLATESTFILE}

# Temporary workaround to be deleted once every supported version of FreeBSD
# have a bootstrap which handles the pkg extension.

${PKGOLDSIGFILE}: ${PKGLATESTREPOSITORY}
${INSTALL} -l rs pkg.pkg.sig ${PKGOLDSIGFILE}
.endif
. endif

Expand Down
2 changes: 1 addition & 1 deletion UIDs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ victoria-metrics:*:289:289::0:0:VictoriaMetrics user:/nonexistent:/usr/sbin/nolo
_gmid:*:290:290::0:0:gmid daemon user:/var/empty:/usr/sbin/nologin
pydio:*:291:291::0:0:pydio cells user:/var/pydio:/bin/sh
sftpgo:*:292:292::0:0:SFTPGo user:/nonexistent:/usr/sbin/nologin
biboumi:*:293:293:biboumi:/nonexistent:/usr/sbin/nologin
biboumi:*:293:293::0:0:biboumi:/nonexistent:/usr/sbin/nologin
# free: 294
# free: 295
# free: 296
Expand Down
9 changes: 9 additions & 0 deletions UPDATING
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.

20210721:
AFFECTS: users of x11/rxvt-unicode
AUTHOR: thierry@FreeBSD.org

Since 9.26, there is a regression in resource parsing, which no longer
accepts a prefix of the form "URxvt*keysym" ("*." is equivalent to "*").

Changing "*." to "." should make your bindings work again.

20210704:
AFFECTS: users of misc/qtchooser
AUTHOR: kde@FreeBSD.org
Expand Down

0 comments on commit fb79a9b

Please sign in to comment.