Commit graph

35 commits

Author SHA1 Message Date
wiz
e0808f0de0 More pcre PKGREVISION bumps. 2012-03-03 12:54:15 +00:00
wiz
833922aab2 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:49 +00:00
skrll
9db2b4b6e0 Merge patch from other emacs packages - prevent from optimizing out
__malloc_hook) to fix one source of SIGSEGVs during build.

PR/45405 PR/35235
2012-01-09 06:30:20 +00:00
sbd
e93e5d65e3 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:11:52 +00:00
ryoon
39c026f558 * Fix build on Linux (conflict with glibc).
* patch-ag does not exist, regen distinfo.

Tested on Gentoo Linux, DragonFly 2.10.1, and NetBSD current.
2011-09-24 00:54:52 +00:00
tron
8a3dbc1b2b Correct a comment. 2011-07-21 01:37:19 +00:00
tron
1e0762aa56 Revert last change and instead restore the previous work-around for
PR pkg/39778 which is less invasive.
2011-07-21 01:35:44 +00:00
tron
fa826c132d Don't install certain input methods whose build is unreliable on
64bit platforms. This fixes PR pkg/39778 by myself.
2011-07-21 01:17:42 +00:00
tron
464f69e4a7 Build this package without optimization if GCC 4.5.* is used under
NetBSD/i386. This stops "temacs" from dumping core.
2011-07-20 23:41:12 +00:00
tron
b229001f1f Fix typo in last commit which NetBSD-current's make(1) silently ignored. 2011-07-20 23:29:27 +00:00
tron
437a5769b8 Remove accidentally committed file. 2011-07-20 23:24:51 +00:00
tron
8369521483 Fix build with GCC 4.5's C preprocessor. 2011-07-20 23:24:05 +00:00
obache
9ea3b36c23 recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
obache
626c866dfe Bump PKGREVISION form default GIF library change from libungif to giflib. 2011-03-10 10:24:52 +00:00
drochner
6faa8ad366 libungif/buildlink3.mk -> mk/giflib.buildlink3.mk 2011-03-09 16:28:20 +00:00
hiramatsu
8e9c83ebb2 Instead of extracting version string from PKGNAME, use
${_EMACS_VERSION_MAJOR} and ${_EMACS_VERSION_MINOR} to determine installed
version of emacs.

Also, set minimum version of _EMACS_REQD to the same as
${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}. Otherwise, buildlink
does not work for emacs lisp libraries.

Should fix PR/42763.
2011-02-08 13:20:13 +00:00
tron
1285ab82e3 Port Thomas Klausner's "png" build fix from the "emacs23" package to
this emacs version.
2011-01-14 11:06:52 +00:00
wiz
4a85d9393e png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:53:23 +00:00
dsainty
1f40f3a084 Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
joerg
39039deabc Be consistent and provide upper limits for all EMACS_REQD cases. 2010-10-12 13:22:45 +00:00
wiz
4d24b9b8ad More PKGREVISION bumps for pixman update. 2010-09-14 11:13:10 +00:00
wiz
b72074f02e Add workaround for systems coming with a copy of libpng.
Closes PR pkg/43485 reported by Rob Quinn.
2010-06-24 22:19:24 +00:00
dholland
8d96d77f8b Needs revbump for png update. 2010-06-14 09:51:42 +00:00
wiz
c00c8bf9c1 Add RCS Id. 2010-02-20 10:32:19 +00:00
joerg
783d20d913 Use SETGIDGAME. Bump revision. 2010-02-19 19:46:45 +00:00
wiz
319e13628d More PKGREVISION bumps of jpeg dependencies.
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files
and Robert Elz.
2010-01-24 13:26:09 +00:00
roy
8b8e8cc495 When running terminfo but compiled for termcap, we cannot assume
that we actually have anything useable in termcap_term_buffer so just
use the terminfo fixed size defined ealier.
2010-01-20 03:21:20 +00:00
obache
65fb0dca57 prevent unrequisite warning message on NetBSD-Alpha,
as reported in PR 39027.

Bump PKGREVISION.
2009-10-07 10:50:59 +00:00
jun
0aff02977c compile enable on mips ports.
adviced and patches from tsutsui-san on [netbsd,09810].

tested on hpcmips-current.
2009-09-21 10:10:58 +00:00
jun
5dfc68ffbb change patch-ab:
add mips config to configure
Bump PKGREVISION
2009-09-13 02:12:28 +00:00
jun
4dbfb61837 regen. 2009-09-13 01:27:35 +00:00
jun
bd764b6bf0 Fit for mips, change fix from emacs23:
http://cvs.savannah.gnu.org/viewvc/emacs/configure.in?root=emacs&r1=1.602&r2=1.603

adviced by obata-san,[netbsd,09792]
2009-09-13 01:26:34 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
minskim
ac7d4d0adc Import emacs-22.3nb2 in editors/emacs as editors/emacs22;
editors/emacs will be updated to 23.1.

Proposed by obache@, and OK'ed by markd@ and drochner@.
2009-08-05 10:30:26 +00:00