Commit graph

185856 commits

Author SHA1 Message Date
joerg
61017adf00 Don't override optimizer settings with absurd levels.
Fix inline definitions to work with C99 compiler.
2012-05-04 16:06:13 +00:00
joerg
ecd5047068 Don't depend on GNU inline semantic. 2012-05-04 16:03:13 +00:00
joerg
fcc134184c Fix DESTDIR leaks into the final package. Bump revision. 2012-05-04 16:01:53 +00:00
joerg
5e048105c0 Fix C++ issues for the stricter checks in clang 2012-05-04 16:01:04 +00:00
joerg
a8f9d4cd0b Fix build with clang. 2012-05-04 16:00:00 +00:00
obache
633d128feb tested on OpenBSD 5.1. 2012-05-04 13:57:53 +00:00
hans
07102bf573 Fix build with gcc 4.6 2012-05-04 13:27:23 +00:00
hans
b9d89e8243 Fix build with gcc 4.6. 2012-05-04 13:15:17 +00:00
hans
9810269f0b Updated emulators/simh to 3.9.0 2012-05-04 13:07:22 +00:00
ryoon
08abdff3b8 Added lang/clojure version 1.4.0 2012-05-04 11:53:27 +00:00
ryoon
46d205499a Add clojure 2012-05-04 11:52:17 +00:00
ryoon
39a04f9d91 Import clojure-1.4.0 as lang/clojure.
Clojure is a dynamic programming language that targets the Java
Virtual Machine (and the CLR, and JavaScript). It is designed to
be a general-purpose language, combining the approachability and
interactive development of a scripting language with an efficient
and robust infrastructure for multithreaded programming. Clojure
is a compiled language - it compiles directly to JVM bytecode, yet
remains completely dynamic. Every feature supported by Clojure is
supported at runtime. Clojure provides easy access to the Java
frameworks, with optional type hints and type inference, to ensure
that calls to Java can avoid reflection.

Clojure is a dialect of Lisp, and shares with Lisp the code-as-data
philosophy and a powerful macro system. Clojure is predominantly
a functional programming language, and features a rich set of
immutable, persistent data structures. When mutable state is needed,
Clojure offers a software transactional memory system and reactive
Agent system that ensure clean, correct, multithreaded designs.

I hope you find Clojure's combination of facilities elegant,
powerful, practical and fun to use.
2012-05-04 11:51:30 +00:00
obache
fd78fdc6af It is possible to check shlibs on OpenBSD now. 2012-05-04 11:46:02 +00:00
obache
e0d1c73c75 Set RPATH to X11BASE/lib for OpenBSD too. 2012-05-04 11:38:20 +00:00
adam
4ace1c032e Updated textproc/xmlrpc-c to 1.16.41 2012-05-04 11:23:34 +00:00
adam
4f28a674e4 Changes 1.16.41:
* xmlrpc, xmlrpc_pstream client programs: fix bug in display of unprintable
  ASCII as \xHH: shows \xff where it should be something else.
2012-05-04 11:18:22 +00:00
ryoon
927bf46dad Reset JAVA_HOME and CLASSPATH that defined by user.
Fix build when JAVA_HOME and/or CLASSPATH are defined by user.
2012-05-04 11:00:43 +00:00
ryoon
32853344ce Add salt and seed target file. 2012-05-04 10:33:44 +00:00
obache
cff46391c0 Updated devel/glib2 to 2.32.2nb1 2012-05-04 10:22:27 +00:00
obache
de2842900a * Update PKGCONFIG_OVERRIDE list to reflect reality.
* Restore pthread flag settings in configure script.
  It still in the last hunk of patch-ak (for configure.ac),
  but lost at updated to 2.32.1.
* Fixes missing pthread linkage of libglib-2.0 on OpenBSD.

