Commit graph

27 commits

Author SHA1 Message Date
Blue Rats
b279d62a40 Mostly whitespace and blank line fixing. Some files also got minor
formatting corrections as well as other corrections.
2012-11-23 22:33:25 +00:00
David Sainty
e2d791ed0f 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-26 05:01:21 +00:00
Thomas Klausner
41f92d5420 Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:46:54 +00:00
Thomas Klausner
8800f9c18c Second try at recursive PKGREVISION bump for jpeg shlib major bump (jpeg-8). 2010-01-18 09:38:16 +00:00
Thomas Klausner
303fd48adc Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:03:22 +00:00
Aleksey Cheusov
20e78bc037 fix: wip/eina was imported to devel/ 2009-10-11 12:50:32 +00:00
Thomas Klausner
4c850f93bc Remove obsolete @dirrm lines. 2009-10-11 10:44:24 +00:00
Min Sik Kim
f0a3abf667 eina is in pkgsrc. 2009-05-19 17:29:44 +00:00
Jörg Sonnenberger
50f485b714 Convert buildlink3.mk files to new world order. 2009-03-20 19:43:38 +00:00
Marcin M. Jessa
eaad20f4a3 Mark as Broken - does not compile yet 2008-10-30 22:57:42 +00:00
Marcin M. Jessa
826428d8b7 bumped down to 042 to reflect internal versioning in the sources from
svn
2008-10-30 21:19:22 +00:00
Marcin M. Jessa
49949426b8 removed, not needed anymore after reversioning of eina 2008-10-30 21:06:34 +00:00
Marcin M. Jessa
13f96cfd28 updated 2008-10-30 21:01:57 +00:00
Marcin M. Jessa
80dfded6e3 updated incorrect checksum for the patch 2008-10-30 20:28:03 +00:00
Marcin M. Jessa
8eaa1ef1ce updated 2008-10-29 23:07:20 +00:00
Marcin M. Jessa
1a9f2bf48f added patch for configure.ac and updated distinfo with patch's sha1
signature
2008-10-29 23:06:13 +00:00
Marcin M. Jessa
73268f5c7c added eina 2008-10-29 22:58:51 +00:00
Marcin M. Jessa
ace0a4e038 Added pre-configure part 2008-10-29 22:40:56 +00:00
Marcin M. Jessa
e17e0b0547 Updated to version 0.9.9.050 2008-10-29 22:27:27 +00:00
Marcin M. Jessa
9efe997f2a added # $NetBSD$ 2008-08-07 14:17:32 +00:00
Marcin M. Jessa
5891db56b9 updated with createbuildlink 2008-08-07 14:14:50 +00:00
Marcin M. Jessa
b21b418ab8 Updated to newer snapshot 2008-08-07 14:04:54 +00:00
Tobias Nygren
5095532425 This commit brought to you by the automated whitespace police (pkglint) 2008-05-24 15:34:08 +00:00
Thomas Klausner
53c7f5db84 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:54:07 +00:00
Tobias Nygren
d2ab3469b0 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 04:30:10 +00:00
Johann Franz
dd405e7f71 Collection of evas smart objects (part of Enlightenment Foundation Libraries) 2007-12-06 03:30:52 +00:00
Marcin M. Jessa
f909a40b01 A collection of evas smart objects. 2007-12-04 22:08:35 +00:00