[PC-BSD Commits] r12042 - in pbibuild/modules/net: . samba4-devel samba4-devel/kmenu-dir samba4-devel/overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Tue Aug 9 12:45:57 PDT 2011
Author: kenmoore
Date: 2011-08-09 12:45:57 -0700 (Tue, 09 Aug 2011)
New Revision: 12042
Added:
pbibuild/modules/net/samba4-devel/
pbibuild/modules/net/samba4-devel/kmenu-dir/samba4
pbibuild/modules/net/samba4-devel/overlay-dir/samba4.png
Removed:
pbibuild/modules/net/samba4-devel/dirstatus
pbibuild/modules/net/samba4-devel/kmenu-dir/Xvnc
pbibuild/modules/net/samba4-devel/kmenu-dir/vncconnect
pbibuild/modules/net/samba4-devel/kmenu-dir/vncpasswd
pbibuild/modules/net/samba4-devel/kmenu-dir/vncserver
pbibuild/modules/net/samba4-devel/kmenu-dir/vncviewer
pbibuild/modules/net/samba4-devel/overlay-dir/PBI.RemoveScript.sh
pbibuild/modules/net/samba4-devel/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/net/samba4-devel/overlay-dir/tightvnc.png
Modified:
pbibuild/modules/net/samba4-devel/pbi.conf
Log:
Added a module for samba4-devel. This version is still in alpha stage right now, but hopefully it will work in the present/near-future
Modified: pbibuild/modules/net/samba4-devel/pbi.conf
===================================================================
--- pbibuild/modules/net/tightvnc/pbi.conf 2011-08-09 18:33:32 UTC (rev 12036)
+++ pbibuild/modules/net/samba4-devel/pbi.conf 2011-08-09 19:45:57 UTC (rev 12042)
@@ -4,19 +4,19 @@
##############################################################################
# Program Name
-PROGNAME="TightVNC"
+PROGNAME="Samba4-devel"
# Program Website
-PROGWEB="http://www.tightvnc.com"
+PROGWEB="http://www.samba.org"
# Program Author
-PROGAUTHOR="The TightVNC Team"
+PROGAUTHOR="timur at FreeBSD.org"
# Default Icon (Relative to overlay-dir)
-PROGICON="tightvnc.png"
+PROGICON="samba4.png"
# Port we want to build
-PBIPORT="/usr/ports/net/tightvnc/"
+PBIPORT="/usr/ports/net/samba4-devel/"
# Set to "Auto or NONE" to have the PBI creator auto-populate libs or not
PROGLIBS="Auto"
@@ -32,11 +32,11 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="02"
+BUILDKEY="01"
# Don't build this PBI on certian processors (i386 / amd64)
#ARCHIGNORE="amd64" ; export ARCHIGNORE
-PBIPRUNEPERL="NO" ; export PBIPRUNEPERL
+#PBIPRUNEPERL="NO" ; export PBIPRUNEPERL
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list