Commit graph

20 commits

Author SHA1 Message Date
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
303fd48adc Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:03:22 +00:00
Thomas Klausner
4c850f93bc Remove obsolete @dirrm lines. 2009-10-11 10:44:24 +00:00
Aleksey Cheusov
79442dcbca standard if defined...endif section added 2009-05-06 09:21:59 +00:00
Aleksey Cheusov
d8f949d1d9 remove if-less endif 2009-05-06 09:13:25 +00:00
Jörg Sonnenberger
50f485b714 Convert buildlink3.mk files to new world order. 2009-03-20 19:43:38 +00:00
Jörg Sonnenberger
3748215159 Change to x11/wxGTK26. 2008-09-22 20:11:17 +00:00
Tobias Nygren
5095532425 This commit brought to you by the automated whitespace police (pkglint) 2008-05-24 15:34:08 +00:00
César Catrián C
8afd0b1056 Updating PLIST 2007-04-14 16:44:20 +00:00
Sergey Svishchev
4f46d1157a Delint:
- add or fix RCS ids
- fix permission problems (USE_TOOLS etc.)
- fix MESSAGE, DESCR, COMMENT problems
- other minor tweaks (all reported by pkglint -Wall)
2006-10-29 11:23:06 +00:00
Sergey Svishchev
7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00
Krister Walfridsson
76db439ab9 Back out previous, and solve the problem correctly by setting
NO_CHECKSUM=yes
2006-08-19 18:35:19 +00:00
Krister Walfridsson
507a5e0941 Add an empty distinfo. 2006-08-19 15:57:40 +00:00
Thomas Klausner
23afba689d Remove wip from CATEGORIES. Add comment with RCS Id. 2006-07-06 20:05:49 +00:00
Thomas Klausner
a81725e72c Fix PLIST. 2006-07-06 20:05:30 +00:00
Rumko
0d4a5228a3 Some leftovers from my mistaken commits. 2006-06-18 20:00:56 +00:00
Rumko
610cb8b29d Messed up a commit and had some files overwritten with the files from
boinc-client package.
2006-06-18 19:23:08 +00:00
Rumko
6d4af53f60 The previous package only installs the BOINC libraries and headers. This
package is the actual client ... for this package to compile and install,
you need the boinc-lib package.
2006-06-18 16:46:05 +00:00
Rumko
a01ec809cf Initial import of the boinc packages.
This 2 packages only represent the basic BOINC without the ability to join
a project that does not support your platform.
2006-06-18 16:43:40 +00:00