| non port: editors/emacs/Makefile |
|
CVSWeb
|
Number of commits found: 34 |
|
Fri, 14 Nov 2008
|
[ 13:00 pav ]
1.81 editors/emacs/Makefile
- Do not explicitly set LATEST_LINK to the default value. Slave ports need to
be able to override this.
|
|
Mon, 10 Nov 2008
|
[ 22:30 bsam ]
1.80 editors/emacs/Makefile
1.74 Mk/bsd.emacs.mk
1.14 editors/emacs/distinfo
1.4 editors/emacs/files/patch-Makefile.in
1.2 editors/emacs/files/patch-lispintro-Makefile.in
1.2 editors/emacs/files/patch-lispref-Makefile.in
1.2 editors/emacs/files/patch-src__alloc.c
1.28 editors/emacs/pkg-plist
. update to version 22.3 (includes a security fix in the way Emacs
interacts with Python);
. change EMACS_VER at bsd.emacs.mk.
While I'm here: remove old PORTREVISION.
PR: 127168
Submitted by: keramida (maintainer)
|
|
Thu, 21 Aug 2008
|
[ 07:18 rafan ]
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile
(Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
|
Fri, 6 Jun 2008
|
[ 14:25 edwin ]
1.12 editors/MathPlanner/Makefile
1.3 editors/abiword-docs/Makefile
1.4 editors/abiword-extras/Makefile
1.34 editors/abiword-plugins/Makefile
1.130 editors/abiword/Makefile
1.45 editors/apel/Makefile
1.31 editors/bitmap/Makefile
1.23 editors/bless/Makefile
1.30 editors/code-browser/Makefile
1.5 editors/codeeditor/Makefile
(Only the first 10 of 95 ports in this commit are shown above. )
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)
|
|
Tue, 3 Jun 2008
|
[ 15:36 bsam ]
1.77 editors/emacs/Makefile
1.637 UPDATING
1.73 Mk/bsd.emacs.mk
1.13 editors/emacs/distinfo
1.2 editors/emacs/files/patch-configure
1.2 editors/emacs/files/patch-src-gmalloc.c
1.27 editors/emacs/pkg-plist
- Update editors/emacs to 22.2.
- Change bsd.emacs.mk accordingly.
- Fix comment about emacs-devel in bsd.emacs.mk.
- Some lisp directories are changed, add a note to UPDATING.
PR: 122783
Submitted by: KIMURA Yasuhiro <yasu at utahime.org>
Approved by: keramida (maintainer timeout, 6 weeks)
|
|
Thu, 15 May 2008
|
[ 00:58 edwin ]
1.76 editors/emacs/Makefile
1.1 editors/emacs/files/patch-configure
1.2 editors/emacs/files/patch-emacs-arm
As pointed out by mjl @ #bsdports: The patch I commited was a patch
on itself. Extracted the patch and recommit it.
PR: ports/120370
|
|
Mon, 12 May 2008
|
[ 01:57 edwin ]
1.75 editors/emacs/Makefile
1.1 editors/emacs/files/patch-emacs-arm
[patch] editors/emacs build on arm
PR: ports/120370
Submitted by: Matthew Luckie <mjl@luckie.org.nz>
Approved by: Giorgos Keramidas <keramida@ceid.upatras.gr>
|
|
Sat, 19 Apr 2008
|
[ 18:56 miwi ]
1.2 www/helixplugin/files/BSDmakefile
1.2 x11/gpctool/files/BSDmakefile
1.4 japanese/kanji18/files/DEINSTALL.tmpl
1.4 japanese/kanji26/files/DEINSTALL.tmpl
1.4 cad/cider/files/FreeBSD
1.2 audio/festival+OGI/files/FreeBSD.mak
1.3 japanese/kanji18/files/INSTALL.tmpl
1.3 japanese/kanji26/files/INSTALL.tmpl
1.64 accessibility/at-spi/Makefile
1.43 accessibility/dasher/Makefile
(Only the first 10 of 2842 ports in this commit are shown above. )
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
|
Tue, 9 Oct 2007
|
[ 00:29 keramida ]
1.73 editors/emacs/Makefile
1.1 editors/emacs/files/patch-src-gmalloc.c
Port the gmalloc.c allocator from the CVS trunk of Emacs.
This includes various enhancements and fixes, including a
serious bug caused by using gmalloc's allocation and free
functions and the system version of posix_memalign().
PR: ports/114993
Submitted by: Gardner Bell
Reviewed by: pav
|
|
Thu, 27 Sep 2007
|
[ 07:16 pav ]
1.72 editors/emacs/Makefile
- Kill packaged info files, they are splitted. We need to generate our own,
non-splitted, from texinfo.
PR: ports/115209
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
Approved by: maintainer timeout (keramida; 7 weeks)
|
|
Tue, 24 Jul 2007
|
[ 16:10 rafan ]
1.40 audio/libao/Makefile
1.71 editors/emacs/Makefile
1.23 math/calcoo/Makefile
1.7 math/tablix/Makefile
1.2 multimedia/recordmydesktop/Makefile
1.24 net/cyphesis/Makefile
1.20 security/nettle/Makefile
1.13 sysutils/fusefs-ntfs/Makefile
1.3 sysutils/ldapvi/Makefile
1.11 sysutils/metalog/Makefile
(Only the first 10 of 12 ports in this commit are shown above. )
- Remove --mandir and --infodir from CONFIGURE_ARGS. They are now default
in bsd.port.mk.
Tested with: my tinderbox on i386 6
Approved by: portmgr
|
|
Mon, 16 Jul 2007
|
[ 18:06 nobutaka ]
1.70 editors/emacs/Makefile
1.12 editors/emacs/distinfo
1.3 editors/emacs/files/patch-Makefile.in
1.4 editors/emacs/files/patch-configure.in
1.2 editors/emacs/files/patch-lib-src:Makefile.in
1.2 editors/emacs/files/patch-lib-src:movemail.c
1.2 editors/emacs/files/patch-lisp:vc-hooks.el
1.2 editors/emacs/files/patch-lisp_dired.el
1.1 editors/emacs/files/patch-lispintro-Makefile.in
1.1 editors/emacs/files/patch-lispref-Makefile.in
(Only the first 10 of 26 ports in this commit are shown above. )
Update to 22.1.
Hand over maintainership to keramida.
|
|
Sat, 19 May 2007
|
[ 21:32 flz ]
1.5 x11-servers/xorg-server-snap/files/BSD.x11-xorg.dist
1.1364 MOVED
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.51 accessibility/atk/Makefile
1.37 accessibility/dasher/Makefile
1.60 accessibility/gail/Makefile
1.41 accessibility/gnome-mag/Makefile
1.35 accessibility/gnopernicus/Makefile
1.35 accessibility/gok/Makefile
(Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
Thu, 3 May 2007
|
[ 18:15 nobutaka ]
1.68 editors/emacs/Makefile
1.61 editors/emacs19/Makefile
1.108 editors/xemacs-devel/Makefile
1.104 editors/xemacs/Makefile
Add emacs-22.* to CONFLICTS.
PR: ports/111814
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
|
|
Sun, 12 Nov 2006
|
[ 02:50 nobutaka ]
1.67 editors/emacs/Makefile
Change PATCH_SITES.
|
|
Sun, 18 Dec 2005
|
[ 13:39 nobutaka ]
1.66 editors/emacs/Makefile
Remove emacs20 from CONFLICTS.
PR: ports/90475
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
|
|
Thu, 8 Dec 2005
|
[ 17:01 nobutaka ]
1.65 editors/emacs/Makefile
1.2 editors/emacs/files/patch-Makefile.in
1.25 editors/emacs/pkg-plist
- Add .info suffix to filename of info files.
- Use INFO macro.
Requested by: edwin
|
|
Tue, 15 Nov 2005
|
[ 06:52 ade ]
1.48 accessibility/at-spi/Makefile
1.26 accessibility/dasher/Makefile
1.45 accessibility/gail/Makefile
1.29 accessibility/gnomemag/Makefile
1.16 accessibility/gnomespeech/Makefile
1.23 accessibility/gok/Makefile
1.13 arabic/katoob/Makefile
1.20 archivers/arj/Makefile
1.10 archivers/dpkg/Makefile
1.27 archivers/libcomprex/Makefile
(Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
|
Mon, 5 Sep 2005
|
[ 16:15 nobutaka ]
1.63 editors/emacs/Makefile
1.1 editors/emacs/files/patch-src:xterm.c
Fix build error.
PR: ports/85508
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
|
|
Sun, 15 May 2005
|
[ 16:32 nobutaka ]
1.62 editors/emacs/Makefile
Disable optimization on ia64 to avoid elisp processing errors.
Submitted by: yoichi
|
|
Fri, 6 May 2005
|
[ 19:35 nobutaka ]
1.61 editors/emacs/Makefile
Bump PORTREVISION to reflect changes in rev. 1.59 in package building.
Pointed out by: yoichi
|
[ 09:56 jylefort ]
1.60 editors/emacs/Makefile
Add CONFLICTS variable, since this port conflicts with other
emacs/xemacs ports.
Approved by: nobutaka (maintainer)
|
|
Thu, 5 May 2005
|
[ 18:22 nobutaka ]
1.59 editors/emacs/Makefile
Replace -O(2|3|s) CFLAGS with -O on ia64 for a workaround to fix elisp
processing errors.
PR: ports/75832
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Fix submitted by: yoichi
|
|
Tue, 12 Apr 2005
|
[ 04:26 obrien ]
1.10 archivers/advancecomp/Makefile
1.17 archivers/arj/Makefile
1.14 archivers/cabextract/Makefile
1.14 archivers/dact/Makefile
1.3 archivers/dynamite/Makefile
1.11 archivers/gzip/Makefile
1.12 archivers/lzop/Makefile
1.3 archivers/orange/Makefile
1.5 archivers/par2cmdline/Makefile
1.44 archivers/star/Makefile
(Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
|
Mon, 11 Apr 2005
|
[ 09:04 obrien ]
1.9 archivers/advancecomp/Makefile
1.15 archivers/arj/Makefile
1.13 archivers/cabextract/Makefile
1.13 archivers/dact/Makefile
1.2 archivers/dynamite/Makefile
1.10 archivers/gzip/Makefile
1.11 archivers/lzop/Makefile
1.2 archivers/orange/Makefile
1.4 archivers/par2cmdline/Makefile
1.42 archivers/star/Makefile
(Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
Wed, 2 Mar 2005
|
[ 15:05 nobutaka ]
1.56 editors/emacs/Makefile
1.1 editors/emacs/files/patch-src:xterm.h
Fix problems with AltGr-Modifier on several keyboards.
PR: ports/78209
Submitted by: Kay Lehmann <kay_lehmann@web.de>
|
|
Mon, 14 Feb 2005
|
[ 15:32 nobutaka ]
1.55 editors/emacs/Makefile
1.1 editors/emacs/files/patch-lib-src:movemail.c
Fix format string vulnerability in the movemail utility.
Security: CAN-2005-0100
Security:
http://www.vuxml.org/freebsd/3e3c860d-7dae-11d9-a9e7-0001020eed82.html
Security: Malicious POP3 servers can execute arbitrary code.
|
|
Mon, 24 May 2004
|
[ 15:11 nobutaka ]
1.54 editors/emacs/Makefile
1.2 editors/emacs/files/patch-src:process.c
Enable interruption with C-g key while opening network connection.
PR: ports/65910
Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
|
|
Sun, 21 Mar 2004
|
[ 07:38 kris ]
1.380 MOVED
1.6 devel/pcl-cvs-emacs/Makefile
1.29 devel/swarm/Makefile
1.279 editors/Makefile
1.8 editors/custom-emacs/Makefile
1.53 editors/emacs/Makefile
1.20 editors/emacs21/Makefile
1.7 editors/leim21/Makefile
1.28 japanese/emacs21-emcws/Makefile
1.30 lang/logo/Makefile
(Only the first 10 of 65 ports in this commit are shown above. )
Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21. Retire the editors/emacs21 port.
PR: ports/24983
|
|
Wed, 25 Feb 2004
|
[ 10:34 kris ]
1.52 editors/emacs/Makefile
BROKEN on !i386 5.x: Does not compile
|
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ]
1.29 accessibility/at-spi/Makefile
1.35 accessibility/atk/Makefile
1.7 accessibility/dasher/Makefile
1.26 accessibility/gail/Makefile
1.8 accessibility/gnomemag/Makefile
1.5 accessibility/gnomespeech/Makefile
1.6 accessibility/gnopernicus/Makefile
1.10 accessibility/gok/Makefile
1.7 accessibility/linux-atk/Makefile
1.2 arabic/katoob/Makefile
(Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
|
Wed, 24 Sep 2003
|
[ 10:37 osa ]
1.3 audio/adpcm/Makefile
1.15 audio/ecasound/Makefile
1.19 audio/sidplay/Makefile
1.39 audio/xmcd/Makefile
1.8 audio/xmms-musepack/Makefile
1.16 audio/xmradio/Makefile
1.10 benchmarks/dbs/Makefile
1.40 benchmarks/iozone/Makefile
1.21 benchmarks/netperf/Makefile
1.4 biology/dna-qc/Makefile
(Only the first 10 of 143 ports in this commit are shown above. )
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
|
|
Thu, 20 Feb 2003
|
[ 17:12 knu ]
1.2 editors/MathPlanner/Makefile
1.12 editors/axe/Makefile
1.8 editors/elvis/Makefile
1.7 editors/em/Makefile
1.49 editors/emacs/Makefile
1.58 editors/emacs20/Makefile
1.9 editors/gmanedit/Makefile
1.11 editors/gnuserv/Makefile
1.10 editors/hexcurse/Makefile
1.8 editors/hte/Makefile
(Only the first 10 of 51 ports in this commit are shown above. )
De-pkg-comment.
|
|
Mon, 1 Jan 2001
|
[ 10:15 will ]
unknown www/netscape4-communicator/.
unknown archivers/unzip/Makefile
unknown archivers/zip/Makefile
unknown databases/db3/Makefile
unknown databases/gnats/Makefile
unknown databases/mysql322-server/Makefile
unknown databases/mysql323-server/Makefile
unknown databases/p5-Mysql/Makefile
unknown databases/postgresql7/Makefile
unknown deskutils/gcal/Makefile
(Only the first 10 of 52 ports in this commit are shown above. )
Goodbye, YEAR2000. Hello, 2001.
|
Number of commits found: 34 |