summaryrefslogtreecommitdiff
path: root/editors/emacs23 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Do not explicitly set LATEST_LINK to the default value. Slave ports need toPav Lucistnik2008-11-141-2/+0
| | | | | | | be able to override this. Notes: svn path=/head/; revision=222836
* . update to version 22.3 (includes a security fix in the way EmacsBoris Samorodov2008-11-107-35/+45
| | | | | | | | | | | | | interacts with Python); . change EMACS_VER at bsd.emacs.mk. While I'm here: remove old PORTREVISION. PR: 127168 Submitted by: keramida (maintainer) Notes: svn path=/head/; revision=222705
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Update editors/emacs to 22.2.Boris Samorodov2008-06-035-623/+25
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=214251
* As pointed out by mjl @ #bsdports: The patch I commited was a patchEdwin Groothuis2008-05-143-15/+11
| | | | | | | | | on itself. Extracted the patch and recommit it. PR: ports/120370 Notes: svn path=/head/; revision=213071
* [patch] editors/emacs build on armEdwin Groothuis2008-05-122-1/+15
| | | | | | | | | PR: ports/120370 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Approved by: Giorgos Keramidas <keramida@ceid.upatras.gr> Notes: svn path=/head/; revision=212939
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+3
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* Port the gmalloc.c allocator from the CVS trunk of Emacs.Giorgos Keramidas2007-10-082-1/+607
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=201125
* - Kill packaged info files, they are splitted. We need to generate our own,Pav Lucistnik2007-09-271-0/+4
| | | | | | | | | | | non-splitted, from texinfo. PR: ports/115209 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Approved by: maintainer timeout (keramida; 7 weeks) Notes: svn path=/head/; revision=200161
* - Remove --mandir and --infodir from CONFIGURE_ARGS. They are now defaultRong-En Fan2007-07-241-2/+0
| | | | | | | | | | in bsd.port.mk. Tested with: my tinderbox on i386 6 Approved by: portmgr Notes: svn path=/head/; revision=196216
* Update to 22.1.MANTANI Nobutaka2007-07-1626-2358/+2769
| | | | | | | Hand over maintainership to keramida. Notes: svn path=/head/; revision=195755
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Add emacs-22.* to CONFLICTS.MANTANI Nobutaka2007-05-031-1/+1
| | | | | | | | PR: ports/111814 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Notes: svn path=/head/; revision=191486
* Change PATCH_SITES.MANTANI Nobutaka2006-11-121-1/+1
| | | | Notes: svn path=/head/; revision=177072
* SHA256ify (manually updated and checked)Edwin Groothuis2006-01-221-0/+3
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154150
* Remove emacs20 from CONFLICTS.MANTANI Nobutaka2005-12-181-1/+1
| | | | | | | | PR: ports/90475 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Notes: svn path=/head/; revision=151485
* - Add .info suffix to filename of info files.MANTANI Nobutaka2005-12-083-81/+27
| | | | | | | | | - Use INFO macro. Requested by: edwin Notes: svn path=/head/; revision=150676
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Fix build error.MANTANI Nobutaka2005-09-052-1/+43
| | | | | | | | PR: ports/85508 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Notes: svn path=/head/; revision=142000
* Add powerpc support.MANTANI Nobutaka2005-07-151-3/+4
| | | | | | | | PR: ports/83074 Submitted by: Dario Freni <saturnero@freesbie.org> Notes: svn path=/head/; revision=139280
* Disable optimization on ia64 to avoid elisp processing errors.MANTANI Nobutaka2005-05-151-2/+2
| | | | | | | Submitted by: yoichi Notes: svn path=/head/; revision=135291
* Bump PORTREVISION to reflect changes in rev. 1.59 in package building.MANTANI Nobutaka2005-05-061-1/+1
| | | | | | | Pointed out by: yoichi Notes: svn path=/head/; revision=134727
* Add CONFLICTS variable, since this port conflicts with otherJean-Yves Lefort2005-05-061-0/+4
| | | | | | | | | emacs/xemacs ports. Approved by: nobutaka (maintainer) Notes: svn path=/head/; revision=134689
* Replace -O(2|3|s) CFLAGS with -O on ia64 for a workaround to fix elisp ↵MANTANI Nobutaka2005-05-051-1/+8
| | | | | | | | | | | processing errors. PR: ports/75832 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Fix submitted by: yoichi Notes: svn path=/head/; revision=134666
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Fix problems with AltGr-Modifier on several keyboards.MANTANI Nobutaka2005-03-022-1/+12
| | | | | | | | PR: ports/78209 Submitted by: Kay Lehmann <kay_lehmann@web.de> Notes: svn path=/head/; revision=130195
* Fix format string vulnerability in the movemail utility.MANTANI Nobutaka2005-02-142-1/+12
| | | | | | | | | Security: CAN-2005-0100 Security: http://www.vuxml.org/freebsd/3e3c860d-7dae-11d9-a9e7-0001020eed82.html Security: Malicious POP3 servers can execute arbitrary code. Notes: svn path=/head/; revision=128795
* farewell to libxpg4.FUJISHIMA Satsuki2004-11-151-8/+0
| | | | Notes: svn path=/head/; revision=121637
* Fix runtime breakage on ia64, which was introduced with binutils 2.15.Marcel Moolenaar2004-09-051-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | Note that emacs is run as part of the build, so it shows as a build failure... To explain (for maintainer's benefit): Previously the linker would put the text segment in region 2 and the data segment in region 3. This was changed for FreeBSD (due to me sending a patch :-) to load the text segment in region 1 with the data segment immediately following the text segment in the same region (or subsequent regions of the text segment is larger than 2^61 bytes in size -- fat chance :-) So, the previous value of DATA_SEG_BITS (=0x6000000000000000, the region base of the data segment prior to the binutils 2.15 import), needed to be changed to match the current layout (=0x2000000000000000, the region 1 base address). Approved by: portmgr (krion -- thank!) Notes: svn path=/head/; revision=118118
* Enable interruption with C-g key while opening network connection.MANTANI Nobutaka2004-05-242-33/+14
| | | | | | | | PR: ports/65910 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Notes: svn path=/head/; revision=109868
* Add SIZE to distinfo.MANTANI Nobutaka2004-03-251-0/+3
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=105231
* Move the ancient emacs 19.x port from editors/emacs toKris Kennaway2004-03-2131-2275/+2391
| | | | | | | | | | editors/emacs19, and update the main emacs port to 21.x by copying from editors/emacs21. Retire the editors/emacs21 port. PR: ports/24983 Notes: svn path=/head/; revision=104813
* BROKEN on !i386 5.x: Does not compileKris Kennaway2004-02-251-1/+7
| | | | Notes: svn path=/head/; revision=102069
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75952
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Fix build on -current (remove duplicate declarations of things in systemKris Kennaway2002-09-071-0/+11
| | | | | | | headers) Notes: svn path=/head/; revision=65748
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=36564
* Fix termcap problem.Shigeyuki Fukushima2000-07-121-6/+9
| | | | | | | | PR: ports/17496 Submitted by: Tetsurou OKAZAKI <okazaki@be.to> Notes: svn path=/head/; revision=30518
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-051-8/+19
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-1/+1
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27679
* portname/portversion updateMichael Haro2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27501
* Add WWW:Dirk Froemberg2000-02-131-0/+2
| | | | Notes: svn path=/head/; revision=25766
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947