Commit Graph

1851 Commits

Author SHA1 Message Date
Pete Fritchman
c804805778 Fix a problem with auto{conf,make}: some build magic was introduced to
make sure that the "autoconf" and "automake" binaries KDE looked for were
found and were autoconf213 and automake14 (as there are issues with the
latest versions), but the logic in setting $PATH was wrong.  This puts
${WRKSRC}/auto-bin before the rest of the users $PATH.  This fixes KDE
auto* problems if automake14 and automake-1.5 are both installed.

PR:		32512
Submitted by:	Alan Eldridge <alane@geeksrus.net>
Approved by:	will
2001-12-08 14:10:04 +00:00
Patrick Li
9cbda8411a Update to 2.4
PR:		32515
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-12-08 03:34:14 +00:00
Shigeyuki Fukushima
0a79545d86 Apply linespace patch (taoka).
Apply dired.el patch (yoichi).

Submitted by:	taoka, yoichi
2001-12-07 12:58:20 +00:00
Shigeyuki Fukushima
c8d0e74359 Apply linespace patch (taoka).
Apply dired.el patch (yoichi).

Submitted by:	taoka, yoichi
2001-12-07 12:37:34 +00:00
Shigeyuki Fukushima
a1da643a6d Oops! PORTREVISION bump ;) 2001-12-06 17:50:26 +00:00
Shigeyuki Fukushima
b184ed7245 Byte-compile mule.el by mule-20.7 itself.
And dump emacs(mule-20.7) with using new-byte-compiled mule.elc.
2001-12-06 17:31:46 +00:00
MANTANI Nobutaka
b0eea5e5bd Set ALL_TARGET=bootstrap to byte-compile patched elisp files.
Add WITHOUT_XIM and WITHOUT_MENUBAR_FONTSET switch.
Make dired output in Japanese locale the same as FreeBSD ls.

Submitted by:	kuriyama, yoichi
Reviewed by:	knu
2001-12-06 12:29:41 +00:00
David E. O'Brien
86b719e067 Fix a minor quoting bug triggered by:
(cd /usr/ports/editors/vim ; make -DNO_GUI )

