Skip to content

Commit

Permalink
- remove some unnecessary patches
Browse files Browse the repository at this point in the history
- when trying to remove lib/gdk-pixbuf deal with it in a more graceful
manner if the user has added some files to the directory
  • Loading branch information
Brad Smith committed Feb 25, 2002
1 parent c934032 commit 1e79d3c
Showing 5 changed files with 14 additions and 35 deletions.
11 changes: 7 additions & 4 deletions graphics/gdk-pixbuf/Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# $OpenBSD: Makefile,v 1.10 2001/12/10 21:29:16 naddy Exp $
# $OpenBSD: Makefile,v 1.11 2002/02/25 18:39:41 brad Exp $

COMMENT= "replacement library for Imlib"

PKGNAME= ${DISTNAME}p1
DISTNAME= gdk-pixbuf-0.10.1
CATEGORIES= graphics
NEED_VERSION= 1.475
NEED_VERSION= 1.500
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/gdk-pixbuf

HOMEPAGE= http://developer.gnome.org/arch/imaging/gdkpixbuf.html

LIB_DEPENDS= png.2::graphics/png \
LIB_DEPENDS= jpeg.62::graphics/jpeg \
png.2::graphics/png \
tiff.35.::graphics/tiff \
gtk.1.2,gdk.1.2::x11/gtk+

@@ -31,7 +32,9 @@ PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.4-ltconfig \

SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static --disable-modules
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static \
--disable-modules
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

12 changes: 0 additions & 12 deletions graphics/gdk-pixbuf/patches/patch-doc_Makefile_am

This file was deleted.

12 changes: 0 additions & 12 deletions graphics/gdk-pixbuf/patches/patch-gdk-pixbuf_Makefile_am

This file was deleted.

4 changes: 2 additions & 2 deletions graphics/gdk-pixbuf/pkg/PFRAG.shared
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $OpenBSD: PFRAG.shared,v 1.4 2001/09/14 03:41:29 heko Exp $
@comment $OpenBSD: PFRAG.shared,v 1.5 2002/02/25 18:39:41 brad Exp $
lib/libgdk_pixbuf.so.2.0
lib/libgdk_pixbuf_xlib.so.2.0
DYNLIBDIR(%D/lib)
DYNLIBDIR(%B)
10 changes: 5 additions & 5 deletions graphics/gdk-pixbuf/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.8 2001/09/29 20:45:39 naddy Exp $
@comment $OpenBSD: PLIST,v 1.9 2002/02/25 18:39:41 brad Exp $
bin/gdk-pixbuf-config
include/gdk-pixbuf/gdk-pixbuf-features.h
include/gdk-pixbuf/gdk-pixbuf-loader.h
@@ -11,6 +11,8 @@ lib/libgdk_pixbuf.a
lib/libgdk_pixbuf.la
lib/libgdk_pixbuf_xlib.a
lib/libgdk_pixbuf_xlib.la
%%gnome%%
%%SHARED%%
share/aclocal/gdk-pixbuf.m4
share/html/gdk-pixbuf-decl.txt
share/html/gdk-pixbuf-sections.txt
@@ -54,11 +56,9 @@ share/html/gdk-pixbuf/x3723.html
share/html/gdk-pixbuf/x3735.html
share/html/gdk-pixbuf/x3765.html
share/html/gdk-pixbuf/x3787.html
%%gnome%%
%%SHARED%%
@dirrm share/html/gdk-pixbuf
@dirrm share/html
@exec mkdir -p %D/lib/gdk-pixbuf/loaders
@dirrm lib/gdk-pixbuf/loaders
@dirrm lib/gdk-pixbuf
@unexec rmdir %D/lib/gdk-pixbuf/loaders 2>/dev/null || true
@unexec rmdir %D/lib/gdk-pixbuf 2>/dev/null || true
@dirrm include/gdk-pixbuf

0 comments on commit 1e79d3c

Please sign in to comment.