diff options
author | rafan <rafan@FreeBSD.org> | 2008-04-02 09:19:28 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-04-02 09:19:28 +0800 |
commit | 601e7f21b3c42efea59f5370f1249844d69a14b3 (patch) | |
tree | 34169dfaa3d391e5881e9f6957c64eac7b82c36b /security | |
parent | 559e0e9d4ba400a1b79dfe3d6b6636b215ce95b3 (diff) | |
download | freebsd-ports-gnome-601e7f21b3c42efea59f5370f1249844d69a14b3.tar.gz freebsd-ports-gnome-601e7f21b3c42efea59f5370f1249844d69a14b3.tar.zst freebsd-ports-gnome-601e7f21b3c42efea59f5370f1249844d69a14b3.zip |
- Add missing files for 2.2.1 update
Diffstat (limited to 'security')
-rw-r--r-- | security/vlock/files/patch-configure | 12 | ||||
-rw-r--r-- | security/vlock/pkg-plist | 20 |
2 files changed, 32 insertions, 0 deletions
diff --git a/security/vlock/files/patch-configure b/security/vlock/files/patch-configure new file mode 100644 index 000000000000..9abfa18ab2e3 --- /dev/null +++ b/security/vlock/files/patch-configure @@ -0,0 +1,12 @@ +--- configure.orig 2008-03-26 17:49:33.000000000 +0800 ++++ configure 2008-03-30 13:32:41.000000000 +0800 +@@ -255,6 +255,9 @@ + DL_LIB='' + CRYPT_LIB='' + MODULES="all.so new.so" ++ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" ++ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" ++ ROOT_GROUP="wheel" + ;; + esac + } diff --git a/security/vlock/pkg-plist b/security/vlock/pkg-plist new file mode 100644 index 000000000000..ba6167ce9796 --- /dev/null +++ b/security/vlock/pkg-plist @@ -0,0 +1,20 @@ +bin/vlock +sbin/vlock-main +lib/vlock/modules/all.so +lib/vlock/modules/new.so +%%PL_CACASAVER%%lib/vlock/modules/caca.so +@dirrm lib/vlock/modules +%%PL_VLOCKSCRIPTS%%lib/vlock/scripts/amarok +%%PL_VLOCKSCRIPTS%%lib/vlock/scripts/example_script +%%PL_VLOCKSCRIPTS%%lib/vlock/scripts/mplayer +%%PL_VLOCKSCRIPTS%%@dirrm lib/vlock/scripts +@dirrm lib/vlock +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/PLUGINS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.X11 +%%PORTDOCS%%%%DOCSDIR%%/SECURITY +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@exec if ! pw groupshow vlock 2>/dev/null; then pw groupadd vlock -g 129; fi |