Bump PKGREVISION.
2012-05-04 10:22:08 +00:00
ryoon
41c395a910 Add PHP_PKG_PREFIX to PKGNAME. 2012-05-04 10:01:39 +00:00
ryoon
aea98f98ab Add sencha-sns 2012-05-04 09:45:29 +00:00
ryoon
e0400ad40b Added www/sencha-sns version 1.0.3 2012-05-04 09:44:51 +00:00
ryoon
8b7d343de6 Import sencha-sns-1.0.3 as www/sencha-sns.
Sencha SNS is Social Networking Service (SNS) software for intranet
and the Internet SNS.  This software has Japanese UI only.
2012-05-04 09:42:05 +00:00
hans
0ad687a97e Update simh to 3.9.0
See https://raw.github.com/simh/simh/master/sim_rev.h for changes
2012-05-04 09:38:23 +00:00
obache
299b38ff53 Add a http site to MASTER_SITES to avoid dependency on curl. 2012-05-04 08:43:28 +00:00
obache
456d63bde1 dlopen require pthread on OpenBSD too. 2012-05-04 08:31:14 +00:00
obache
46f1c9bdcd OpenBSD also knows -pthread CFLAGS/LDFLAGS. 2012-05-04 07:24:50 +00:00
sbd
78f96422e3 Honor ${PKGMANDIR} 2012-05-04 06:58:04 +00:00
taca
c57a3dc733 Note update of lang/php53 package to 5.3.12. 2012-05-04 01:49:12 +00:00
taca
fa8d80a98d Update php53 package to 5.3.12.
03 Mar 2012, PHP 5.3.12
- Fix PHP-CGI query string parameter vulnerability, CVE-2012-1823. (Rasmus)
2012-05-04 01:48:41 +00:00
ryoon
a5b002e068 Updated www/php-concrete5 to 5.5.2.1 2012-05-04 01:28:54 +00:00
ryoon
d5dfb20bd5 Update to 5.5.2.1
Changelog:
5.5.2.1
Behavioral Improvements
* Better update checking for new versions of concrete5.
* Attribute types have friendlier names (Checkbox instead of Boolean, etc...)
* When a fixed footprint isn't set, the image cropper in the file manager now defaults to the full size of the image.
* Improved performance of intelligent search
* Fixed http://www.concrete5.org/developers/bugs/5-5-2/login-and-error-pages-dont-use-the-menu-logo-settings/

And bugfixes


