aboutsummaryrefslogtreecommitdiff
path: root/editors/xemacs-devel-mule
Commit message (Collapse)AuthorAgeFilesLines
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Reset anray@FreeBSD.org due to maintainer-timeouts and no response to email.Mark Linimon2010-12-011-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=265541
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-152-8/+37
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-202-18/+15
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* 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
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-6/+4
| | | | | | | | | | | | | | | | | | - 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
* - Add missing depends from x11-fonts/fontconfigAndrey Slusar2008-03-302-1/+47
| | | | | | | | | | - Fix build with new fontconfig [1] Reported by: miwi, Andrei Lavreniyuk Obtained from: xemacs cvs [1] Notes: svn path=/head/; revision=210156
* - Fix build with slave portsMartin Wilke2008-03-261-3/+3
| | | | | | | | Submitted by: pointyhat via pav Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209851
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-231-3/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209620
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-232-41/+18
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196111
* Remove not needed patches.Andrey Slusar2007-05-271-18/+0
| | | | Notes: svn path=/head/; revision=192077
* Update to 21.5-b28 "fuki"Andrey Slusar2007-05-274-20/+16
| | | | Notes: svn path=/head/; revision=192075
* - 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-041-1/+1
| | | | | | | | | PR: ports/111814 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Approved by: anray (maintainer) Notes: svn path=/head/; revision=191528
* Fix memory limits.Andrey Slusar2007-02-104-0/+43
| | | | Notes: svn path=/head/; revision=184805
* Update to 21.5-b27 "fiddleheads"Andrey Slusar2006-05-165-6/+26
| | | | Notes: svn path=/head/; revision=162569
* Change `MAINTAINER=...' to `MAINTAINER?=...'.Andrey Slusar2006-04-111-1/+1
| | | | Notes: svn path=/head/; revision=159335
* Update to 21.5-b26 "endive".Andrey Slusar2006-04-015-44/+11
| | | | Notes: svn path=/head/; revision=158575
* - Update to 21.5-b25 "eggplant".Andrey Slusar2006-03-1613-321/+45
| | | | | | | | | - Fix build with gtk support. - Disable experimental features and add this features to WITH_EXPERIMENTAL option(it's improve perfomance and stability in default build). Notes: svn path=/head/; revision=157388
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* Remove "Cache full" warning.Andrey Slusar2006-02-172-1/+18
| | | | Notes: svn path=/head/; revision=156237
* Add WITH_LDAP - build xemacs with ldap support.Andrey Slusar2006-02-103-2/+12
| | | | Notes: svn path=/head/; revision=155640
* * Try to fix xemacs-devel japanese ports.Andrey Slusar2006-02-083-0/+9
| | | | | | | | | | * I don't use the japanese. Pass maintainership for ja-xemacs-devel-* to ports@. Reported by: pointyhat(kris) Notes: svn path=/head/; revision=155517
* 1.Integrate some bugfixes from upstream cvs:Andrey Slusar2006-02-029-41/+246
| | | | | | | | | | | | | | | | | * Increase MAX_FONT_COUNT from 5000 to INT_MAX. Applies to both the X and GTK platforms. * Improve Russian C-x processing. * More mule-ization and fix related crashes. * Call set-current-locale (the wrapper for setlocale(3)) before checking the current locale, because the C code doesn't. * Initialise the hardware-specific mapping from raw keycodes to the US key layout. 2.Fix pkg-plist. Reported by: pointyhat(kris) (2) Notes: svn path=/head/; revision=155072
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-16/+16
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* * Remove not nedded USE_GETTEXT.Andrey Slusar2006-01-181-2/+1
| | | | | | | * Fix WITH_XFT LIB_DEPENDS. Notes: svn path=/head/; revision=153849
* * Windows-1251 coding system now supported without any options.Andrey Slusar2005-12-224-4/+55
| | | | | | | | | | * Fixed performance issues. * Fixed setting the default character class to word, not whitespace. Approved by: sem(mentor) Notes: svn path=/head/; revision=151872
* * Update to 21.5.b24 "dandelion".Andrey Slusar2005-12-2110-77/+57
| | | | | | | | | * Added -DWITH_XFT - build XEmacs with xft support. Approved by: sem(mentor) Notes: svn path=/head/; revision=151792
* editors/emacs20 was changed not to conflict with other emacsen.Andrey Slusar2005-12-161-1/+1
| | | | | | | | | PR: ports/90479 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Approved by: sem(mentor) Notes: svn path=/head/; revision=151295
* Change email address for all my ports.Andrey Slusar2005-12-151-1/+1
| | | | | | | Approved by: sem(mentor) Notes: svn path=/head/; revision=151262
* [MAINTAINER] editors/xemacs-devel-mule: add windows-1251 support.Edwin Groothuis2005-11-292-0/+121
| | | | | | | | | | | * Added windows-1251 code system, removed from upstream XEmacs 21.5 PR: ports/89734 Submitted by: Andrey Slusar <anrays@gmail.com> Notes: svn path=/head/; revision=149959
* * Fix crashes printing ISO2022 coding systems.Sergey Matveychuk2005-11-243-0/+48
| | | | | | | | | | * Fix bugs and error messages with VM, BBDB. PR: ports/89478 Submitted by: Andrey Slusar (maintainer) Notes: svn path=/head/; revision=149287
* - Fix depends when WITH_XAW3D defined.Sergey Matveychuk2005-11-191-0/+1
| | | | | | | | PR: ports/89251, ports/89254 Submitted by: Andrey Slusar (maintainer) Notes: svn path=/head/; revision=148787
* 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
* - Update to 21.5-b23 "daikon".Sergey Matveychuk2005-10-274-13/+7
| | | | | | | | PR: ports/88080 Submitted by: Andrey Slusar (maintainer) Notes: svn path=/head/; revision=146497
* - Try to fix build on amd64Sergey Matveychuk2005-09-231-3/+14
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=143391
* - Update to 21.5-b22 "cucumber".Sergey Matveychuk2005-09-152-3/+3
| | | | | | | | PR: ports/86147 Submitted by: maintainer Notes: svn path=/head/; revision=142809
* Extend an ifdef from __amd64__ to other _LP64 archs and unbreak for sparc64Dejan Lesjak2005-07-242-4/+11
| | | | | | | | | | and ia64. (Not actually tested on ia64, but same fix does make xemacs-devel build there according to pointyhat.) Approved by: Andrey Slusar (maintainer) Notes: svn path=/head/; revision=139993
* BROKEN on ia64 and sparc64: Does not buildKris Kennaway2005-07-211-0/+4
| | | | Notes: svn path=/head/; revision=139763
* * Update to 21.5-b21 "corn"Sergey Matveychuk2005-06-049-128/+17
| | | | | | | | | | | | * Unbreak on non-i386 platforms * Update EMACS_VER on editors/xemacs-devel-mule * Fix EMACS_VER on editors/xemacs-devel PR: ports/81866 Submitted by: Andrey Slusar <anrays@gmail.com> (maintainer) Notes: svn path=/head/; revision=136780
* Add CONFLICTS variable, since this port conflicts with otherJean-Yves Lefort2005-05-061-0/+4
| | | | | | | | | emacs/xemacs ports. Approved by: maintainer Notes: svn path=/head/; revision=134732
* 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