Skip to content

Commit

Permalink
Framework: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed Jun 23, 2016
1 parent f45580c commit ead0459
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
1 change: 1 addition & 0 deletions GIDs
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ slurm:*:468:
consul:*:469:
serf:*:470:
vault:*:471:
nomad:*:472:
_bbstored:*:505:
radmind:*:506:
skkserv:*:507:
Expand Down
3 changes: 1 addition & 2 deletions Keywords/sample.ucl
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ post-install: <<EOD
*) target_file="%D/${target_file}" ;;
esac
if ! [ -f "${target_file}" ]; then
/bin/cp -p "${sample_file}" "${target_file}" && \
/bin/chmod u+w "${target_file}"
/bin/cp -p "${sample_file}" "${target_file}"
fi
EOD
pre-deinstall: <<EOD
Expand Down
1 change: 1 addition & 0 deletions MOVED
Original file line number Diff line number Diff line change
Expand Up @@ -8370,3 +8370,4 @@ x11-toolkits/gtk-sharp10||2016-06-20|Not depend on anymore superceeded by gtk-sh
devel/p5-ReadLine-Perl|devel/p5-Term-ReadLine-Perl|2016-06-21|Duplicates
devel/p5-ReadLine-Gnu|devel/p5-Term-ReadLine-Gnu|2016-06-21|Rename to match upstream
devel/p5-ReadLine-TTYtter|devel/p5-Term-ReadLine-TTYtter|2016-06-21|Rename to match upstream
graphics/linux-c6-dri-compat|graphics/linux-c6-dri|2016-06-22|Obsolete
2 changes: 1 addition & 1 deletion Mk/Uses/pgsql.mk
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ IGNORE?= cannot install: does not work with postgresql${PGSQL_VER_NODOT}-client
. endfor
. endif # IGNORE_WITH_PGSQL

.if !defined(WANT_PGSQL) || ${WANT_PGSQL} == lib
.if !defined(WANT_PGSQL) || ${WANT_PGSQL:Mlib}
LIB_DEPENDS+= libpq.so.${PGSQL${PGSQL_VER_NODOT}_LIBVER}:databases/postgresql${PGSQL_VER_NODOT}-client
.endif

Expand Down
10 changes: 7 additions & 3 deletions Mk/bsd.kde4.mk
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ Kde_Pre_Include= bsd.kde4.mk
#

KDE4_VERSION?= 4.14.3
KDE4_KDELIBS_VERSION= 4.14.10
KDE4_ACTIVITES_VERSION= 4.13.3
KDE4_WORKSPACE_VERSION= 4.11.14
KDE4_WORKSPACE_VERSION= 4.11.21
KDE4_APPLICATIONS_VERSION?= 15.04.3
KDE4_APPLICATIONS_BRANCH?= Attic
KDE4_BRANCH?= stable
Expand All @@ -94,8 +95,11 @@ CMAKE_ARGS+= -DCMAKE_PREFIX_PATH="${LOCALBASE};${KDE4_PREFIX}" \

PLIST_SUB+= KDE4_PREFIX="${KDE4_PREFIX}" \
KDE4_VERSION="${KDE4_VERSION}" \
KDE4_GENERIC_LIB_VERSION=${KDE4_VERSION} \
KDE4_NON_GENERIC_LIB_VERSION=${KDE4_VERSION:S,^4,5,}
KDE4_GENERIC_LIB_VERSION=${KDE4_KDELIBS_VERSION} \
KDE4_NON_GENERIC_LIB_VERSION=${KDE4_KDELIBS_VERSION:S,^4,5,} \
KDE4_KDELIBS_VERSION=${KDE4_KDELIBS_VERSION} \
KDE4_NG_KDELIBS_VERSION=${KDE4_KDELIBS_VERSION:S,^4,5,}


# Keep in sync with cmake/modules/PythonMacros.cmake
_PYTHON_SHORT_VER= ${PYTHON_VERSION:S/^python//:S/.//}
Expand Down
1 change: 1 addition & 0 deletions UIDs
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ slurm:*:468:468::0:0:SLURM Daemon:/home/slurm:/usr/sbin/nologin
consul:*:469:469::0:0:Consul Daemon:/var/tmp/consul:/usr/sbin/nologin
serf:*:470:470::0:0:Serf Daemon:/nonexistent:/usr/sbin/nologin
vault:*:471:471::0:0:Vault Daemon:/nonexistent:/usr/sbin/nologin
nomad:*:472:472::0:0:Nomad Daemon:/var/tmp/nomad:/usr/sbin/nologin
_bbstored:*:505:505::0:0:Box Backup Store Daemon:/nonexistent:/usr/sbin/nologin
radmind:*:506:506::0:0:radmind User:/var/radmind:/usr/sbin/nologin
skkserv:*:507:507::0:0:skkserv User:/nonexistent:/usr/sbin/nologin
Expand Down

0 comments on commit ead0459

Please sign in to comment.