5.5.2
Feature Updates
* Replaced Picnik with built-in crop, rotate and zoom functionality. Crop+Zoom provided by jQuery Cropzoom by Gaston Robledo (http://www.cropzoom.com.ar/)
* Added ability to specify a file set on a form block for files uploaded through form. (Thanks danklassen!)
* Prettier edit/add experience for image block.
* Image block can now automatically resize thumbnails (previous default) or accept a fixed size, which can be passed to the image editor directly as a fixed width/height
* Ability to receive an email when new users register (Thanks Mnkras.)

Behavioral Improvements
* Made better use of space on dashboard home and system & settings
* Newsflow arrows are more prominent
* Moved sessions into filers/tmp/ on each site for better security.
* Download File script now redirects to files instead of forcing all files to download (to allow PDFs, images to display in browser)
* Fixed: http://www.concrete5.org/developers/bugs/5-5-1/cant-open-sitemap-visit-links-in-new-tab-5.5/
* Improved installation will remove user-created configuration files if something goes wrong in installation, removing an infinite installation loop unless the files were removed by hand.
* More robust UI handling when concrete5 is used with themes with greedy center styles.
* Adding wmode=transparent to youtube videos for better display
* File blocks now are searchable through the site-wide search block.

And bugfixes


5.5.1
Feature Updates
* New Interface Settings page in Systems & Settings that lets you control your dashboard background image, and the behavior of the quick nav.
* Newsflow One is now located at /dashboard/news. /dashboard now houses a table of contents for the dashboard. You can navigate to this by clicking the dashboard button.
* Page attributes that are setup to be viewed by default will now show when adding pages of that type. Better add page experience (more page types, etc...)
* Improved the marketplace browsing experience by simplifying and increasing the number of results in a given request. Now able to filter by compatible marketplace packages.

Behavioral Improvements
* Better Edit Bar Interaction
* ccm.app.js is now minified
* Content Importer library now reindexes pages after content is imported.
* Move the content down when edit bar appears (this used to work so just figure out what got lost and bring it back)
* Add multiple files window now closes after using multiple file uploader
* The language name should always be displayed in that language when editing a user's record in the dashboard on a multilingual site.
* Brought back enter key event when adding values to select attribute

And bugfixes


5.5.0
Feature Updates
* Completely revampled, overhauled and refined interface in the front-end and in the dashboard. Too many improvements to list here.
* No more scrapbook! Simpler, streamlined, faster clipboard for copy and paste, and "Stacks" for managing global areas, with support for version control and block reordering.
* Improved Installation that lets you specify your admin password, an installation language, gives you more access to sample content.
* Comprehensive white-labeling support, including the ability to specify alternate install packages, an alternate logo.
* Deleted pages now go into the trash for easy restore or bulk deletion.
* Better Page Attributes, including the ability to define attribute sets for page attributes, including reordering. Attributes can also be used with page defaults. Much better interface for choosing page attributes.
* Better marketplace integration, including the ability to read full descriptions, better search, a more attractive and fully informative informative, and the ability to purchase items directly from your website.
* Beautiful new "Greek Yogurt" Theme, installed with the sample content.
* New bulk commands in page search, including bulk delete, bulk move/copy, bulk design, and bulk speed settings
* Page Search and User Search now have fully customizable columns
* Better Anti-Spam Controls. Easy installation of new captcha libraries like reCAPTCHA (available for free download from concrete5.org) and anti-spam libraries like Akismet.

Performance Improvements
* Extensive CSS and JavaScript Minification and Combination. Far fewer files and code loaded.
* UI now uses sprites for better performance.
* Much JavaScript is now loaded in the footer to prevent blocking.
* Make Config values use one database query at startup to load, or one cache call. (Integrated and modified pull request from christiaan)
* More optimized dynamic PHP function calls (thanks christiaan)
* Page List is lighter weight with system pages no longer cached or calculated on the fly.
* Included an optimization job that can remove all but the most recent 10 versions of pages.
* Page reindexing no longer happens every time we set attribute or exit edit mode. Now instead it happens when running the index search job, or when visiting a page you have edit access to (through a silent, non-blocked reindex AJAX request.) (Note: this behavior can be modified by defining ENABLE_PROGRESSIVE_PAGE_REINDEX to false.)
* Much improved performance on the better designed Form Results page.
* Removed the Database class. Instead just go directly to ADODB and add our functions as stubs

Additional Features and behavioral Improvements
* Updated TinyMCE to 3.4.6, fixing bugs, improving stability, and enabling editing on iOS devices.
* Dialog windows should no longer be larger than the container browser window.
* Cleaner page list block template (thanks jordanlev)
* Departments of France are now included when checking France as an active country (thanks marcandre)
* Default mod_rewrite rules now make it so that pages like "jobs" that match directory names can be created (thanks christiaan)
* Included iPhone home screen thumbnail in the site icons dashboard page.

and bugfixes and Developer Updates
2012-05-04 01:28:00 +00:00
obache
86f072f932 pax target directories must be prepared. 2012-05-04 01:23:37 +00:00
ryoon
bf6ac4ca60 Fix typo in database name. 2012-05-04 01:15:54 +00:00
ryoon
c2abf0039a Add step to start apache httpd. 2012-05-04 01:06:04 +00:00
ryoon
f9eba05f1a Add MASTER_SITE_MOZILLA_ESR, for Extended Support Release version of
mozilla.org products (firefox and thunderbird).
Suggested by obache on pkgsrc-changes@.
2012-05-04 00:08:07 +00:00
wiz
28b318b3b1 Updated devel/meld to 1.6.0 2012-05-03 22:58:12 +00:00
wiz
991c3815f8 Update to 1.6.0:
2012-4-28 meld 1.6.0
====================

  Fixes:

    * Fix cursor location handling when our tree models change (Kai Willadsen)

  Translation updates:

    * Bruno Brouard (fr)
    * Daniel Mustieles (es)
    * Daniel Șerbănescu (ro)
    * Fran Diéguez (gl)
    * Marek Černocký (cs)
    * Matej Urbančič (sl)
    * Piotr Drąg (pl)
2012-05-03 22:58:01 +00:00
jdf
72bdc4cc78 Added entries for sysutils/fscd in Makefile and CHANGES. 2012-05-03 21:37:42 +00:00
jdf
981df91772 Added the freebsd service check daemon.
Originally developed by Tom Rhodes for FreeBSD, it's ported to NetBSD now
and maintained by me.
https://vcs.in-berlin.de/schrank21_fscd
2012-05-03 21:21:58 +00:00
wiz
a94dd6880f Updated devel/mercurial to 2.2 2012-05-03 16:17:01 +00:00
wiz
3e165c1490 Update to 2.2:
1. Mercurial 2.2 (2012-05-01)

This is a regularly-scheduled feature release. The most notable
feature is a new safe '--amend' option for commit using our new
phases infrastructure. There are also a number of signficant
performance improvements for large repositories and improvements
for case-folding filesystems. See UpgradeNotes for minor compatibility
notes.

1.1. Core features

    commit: add --amend option
    fileset: add "subrepo" fileset symbol
    graft: add --dry-run support (issue3362)
    hgweb: add support for branch width and color settings
    hgweb: add block numbers to diff regions and related links
    hgweb: support multi-level repository indexes by enabling descend and collapse
    merge: improve performance with lots of unknown files
    parsers: incrementally parse the revlog index in C
    plan9: add support for plan9
    push/pull: improve performance for partial transfers
    push: decompress in larger chunks for better performance on the server
    clone: add server config option to prefer uncompressed clone
    revert: add support for reverting subrepos
    revset: add "matching" keyword
    store: speed up read and write of large fncache files
    ui: optionally quiesce ssl verification warnings on python 2.5

1.2. Extension features

    bugzilla: add xmlrpcemail submission for Bugzilla 3.6 email interface
    bugzilla: allow change comment to mark bugs fixed
    bugzilla: extract optional hours from commit message and update bug time
    bugzilla: modify access interface to include new bug states
    graphlog: add all log options to glog command
    patchbomb: add --body flag to send patches as inline message body text
    record: allow splitting of hunks by manually editing patches
    transplant: permit merge changesets via --parent

1.3. Fixes

    alias: fix shell alias documentation (issue3374)
    archive: make it work with svn subrepos (issue3308)
    branchmap: server should not advertise secret changeset in branchmap (Issue3303)
    clone: always close source repository (issue2491)
    commit: abort on merge with missing files (BC)
    config: discard UTF-8 BOM if found
    convert/bzr: convert all branches (issue3229) (BC)
    convert/bzr: expect unicode metadata, encode in UTF-8 (issue3232)
    convert/bzr: handle empty bzr repositories (issue3233)
    convert/bzr: ignore nested repos when listing branches (issue3254)
    convert/svn: do not try converting empty head revisions (issue3347)
    convert/svn: make svn sink work with svn 1.7
    convert: support non-annotated tags in git backend
    dirstate: preserve path components case on renames (issue3402)
    export: catch exporting empty revsets (issue3353)
    icasefs: make case-folding collision detection rename aware (issue3370)
    inotify: catch SignalInterrupt during shutdown (issue3351)
    journal: use tryread helper to backup files (issue3375)
    largefiles: fix cat for largefiles (issue3352)
    largefiles: fix status -S reporting of subrepos (issue3231)
    largefiles: hide .hglf/ prefix for largefiles in hgweb
    largefiles: notice dirty large files in a subrepo
    largefiles: only update changed largefiles when transplanting
    largefiles: optimize update speed by only updating changed largefiles
    localrepo: add setparents() to adjust dirstate copies (issue3407)
    mdiff: fix diff header generation for files with spaces (issue3357)
    merge: check for untracked files more precisely (issue3400)
    merge: fix unknown file merge detection for case-folding systems
    patch: be more tolerant with "Parent" header (issue3356)
    patch: be more tolerant with EOLs in binary diffs (issue2870)
    patch: fix patch hunk/metdata synchronization (issue3384)
    phase: when phase cannot be reduced, hint at --force and return 1 (BC)
    posix: disable cygwin's symlink emulation (BC)
    posix: ignore execution bit in cygwin (issue3301)
    pure/osutil: use Python's msvcrt module (issue3380)
    rebase: preserve mq series order, guarded patches (issue2849)
    rebase: skip resolved but emptied revisions
    revset: fix O(n**2) behaviour of bisect() (issue3381)
    revset: fix adds/modifies/removes and patterns (issue3403)
    revset: fix alias substitution recursion (issue3240)
    subrepo/svn: abort on commit with missing file (issue3029)
    subrepo/svn: fix checked out rev number retrieval (issue2968)
    subrepo: fix default implementation of forget() (issue3404)
    subrepo: rewrite handling of subrepo state at commit (issue2403)
    templates/filters: extracting the user portion of an email address (BC)
    transplant: do not rollback on patching error (issue3379)
    update: fix case-collision with a clean wd and no --clean
    update: make --check abort with dirty subrepos
    update: use normal update path with --check (issue2450)
    wireprotocol: use visibleheads as reference while unbundling (issue 3303)
2012-05-03 16:16:51 +00:00
obache
d15d73b8b1 Updated pkgtools/x11-links to 0.70 2012-05-03 13:56:03 +00:00
obache
58eb75883c Add files for OpenBSD-5.1.
Bump PKGVERSION.
2012-05-03 13:55:45 +00:00
hans
5f4bc9b6dc Make gcc-inplace-math work with new mpfr.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51935
2012-05-03 12:20:18 +00:00
hans
44388931a0 Use the .tar.bz2 distfile to avoid the xzcat dependency and issues when
building this inside of gcc.
2012-05-03 11:55:36 +00:00
obache
81f79cb473 Reduce mimimal requirement of libdrm from 2.4.20 to 2.4.15, allow OpenBSD-5.1
builtin one, or failed to buildlink with MesaLib, because buitin MesaLib is
allowed but depending libdrm not.

* Previous pkgsrc version is 2.4.13
* NetBSD-5.1's one is 2.4.11
* NetBSD-6.0_BETA's one is 2.4.23

So actual dependency should not be changed.
2012-05-03 11:52:33 +00:00
obache
bb4f796e32 Drop dependency on libXp (from Imake)
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc,
  x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default.
* With x11/xorg-cf-files, libXp was offered with XawClientLibs,
  but updated to 1.0.4, it was removed.
* And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc,
  so all platforms should not require libXp from libXaw with Imake.

Bump PKGREVISION.
2012-05-03 09:55:29 +00:00
obache
1352d104c8 fixes build with fiex<2.5.20, yylineno is required condifionally. 2012-05-03 09:08:11 +00:00