aboutsummaryrefslogtreecommitdiff
path: root/net/tramp
Commit message (Collapse)AuthorAgeFilesLines
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - 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
* Fix installation with xorg 7.2.Jun Kuriyama2007-06-161-0/+1
| | | | | | | | PR: ports/113082 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> Notes: svn path=/head/; revision=193626
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Upgrade to 2.1.7.Jun Kuriyama2006-09-243-4/+26
| | | | | | | | - Add a patch to ignore completion-mode check because in my environment, this check prevents completion in some situation. Notes: svn path=/head/; revision=173683
* - Unbreak by avoiding overwrite of $PREFIX/info/dir.Jun Kuriyama2006-09-052-7/+11
| | | | | | | Thanks to: kris Notes: svn path=/head/; revision=172255
* Grab maintainership and try to investigate this breakage.Jun Kuriyama2006-09-041-1/+1
| | | | Notes: svn path=/head/; revision=172126
* Schedule these broken ports for termination on 2006-12-01Kris Kennaway2006-09-021-0/+2
| | | | Notes: svn path=/head/; revision=171889
* Mark broken: removes files not belonging to it on deinstall.Mark Linimon2006-07-161-0/+2
| | | | Notes: svn path=/head/; revision=168018
* Update port from version 2.1.4 to version 2.1.6Andrey Slusar2006-07-053-28/+31
| | | | | | | | PR: ports/99782 Submitted by: Toni Schmidbauer Notes: svn path=/head/; revision=166949
* - Fix possibility of "infinite make fork" when "Registering install for ..."Mark Linimon2006-01-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EMACS ports. [1] - Allow building a port as root using an NFS-mounted /usr/ports if the server maps root to a UID other than root. [2] - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail status rather than success. [3] - Improve behavior when dealing with versioned dependencies. [4] - Fix false positives in check-conflicts target. [5] - Remove obsolete bzip2 code. [6] - Add physical category net-p2p. [7] - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11] - INDEX can now be moved outside of ports tree. [9] - Add ghostscript-gpl. [10] - Remove obsolete USE_MESA. [12] - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13] - Document ALWAYS_KEEP_DISTFILES. [14] - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15] PR: ports/37596 [1], ports/57259 [2], ports/63216 [3], ports/89448 [4], ports/89710 [5], ports/88996 [6], ports/89260 [7], ports/89363 [8], ports/89809 [9], ports/89853 [10], ports/91086 [11], ports/91710 [12], ports/91727 [13], ports/92111 [14], ports/92124 [15] Submitted by: Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12], Andrew Heybey <ath at niksun dot com> [2], Jamie Jones <jamie at thompson dot bishopston dot net>, tobez [4], Mark Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially) Notes: svn path=/head/; revision=154626
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149443
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Update to 2.1.4Pav Lucistnik2005-11-024-18/+39
| | | | | | | | | | PR: ports/88302 Submitted by: Boris B. Samorodov <bsam@ipt.ru> - Install INFO in a more standard fashion Notes: svn path=/head/; revision=147052
* Pacify distfile survey by following redirects on URLs.Mark Linimon2005-10-131-1/+1
| | | | | | | Source: distfile survey Notes: svn path=/head/; revision=145227
* install password.el unconditionally.FUJISHIMA Satsuki2005-02-222-0/+18
| | | | Notes: svn path=/head/; revision=129521
* - Update to 2.1.3Pav Lucistnik2005-02-192-4/+4
| | | | | | | | PR: ports/77660 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> Notes: svn path=/head/; revision=129306
* - Update to 2.0.46Sergey Matveychuk2004-12-242-3/+3
| | | | | | | | PR: ports/75445 Submitted by: Andrey Slusar <anray(at)inet.ua> Notes: svn path=/head/; revision=125030
* - Update to 2.0.45Pav Lucistnik2004-10-132-3/+3
| | | | | | | | PR: ports/72590 Submitted by: Andrey Slusar <anray@inet.ua> (maintainer) Notes: svn path=/head/; revision=119204
* - Update to 2.0.44Pav Lucistnik2004-10-112-6/+5
| | | | | | | | PR: ports/72235 Submitted by: Andrey Slusar <anray@inet.ua> Notes: svn path=/head/; revision=118666
* - Upgrade to 2.0.43 (2.0.41 didn't work on emacs-21.3 by usingJun Kuriyama2004-07-213-47/+4
| | | | | | | | | not existing function "copy-tree"). - Use autoconf-2.59 and regenerate configure script to avoid a bug in AC_CHECK_PROG(..., [$PATH:/]). Notes: svn path=/head/; revision=114372
* fix build of tramp-emacs20Yoichi NAKAYAMA2004-06-141-4/+2
| | | | | | | Notified by: Kris Notes: svn path=/head/; revision=111458
* Fix elisp error at connecting to remote site.Jun Kuriyama2004-06-142-0/+43
| | | | | | | Obtained from: tramp CVS Notes: svn path=/head/; revision=111451
* Update to 2.0.41Yoichi NAKAYAMA2004-06-123-43/+30
| | | | | | | Drop my maintainership Notes: svn path=/head/; revision=111322
* 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-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Chase up new MASTER_SITE_SAVANNAH.Edwin Groothuis2003-10-031-1/+2
| | | | | | | | PR: ports/56970 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=90089
* Don't call texi2dvi.Yoichi NAKAYAMA2003-09-201-0/+1
| | | | | | | | Submitted by: Koji Mori <mori@tri.asanuma.co.jp> Approved by: portmgr Notes: svn path=/head/; revision=89078
* Update to 2.0.36.Yoichi NAKAYAMA2003-08-023-38/+39
| | | | | | | | | | | Never to install japanese info (outdated, Now I'm working on it) Don't install experimental files under tramp2/ PR: ports/54438 Submitted by: Kang-min Liu Notes: svn path=/head/; revision=86171
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+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 2.0.29Yoichi NAKAYAMA2003-02-092-2/+2
| | | | Notes: svn path=/head/; revision=75181
* Update to 2.0.28Yoichi NAKAYAMA2003-01-133-4/+13
| | | | Notes: svn path=/head/; revision=73071
* Update to 2.0.24Yoichi NAKAYAMA2002-10-052-2/+2
| | | | Notes: svn path=/head/; revision=67363
* Fix mastersite.Yoichi NAKAYAMA2002-09-221-1/+1
| | | | | | | Submitted by: bento and portsurvey Notes: svn path=/head/; revision=67043
* Update to 2.0.15.Yoichi NAKAYAMA2002-09-034-10/+10
| | | | | | | Master site has moved to savannah. Notes: svn path=/head/; revision=65542
* Update to 20020411.Yoichi NAKAYAMA2002-04-113-13/+3
| | | | | | | Remove the patch (already applied in original distribution). Notes: svn path=/head/; revision=57574
* Update to 20020218.Yoichi NAKAYAMA2002-03-263-4/+14
| | | | Notes: svn path=/head/; revision=56698
* Update to new distfile (20020130).Yoichi NAKAYAMA2002-02-052-5/+6
| | | | | | | Require gmake. Notes: svn path=/head/; revision=54240
* Update to new distfile (20020121).Yoichi NAKAYAMA2002-01-212-17/+13
| | | | Notes: svn path=/head/; revision=53488
* Update for new distfile (20011228).Yoichi NAKAYAMA2002-01-143-9/+28
| | | | | | | | Remove base64.el* since it is not needed for GNU Emacs. Install format-spec.el only for Emacs20. Notes: svn path=/head/; revision=53072
* Add tramp, Transparent remote file access tool for emacsen.Yoichi NAKAYAMA2001-12-164-0/+31
| | | | | | | | | | (PORTVERSION == 0.0.[time stamp of DISTFILE] to avoid setting PORTEPOCH in future) Reviewed by: knu(mentor) Notes: svn path=/head/; revision=51619
* Add tramp, Transparent remote file access tool for emacsen.Yoichi NAKAYAMA2001-12-161-0/+51
(PORTVERSION == 0.0.[time stamp of DISTFILE] to avoid setting PORTEPOCH in future) Reviewed by: knu(mentor) Notes: svn path=/head/; revision=51617