Age | Commit message (Collapse) | Author | Files | Lines |
|
Known regressions:
- "pkg_add -" (aka reading from stdin) is currently not supported
- "pkg_add -s" is not supported either
- no progress reports for the downloads
- binary packages with hardlinks created by pkg_create before
pkg_install-20080422 will not extract correctly (libarchive issue)
- no adhoc check for potential conflicts between dependencies and
already installed packages
Features:
- Twice as fast for the typical case of /var/tmp and /usr/pkg on
different filesystems
- Standalone
- implicit conflict detection before actual installation.
|
|
|
|
|
|
Bump PKGREVISION.
|
|
"python" command.
|
|
|
|
|
|
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.
|
|
No useful ChangeLog provided.
|
|
Fix label at end of compound statement errors.
|
|
|
|
|
|
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
|
|
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.
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
|
|
1.8.17nb3).
|
|
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.
|
|
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.
|
|
|
|
|
|
*-dirs packages.
|
|
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
|
|
|
|
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
|
|
|
|
|
|
|
|
dependency bumps.
|
|
either shared libraries or header files. Remove references to these
buildlink2.mk files from package Makefiles.
|
|
|
|
|
|
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.
|
|
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".]
|
|
|
|
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.
|
|
make sure configure finds the right python installation
|
|
|
|
|
|
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
|
|
Changes:
dozens of bugfixes and enhancements. Among other things, embedding images is
now possible, as well as setting background images for the plots. Clipboard for
plots: copy a plot, and paste it on a different plot window. Improved
PostScript and WYSIWYG. It includes pysga.py, a Python module for interacting
with plots and worksheets from the terminal. New scheme for storing numerical
data in worksheets.
Examples are included.
|
|
to update to 0.6.3.
Other changes (from the ChangeLog file):
Bugfixes everywhere, mainly reported
by Rob Lahaye<lahaye@postech.edu>
Edit dialog for datasets.
First version of the Preferences dialog
Enhancements in the layer control
Fixes and enhancements in gtkextra
2nd version of the preferences dialog
Enhancements in Python and Worksheets
Complete overview and report of bugs and possible enhancements.
Emergency rescue in case of a crash
Autosave
First version of the Bonobo interfase for embedding Scigraphica
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
Changes:
I release SG-0.6.2, with bugfixes and Conrad's administration tool for managing
Python modules.
|
|
|
|
|