Commit graph

57 commits

Author SHA1 Message Date
wiz
8b5589a2ea Bump PKGREVISION for python default version change to 2.7.
py-* not affected, since it built different versions depending on the
setting already.
2012-03-09 12:33:57 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
wiz
833922aab2 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:49 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
wiz
e8d8834f6a 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:43:46 +00:00
drochner
6d12fbd2f7 yes this supports DESTDIR, unfortunately it is completely broken
atm due to gtk2+extra crashing in gtkitementry.c (its patch-ag
must be wrong)
2010-02-25 21:41:11 +00:00
joerg
3a06eb96bf Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
joerg
3c645bb7fc Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
hira
8951aa3012 Back out previous. Pointed out by uebayasi@ and martti@. 2007-09-25 10:03:52 +00:00
hira
ebf8ba4a7d ln -> ${LN}. 2007-09-25 08:31:52 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
rillig
bad12f8667 This package expects the correct Python interpreter to be found as the
"python" command.
2006-09-16 21:52:57 +00:00
joerg
57b9021ef8 Needs pkg-config. 2006-08-22 15:12:39 +00:00
wiz
8d9d5f8484 Needs intltool. 2006-08-06 10:42:10 +00:00
jlam
7af716330d Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using
the default LIBTOOL_OVERRIDE to replace libtool scripts in packages.
This just formalizes the fact that LTCONFIG_OVERRIDE is not used
meaningfully by pkgsrc.
2006-07-19 19:14:37 +00:00
rillig
7609ebdbe8 Updated scigraphica to 2.1.0. This fixes PR 33846.
No useful ChangeLog provided.
2006-07-02 10:21:14 +00:00
joerg
18c6780eac Python is normally multithreaded, so link against pthread.
Fix label at end of compound statement errors.
2006-04-22 18:44:58 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jmmv
835250351d Bump PKGREVISION due to security fixes in libxml (dependency adjusted to
1.8.17nb3).
2004-11-20 22:10:22 +00:00
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
e34bf869df Workaround stupidity in the scigraphica configure script by explicitly
specifying the library and header paths for readline.  Otherwise, the
configure script will dumbly pass "-I -I" and "-L -L" to the compiler,
which breaks libtool.
2004-09-24 15:31:44 +00:00
jlam
ed4fe11e98 Remove nonsensical BUILDLINK_TRANSFORM. 2004-09-21 15:10:26 +00:00
snj
280b1b2fbe Convert to buildlink3. 2004-05-09 20:19:44 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
grant
59daad6697 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:46:42 +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
martti
ee90b572a6 COMMENT should start with a capital letter. 2003-07-21 16:45:54 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +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
f45c017923 gnome[12]-dirs shouldn't have buildlink2.mk files as they don't have
either shared libraries or header files.  Remove references to these
buildlink2.mk files from package Makefiles.
2003-02-05 05:06:32 +00:00
jmmv
855dceb89d Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION. 2003-01-28 23:00:53 +00:00
jlam
d6e8ae1641 buildlink1 -> buildlink2 2002-09-22 10:50:44 +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
0414a1ce6c USE_GNU_READLINE, should fix build problems 2002-01-26 17:46:35 +00:00
wiz
e1c15ed176 Update to 0.8.0. Makes it build again with current gtk+extra, fixing
bulk build failure.
Changes since 0.7.0 (approximate, since the ChangeLog is not very tidy):
11/20/2001  Adrian Feiguin:
	    Gtkextra fine tunning.
	    Matrix support.
	    New cloning strategy for supporting multiple copies of the
	    same dataset.
	    Using gtkplot iterators to retrieve data from worksheets.
	    New tick labels strategy using callback functions.
	    gtkplotart.[ch]: gtkplotpc driver for libart.
	    Anlialiasing using libart.
	    gtkplotgnome.[ch]: gtkplotpc driver for gnome-print.
	    Print preview using gnome-print, still under developement.
	    Custom page size.
	    Layer size in different units.
	    Matrix datasets: bubbles, surfaces, contours and density maps.
	    Symbol scaling for bubbles, boxes, and vectors.
	    Style dialog for new features included in the gtkextra widgets.
	    New fields in the xml file to support additions.
	    Example matrix.sg to show new features.
	    Autoscaling fixes, toghether with Conrad.
	    Gradient autoscaling.
	    New rotations for 3D plots.
	    Arbitrary meshes using Delaunay triangulizations.
	    Enhancements in the GUI, new tools and icons.
	    Data markers, still under developement.
	    Fixes in clipboard.
	    Bugfixes.

	    Randolf Mock:
	    New autoscaling icon.

