aboutsummaryrefslogtreecommitdiffstats
path: root/net/samba3
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2004-10-13 06:47:42 +0800
committerkuriyama <kuriyama@FreeBSD.org>2004-10-13 06:47:42 +0800
commitcd242582b49d15e565be2ce6f5d3d38c00622543 (patch)
treea91d17ed31ff1abd187dc4725e513d5a471702ba /net/samba3
parentc7929e09a909b2db037c5407e58fc3792ff9aef5 (diff)
downloadfreebsd-ports-gnome-cd242582b49d15e565be2ce6f5d3d38c00622543.tar.gz
freebsd-ports-gnome-cd242582b49d15e565be2ce6f5d3d38c00622543.tar.zst
freebsd-ports-gnome-cd242582b49d15e565be2ce6f5d3d38c00622543.zip
- Resurrect I18N option again with renaming as WITH_MULTIBYTE.
Approved by: maintainer
Diffstat (limited to 'net/samba3')
-rw-r--r--net/samba3/Makefile17
-rw-r--r--net/samba3/distinfo2
-rw-r--r--net/samba3/pkg-plist1
3 files changed, 19 insertions, 1 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile
index d18009b90afc..8be83138dd3d 100644
--- a/net/samba3/Makefile
+++ b/net/samba3/Makefile
@@ -14,6 +14,12 @@ MASTER_SITES= ${MASTER_SITE_SAMBA}
MASTER_SITE_SUBDIR= . old-versions rc pre
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/:S/.r/rc/}
+.if defined(WITH_MULTIBYTE)
+PATCH_SITES= http://dist.bsdlab.org/
+PATCHFILES= samba-3.0.7-i18n-20040915.bz2
+PATCH_DIST_STRIP= -p0
+.endif
+
MAINTAINER?= timur@gnu.org
COMMENT?= A free SMB and CIFS client and server for UNIX
@@ -70,7 +76,8 @@ OPTIONS= LDAP "With LDAP support" on \
SAM_PGSQL "With PostgreSQL smbpasswd backend" off \
SAM_OLD_LDAP "With Samba2.x LDAP smbpasswd backend" off \
PAM_SMBPASS "With SMB PAM module" off \
- POPT "With installed POPT library" on
+ POPT "With installed POPT library" on \
+ MULTIBYTE "With multibyte encoding patch" off
.endif
.include <bsd.port.pre.mk>
@@ -247,6 +254,14 @@ WINBIND_FILTER= ${SED} -e 's|%%WINBIND%%||g'
WINBIND_FILTER= ${GREP} -v '^%%WINBIND%%'
.endif
+.if defined(WITH_MULTIBYTE)
+# Based on patch from miraclelinux.com.
+# http://www.miraclelinux.com/english/technet/samba30/index.html
+PLIST_SUB+= MULTIBYTE=""
+.else
+PLIST_SUB+= MULTIBYTE="@comment "
+.endif
+
PLIST_SUB+= RC_DIR=${RC_DIR} \
SAMBA_LOGDIR=${SAMBA_LOGDIR} \
SAMBA_LOCKDIR=${SAMBA_LOCKDIR}
diff --git a/net/samba3/distinfo b/net/samba3/distinfo
index 7487f375f9be..15d623f51709 100644
--- a/net/samba3/distinfo
+++ b/net/samba3/distinfo
@@ -1,2 +1,4 @@
MD5 (samba-3.0.7.tar.gz) = 5906341429e64214909865a4be92e4ab
SIZE (samba-3.0.7.tar.gz) = 15012667
+MD5 (samba-3.0.7-i18n-20040915.bz2) = f19a3cb34179632563c51c6cf54d3d3d
+SIZE (samba-3.0.7-i18n-20040915.bz2) = 17160
diff --git a/net/samba3/pkg-plist b/net/samba3/pkg-plist
index 8aa6782fbed2..8e947faec697 100644
--- a/net/samba3/pkg-plist
+++ b/net/samba3/pkg-plist
@@ -44,6 +44,7 @@ lib/samba/vfs/cap.so
lib/samba/vfs/default_quota.so
lib/samba/vfs/expand_msdfs.so
lib/samba/vfs/extd_audit.so
+%%MULTIBYTE%%lib/samba/vfs/hex.so
lib/samba/vfs/fake_perms.so
lib/samba/vfs/full_audit.so
lib/samba/vfs/netatalk.so
4-41/+16 * - Remove USE_X_PREFIX (implies USE_XLIB)mm2007-08-161-2/+4 * - Fix build on FreeBSD 5.Xmiwi2007-08-062-0/+12 * 2007-07-31 x11-fm/endeavour: Development ceased, this port should be updated ...miwi2007-08-019-144/+0 * Update to 2.4arved2007-07-313-22/+14 * Update to 1.80.0arved2007-07-308-44/+130 * - Mark broken: fails to compile on 5.X and below.chinsan2007-07-291-1/+7 * - Update to 0.3.5pav2007-07-296-46/+9 * - Chase increase of audio/libvorbis shlib version.miwi2007-07-281-2/+2 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-232-3/+2 * Set removal date at teh end of the month.itetcu2007-07-161-0/+1 * - Update to 2.3pav2007-07-164-48/+44 * Change e-mail address of my ports to my FreeBSD.org one.lme2007-07-131-1/+1 * Unbreak.demon2007-07-051-2/+7 * -Update to 2.18.3.mezz2007-07-043-8/+13 * Upgrade to version 2.6.1.olgeni2007-07-012-4/+4 * muCommander is a lightweight, cross-platform file manager featuringmiwi2007-06-306-0/+73 * - Change my mail address to araujo@.araujo2007-06-301-1/+1 * - Add backup MASTER_SITESmiwi2007-06-071-2/+1 * Add missing files.olgeni2007-06-061-0/+3 * - Fix build with gcc 4.2miwi2007-06-054-2/+28 * - Fix build on FreeBSD 5.X [1]miwi2007-06-041-6/+3 * Port Update: x11-fm/twanderedwin2007-06-032-5/+4 * Add missing files.olgeni2007-06-011-0/+2 * Upgrade to version 0.30.olgeni2007-05-292-5/+4 * Upgrade to version 2.6.olgeni2007-05-292-5/+4 * - Update to 0.3.4miwi2007-05-286-36/+90 * - Chase libexif updatepav2007-05-273-6/+6 * BROKEN with gcc 4.2kris2007-05-272-2/+14 * - Chase libexif updatepav2007-05-253-5/+5 * BROKEN: Does not buildkris2007-05-251-0/+2 * - Welcome X.org 7.2 \o/.flz2007-05-2049-112/+43 * - Fix buildlwhsu2007-04-272-2/+28 * - Update to 2.2miwi2007-04-252-6/+9 * Upgrade to 0.99.shaun2007-04-243-147/+1459 * BROKEN: Does not compilekris2007-04-221-0/+2 * update xfce to 4.4.1oliver2007-04-121-1/+1 * - Update to 2.18.1bland2007-04-113-7/+6 * BROKEN: Does not buildkris2007-04-021-0/+2 * - Update to 0.3.3pav2007-03-242-4/+4 * - bsd.efl.mk is now in ports/Mkpav2007-03-241-1/+0 * - Update to 2.14.4miwi2007-03-233-4/+12 * Reset andrew.nau.ua@gmail.com at his request due to lack of time.linimon2007-03-231-1/+1 * - Update to 2.1pav2007-03-233-18/+10 * Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOMEmarcus2007-03-194-19/+24 * depreciated upstream, should be replaced by endeavour 2; hardcoded X11BASEitetcu2007-03-151-0/+2 * Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].linimon2007-03-141-2/+0 * - Fixed libimg and tkstep dependenciesmiwi2007-03-131-7/+5 * - Update e17 ports to 20070223 snapshotstas2007-03-114-19/+7 * Reset maintainer due to lack of time to work on FreeBSD at the moment.linimon2007-03-071-1/+1 * Fix PORTNAME, which did not match origin.olgeni2007-03-031-1/+1 * Add dolphin 0.8.2, a file manager for KDE focusing on usability. It is notmarkus2007-02-276-0/+128 * completly disable FAM support when FAM was disabled via the options dialogoliver2007-02-251-2/+2 * Track libxine update.jylefort2007-02-151-2/+2 * - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to frameworkpav2007-02-132-2/+2 * adjust OPTIONS handlingoliver2007-02-101-7/+7 * - Update to 2.0miwi2007-02-092-9/+13 * fix objformat problem more properlyoliver2007-02-061-1/+2 * fix build (by using libtool:15) with recent CURRENTs where objformat went awayoliver2007-02-041-0/+1 * - Update to 2.14.2miwi2007-02-032-5/+13 * enable the plugins by defaultoliver2007-02-031-4/+4 * enable HAL by defaultoliver2007-01-301-1/+1 * enhance the descriptionoliver2007-01-291-2/+7 * OPTIONify the plugins so they can be choosen to get installed or not.oliver2007-01-252-22/+75 * - Update to 0.3.2miwi2007-01-243-4/+5 * add missing xfce portsoliver2007-01-231-1/+0 * Thunar is a XFce 4 file manager. Features samba network share support.oliver2007-01-237-0/+467 * Import xfce 4.4oliver2007-01-235-435/+0 * - Update to 2.14.1miwi2007-01-133-4/+10 * - Update to 1.2.3rafan2007-01-052-5/+5 * Fix plist and unbreakitetcu2006-12-282-304/+416 * - Update to 3.210miwi2006-12-222-3/+4 * - Update to 1.2.2miwi2006-12-223-6/+8 * Add devel/py-roxlib to RUN_DEPENDS.olgeni2006-12-201-1/+2 * - Update to 0.3.2.2rafan2006-12-192-5/+5 * - Update to 3.204rafan2006-12-172-4/+3 * Add proper gdm detection using code from x11/xfce4.olgeni2006-12-122-1/+14 * Upgrade to version 0.29.olgeni2006-12-128-100/+132 * Sync with libxine shared library version bump.nobutaka2006-12-081-1/+1 * Depreciate since the development ceased long ago; rather that fixing it'sitetcu2006-12-041-1/+3 * - Use features of bsd.wx.mk, especially USE_WXpav2006-12-011-13/+2 * - Update 0.3.1rafan2006-11-223-8/+16 * Update to 2.16.3ahze2006-11-203-30/+4 * - Mark broken on 4.xmiwi2006-11-192-4/+16 * Add a patch fo fix the desktop icons(computer,home,trash)'s position thatmezz2006-11-172-0/+26 * Remove expired ports:vd2006-11-096-341/+0 * fix compilation with dbh 4oliver2006-11-091-2/+5 * Update to 2.16.2ahze2006-11-082-4/+4 * - I forget this patch in previous update.rafan2006-11-071-0/+10 * - Update 0.3.0rafan2006-11-055-14/+18 * - Update to 2.1.2miwi2006-11-053-11/+26 * - Fix building on 5.xstas2006-11-021-0/+12 * Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-144-12/+32 * Presenting GNOME 2.16.1 for FreeBSD. This release represents a massivemarcus2006-10-144-38/+86 * - Connect entropyfm to the build.stas2006-10-081-0/+1 * - Move to LOCALBASEstas2006-10-084-0/+149 * Change the following ports to my FreeBSD.org email.chinsan2006-10-031-1/+1 * - Update to 1.2.0pav2006-09-295-40/+69 * - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-1/+1 * BROKEN: Incomplete pkg-plistkris2006-09-171-0/+2 * - Update to 2.14.0miwi2006-09-132-5/+5 * Reset inactive maintainer. Also mark these ports as DEPRECATED since nolinimon2006-09-051-1/+4 * Reset inactive maintainer who has not responded to email.linimon2006-09-052-2/+2 * - Fix build on FreeBSD 5.X and olderpav2006-09-011-0/+6 * - Update to 0.2.ehaupt2006-08-304-22/+18 * - Update to 0.11.56miwi2006-08-283-20/+23 * - Update to 0.3.0.2rafan2006-08-263-8/+9 * - Remove directories that are not in mtree filerafan2006-08-151-0/+2 * - Update to 0.1.8rafan2006-08-104-16/+38 * Upgrade to version 2.5.olgeni2006-08-073-10/+13 * Update to 2.14.3.marcus2006-08-013-5/+5 * - Update to 2.13.1miwi2006-07-222-4/+5 * - Update 1.70.1rafan2006-07-196-8/+10 * Update to 2.13.0miwi2006-06-243-4/+23 * Chase lib version bump in fox14.shaun2006-06-211-0/+1 * Switch to my @FreeBSD.org address.shaun2006-06-202-2/+2 * Do not set CHARSET to iso-8859-1, it is no longer needed.olgeni2006-06-202-6/+1 * - Update to 1.4itetcu2006-06-145-35/+4 * - Rename x11-toolkits/fox -> x11-toolkits/fox10 andsem2006-06-101-1/+1 * - Update to 1.7pav2006-06-104-37/+41 * Fix build on 4.xehaupt2006-05-313-0/+31 * x11-fm/nautilus2 -> x11-fm/nautilusmezz2006-05-299-5/+4 * - Update MASTER_SITES, WWWpav2006-05-272-2/+2 * - Adoptpav2006-05-261-1/+1 * - Update to 1.3.pav2006-05-222-5/+6 * Update the itcl/itk from 3.2 to 3.3 (released in April 2005). Themi2006-05-184-16/+52 * - Fix plist [2]itetcu2006-05-172-32/+32 * Remove USE_REINPLACE from categories starting with Xedwin2006-05-1312-12/+0 * Update of Emelfm2 to version 0.1.7.itetcu2006-05-094-13/+31 * Update to 2.12.0arved2006-05-092-4/+4 * Presenting GNOME 2.14.1 for FreeBSD! Checkoutmarcus2006-04-304-22/+28 * Jaffm is a lightweight wxWindows (GTK+ interface) file manager forpav2006-04-294-0/+56 * Reset petef due to no response to email. We hope to see him back sometime.linimon2006-04-151-1/+1 * - Unbreak on 4.X.jmelo2006-04-111-0/+1 * Change the maintainership address to the @FreeBSD.org one.alepulver2006-04-091-1/+1 * - Update to 0.2.4jmelo2006-04-073-5/+9 * -Update to 0.4.3. [1]mezz2006-04-042-7/+5 * - Update to version 1.70.0markus2006-04-0312-278/+334 * Trim whitespace.olgeni2006-03-271-11/+11 * Update WWW.olgeni2006-03-271-1/+1 * Update to 0.2.1.novel2006-03-163-4/+11 * Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-078-7/+8 * Post libtool-conversion fixupsade2006-02-261-1/+1 * Conversion to a single libtool environment.ade2006-02-2315-32/+44 * Reset maintainership to ports@ after ~4 months without any response to anynetchild2006-02-122-2/+2 * Update to 0.4.2.marcus2006-02-112-4/+4 * Move chinese/pcmanfm to x11-fm/pcmanfm.vanilla2006-02-105-0/+49 * Update to 0.88.lawrance2006-02-093-47/+49 * - Pass maintainership to submitterbarner2006-02-021-2/+2 * Add missing directorykris2006-02-012-0/+2 * - Update to 0.1.5tdb2006-01-273-4/+6 * Add missing USE_GETTEXTkris2006-01-261-0/+1 * SHA256ify (manually checked)edwin2006-01-241-1/+1 * SHA256ifyedwin2006-01-2418-0/+19 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-14/+14 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-2213-47/+47 * - Update to 0.84sem2006-01-226-50/+17 * Fixups after removal of separate mtree file for X_WINDOW_SYSTEM=XOrg case.lesi2006-01-228-40/+8 * Fix libxine and libextractor dependencies.tmclaugh2006-01-181-2/+2 * - Update graphics/libglut to 6.4.1.sem2006-01-121-1/+2 * Fix display issue in "Show extra details" mode.olgeni2006-01-091-1/+2 * Hash with SHA-256.trevor2006-01-081-0/+2 * Upgrade to version 0.5.olgeni2006-01-063-4/+5 * Upgrade to version 2.4.1.olgeni2006-01-063-4/+5 * Chase libversion bumb to libMagick.so.9edwin2006-01-051-1/+1 * [Maintainer-update]: x11-fm/emelfm2 version update to 0.1.4edwin2006-01-032-4/+4 * Remove trailing spacesedwin2005-12-271-2/+2 * - Fix MASTER_SITES and WWW linegarga2005-12-192-2/+2 * - Remove virtual category offix from all portspav2005-12-181-1/+1 * - Fix WWW-sitesbarner2005-12-121-1/+1 * - Provide temporary master site [1]ehaupt2005-12-061-1/+3 * - Update to 2.12.2ahze2005-11-292-4/+4 * - Add SHA256pav2005-11-261-0/+1 * - Add SHA256pav2005-11-2611-0/+11 * Update to 2.11arved2005-11-253-3/+8 * - Add SHA256 checksumspav2005-11-242-0/+2 * - Update to 0.1.3pav2005-11-234-21/+15 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-155-5/+5 * Fixed modulo year = 00xx in file datesmnag2005-11-14