Commit graph

51 commits

Author SHA1 Message Date
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Boris Samorodov
3cb246682f Changes to editors/emacs and Mk/bsd.emacs.mk were taken from
PR/137956 by Ashish SHUKLA (thanks!).  [1]

Those ports which define EMACS_PORT_NAME to be "emacs21" were
not touched (this time). They may be converted to the new
world order by removing the above mentioned assignment.

Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23
(they do not compile):
. lang/bigloo;
. mail/wanderlust;
. mail/wanderlust-devel;
. www/emacs-w3m.

Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23:
. japanese/egg-canna (the port version is dated as of 2001,
  does not compile with Emacs 23 and seems it cannot be fixed);
. deskutils/remember.el (was incorporated into Emacs 23);
. editors/nxml (was incorporated into Emacs 23).

Changes that were made after (and as a result of) exp run. For
those ports:
. japanese/migemo-emacs21;
. japanese/migemo-emacs22
EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate
emacs port name.

PR:		ports/137956 [1], ports/141369 [2]
Submitted by:	Ashish SHUKLA <wahjava at gmail.com>  [1],
		bsam (me)  [2]
Exp-run by: miwi
2009-12-20 20:19:24 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Jun Kuriyama
0f2aedc509 Upgrade to 2.1.16. 2009-06-24 06:49:27 +00:00
Jun Kuriyama
962f46f88a Upgrade to 2.1.15. 2009-02-13 05:38:21 +00:00
Pav Lucistnik
ab6f02df74 - Remove empty files 2008-08-25 23:42:36 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Jun Kuriyama
820c61d675 - emacs22 and later has stock tramp.info (but little older version) and
it conflicts with port-installed tramp.info.  So install here as
  tramp21.info to unbreak packaging.
2008-07-09 21:52:26 +00:00
Jun Kuriyama
0e75645e97 - Upgrade to 2.1.12.
- Don't use EMACS_PORT_NAME?=emacs21

Submitted by:	"Douglas K. Rand" <rand@meridian-enviro.com>
PR:		ports/121604 (part of)
2008-07-02 22:22:47 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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
2007-07-23 09:36:51 +00:00
Jun Kuriyama
234855527e Fix installation with xorg 7.2.
PR:		ports/113082
Submitted by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
2007-06-16 03:13:37 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Jun Kuriyama
7c6323cf44 - Upgrade to 2.1.7.
- Add a patch to ignore completion-mode check because in my environment,
  this check prevents completion in some situation.
2006-09-24 03:55:45 +00:00
Jun Kuriyama
8fbd2d36a5 - Unbreak by avoiding overwrite of $PREFIX/info/dir.
Thanks to:	kris
2006-09-05 01:25:23 +00:00
Jun Kuriyama
2d09d7ac14 Grab maintainership and try to investigate this breakage. 2006-09-04 04:41:27 +00:00
Kris Kennaway
15b247f443 Schedule these broken ports for termination on 2006-12-01 2006-09-02 16:51:10 +00:00
Mark Linimon
de414b9601 Mark broken: removes files not belonging to it on deinstall. 2006-07-16 21:32:14 +00:00
Andrey Slusar
8670f55c33 Update port from version 2.1.4 to version 2.1.6
PR:		ports/99782
Submitted by:	Toni Schmidbauer
2006-07-05 00:41:30 +00:00
Mark Linimon
b09666fc1e - Fix possibility of "infinite make fork" when "Registering install for ..."
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)
2006-01-28 02:11:35 +00:00
Pav Lucistnik
2403ea92cb - Add SHA256 2005-11-25 16:48:31 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
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.
2005-11-15 06:52:12 +00:00
Pav Lucistnik
cebfb9c66b - Update to 2.1.4
PR:		ports/88302
Submitted by:	Boris B. Samorodov <bsam@ipt.ru>

