2004-04-19 16:36:42 by Julio M. Merino Vidal | Files touched by this commit (3) | |
Log message:
Update to 1.0.1:
* Added GtkSourceView class documentation [Paolo Borelli]
* Updated C highlighting to include C99 keywords, types and macros and
Python highlighting to include Python 2.3 keywords, types and
functions [Benoît Dejean]
* Fix a couple of small auto-indentation bugs [Gustavo Giráldez]
* We now require Gtk+ 2.2.4 for the library alone, and Gtk+ 2.4 to also
build the tests.
New and updated translations
* Gujurati (new) [Gujurati Team]
* Catalan [Jordi Mallach, Aleix Badia i Bosch]
* Russian [Russian Team]
|
2004-04-12 02:45:39 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
No longer used.
|
2004-04-01 20:35:00 by Julio M. Merino Vidal | Files touched by this commit (7) | |
Log message:
Update to 1.0.0. Changes since previous version in pkgsrc:
News in 1.0.0
* Bug fixes and updated translations.
News in 0.9.2
* Bug fixes and updated translations.
News in 0.9.1
* Bug fixes.
* XML and HTML .lang files now highlight strings using simple patterns.
* Beginning of line and end of line are now correctly matched, even if
the slice of text doesn't include the newlines.
* "Others" style is now deprecated.
News in 0.9.0
* Miscellaneous Bugfixes
News in 0.8.0
* Highlighting spec files for PHP, Verilog, MSIL, C# and SQL.
* Migrated test application to Gtk 2.3 (UI and file selector).
|
2004-03-18 10:12:18 by Johnny C. Lam | Files touched by this commit (232) |
Log message:
Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
|
2004-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256) |
Log message:
Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
2004-02-14 18:21:56 by Johnny C. Lam | Files touched by this commit (400) |
Log message:
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
2004-02-13 21:53:56 by Julio M. Merino Vidal | Files touched by this commit (1) |
Log message:
No need to list the .pc file here.
|
2004-02-11 06:11:07 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
bl3ify
|
2004-02-07 16:21:43 by Julio M. Merino Vidal | Files touched by this commit (4) |
Log message:
Under a system without GNU regex, this package builds an internal copy of
it. This copy defines the standard regcomp and friends functions, which
are also present in NetBSD. The problem is that the copy gets linked into
the libgtksourceview shared library and, when loaded into memory, shadows
native regex functions.
The problem exposes itself at least in gedit through gnome-vfs2. The later
executes regcomp, expecting the native one to be called, but instead the
one from the libgtksourceview library appears, making the program crash.
Apply a patch to ensure these internal GNU regex functions do not colish
with native ones. Bump PKGREVISION to 8.
|
2004-01-24 16:30:34 by grant beattie | Files touched by this commit (50) |
Log message:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
|