Path to this page:
./
devel/anjuta,
Gnome based IDE for C and C++
Branch: pkgsrc-2016Q1,
Version: 3.10.0nb14,
Package name: anjuta-3.10.0nb14,
Maintainer: pkgsrc-usersAnjuta is a versatile Integrated Development Environment (IDE) for
C and C++ on GNU/Linux. It has been written for GTK/GNOME, and
features a number of advanced programming features. It is basically
a GUI interface for the collection of command line programming
utilities and tools available for unix. These are usually run via
a text console, and can be unfriendly to use.
Required to run:[
shells/bash] [
x11/vte] [
x11/gtksourceview3] [
x11/gnome-terminal] [
lang/python27] [
lang/perl5] [
devel/GConf] [
devel/pkg-config] [
devel/autoconf] [
devel/glade3] [
devel/autogen] [
devel/gdl] [
devel/libgnomeui] [
devel/libtool] [
devel/pcre] [
devel/automake] [
devel/gmake] [
sysutils/desktop-file-utils] [
misc/yelp3] [
print/libgnomeprintui] [
textproc/rarian] [
textproc/libxslt] [
databases/shared-mime-info] [
databases/libgda] [
graphics/graphviz] [
graphics/gnome-icon-theme]
Required to build:[
x11/xf86vidmodeproto] [
x11/xcb-proto] [
x11/dri2proto] [
x11/inputproto] [
x11/xf86driproto] [
x11/fixesproto4] [
x11/renderproto] [
x11/xextproto] [
x11/xproto] [
x11/compositeproto] [
x11/glproto] [
x11/damageproto] [
x11/randrproto] [
pkgtools/x11-links] [
textproc/gnome-doc-utils] [
textproc/itstool]
Master sites: (Expand)
SHA1: bfa975641b3e25818b7eda34905c4d65eeb01152
RMD160: 871dbb7e6174296729eeefae6b8766591fff2ad0
Filesize: 6316.438 KB
Version history: (Expand)
- (2016-04-07) Package added to pkgsrc.se, version anjuta-3.10.0nb14 (created)
CVS history: (Expand)
2016-05-11 17:33:29 by Benny Siegert | Files touched by this commit (5) |
Log message:
Pullup ticket #4983 - requested by joerg
devel/anjuta: build fix
Revisions pulled up:
- devel/anjuta/Makefile 1.125
- devel/anjuta/distinfo 1.28
- devel/anjuta/patches/patch-plugins_build-basic-autotools_build.c 1.3
- devel/anjuta/patches/patch-plugins_cvs-plugin_cvs-callbacks.c 1.1
- devel/anjuta/patches/patch-plugins_cvs-plugin_cvs-execute.c 1.1
---
Module Name: pkgsrc
Committed By: joerg
Date: Sat May 7 09:55:21 UTC 2016
Modified Files:
pkgsrc/devel/anjuta: Makefile distinfo
pkgsrc/devel/anjuta/patches:
patch-plugins_build-basic-autotools_build.c
Added Files:
pkgsrc/devel/anjuta/patches: patch-plugins_cvs-plugin_cvs-callbacks.c
patch-plugins_cvs-plugin_cvs-execute.c
Log message:
Drop extra format string arguments. Disable zero length format string
warning from GCC.
|