Commit graph

18 commits

Author SHA1 Message Date
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
ca70938428 Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
which are the full option names used to set rpath directives for the
linker and the compiler, respectively.  In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath.  The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use.  They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively.  Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27 06:29:06 +00:00
snj
807294a6fc Convert to buildlink3. 2004-04-25 04:40:48 +00:00
grant
59daad6697 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:46:42 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jmc
bb0a9203fa Actually do the RPATH_FLAG correctly this time.. 2003-07-02 20:07:29 +00:00
jmc
bfd9ce7b68 This depends on freetype and needs a define/library enabled to work.
Also replace -Wl,-R with RPATH_FLAG while I'm here.
2003-07-02 18:43:12 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jlam
bdc6827160 Bump PKGREVISION of graphics/py-gdchart to 2 in the aftermath of gdchart
installing shared libraries.  Also convert to use buildlink2.
2003-01-24 12:44:29 +00:00
darcy
82503e70ce The home page for pygdchart has moved. 2002-11-10 15:01:19 +00:00
jlam
e44bf515dc Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks.  Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
2002-09-21 23:46:45 +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
e2448c593e define PYBINMODULE to disable the pkg on platforms where dynamic
loading does not work
2002-01-17 12:36:21 +00:00
drochner
da9a464046 move to canonical pkg name (pyX.Y-pkg-vers),
use variables from the python buildlink where possible,
install examples into non-conflicting locations,
remove restriction to Python-2.0 (it compiles with 2.1 and 2.2)
2002-01-17 12:34:17 +00:00
jmc
7d3ddc1881 Conveert to python/extension.buildlink.mk and force to use 2.0 only 2001-12-08 11:09:52 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
wiz
aec05479d1 Standardize patch names and some minor cleanup. 2001-10-18 11:46:30 +00:00
darcy
70ce630675 Adding py-gdchart to packages.
This is a simple python interface to gdchart which is
excellent for creating charts and graphs in PNG, JPEG,
and GIF format.

WWW: http://athani.pair.com/msteed/software/gdchart/
2001-10-18 11:14:39 +00:00