- Install INFO in a more standard fashion
2005-11-02 21:42:33 +00:00
Mark Linimon
3ddda540e8 Pacify distfile survey by following redirects on URLs.
Source:		distfile survey
2005-10-13 06:38:46 +00:00
FUJISHIMA Satsuki
768c932c79 install password.el unconditionally. 2005-02-22 01:02:08 +00:00
Pav Lucistnik
bf0c8cbfd4 - Update to 2.1.3
PR:		ports/77660
Submitted by:	NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
2005-02-19 19:44:50 +00:00
Sergey Matveychuk
f1c1358930 - Update to 2.0.46
PR:		ports/75445
Submitted by:	Andrey Slusar <anray(at)inet.ua>
2004-12-24 03:39:48 +00:00
Pav Lucistnik
321d73d733 - Update to 2.0.45
PR:		ports/72590
Submitted by:	Andrey Slusar <anray@inet.ua> (maintainer)
2004-10-13 11:39:11 +00:00
Pav Lucistnik
a4e77c3e8f - Update to 2.0.44
PR:		ports/72235
Submitted by:	Andrey Slusar <anray@inet.ua>
2004-10-11 23:16:07 +00:00
Jun Kuriyama
1e02a33001 - Upgrade to 2.0.43 (2.0.41 didn't work on emacs-21.3 by using
not existing function "copy-tree").
- Use autoconf-2.59 and regenerate configure script to avoid a bug in
  AC_CHECK_PROG(..., [$PATH:/]).
2004-07-21 22:19:34 +00:00
Yoichi NAKAYAMA
a9e73f8ac0 fix build of tramp-emacs20
Notified by:	Kris
2004-06-14 13:02:15 +00:00
Jun Kuriyama
8e503fc908 Fix elisp error at connecting to remote site.
Obtained from:	tramp CVS
2004-06-14 10:03:26 +00:00
Yoichi NAKAYAMA
eb5c5537d6 Update to 2.0.41
Drop my maintainership
2004-06-12 04:00:08 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Edwin Groothuis
07f1d50cbc Chase up new MASTER_SITE_SAVANNAH.
PR:		ports/56970
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2003-10-03 11:04:59 +00:00
Yoichi NAKAYAMA
805a0783b9 Don't call texi2dvi.
Submitted by:	Koji Mori <mori@tri.asanuma.co.jp>
Approved by:	portmgr
2003-09-20 13:22:21 +00:00
Yoichi NAKAYAMA
08ba0589fe Update to 2.0.36.
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
2003-08-02 02:23:21 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Yoichi NAKAYAMA
9e62655a84 Update to 2.0.29 2003-02-09 12:39:15 +00:00
Yoichi NAKAYAMA
f7187a7d35 Update to 2.0.28 2003-01-13 19:25:31 +00:00
Yoichi NAKAYAMA
e59a0c2a60 Update to 2.0.24 2002-10-05 18:05:31 +00:00
Yoichi NAKAYAMA
47961457ed Fix mastersite.
Submitted by:	bento and portsurvey
2002-09-22 20:30:21 +00:00
Yoichi NAKAYAMA
b4c0068ad4 Update to 2.0.15.
Master site has moved to savannah.
2002-09-03 08:02:07 +00:00
Yoichi NAKAYAMA
e7b505997b Update to 20020411.
Remove the patch (already applied in original distribution).
2002-04-11 13:31:15 +00:00
Yoichi NAKAYAMA
2591f7a811 Update to 20020218. 2002-03-26 14:21:45 +00:00
Yoichi NAKAYAMA
5f920608ed Update to new distfile (20020130).
Require gmake.
2002-02-05 16:10:08 +00:00
Yoichi NAKAYAMA
96bac6be62 Update to new distfile (20020121). 2002-01-21 20:11:43 +00:00
Yoichi NAKAYAMA
5143cc04ef Update for new distfile (20011228).
Remove base64.el* since it is not needed for GNU Emacs.
Install format-spec.el only for Emacs20.
2002-01-14 20:53:57 +00:00
Yoichi NAKAYAMA
e663983c4b Add tramp, Transparent remote file access tool for emacsen.
(PORTVERSION == 0.0.[time stamp of DISTFILE] to avoid setting
 PORTEPOCH in future)

Reviewed by:	knu(mentor)
2001-12-16 11:26:14 +00:00