aboutsummaryrefslogtreecommitdiff
path: root/net/coda6_server
Commit message (Collapse)AuthorAgeFilesLines
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-231-1/+1
| | | | | | | | | | - Strip libraries - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=362735
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-231-1/+1
| | | | | | | | | | - Strip libraries - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=362734
* Add USES=readline to fix configure.Adam Weinberger2014-07-211-1/+1
| | | | Notes: svn path=/head/; revision=362452
* 1: Stagify.Vanilla I. Shu2014-07-162-48/+32
| | | | | | | | | 2: add RUN_DEPENDS to perl, bump version. Approved by: portmgr@ (blanket) Notes: svn path=/head/; revision=362028
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-3/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* - Convert gmake,bzip2 to USESMartin Wilke2014-05-291-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355691
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-5/+2
| | | | Notes: svn path=/head/; revision=316355
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* - Fix CONFLICTS: net/coda6_client was mistakenly affectedSunpoet Po-Chuan Hsieh2011-07-051-3/+3
| | | | | | | | | - Bump PORTREVISION for PLIST change Notified by: Benjamin Kaduk <kaduk@mit.edu> Notes: svn path=/head/; revision=277100
* - Mark CONFLICTS between net/openafs and net/coda6_server: both install ↵Sunpoet Po-Chuan Hsieh2011-07-041-0/+3
| | | | | | | | | | | | sbin/backup - Bump PORTREVISION for PLIST change PR: ports/158584 Submitted by: Ben Kaduk <kaduk@mit.edu> (maintainer of net/openafs) Notes: svn path=/head/; revision=277025
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Make coda6_client build on FreeBSD HEAD.Ed Schouten2010-03-062-0/+29
| | | | | | | | | | | | Disable all utmp bits. This will have no effect on 8.0 and earlier, since the utmp code was broken to begin with. It doesn't read from the proper utmp file, so it could have never worked. Approved by: miwi (portmgr) Feature safe: yes Notes: svn path=/head/; revision=250616
* - Update to 6.9.4Pav Lucistnik2009-02-102-7/+4
| | | | | | | | | PR: ports/130761 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer timeout (clsung; 3 weeks) Notes: svn path=/head/; revision=228006
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-5/+0
| | | | Notes: svn path=/head/; revision=225305
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - a fool forgot to cvs rm a patchCheng-Lung Sung2008-04-182-19/+1
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=211510
* - I forgot to add patchCheng-Lung Sung2008-04-182-0/+25
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=211509
* - Update to 6.9.3 to fix broken caused by latest devel/rvm, devel/rpc2 changesCheng-Lung Sung2008-04-183-9/+8
| | | | | | | - hereby take over the maintainership Notes: svn path=/head/; revision=211508
* - Chase rpc2 updatePav Lucistnik2008-04-161-1/+2
| | | | | | | Pointy hat to: clsung Notes: svn path=/head/; revision=211394
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Update to version 6.9.1Craig Rodrigues2007-07-185-40/+12
| | | | | | | PR: 114594 Notes: svn path=/head/; revision=195820
* - Update to 6.1.2Martin Wilke2007-03-113-6/+6
| | | | | | | | | PR: 110120 Submitted by: pointyhat and Ho, Jheng <xbddc.ho@gmail.com> Thanks to: Ho, Jheng <xbddc.ho@gmail.com> for testing and feedback!! Notes: svn path=/head/; revision=187134
* Add a proper warning that this code is not tested and the previous versionVasil Dimov2006-10-051-0/+7
| | | | | | | was causing panics. Notes: svn path=/head/; revision=174566
* Upgrade:Vasil Dimov2006-10-0510-139/+103
| | | | | | | | | | | | | * net/coda6_server and net/coda6_client from 6.0.7 to 6.1.1 and thus un-DEPRECATE them * devel/rvm from 1.10 to 1.13 * devel/lwp from 1.12 to 2.3 * devel/rpc2 from 1.28 to 2.2 These four are tightly related so I upgrade them in one.. well.. changeset Notes: svn path=/head/; revision=174560
* Extend expiration date with one week.Vasil Dimov2006-10-051-1/+1
| | | | | | | | | There is a newer version on the master site from September, it seems that the project is active again and thus I will try to update this port to the latest version. Notes: svn path=/head/; revision=174523
* Mark DEPRECATED. The coda5 ports no longer fetch; the coda6 ports areMark Linimon2006-07-041-1/+8
| | | | | | | | | | | | almost 2 years out-of-date; none of them compile on 5-STABLE or 6-STABLE at this point. Reset maintainer of coda6_* due to no response to questions about status. Hat: portmgr Notes: svn path=/head/; revision=166945
* - Mark IGNORE on >=6.0. Coda 6.x makes a kernel panic on this version.Sergey Matveychuk2006-04-111-1/+4
| | | | | | | - Fix another IGNORE message. Notes: svn path=/head/; revision=159319
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* - Update to 6.0.7Sergey Matveychuk2004-12-299-53/+107
| | | | | | | | | PR: ports/74258, ports/74259 Submitted by: Radim Kolar <hsn(at)netmag.cz> Approved by: maintainer (timeout: 1+ month) Notes: svn path=/head/; revision=125449
* - Bump rvm's lib versionSergey Matveychuk2004-12-241-1/+1
| | | | Notes: svn path=/head/; revision=125065
* Fix "coda-server-6.0.6 failed on i386 4".Sergey A. Osokin2004-08-161-0/+13
| | | | | | | Notice from: kris via bento Notes: svn path=/head/; revision=116353
* Update coda5*- and coda6*-affiliated software.Sergey A. Osokin2004-08-105-5/+48
| | | | | | | | | Fix build under fresh -CURRENT (gcc 3.4.2). Bump or remove PORTREVISION where it needed. Notes: svn path=/head/; revision=115848
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Fix build on -STABLE.Kris Kennaway2003-09-241-0/+22
| | | | | | | Submitted by: tjr Notes: svn path=/head/; revision=89135
* New ports: coda6_server and coda6_clientEdwin Groothuis2003-09-094-0/+98
I've just added the kernel support for Coda 6.x. It would be great to have the server and client in the ports collection to make it easier for people to experiment with. PR: ports/56623 Submitted by: Tim Robbins <tim@robbins.dropbear.id.au> Notes: svn path=/head/; revision=88851