Commit graph

40 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
6b51917987 Fix path to proj after its reimport. 2010-03-14 16:32:21 +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
Adam Ciarciński
3b61a4a11f Updated to 6.4.0RC5 2009-12-30 12:26:55 +00:00
Greg Troxel
b852ef62c4 shlib version changed in geos 2009-12-14 23:37:53 +00:00
Thomas Klausner
4c850f93bc Remove obsolete @dirrm lines. 2009-10-11 10:44:24 +00:00
Thomas Klausner
18dbec4419 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:39 +00:00
Brook Milligan
b456ba9690 Update distinfo to reflect patches for v6.3.0. 2009-05-18 16:11:18 +00:00
Brook Milligan
ad38f68f19 Update grass to v6.3.0. 2009-05-18 16:08:47 +00:00
Aleksey Cheusov
76d3d0afc9 fixed: if-less endif 2009-05-06 09:51:29 +00:00
Jörg Sonnenberger
50f485b714 Convert buildlink3.mk files to new world order. 2009-03-20 19:43:38 +00:00
Tobias Nygren
04f850e5fa Fix fallout from pax(1) tool changes in pkgsrc. 2008-05-26 13:59:43 +00:00
Tobias Nygren
5095532425 This commit brought to you by the automated whitespace police (pkglint) 2008-05-24 15:34:08 +00:00
Greg Troxel
533124d7ca revbump due to geography/geos shlib major bump 2008-02-16 01:29:08 +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
Brook Milligan
9b6bfe670f Add c++ to the list of languages only when necessary. 2006-11-01 22:22:04 +00:00
Brook Milligan
db74267f4f Remove an extraneous class scoping. 2006-11-01 22:21:22 +00:00
Brook Milligan
dc792ca2af Add patch to remove extraneous class scoping. 2006-11-01 22:19:58 +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
Brook Milligan
4499cb0bad Include a PKG_OPTIONS framework. 2006-08-23 18:39:42 +00:00
Brook Milligan
de4475640d Update to version 6.0.2 and generally improve the package at the same time. 2006-08-15 16:42:45 +00:00
Brook Milligan
dad42d67c9 Improve the wording and style. 2006-08-15 16:39:21 +00:00
Thomas Klausner
8a8c1b6e87 gdal-lib has been imported to pkgsrc, update path. 2006-05-02 21:03:05 +00:00
Thomas Klausner
ad6cb11b6d "wip" is not a valid category -- please use the standard pkgsrc ones.
Remove wip from CATEGORIES, and guess category if wip was the only one
specified.
2005-11-02 17:59:54 +00:00
Mahesh Chittur
419f44ace5 Added new dependency on perl 2005-10-06 00:57:48 +00:00
Krister Walfridsson
753f4543c4 Change obsolete USE_X11 to include ../../mk/x11.buildlink3.mk instead. 2005-06-12 23:51:13 +00:00
Thomas Klausner
f297a4e9ca Include misc/proj/bl3.mk per mail from Jason Brown to pkgsrc-wip-review. 2005-06-10 20:34:32 +00:00
Roland Illig
2a1ca3d973 Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake. 2005-05-24 10:29:21 +00:00
David
e781ee3b3e patch-aa changed 2005-04-19 22:58:41 +00:00
David
26bc684fd2 added bin/grass60 2005-04-19 22:58:20 +00:00
David
7dcbccde69 adds ac_save_ldflags (grass libs) to LDFLAGS 2005-04-19 22:57:03 +00:00
David
b9c1a0459f added use of PERL5 2005-04-19 22:53:20 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
David
d723ce5df9 adds patch-ab 2005-03-31 20:39:42 +00:00
David
2b8be5c686 makes sure that ARCH_DISTDIR exists before coping files to it 2005-03-31 20:30:14 +00:00
David
c61b4a9b28 adds -lpthread to TKLIB, TCL, LIB flags, and x11 to LIB, TKLIB 2005-03-31 20:29:32 +00:00
David
981d074901 grass updated to 6.0 2005-03-18 21:12:56 +00:00
David
047ebaddd8 Geographic Resources Analysis Support System, commonly referred to as GRASS GIS, is a Geographic Information System (GIS) used for data management, image processing, graphics production, spatial modelling, and visualization of many types of data. GRASS contains over 350 programs and tools to render maps and images on monitor and paper; manipulate raster, vector, and sites data; process multi spectral image data; and create, manage, and store spatial data. GRASS uses both an intuitive windows interface as well as command line syntax for ease of operations. GRASS is ideal for use in engineering and land planning applications. 2005-02-08 17:03:53 +00:00