11/19/2001  Rob Lahaye:
            src/sg_project_rescue.c: revised version, uses sigaction(..) instead of
                                     signal(..) and gtk_idle_add for bailout signals.

11/13/2001  Rob Lahaye:
            src/sg_project_file_sax.c
            src/sg_project_autosave.c: add filename check for newer versions
                                       of autosaved or rescued file.
            src/Makefile.am: remove the sga->scigraphica link.


10/19/2001  Rob Lahaye:
            src/sg_file.c: fix disappearing python terminal

10/10/2001  Conrad Steenberg:
            Matrix formula support
            Autoscaling of 2D layers configuration support
            Remove dumb warnings in some places
            Fix 'formulas not evaluated upon file load' bug
            Update Clarens plugin to import Tags

10/05/2001  Rob lahaye:
            src/*[ch]: Clean up with stricter coding related to the source vs. header files:
                          - functions in source files declared as static where possible.
                          - strictly applying the extern/global/static rules to variable declarations.
                       Allow strong type checking by making the src-tree g++ compatible.

09/30/2001  Rob Lahaye:
            src/python/import_data.c
            src/python/python_sheet.c: use #ifdef WITH_WARNINGS for developers' warnings
            src/python/python_int.c
            src/python/unpickler.py: change .sgsconfig to .scigrahpica/config

09/29/2001  Rob Lahaye:
            src/sg_preferences_dialog.[ch] : void -> static void
            src/g_project_autosave.c : new file with autosave utilities
            src/Makefile.am : add sg_project_autosave.c
	    src/main.h
	    src/sg.c
	    src/sg_project.h
	    src/sg_project_menu.c
	    src/sg_project_rescue.c
	    src/python/python_int.c : add autosave utilities

09/26/2001  Rob Lahaye:
            Configure.in: Remove duplicate entries in the "Compiler flags"
              of the --version output.

09/13/2001  Conrad Steenberg:
            Adapt the FitWizard module to fit data in plots, and plot the
                resulting function in the same layer.
            Python methods to access the datasets in a layer.

08/22/2001  Conrad Steenberg:
            Plug-in documentation
            New configuration system with python bindings
            Python wizard interface
            Curve fitting wizard from Adrian's gtkLeastSquares plug-in
            Simple statistics plug-in
            New python bindings to access layers and datasets

08/01/2001 Rob Lahaye:
	    sg_dialogs.h, sg_file_dialog.c, sg_project_menu.c:
	        WINDOWCLOSE_CLICKED added to dialogs control
	    sg_entry.c: remove redudant emumerate YES/NO/CANCEL_CLICKED
	    sg_plot_menu.c: add selected layer nr in sg_menu_remove_layer

07/31/2001  Conrad Steenberg:
            Cells are now cleared before new content is added.
            Fixes to number editing in the sheet for non-formula numbers.
            UI fixes for renaming sheets.
            Icons are now installed during 'make install' for use by
            plugins.

07/26/2001  *********  0.7.1 Released ********

07/25/2001 Adrian Feiguin:
	    Bugfixes in gtkextra
	    Enhancements in plugin system
	    Bugfixes in autosymbol
	    Bugfixes in zoom

           Conrad Steenberg:
	    More Python stuff
	    More enhancements in plugin system
            ASCII import fixes for comments at the start of a file.

07/17/2001 Adrian Feiguin:
	    New plugin system (C stuff)
	    Bugfixes in sg_project_file_sax.c
	    Bugfixes in text dialog
	    Bugfixes in gtkextra

           Conrad Steenberg:
	    New plugin system (Python stuff)
            Python call to obtain sheet selection area
            Terminal fixes:
               No more text droppings when closing.
               Prompt now correctly appears after error output, not before
            Python wizard creation framework
            Work around Numeric Python 20.1 bugs, which caused crases
               for a lot of people
            New Configuration option: module search paths.
2002-01-24 19:24:03 +00:00
drochner
29955baed0 pass python interpreter path to "configure",
make sure configure finds the right python installation
2002-01-19 16:06:39 +00:00