1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

47 Commits

Author SHA1 Message Date
Hiroki Sato
47ebbc6d92 Fix compilation issue on emacs24.
PR:		ports/170363
2012-08-04 00:56:02 +00:00
Ashish SHUKLA
f3770c10f9 - Bump PORTREVISION to chase Emacs port updates
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi
2012-08-01 16:50:15 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Ashish SHUKLA
709e7e7325 - Chase Emacs updates
PR:		ports/165082
2012-02-22 13:31:32 +00:00
Ashish SHUKLA
8f63af93b0 - Chase editors/emacs update 2011-10-17 06:01:31 +00:00
Ashish SHUKLA
dfda2a32ec Chase editors/emacs update 2011-09-07 20:21:30 +00:00
Ashish SHUKLA
9d1247d864 Chase editors/emacs update.
PR:		ports/160196
2011-08-27 22:22:57 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
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
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Sergey Matveychuk
21dc83b349 - Add japanese/lookup-emacs21 as a slave to japanese/lookup
PR:		ports/114670
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2007-08-09 14:03:06 +00:00
Sergey Matveychuk
940177b141 - Remove EMACS_PORT_NAME knob.
PR:		ports/114670
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2007-08-08 09:38: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
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
Andrey Slusar
3eee018586 Update to 1.4.1
PR:		ports/108587
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2007-02-02 06:59:58 +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
Edwin Groothuis
f9aa39a3c8 Use INFO macros 2005-12-04 08:59:04 +00:00
Pav Lucistnik
a5884a575c - Add SHA256 2005-11-24 23:02:13 +00:00
Norikatsu Shigemura
3183eb7c59 o Remove dependency on japanese/eblook.
o Bump PORTREVISION.

PR:		ports/74707
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2004-12-26 11:36:08 +00:00
Mark Linimon
18e6b1398c With portmgr hat on, reset maintainership of port belonging to committer
who has been inactive since late 1993.
2004-12-07 08:57:09 +00:00
Kris Kennaway
b9fd5dfdcf Now builds on FreeBSD 5.x. 2004-10-28 21:08:42 +00:00
Kris Kennaway
f7a004747d BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-18 18:10:59 +00:00
Norikatsu Shigemura
8c4405b11c Update to 1.4.
PR:		ports/68065
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Reviewed by:	yoichi
Approved by:	taoka (blanket)
Committed at:	CBUG Camp in Yatsugatake, Yamanashi-ken, Japan.
2004-07-31 12:51:09 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Ade Lovett
d3fc97c432 Remove pkg-comment from remaining master/slave port sets.
Approved by:	portmgr (implicitly)
2003-03-07 00:16:25 +00:00
Akinori MUSHA
0b10204950 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
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.

Use command macros where appropriate.
2002-01-29 11:08:52 +00:00
Jun Kuriyama
0a1882b6ef Use japanese/lookup (for emacs21, repocopied from japanese/lookup-mule)
as master port of ja-lookup-* variants.
2001-12-19 14:48:20 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Satoshi Taoka
38f369c229 Typo 2000-07-11 03:50:32 +00:00
Satoshi Taoka
3c94e67047 lookup-1.3 has two bugs (do not do lookup-splash on XEmacs and
unable to compile on mule-2.3).
These patches is to fix these problems.
2000-07-10 17:36:21 +00:00
Satoshi Taoka
c8fcfb7b77 Update to version 1.3
We need to byte-compile the elisps to show logo when lookup starts up.
 So I make these elisps byte-compiled.
2000-07-10 17:31:26 +00:00
Akinori MUSHA
edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00
Satoshi Taoka
8c78351942 Update to 1.2 2000-03-26 15:13:11 +00:00
Satoshi Taoka
9cdfe66438 Update to version 1.1 2000-01-09 15:32:16 +00:00
Satoshi Taoka
cedbdee44c Because japanese/xemacs-canna was moved to japanese/xemacs21-canna 2000-01-08 02:55:21 +00:00
Tim Vanderhoek
8cd82c0318 General comment cleanups. 1999-12-28 16:30:10 +00:00
Satoshi Taoka
a0a1194682 Change a depend port from japanese/xemacs to japanese/xemacs-canna
because japanese/xemacs was removed

Submitted by:	asami
1999-12-01 00:06:44 +00:00
Satoshi Taoka
11bb8bae83 XEmacs can register info files in "M-x info" automatically.
So "install-info" does not need.
1999-10-01 00:10:40 +00:00
Satoshi Taoka
fc9552809a Create MANIFEST.lookup correctly 1999-09-29 07:32:29 +00:00
Satoshi Taoka
389deb119f Changed a lookup port for XEmacs to XEmacs's package style 1999-09-27 13:42:05 +00:00
Satoshi Asami
6c805fc586 No need to create ${PORTINFORDIR}/dir explicitly -- install-info does it for
you.

Besides, the check was incorrect, causing the dir file to be always wiped out!
1999-09-11 10:02:24 +00:00
Satoshi Taoka
08d46146a8 (1) taoka@infonets.hiroshima-u.ac.jp => taoka@FreeBSD.org
(2) We need install dir into ${PREFIX}/lib/xemacs/info for XEmacs
Obtained from:	http://bento.freebsd.org/errorlogs/
1999-09-08 15:21:53 +00:00
Satoshi Taoka
f66d62e12c A search interface on Emacsen from CD-ROM books, etc. 1999-09-06 12:34:46 +00:00