| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Wrists slapped by: knu, sheldon
Notes:
svn path=/head/; revision=31320
|
|
|
|
| |
Notes:
svn path=/head/; revision=31308
|
|
|
|
|
|
|
| |
Obtained from: bento
Notes:
svn path=/head/; revision=31307
|
|
|
|
|
|
|
| |
post-extract rule
Notes:
svn path=/head/; revision=31296
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
Notes:
svn path=/head/; revision=31272
|
|
|
|
|
|
|
|
| |
PR: 20150
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes:
svn path=/head/; revision=31221
|
|
|
|
|
|
|
|
| |
Inspired by: gehenna
Approved by: itojun (maintainer)
Notes:
svn path=/head/; revision=31204
|
|
|
|
|
|
|
|
|
| |
GNOME desktop.
Obtained from: http://www.gnome.org/
Notes:
svn path=/head/; revision=31201
|
|
|
|
|
|
|
|
| |
PR: ports/20242
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Notes:
svn path=/head/; revision=31196
|
|
|
|
|
|
|
|
| |
PR: ports/20243
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Notes:
svn path=/head/; revision=31193
|
|
|
|
|
|
|
|
| |
PR: ports/20244
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Notes:
svn path=/head/; revision=31192
|
|
|
|
| |
Notes:
svn path=/head/; revision=31191
|
|
|
|
|
|
|
| |
Pointy hat to: asami
Notes:
svn path=/head/; revision=31179
|
|
|
|
| |
Notes:
svn path=/head/; revision=31177
|
|
|
|
| |
Notes:
svn path=/head/; revision=31176
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
patch-cc (configure.in): Merged with patch-ch.
patch-af (src/unexfreebsd.c): Removed. Not used by this port.
patch-ca (src/Makefile.in): Removed. 5-CURRENT's and
4-STABLE's libtermcap -> libncurses symbolic link issues
are now well handled by vendor's src/s/freebsd.h.
Moved LIBS_XPG changes to patch-cb.
patch-cb (src/s/freebsd.h): Regenerate for emacs-20.7.
Update the conditional of enclosing the USE_XPG check
so as not to link libxpg4 on recently 5-CURRENT and
4-STABLE after the merge of libxpg4 into libc.
Added LIBS_XPG to LIBS_SYSTEM.
PR: ports/19653
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
Notes:
svn path=/head/; revision=31124
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Konqueror can load HTML documents, KOffice works semi-well, and KDE2 in
general seems less buggy. Only kdeutils was left out of this mega-update.
However, it should return soon. :-)
The massive reduction in patches is mostly the result of using perl
regex replacement. This reduces the amount of time it will take in the
future to upgrade these ports, and load on the repository.
QT 2.2.0beta0 (aka qt-copy) is officially enabled for the express
purpose of allowing KDE2 to compile. It is available in the qt22 port.
Additionally, GIF support is re-enabled in both Qt2 ports, so that
people can now read GIF images. GIF support is enabled through an
internal GIF reader in Qt, and requires no patented libraries. Special
effort was made to ensure that people do not install both qt21 and qt22
ports at the same time.
I'd like to take a moment to thank the following people for their help:
Alex Zepeda <jazepeda@pacbell.net>, Stephan Kulow <coolo@kde.org>, Harri
Porten <porten@kde.org>, Waldo Bastian <waba@kde.org>, Marc G. Fournier
<scrappy@hub.org>, Arun Sharma <adsharma@sharmas.dhs.org>, Matthias
Hoelzer-Kluepfel <mhk@caldera.de>, and many others. Over 150 hours of hard
work, testing, etc. were put into this update. Another couple hundred of
hours were spent by CPUs trying to compile this behemoth. :->
Special thanks to: Physics Computer Network @ Purdue staff, especially
C. Stephen Gunn <csg@physics.purdue.edu>, for giving
me access to an extremely fast machine for doing
test builds (it performed 12 full builds of the
entire suite in the last 7 days).
PR: 18838
Submitted by: Arun Sharma <adsharma@sharmas.dhs.org>
Approved by: imura, asami
Notes:
svn path=/head/; revision=31093
|
|
|
|
|
|
|
|
| |
PR: 20237
Submitted by: maintainer
Notes:
svn path=/head/; revision=31077
|
|
|
|
| |
Notes:
svn path=/head/; revision=31060
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patch patch-al was obsoleted by a change in the target file.
Except for one minor change in PLIST the submitted patch worked
without errors. Excellent !
Submitted by: kiri@pis.toba-cmt.ac.jp
Notes:
svn path=/head/; revision=31035
|
|
|
|
|
|
|
|
|
|
|
| |
gate is a simple and unobtrusive line-oriented text editor.
PR: 19905
Submitted by: Christopher N. Harrell <cnh@ivmg.net>
Reviewed by: sobomax
Notes:
svn path=/head/; revision=30930
|
|
|
|
|
|
|
|
|
| |
be present. Since our Python port is built with threads support, Vim will
also need to be built with -pthreads but there is a build problem with
-pthreads set.
Notes:
svn path=/head/; revision=30919
|
|
|
|
|
|
|
| |
correctly determines if it is needed (and isn't in FreeBSD 4.1 and later)
Notes:
svn path=/head/; revision=30909
|
|
|
|
|
|
|
| |
accidetnly readded Python) until I can make Vim link properly with -ptheads)
Notes:
svn path=/head/; revision=30908
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Notes:
svn path=/head/; revision=30901
|
|
|
|
|
|
|
| |
Submitted by: shige
Notes:
svn path=/head/; revision=30900
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(2) Now it is not necessary to exist a file "info/dir"
when install-info is executed.
By (1) and (2), I removed the next line:
[ -f %D/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/info/dir
from PLIST or Makefile
CV: ----------------------------------------------------------------------
Notes:
svn path=/head/; revision=30867
|
|
|
|
| |
Notes:
svn path=/head/; revision=30838
|
|
|
|
| |
Notes:
svn path=/head/; revision=30833
|
|
|
|
|
|
|
|
| |
the release to ship with it if DavidO can't get to it. (DavidO will
cvs add the files back when he solves the problem that's holding him back.)
Notes:
svn path=/head/; revision=30793
|
|
|
|
|
|
|
|
|
|
|
| |
* Use ${FILESDIR} where appropriate.
* Include dependency on Xlib.
* Add ability to install documentation.
* Install config files under ${PREFIX}/etc rather than ${PREFIX}/lib.
* Install config file compiler.
Notes:
svn path=/head/; revision=30743
|
|
|
|
|
|
|
|
|
|
| |
Texinfo.el is a major mode elisp for editing Texinfo files.
Texinfmt.el is for formatting Texinfo files into Info files.
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
Notes:
svn path=/head/; revision=30732
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
editors/flim-xemacs21-mule-current
editors/semi-xemacs21-mule
editors/semi-xemacs21-mule-current
editors/wemi-xemacs21-mule
editors/wemi-xemacs21-mule-current
mail/wanderlust-xemacs21-mule
print/yatex-xemacs-mule
The above ports' dependencies were fixed.
Notes:
svn path=/head/; revision=30731
|
|
|
|
| |
Notes:
svn path=/head/; revision=30729
|
|
|
|
|
|
|
| |
editors/xemacs-sumo-packages port is obsolete.
Notes:
svn path=/head/; revision=30728
|
|
|
|
|
|
|
|
|
| |
get this port to build correctly again with HAVE_GTK=t.
PR: 19893
Notes:
svn path=/head/; revision=30708
|
|
|
|
|
|
|
| |
are currently blocking the INDEX build.
Notes:
svn path=/head/; revision=30707
|
|
|
|
|
|
|
|
| |
PR: ports/19522
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes:
svn path=/head/; revision=30701
|
|
|
|
|
|
|
|
| |
Pointed out: asami
Fixed: OKAZAKI Tetsurou <okazaki@be.to>
Notes:
svn path=/head/; revision=30674
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the port to use the new one - xemacs-21.1.10a.tar.gz.
There are no changes to the source caused by this; only empty
directories which were made by the old version were removed.
Change PLIST to reflect removal of the directories. Since
xemacs/site-lisp is no longer created by the installation, make
the directory in Makefile.
Add patch-an to fix a bug in lisp/package-get.el caused by mishandling
of md5 package checksums.
PR: 19855
Submitted by: Vivek Khera (PR), TAOKA Satoshi (patch - partly used),
Mr. Kiriyama (patch-an)
Notes:
svn path=/head/; revision=30590
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
xemacs-additional-packages
xemacs-basic-mule-packages
xemacs-comm-packages
xemacs-games-packages
xemacs-libs-packages
xemacs-oa-packages
xemacs-prog-packages
xemacs-wp-packages
xemacs21-sumo
Removed the blow ports:
xemacs-mule-sumo-packages
xemacs-sumo-packages
Notes:
svn path=/head/; revision=30569
|
|
|
|
|
|
|
|
|
|
|
| |
Rearrange xemacs mule packages
PR: 19021
PR: 19023
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Notes:
svn path=/head/; revision=30568
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The SUMO package is partitioned into these ports:
xemacs-comm-packages
xemacs-games-packages
xemacs-libs-packages
xemacs-oa-packages
xemacs-packages
xemacs-prog-packages
xemacs-wp-packages
PR: 18979
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Notes:
svn path=/head/; revision=30566
|
|
|
|
| |
Notes:
svn path=/head/; revision=30548
|
|
|
|
| |
Notes:
svn path=/head/; revision=30547
|
|
|
|
|
|
|
|
| |
Depend on xemacs-packages instead of xemacs-sumo-packages
because of rearrangement for xemacs emacs-lisp packages.
Notes:
svn path=/head/; revision=30546
|
|
|
|
|
|
|
| |
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
Notes:
svn path=/head/; revision=30529
|
|
|
|
| |
Notes:
svn path=/head/; revision=30528
|
|
|
|
| |
Notes:
svn path=/head/; revision=30525
|
|
|
|
| |
Notes:
svn path=/head/; revision=30524
|