Commit graph

22 commits

Author SHA1 Message Date
snj
e9acbdbda1 s/it's/its/ 2004-01-20 22:05:17 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
salo
9510938876 Change working directory to WRKSRC in pre-build target so it builds on
read-only pkgsrc tree with Forte compilers.
2003-07-06 13:57:09 +00:00
drochner
e09250ed21 update to 1.2.5
This is a bugfix release.
2003-06-18 10:26:54 +00:00
drochner
abac35c527 The "print" plugin gets built separately (../../print/gimp-print),
so there is no need to depend on the gimp-print lib.
2003-06-05 15:24:32 +00:00
salo
1cd381d230 Updated to 1.2.4.
Changes:

- DESCR has 80 columns
- better COMMENT
- sync buildlink2.mk with reality
- style nits

1.2.4:
======
- numerous bugfixes, too many to mention.  see ChangeLog for details
- print plug-in now depends on libgimpprint
2003-05-23 18:04:31 +00:00
jmmv
4b47f36617 Line up PKGREVISION whitespace. 2003-05-05 16:32:24 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
cjep
6098c4bbb4 Whitespace nit 2003-01-04 23:00:56 +00:00
jmmv
8fb2af55b7 I missed to fix a file during the conversion to PKG_SYSCONFDIR; this made
Gimp not to work properly... So here is it. Bump PKGREVISION to 4.
2002-12-28 22:47:57 +00:00
jlam
03af9ff278 Include xpm/buildlink2.mk ... needed to build the xpm plugin on XF86-3.x
systems.
2002-12-23 17:35:35 +00:00
jmmv
2f1582dee0 Make gimp-base install its configuration files under the examples directory
and place them in the right directory using PKG_SYSCONFDIR stuff.
Bump PKGREVISION to 3.

Approved by wiz.
2002-12-21 23:29:25 +00:00
salo
77e08cb991 USE_PKGLOCALEDIR, remove unnecessary patch, delint. 2002-12-01 13:49:38 +00:00
hubertf
c378823256 Add switch GIMP_WITH_HELPBROWSER to build gimp with help browser.
Disables to "no", which results in no gnome-libs being needed.

Patch contributed by Stefan Krüger <skrueger@europe.com> in private mail,
with some changes from me.
2002-10-07 14:54:42 +00:00
jlam
ca2e4b2808 buildlink1 -> buildlink2 2002-09-24 09:34:37 +00:00
agc
cb0e38446b Apply patches from Lubomir Sedlacik <salo@Xtrmntr.org> in PR 18115 to
generalise the linker flags used to export symbols by setting them on
a per-OS basis.

> many packages force -Wl,-export-dynamic which is not portable outside GNU ld
> and cause problems e.g. on Solaris.  some of these packages use if
> conditionals either only for NetBSD or except SunOS, but the state is not
> coherent and it may complicate later when support for new OS is added to
> pkgsrc (e.g. ongoing work on HP-UX support).
>
> jlam proposed the following framework in discussion on tech-pkg:
>
>   http://mail-index.netbsd.org/tech-pkg/2002/06/21/0009.html
>
> now, ${EXPORT_SYMBOLS_LDFLAGS} is used instead of directly defining
> -Wl,-export-dynamic which is set in appropriate defs.*.mk to reasonable
> values.  packages should be converted to this framework by:
>
> 1) replacing LDFLAGS+= -Wl,-export-dynamic and LIBS+= -export-dynamic with:
>
>    LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
>
> 2) for use in patchfiles, add this variable to MAKE_ENV if needed:
>
>    MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS}
>
> 3) replace occurances of -Wl,-export-dynamic and -export-dynamic in patch
>    files with:
>
>    $(EXPORT_SYMBOLS_LDFLAGS)
2002-09-04 14:47:32 +00:00
jmc
4ca7980fc1 Fix annoying error messages where gtk-config and glib-config get called when
they're not installed yet. Check for their existance via a separate !=
rule and then use that to wrap the calls to {gtk,glib}-config inside a
.if/.endif clause.
2002-03-17 02:40:57 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
drochner
c7d587d0e8 initial import of gimp-1.2.3 without the gimp-print stuff and "extra data" 2002-02-15 20:52:36 +00:00