summaryrefslogtreecommitdiff
path: root/graphics/imlib/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-04-23Replace USE_X11BASE with USE_X11 and do not create a symlink inminskim1-6/+4
LOCALBASE. Suggested by wiz@. This makes the package pkgviews-ready, so enable pkgviews installation. OK'ed by tron@.
2004-03-13Bump PKGREVISION after last fix, as pointed out by wiz@.cube1-2/+2
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-22bl3ifyjlam1-12/+11
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+2
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
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>.
2002-11-26Make this package install its configuration files in the examples directoryjmmv1-2/+15
and use PKG_SYSCONFDIR stuff to copy them to the right place. Bump PKGREVISION to 2. Approved by wiz. This closes my own PR 18998.
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh1-1/+2
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-11/+11
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-07-18Patch the various pkgconfig files to include proper -Wl,-R options.rh1-1/+2
Bump PKGREVISION
2002-04-09This uses no longer uses ltconfig, so set LIBTOOL_OVERRIDE instead ofjlam1-2/+2
LTCONFIG_OVERRIDE.
2002-03-29Update to 1.9.14. Changes since 1.9.13:wiz1-2/+2
* load.c: Fixed reported bug. If Imlib thought it needed a fallback, bad things will happen. * utils.c: Removed the open/close_helper functions. A little less bloat now removed.
2002-03-19Update to 1.9.13. Bugfix release.wiz1-3/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
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-11Provide configure and Makefile.in patches so that we can remove need forskrll1-7/+1
a BUILD_DEPENDS on auto{make,conf}.
2002-01-27Unlimit datasize during build to avoid build problems on at leasttron1-1/+2
NetBSD-amiga and NetBSD-mac68k. This fixes PR pkg/13396 by de SAINT LEGER Rodolphe.
2001-11-29A dependency on automake implies a dependency on autoconf; there's no needjlam1-2/+1
to list them both when we listing just automake will do.
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-03bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, sojlam1-2/+1
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and *.pc.
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-2/+4
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-27Use wildcard dependence on "autoconf" package.tron1-2/+2
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-13Autoconf apparently no longer uses "ltconfig" to configure libtool. As arh1-1/+2
workaround, create a dummy "ltconfig" for the buildlink autoconf to pick up. Fixes a build problem with buildlink-x11 and xpgwedge pointed out in private mail by David Brownlee <abs@netbsd.org> XXX: in the long run, the buildlink autoconf macros probably need to be updated and fixed to prevent similar problems in other packages.
2001-08-13Update imlib to 1.9.11. Changes are bugfixes and the addition of man pagesrh1-2/+2
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam1-12/+8
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-06-16Converted to use buildlink.mk files.jlam1-14/+18
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-3/+3
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-10Fix path for convert and other ImageMagick tools. Addresses pkg/11313.wiz1-1/+3
Also comment out broken parts of libpng and libjpeg tests (though it doesn't seem to change much).
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-2/+2
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-02-07Fix an error in last commit.fredb1-3/+3
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-4/+4
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2000-12-06add new homepagehubertf1-1/+2
2000-12-03Remove obsolete homepage URL. Unfortunately the location of the newtron1-2/+1
homepage is unknown.
2000-11-26Correct PLIST for libtool changes.mycroft1-7/+1
2000-06-27Add all libraries to link step of gdk_imlib.wiz1-1/+7
Adresses pkg/10453.
2000-06-20correct PLIST for ELF vs a.out platforms. This fixes PR pkg/10393.dmcmahill1-1/+7