summaryrefslogtreecommitdiff
path: root/net/samba3/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_0'.release/5.2.0cvs2svn2003-12-121-167/+0
| | | | | Notes: svn path=/head/; revision=95679 svn path=/tags/RELEASE_5_2_0/; revision=95680; tag=release/5.2.0
* List conflicts among japanese/linux-JM, japanese/samba,Trevor Johnson2003-11-251-0/+2
| | | | | | | | | | | | | | net/samba-devel, net/samba-libsmbclient and net/samba ports. PR: 59599 Submitted by: Koop Mast (net/samba-libsmbclient maintainer) with changes by eik Approved by: dwcjr (net/samba-devel and net/samba maintainer), NAKAJI Hiroyuki (japanese/samba maintainer), and portmgr (5.2 freeze) Notes: svn path=/head/; revision=94776
* Upgrade to 3.0.0.Oliver Braun2003-10-101-8/+7
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=90819
* Upgrade to 3.0.0 Beta 3.Oliver Braun2003-08-061-2/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=86399
* update net/samba-devel: fetch errorDaichi GOTO2003-08-051-1/+1
| | | | | | | | PR: 55253 Submitted by: atkin901@yahoo.com <Mark.Atkinson@hellfire.filament.org> Notes: svn path=/head/; revision=86328
* Upgrade to 3.0.0 Beta 2.Oliver Braun2003-07-141-4/+5
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=84891
* Upgrade to 3.0.0 Beta 1.Oliver Braun2003-06-271-7/+8
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=83730
* Add dependency on converters/libiconv.Oliver Braun2003-03-241-0/+5
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=77413
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update to alpha20David W. Chapman Jr.2002-10-111-2/+4
| | | | Notes: svn path=/head/; revision=67814
* Update to alpha19David W. Chapman Jr.2002-08-211-2/+2
| | | | Notes: svn path=/head/; revision=64754
* Update to Alpha18David W. Chapman Jr.2002-08-091-7/+4
| | | | Notes: svn path=/head/; revision=64279
* Add hooks for winbindDavid W. Chapman Jr.2002-07-111-11/+20
| | | | | | | Submitted by: jmurdock@itraktech.com Notes: svn path=/head/; revision=62813
* Add utmp, quote and msdfs knobDavid W. Chapman Jr.2002-04-291-0/+12
| | | | | | | Submitted by: l.ertl@univie.ac.at Notes: svn path=/head/; revision=58312
* Fix cups support.David W. Chapman Jr.2002-04-021-5/+6
| | | | | | | | PR: 36666 Submitted by: alane@geeksrus.net Notes: svn path=/head/; revision=57247
* Update to a17David W. Chapman Jr.2002-03-311-1/+1
| | | | | | | | | Fix openpam build problems Submitted by: alfred Notes: svn path=/head/; revision=57033
* Update to alpha15David W. Chapman Jr.2002-02-121-1/+1
| | | | Notes: svn path=/head/; revision=54620
* Update to 3.0 alpha 14David W. Chapman Jr.2002-01-311-2/+1
| | | | Notes: svn path=/head/; revision=54092
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-3/+3
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53958
* Update pkg-plist with new filesDavid W. Chapman Jr.2002-01-191-1/+2
| | | | | | | Fix location of manpage installation to also fix package errors Notes: svn path=/head/; revision=53320
* Update to alpha13David W. Chapman Jr.2002-01-171-1/+1
| | | | Notes: svn path=/head/; revision=53283
* Make it depend on cups-base because it doesn't need lpr(last time I'mDavid W. Chapman Jr.2002-01-111-1/+1
| | | | | | | | | | changing this) PR: 33777 Submitted by: ports@geeksrus.net Notes: svn path=/head/; revision=52895
* Fix up pkg-plist (still no package building due to man page problems)David W. Chapman Jr.2001-12-241-5/+4
| | | | | | | Noticed by: petef Notes: svn path=/head/; revision=52082
* Patch configure.in to fix krb building problems when not wanting to build krbDavid W. Chapman Jr.2001-12-241-1/+3
| | | | | | | | | Add dependency to AUTOCONF Submitted by: petef Notes: svn path=/head/; revision=52079
* Take out AUTOCONF due to problem with -current(configure doesn'tDavid W. Chapman Jr.2001-12-231-2/+2
| | | | | | | | finish under -current either yet) Update to alpha12 Notes: svn path=/head/; revision=52024
* Update to 3.0 alpha 8David W. Chapman Jr.2001-12-161-9/+3
| | | | Notes: svn path=/head/; revision=51633
* Add recycle bin support with WITH_RECYCLE hookDavid W. Chapman Jr.2001-11-081-0/+6
| | | | Notes: svn path=/head/; revision=49832
* Remove extra carriage return from MakefileDavid W. Chapman Jr.2001-10-171-1/+0
| | | | Notes: svn path=/head/; revision=48855
* Update samba to 2.2.2 which includes the winbindd serverDavid W. Chapman Jr.2001-10-171-4/+2
| | | | | | | Submitted by: ianjhart@ntlworld.com Notes: svn path=/head/; revision=48854
* Skip comments when piping /etc/passwd through make_smbpasswd, else theJimmy Olgeni2001-09-031-1/+1
| | | | | | | | | script will try to make Samba users out of comments. (from net/samba/Makefile 1.50) Notes: svn path=/head/; revision=47365
* Define DOCSDIRDavid W. Chapman Jr.2001-09-011-1/+3
| | | | | | | Submitted by: monyo@samba.gr.jp Notes: svn path=/head/; revision=47256
* Add --with-pam to fix samba bug with non-pam and md5 passwordsDavid W. Chapman Jr.2001-08-261-1/+3
| | | | | | | | | Bump PORTREVISION PR: 30074,30078 Notes: svn path=/head/; revision=46912
* Update to 2.2.1aDavid W. Chapman Jr.2001-07-121-1/+1
| | | | | | | Fix pkg-plist(add more files) Notes: svn path=/head/; revision=45074
* Update to 2.2.1David W. Chapman Jr.2001-07-111-2/+4
| | | | | | | Fix pkg-plist for 2.2.1 Notes: svn path=/head/; revision=45039
* USE_AUTOCONF impliedDavid W. Chapman Jr.2001-07-101-17/+14
| | | | | | | | | | | | Add extra configure args Add directories to MASTER_SITE_SUBDIR PORTDOC police with DOCSDIR pkg-plist cleanup Submitted by: pat@databits.net Notes: svn path=/head/; revision=44996
* Security Updates to sambaDavid W. Chapman Jr.2001-06-231-2/+1
| | | | | | | WWW: http://samba.org/samba/whatsnew/macroexploit.html Notes: svn path=/head/; revision=44369
* Change maintainer emailDavid W. Chapman Jr.2001-06-081-1/+1
| | | | | | | Reviewed by: will Notes: svn path=/head/; revision=43658
* Bump portrevision and add hooks for WITH_CUPSDavid W. Chapman Jr.2001-06-071-1/+11
| | | | | | | | | PR: 27650 Submitted by: marcus@marcuscom.com Reviewed by: will Notes: svn path=/head/; revision=43608
* Use proper POSIX syntax for `chown'.David E. O'Brien2001-06-011-2/+2
| | | | Notes: svn path=/head/; revision=43378
* Add support for native ACLs under -current and bump PORTREVISIONChris D. Faulhaber2001-04-241-0/+1
| | | | | | | Approved by: Maintainer Notes: svn path=/head/; revision=41879
* *** empty log message ***Chris D. Faulhaber2001-04-241-1/+11
| | | | Notes: svn path=/head/; revision=41878
* Update path to the old releases on the MASTER_SITES.Maxim Sobolev2001-04-181-1/+1
| | | | Notes: svn path=/head/; revision=41640
* Revert back to two versions ago after sliding the tag forward. InSatoshi Asami2001-04-181-6/+4
| | | | | | | | addition, put back NO_LATEST_LINK to samba-2.2, you need NO_LATEST_LINK in one or the other if PORTNAME is the same. Notes: svn path=/head/; revision=41629
* Temporarily revert to previous version and mark FORBIDDEN -- I needSatoshi Asami2001-04-181-3/+7
| | | | | | | to slide the tag forward for the release. Notes: svn path=/head/; revision=41628
* Update port to 2.2.0Chris D. Faulhaber2001-04-181-5/+3
| | | | | | | | PR: 26655 Submitted by: Maintainer Notes: svn path=/head/; revision=41624
* Update to alpha3.Jun Kuriyama2001-03-281-6/+6
| | | | | | | | Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> (maintainer) PR: ports/26045 Notes: svn path=/head/; revision=40477
* Add missed NO_LATEST_LINK.Maxim Sobolev2001-03-131-0/+2
| | | | Notes: svn path=/head/; revision=39737
* Add manpages and etc/codepages.Jun Kuriyama2001-03-121-2/+2
| | | | | | | | Submitted by: maintainer PR: ports/25714 Notes: svn path=/head/; revision=39618
* Add samba-devel --> ports/net/samba-devel, repocopied from ports/net/samba.Maxim Sobolev2001-02-121-17/+18
| | | | | | | | | | This port represents unstable, development Samba branch. PR: 24808 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> Notes: svn path=/head/; revision=38249
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=36564