Commit graph

199009 commits

Author SHA1 Message Date
joerg
424291cbdb Don't try to detect the pkgconfig directory, hard-wire the one used in
pkgsrc. It seems like the detection sometimes picked up the wrong value.
Adjust PLIST and bump revision.
2013-04-01 12:14:33 +00:00
joerg
13a90f5748 Fix assertions on NetBSD when trying to use a thread-specific storage
key after it has been removed. Bump revision.
2013-04-01 12:12:47 +00:00
joerg
66c38358e2 Fix rpath entries. 2013-04-01 12:09:31 +00:00
sbd
b4cf59b6ba Use PKGMANDIR 2013-04-01 09:29:38 +00:00
sbd
2863ecee3f Linux has <endian.h> not <sys/endian.h>. 2013-04-01 09:26:07 +00:00
sbd
b3d75efb83 Mark as not MAKE_JOBS safe. 2013-04-01 08:56:43 +00:00
sbd
0e8ca12378 Updated biology/openbabel to 2.3.0nb11 2013-04-01 08:48:55 +00:00
sbd
ebbcea08cf Add PLIST.Linux with extra file.
Bump PKGREVISION.
2013-04-01 08:48:46 +00:00
sbd
93ef8f1ac8 Use PKGMANDIR 2013-04-01 08:39:13 +00:00
sbd
542ec84d04 Uses wish at runtime. 2013-04-01 08:30:06 +00:00
sbd
ed740ba8a0 Skip the interpreter ckeck on the demo script. 2013-04-01 08:01:29 +00:00
sbd
a293b6a63b Use host_alias for file paths (as it doesn't contain '-gnu'). 2013-04-01 08:00:15 +00:00
sbd
7204cfc855 Use pre-processing to make the changes introduced by patch-aa & patch-ac
as the original code is needed for linux.
2013-04-01 07:35:03 +00:00
sbd
c367e79d95 Define _POSIX_SOURCE on Linux. 2013-04-01 06:30:45 +00:00
sbd
248ba358a9 Use ${PKGMANDIR} for manpages. 2013-04-01 06:13:12 +00:00
sbd
eece07dd23 Use ${PKGINFODIR} 2013-04-01 05:53:24 +00:00
sbd
fcb9e4f2bc Mark as not MAKE_JOBS_SAFE. 2013-04-01 05:50:22 +00:00
sbd
a28b169d32 Define INSTALL_INFODIR for cmake. 2013-04-01 01:18:00 +00:00
wiz
6378fee40a Restore enigmail checksums (hi tron) 2013-03-31 21:15:21 +00:00
bsiegert
ced77a5294 This makes my bulk build hang, mark not for MirBSD for now. 2013-03-31 17:25:31 +00:00
dholland
75d6a0662d Patch elisp for emacs24. This likely isn't all of it. 2013-03-31 14:13:27 +00:00
wiz
891a121c79 + calibre-0.9.25, fontconfig-2.10.92, mosh-1.2.4, py-lxml-3.1.1,
py-trueskill-0.4, webkit-gtk-2.0.0, x264-devel-20130330.
2013-03-31 13:59:29 +00:00
wen
9bd1c9f807 Updated www/moodle to 2.4.3 2013-03-31 13:53:57 +00:00
wen
353a11e4d8 Update to 2.4.3
Upstream changes(since 2.4.0):
2.4.3
Regression fix
MDL-38474 - Teachers unable to access server files
Note: Moodle 2.4.3 is being released just one week after 2.4.2 in response to a serious regression being discovered in 2.4.2.
Other fixes
MDL-38303 - MUC: Session cache is adjusted accordingly when user logs in or out
MDL-38386 - Upgrade step for 24 and master adjusted
MDL-38332 - Browsing users paginates properly for multiples of 30 users
MDL-33424 - Images correctly restored from a 1.9 course quiz
MDL-34011 - Display of student attempts for Short Answer questions in Lessons is now correct

2.4.2
Highlights
MDL-32975 - There is an option to sort My Courses list alphabetically
MDL-36297 - HTML purifier strings are now cached
MDL-35074 - More students can now appear per page in the Grader Report
MDL-34435 - Actions in categories are now logged
Functional changes
MDL-30669 - Admins are warned before deleting 'Sticky' site-wide blocks in 2.2 accidentally through a course page
MDL-37894 - Not yet opened quizzes show close date as well as open date
MDL-35336 - Process for enabling statistics is now clearer
API changes
MDL-36363 - Removing a file store cache instance removes its folder too
MDL-31636 - Comments API allows plugins to set the date format
Security issues
MSA-13-0011 Calendar subscription capability issue
MSA-13-0012 Information leak in course profiles
MSA-13-0013 Server information revealed through exception messages
MSA-13-0014 Password revealed in WebDav repository
MSA-13-0015 Cross-site scripting issue in Filepicker
MSA-13-0016 External Entity Injection through Zend library
MSA-13-0017 Form manipulation issue in notes
MSA-13-0018 Personal information leak through repositories
MSA-13-0019 Unauthorised settings editing through WebDav repository
Fixes and improvements
Fixes for MUC - MDL-37683 MDL-37545 MDL-38110 MDL-38165
MDL-37792 - Conditional Resource based on a profile interest field now works when fields are empty
MDL-38173 - Adding modules to courses where completion is enabled no longer causes corruption
MDL-37847 - Plain text essays now show HTML special characters appropriately
MDL-37774 - Moodle 1.9 to 2.x course restore now works with directory resources
MDL-37563 - Assignment upgrade now includes conditional access settings
MDL-36757 - Editing an activity no longer reveals hidden grades
MDL-35780 - Participants page disclosure of email addresses is now consistent
MDL-35175 - Lesson now shows attempts if associated with a grouping
MDL-37710 - Students can access their own submitted files in a team submission assignment
MDL-38352 - Improved language strings added to the English language pack, the most noticeable being 'My Moodle' in the site admin settings renamed as My home

2.4.1
Highlights
MDL-32880 - Make 1.9 blocks restorable in 2.3 onwards
MDL-34791 - Activity quick title edit updates name in gradebook
MDL-35653 - Wiki module works if you activate the force format option
API changes
MDL-30700 - There is a new function "text_sorting($columnname)" for the class flexible_table which allows you to specify which columns are of type "text" so they can be sorted correctly in all databases.
MDL-35593 - core_webservice_get_site_info returns version number as PARAM_TEXT
MDL-30961 - get_course_contents web service's name value is now PARAM_RAW
Security issues
MSA-13-0001 - Security issue in Google Spellchecker in TinyMCE
MSA-13-0002 - Capability issue with Outcome editing
MSA-13-0003 - Potential server file access through backup restoration
MSA-13-0004 - Information leak through activity report
MSA-13-0005 - Potential phishing attack through URL redirects
MSA-13-0006 - Potential information leak in Assignment module
MSA-13-0007 - Potential exploit in messaging
MSA-13-0008 - Information leak through Blog RSS
MSA-13-0009 - Information leak through Blog RSS
MSA-13-0010 - Failure to check capabilities in calendar
Fixes and improvements
MDL-36680 - Overview report now gives correct course total by not including hidden item grades
MDL-37165 - Assignment summary displays on Oracle
MDL-36963 - Automatic updates deployer needs checks directory permissions
2013-03-31 13:51:48 +00:00
obache
46e1b7ecb8 regen 2013-03-31 13:41:05 +00:00
obache
cca74748b0 sort 2013-03-31 09:12:26 +00:00
obache
86e7778acd note CPP macros for Minix3. 2013-03-31 09:10:39 +00:00
obache
4500ff517b Minix3 support was added in Nov 2011. 2013-03-31 09:08:06 +00:00
obache
03c3ac6212 MirBSD support was added in Aug 2011. 2013-03-31 08:50:26 +00:00
obache
0f086d77cd mention CPP macros for MirBSD. 2013-03-31 08:38:07 +00:00
sbd
f0d3197476 Always use ${CFLAGS} and ${LDFLAGS}. 2013-03-31 08:31:49 +00:00
obache
dd797b0216 mention CPP macros for Haiku and Cygwin. 2013-03-31 08:24:55 +00:00
sbd
fd9068b177 Updated audio/buzztard to 0.5.0nb21 2013-03-31 08:22:38 +00:00
sbd
acd408f147 Add PLIST.Linux with extra file.
Bump PKGREVISION
2013-03-31 08:22:24 +00:00
sbd
4ff95c9337 Include cstdio for std::sprintf. 2013-03-31 08:18:58 +00:00
sbd
99e7ff5871 Depend on alsa-lib on Linux 2013-03-31 08:17:47 +00:00
obache
11942a54c1 missing recursive bump from poppler-0.22.2 shlib major change. 2013-03-31 08:13:27 +00:00
wiz
55f8f10dd9 + TeXmacs-1.0.7.19, abcm2ps-7.5.2, abcmidi-20130321, anjuta-3.8.0,
aria2-1.16.5, atk-2.8.0, barcode-0.99, binutils-2.23.2, denemo-1.0.0,
  diffutils-3.3, dropbear-2013.56, etm2-2.1.1 [etm successor],
  evince-3.8.0, gcal-3.6.3, glib2-2.36.0, gnome-3.8, gnome-subtitles-1.3,
  gnutls-3.1.10, gthumb-3.2.0, gworkspace-0.9.2, hiawatha-9.0,
  httping-2.1, lhasa-0.1.0, libdrm-2.4.43, libmicrohttpd-0.9.26,
  mousetweaks-3.8.0, mu-0.9.9.5, nano-2.3.2, opendkim-2.8.2,
  openssh-6.2p1, pango-1.34.0, png-1.6.1, puzzles-9781, py-carddav-0.4.1,
  py-django-1.5.1, py-sip-4.14.5, remind-3.1.13, spectrwm-2.2.0
  [was scrotwm], tea-35.0.0, tmux-1.8, vala-0.20.0, veusz-1.17,
  wine-devel-1.5.27, xf86-input-keyboard-1.7.0,
  xf86-input-mouse-1.9.0 [needs modular-xorg-server-1.7+],
  xf86-video-openchrome-0.3.2, xmlsec1-1.2.19, xproto-7.0.24.
2013-03-31 06:44:19 +00:00
dholland
61a239b84c Take a shot at fixing the clang build. 2013-03-31 00:04:49 +00:00
tron
bf9e3876f9 Get this package closer to build under Solaris 10:
1.) Fix broken "yasm" version check which only accepts version numbers
    like "a.b.c.d" but not like "a.b.c" and therefore fails with
    Yasm 1.2.0. This probably affects other platforms (e.g. Linux
    as well).