Submitted by:	yjchou@linux.cis.nctu.edu.tw
2001-12-06 00:05:34 +00:00
Will Andrews
1d206a3483 Upgrade KDE to 2.2.2:
* General:
 	- Support for objprelink.
 	- Hack for autoconf 2.13/automake 1.4.  Note that we can't use
	  the standard USE_AUTO* because they change things in work/*;
	  KDE has its own way of doing that.
 	- Light cleanup of extra dirs in the PLISTs provided by
	   my mkplistpkg[1] script.
 	- Speedups of both compile and runtime through the usage of
	  --disable-debug and --enable-final.  The latter did not work
	  with the kdemultimedia package, unfortunately.
	- Patch updates.
 * audio/kdemultimedia2:
	- Patch to fix KSCD on FreeBSD[2].  It works very well now.
 * deskutils/kdepim:
 	- Enable kpilot[3].  Pull in the latest pilot-link stuff.
 * devel/kdesdk,
 * devel/kdevelop:
 	- No specific changes.
 * devel/qt-designer:
 	- Make this port depend almost entirely on qt23 to make it more
	  maintainable, so I don't have to keep hacking the patches to
	  get them to apply.
 * editors/koffice,
 * games/kdegames,
 * graphics/kdegraphics:
 	- No specific changes.
 * misc/kdeaddons:
	- SDL is required now.  Cull SDL PLIST_SUB and such.
	- Fix breakage from hardcoding "sdl-config".
 * misc/kdeutils2:
	- Fix problem with klaptopdaemon[4] where it didn't properly
	  display the battery time.  This patch is untested, but applied.
 * net/kdenetwork2:
	- Fix DCC for KSIRC[5].
	- Remove ktalkd from the build.  It requires some weird thing
	  in the configure script that I don't have time to look at.
 * sysutils/kdeadmin:
	- No specific changes.
 * textproc/kdoc:
	- Remove bogus requirement that kdoc requires Perl 5.6.0; it sure
	  seems to operate fine with >= 5.005.  But I'll let time tell.
 * www/quanta:
	- No specific changes (--disable-debug support only).
 * x11/kde2:
	- No specific changes.
 * x11/kdebase2:
	- Fix ksysguard compile by merging the files from the HEAD branch
	  of KDE CVS that were missing at release time for FreeBSD[6].  :\
 * x11/kdelibs2:
	- Recognize CUPS' spinoff[7].
	- Add libxslt dependency since it was removed from kdelibs.
	- Fix libxml compile problems[8] (accomplished by upgrading).
	- Remove libkformula from port Makefile; this library has been
	  spun off into koffice.
	- Fix mode problems with DCOP[9].  This allows you to save files
	  properly.  It also seems to be a FreeBSD specific problem.
	- Fix bashisms in kdeprint/imagetops script[10].
 * x11-clocks/kdetoys2:
 	- No specific changes.
 * x11-toolkits/qt23:
	- Do NOT upgrade to QT 2.3.2[11].
	- Allow devel/qt-designer to depend on this port entirely for the
	  patches by adding a perlre to accomplish this.
 * x11-wm/kdeartwork:
	- No specific changes.

Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out!

[1]  http://freebsd.kde.org/;
     http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg
[2]  Submitted by:	Matthew Holmes <matt@speakeasy.net>
[3]  PR:		31914
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[4]  PR:		28475
     Submitted by:	Arun Sharma <arun@sharmas.dhs.org>
[5]  Submitted by:	Luc Morin <luc_m@videotron.ca>
[6]  Found at:	http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/
[7]  PR:		32321
     Reported by:	gad
     Submitted by:	James A. Halstead <jah4007@cs.rit.edu>
[8]  PR:		32055
     Reported by:	William Richard <wrichard@trivalley.com>, others
[9]  PR:		31629
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[10] PR:		32358
     Submitted by:	Alexander N. Kabaev <ak03@gte.com>
[11] PR:		31809
     Requested by:	Nathan Ahlstrom <nrahlstr@winternet.com> (denied)
[12] http://freebsd.kde.org/contact.shtml;
     http://lists.csociety.org/pipermail/kde-freebsd;
     http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 03:47:18 +00:00
Shigeyuki Fukushima
12e9b43eb7 Inactivate:
wemi-emacs
  wemi-emacs-current
  wemi-emacs20
  wemi-emacs20-current
  wemi-mule
  wemi-mule-current
  wemi-xemacs21-mule
  wemi-xemacs21-mule-current
2001-12-03 16:07:45 +00:00
Shigeyuki Fukushima
d6320657a8 Stop to support wemi. 2001-12-03 16:06:31 +00:00
Shigeyuki Fukushima
271e3b647c Remove: we don't need this port now, because there is a semi-emacs20 port.
In the future when semi-1.14.x is old, if we still require this
version of semi, we may need semi114 master port and its slave
port, semi114-emacs20.
2001-12-03 16:00:33 +00:00
Shigeyuki Fukushima
91e4dde2ee Activate:
semi
  semi-emacs20 (delete comment)
  semi-xemacs21-mule (delete comment)
  semi113
  semi113-emacs19
Inactivate:
  semi113-emacs
2001-12-03 15:58:35 +00:00
Shigeyuki Fukushima
9b595a9bae New master/slave scheme for flim-1.13.x(old version) ports.
Update master port to emacs21.
Update slave ports to stub port:
  flim113-emacs20, flim113-mule, flim113-xemacs21-mule.
Remove slave ports:
  flim113-emacs.
Add slave stub ports:
  flim113-emacs19 for emacs-19.x ports.
Install el/elc files to version specific site-lisp directory.
Change some style.
2001-12-03 15:50:49 +00:00
Shigeyuki Fukushima
88bf41c9fc New master/slave scheme for semi-1.14.x ports.
Update master port to emacs21.
Update slave ports to stub port: semi-emacs20, semi-xemacs21-mule.
Does not support semi-emacs(19) and semi-mule for semi-1.14.x or later.
Change some style.
2001-12-03 15:17:41 +00:00
Satoshi Taoka
b7140f0c1e Update distfiles
from emacs-19.34b.tar.gz + mule-23-1934-alpha01.diff.gz
  to mule-2.3-19.34.tar.gz

Notice: the current distfile was modified slightly
        (in src/indent.c)
2001-12-03 14:02:22 +00:00
Satoshi Taoka
5aef6d7486 Unbreak (a problem occurs by the modification of bsd.port.mk rev 1.379)
Fix for mule*wnn7 ports

Submitted by: motoyuki
2001-12-03 13:42:53 +00:00
Jun Kuriyama
20d7bfd951 Add master port of psgml-* variant as editors/psgml (default is emacs21).
Add editors/psgml-emacs19 stub for emacs19.
Modify to use new location of master port on each variants.

Approved by:	maintainer
Repocopied by:	joe
2001-12-03 09:51:27 +00:00
David E. O'Brien
0ccc5f6f03 Add a Vietnamese VIQR input mapping. 2001-12-03 07:13:35 +00:00
Jun Kuriyama
5bab2144e5 Upgrade to 1.2.3.
Approved by:	maintainer
2001-12-03 05:26:03 +00:00
Steve Price
9ea8660d5f Add ports and comment some out to get 'make index' working again.
Reviewed by:	portmgr
2001-12-02 23:39:41 +00:00
Yoichi NAKAYAMA
32b78c7c52 Add eshell for emacs20, shell implemented in emacs lisp.
Reviewed by:	knu(mentor)
2001-12-02 15:34:28 +00:00
Shigeyuki Fukushima
d8000cd312 Fix {apel,flim}-setupel.el. 2001-12-01 21:37:48 +00:00
Shigeyuki Fukushima
753e8ef712 Inactivate:
semi-emacs
  semi-emacs-current
  semi-emacs20-current
  semi-mule
  semi-mule-current
  semi-xemacs21-mule-current
2001-12-01 21:16:20 +00:00
Shigeyuki Fukushima
019d85a7b2 Remove semi-emacs, semi-mule ports.
Remove semi-*-current ports.

PR:		ports/32171
Submitted by:	Vivek Khera <khera@kciLink.com>
2001-12-01 21:14:28 +00:00
Shigeyuki Fukushima
3beba62bef Add flim113-emacs19 stub slave port. 2001-12-01 21:01:09 +00:00
Shigeyuki Fukushima
ab88a0c1c0 Add apel-emacs19 stub slave port. 2001-12-01 20:57:50 +00:00
Shigeyuki Fukushima
69542b005f Remove: we don't need this port now, because there is a flim-emacs20 port.
In the future when flim-1.14.x is old, if we still require this
version of flim, we may need flim114 master port and its slave
port, flim114-emacs20.
2001-12-01 20:50:45 +00:00
Shigeyuki Fukushima
7d041fb702 Inacrivate: flim113-emacs.
Activate: flim, flim-emacs20, flim-xemacs21-mule, flim113.
2001-12-01 20:45:33 +00:00
Shigeyuki Fukushima
ee0a162557 New master/slave scheme for flim-1.13.x(old version) ports.
Update master port to emacs21.
Update slave ports to stub port:
  flim113-emacs20, flim113-mule, flim113-xemacs21-mule.
Remove flim113-emacs.
I'll addport flim113-emacs19 stub(slave) port as emacs19 ports.
Install el/elc files to version specific site-lisp directory.
Change some style.
2001-12-01 20:42:51 +00:00
Shigeyuki Fukushima
2bda9c1038 New master/slave scheme for flim-1.14.x ports.
Update master port to emacs21.
Update slave ports to stub port: flim-emacs20.
Newly support flim-xemacs21-mule stub port.
Does not support flim-emacs and flim-mule for flim-1.14.x or later.
Change some style.
2001-12-01 20:06:27 +00:00
Shigeyuki Fukushima
9ab816c8bf Remove flim-*-current ports.
PR:		ports/32171
Submitted by:	Vivek Khera <khera@kciLink.com>
2001-12-01 19:10:28 +00:00
Shigeyuki Fukushima
1041293653 Inactivate and Remove editors/apel-emacs.
Activate editors/apel.
2001-12-01 18:22:09 +00:00
Shigeyuki Fukushima
a3293c9e6b Oops. Change the position of PORTCLASS directive. 2001-12-01 18:04:29 +00:00
Shigeyuki Fukushima
66fe059946 Update to stub(slave) port.
Remove pkg-* in the slave ports.
2001-12-01 17:57:09 +00:00
Shigeyuki Fukushima
81b4e84160 New master/slave scheme.
Update to emacs21.
Install el/elc files to version specific site-lisp directory.
Change some style.
2001-12-01 17:37:04 +00:00
Shigeyuki Fukushima
74b266cbe0 Remove this port. Already inactivated. 2001-12-01 15:59:01 +00:00
Ying-Chieh Liao
d2613bad89 oops... forget to add this file in the last commit 2001-11-28 20:56:15 +00:00
Ying-Chieh Liao
84e710a152 upgrade to 1.1.5
handle gnome correctly
2001-11-28 20:55:42 +00:00
Ying-Chieh Liao
274b4872ab - Support CC/CFLAGS/PREFIX proeprly
- Remove version string from pkg-comment
bump port revision

PR:		32217
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-11-23 17:39:18 +00:00
Maxim Sobolev
5648d6842e Update to 0.9.5. 2001-11-23 15:35:58 +00:00
Jason Evans
1e4be5a0de Use ${MASTER_SITE_SOURCEFORGE} rather than a URL.
Submitted by:	obrien
2001-11-21 06:13:49 +00:00
Mario Sergio Fujikawa Ferreira
72dab870f3 Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:49:34 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
Mario Sergio Fujikawa Ferreira
f391b4f79e WWW tag should contain a valid URI. Rewrite tag appropriatly 2001-11-20 23:00:22 +00:00
Mario Sergio Fujikawa Ferreira
3c7443d83b Style police: remove trailing space in WWW tag 2001-11-20 22:33:58 +00:00
Maxim Sobolev
1a5f63a5b6 Update to 1.1.12. 2001-11-19 11:51:47 +00:00
Mark Pulford
fc3ea0f08c Updated to 3.1.4. 2001-11-18 04:33:05 +00:00
Ying-Chieh Liao
0b4f7abe40 upgrade to 5.3.0
PR:		32050
Submitted by:	Ports Fury
2001-11-17 10:24:59 +00:00
Jun Kuriyama
cacd966dd8 Fix to make vc-backup file only if vc-make-backup-files is t.
Use (make-backup-file-name-1) to reflect backup-directory-alist in vc-mode.
2001-11-17 03:41:07 +00:00