aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/cy-aspell
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/cy-aspell')
0 files changed, 0 insertions, 0 deletions
class='column1'>| interacts with Python); . change EMACS_VER at bsd.emacs.mk. While I'm here: remove old PORTREVISION. PR: 127168 Submitted by: keramida (maintainer) * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-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) * Bump portrevision due to upgrade of devel/gettext.edwin2008-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) * - Update editors/emacs to 22.2.bsam2008-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) * As pointed out by mjl @ #bsdports: The patch I commited was a patchedwin2008-05-153-15/+11 | | | | | | on itself. Extracted the patch and recommit it. PR: ports/120370 * [patch] editors/emacs build on armedwin2008-05-122-1/+15 | | | | | | PR: ports/120370 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Approved by: Giorgos Keramidas <keramida@ceid.upatras.gr> * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-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) * Port the gmalloc.c allocator from the CVS trunk of Emacs.keramida2007-10-092-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 * - Kill packaged info files, they are splitted. We need to generate our own,pav2007-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) * - Remove --mandir and --infodir from CONFIGURE_ARGS. They are now defaultrafan2007-07-241-2/+0 | | | | | | | in bsd.port.mk. Tested with: my tinderbox on i386 6 Approved by: portmgr * Update to 22.1.nobutaka2007-07-1726-2358/+2769 | | | | Hand over maintainership to keramida. * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. * Add emacs-22.* to CONFLICTS.nobutaka2007-05-041-1/+1 | | | | | PR: ports/111814 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> * Change PATCH_SITES.nobutaka2006-11-121-1/+1 | * SHA256ify (manually updated and checked)edwin2006-01-221-0/+3 | | | | Approved by: krion@ * Remove emacs20 from CONFLICTS.nobutaka2005-12-181-1/+1 | | | | | PR: ports/90475 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> * - Add .info suffix to filename of info files.nobutaka2005-12-093-81/+27 | | | | | | - Use INFO macro. Requested by: edwin * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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. * Fix build error.nobutaka2005-09-052-1/+43 | | | | | PR: ports/85508 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> * Add powerpc support.nobutaka2005-07-161-3/+4 | | | | | PR: ports/83074 Submitted by: Dario Freni <saturnero@freesbie.org> * Disable optimization on ia64 to avoid elisp processing errors.nobutaka2005-05-151-2/+2 | | | | Submitted by: yoichi * Bump PORTREVISION to reflect changes in rev. 1.59 in package building.nobutaka2005-05-071-1/+1 | | | | Pointed out by: yoichi * Add CONFLICTS variable, since this port conflicts with otherjylefort2005-05-061-0/+4 | | | | | | emacs/xemacs ports. Approved by: nobutaka (maintainer) * Replace -O(2|3|s) CFLAGS with -O on ia64 for a workaround to fix elisp ↵nobutaka2005-05-061-1/+8 | | | | | | | | processing errors. PR: ports/75832 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Fix submitted by: yoichi * At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1 | | | | after 5.4-RELEASE. * Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1 | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. * Fix problems with AltGr-Modifier on several keyboards.nobutaka2005-03-022-1/+12 | | | | | PR: ports/78209 Submitted by: Kay Lehmann <kay_lehmann@web.de> * Fix format string vulnerability in the movemail utility.nobutaka2005-02-142-1/+12