2.) Use "-R" instead of non-portable "-rpath" linker option.

The build under Solaris 10 fails now during the build phase and not
already in the configuration phase.
2013-03-30 23:31:35 +00:00
tron
c9b20f1d25 Fix build under Solaris (10 i86pc with GCC 4.5). 2013-03-30 22:28:55 +00:00
tron
4603633e9b This package needs "flex" not just any "lex" to build properly. Otherwise
it will fallback to "yacc" (instead of "bison") and the library will
not link properly. This problem is probably only visible under Solaris
where "lex" is not "flex".

Bump package revision because of this fix.
2013-03-30 22:21:10 +00:00
tron
17cec75f20 Use portable "-R" linker option instead of non-portable "-rpath" option.
The "configure" stage now works under Solaris 10 (i386 with GCC 4.5)
but the build still fails.
2013-03-30 22:07:00 +00:00
dholland
20ada01b0c easyedit. 2013-03-30 21:58:44 +00:00
dholland
3691c821a9 Add termcap bl3 file. Is now MAKE_JOBS_SAFE. Part of previous commit. 2013-03-30 21:58:16 +00:00
dholland
abd365d89d General cleanup, via a distfile patch.
- NULL is a pointer. Don't use it for '\0', which is a character.
   - Silence warnings about unused variables.
   - Silence clang warnings about format strings.
   - Fix up the makefile and configure logic, rolling in patch-aa and
     patch-ab. Make the configure script report what it's doing instead
     of making wrong decisions silently.
   - Fix broken build when using system curses instead of the builtin
     curses subset. (This is not the default, nor apparently recommended,
     but can happen if the configure script doesn't like you.)
   - Bump PKGREVISION.
2013-03-30 21:57:25 +00:00
tron
d44de82683 Fix typo in comment. 2013-03-30 20:46:29 +00:00
ryoon
2c7fb8f6b0 Updated devel/xulrunner to 19.0.2nb1 2013-03-30 20:03:48 +00:00
ryoon
9a8941d8ca Bump PKGREVISION.
* Fix build on NetBSD 5.2, use pthread_attr_get_np on NetBSD.
* Fix broken binary on NetBSD 5.2 and gcc45.
2013-03-30 20:03:08 +00:00
obache
9fb3eaad2e RealPlayer had bee removed before pkgsrc-2011Q2. 2013-03-30 11:26:24 +00:00