Commit graph

197695 commits

Author SHA1 Message Date
obache
21b9546574 ld='g++' in hints/cygwin.sh, c++ is required on Cygwin. 2013-02-27 14:02:22 +00:00
ryoon
2dbbca67c9 Added databases/tinycdb version 0.78 2013-02-27 12:38:55 +00:00
ryoon
c98cc80061 Update to 0.78
* Take MAINTAINERship, ok by schmonz@.
* Libtoolized.
* Fix typo in variable name.
* Set LICENSE as public-domain.

Changelog:
tinycdb-0.78 2012-05-11

 - bugfix release:
  o fixed >2Gb file size prob on 32bit platform
  o fixed handling of files >=4Gb
  o fixed a few compiler warnings

 - introduce $(LD) and $(LDFLAGS), and also $(CDEFS) in Makefile
2013-02-27 12:38:12 +00:00
hubertf
2fe38ef1b4 Fix 'service' module not to hang when starting mysql.
Bump version to 1.0nb1, also sent upstream
2013-02-27 12:32:06 +00:00
obache
b1a680b722 create tools' aliases additionally with _OPSYS_EXE_SUFFIX.
In some situations, tools will be invoked with platform specific executable
suffix (ex. Perl5's Configure).
2013-02-27 12:09:39 +00:00
obache
6b6bcd0d2c introduce _OPSYS_EXE_SUFFIX, for platform specific executable suffix. 2013-02-27 12:03:49 +00:00
obache
0674e02fa2 Drop Interix-ish, not for Cygwin. 2013-02-27 10:59:33 +00:00
wiz
efd1126d9a Updated x11/xterm to 291 2013-02-27 09:19:19 +00:00
wiz
bb5eb8f66a Update to 291:
This release fixes the special case of the #282 change for
"alternateScroll" to allow the wheel-mouse to work properly in the
scrollbar area.
2013-02-27 09:19:09 +00:00
wiz
a478c361e3 Updated sysutils/cdrtools to 3.01alpha13 2013-02-27 08:40:45 +00:00
wiz
1c2e3837cd Update to 3.01a13:
All:

-	include/schily/stat.h now contains macros to set the nanoseconds
	in timestamps in a OS independent way

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):

-	mkisofs now identifies itdelf by default (inside the APPID string)
	as being UDF capable.

-	mkisofs now sets link count and "unique id" == inode number for files.
	Note that this may still not result in useful hardlinked files on all
	platforms as e.g. Solaris and Linux ignore the UDF unique ID and rather
	use the location of the file_entry as inode number. This will never
	return the same number for different filenames that point to the
	same file data and thus prevents hard linked files from being visible.

	This is however not a Solaris problem, the problem is rather in the
	UDF standard that does not require the unique id to be in a 32 bit
	range as long as the media size is = 8 TB. Note that 32 bit UNIX
	programs cannot access files with an inode number that cannot be
	expressed as 32 bit number, so inode numbers that do not fit into
	32 bits may cause problems. Ths only way to work around this problem
	would be to enance the Solaris and Linux UDF filesystem module to
	recognize whether a filesystem has been created by mkisofs that grants
	useful inode numbers. The same is already done for ISO-9660.

-	mkisofs now supports additional file types with UDF:

	-	named pipes
	-	sockets
	-	character devices
	-	block devices

-	mkisofs now supports all three UNIX times with microsecond granularity in UDF

-	mkisofs now sets correct user/group/permission for symlinks in UDF

-	mkisofs now supports S_ISUID, S_ISGID, S_ISVTX (set uid, set gid, sticky) in UDF
2013-02-27 08:40:37 +00:00
taca
16f91f4fb3 Fix build problem when buidling with MySQL 5.5 and later.
It is simply ad hoc change and it might be moved to somewhere common
place of mysql-client.
2013-02-27 06:12:25 +00:00
taca
7a82593123 Note update of misc/ruby-launchy package to 2.2.0nb1.
Original problem was noted by joerg@.
2013-02-27 03:59:09 +00:00
taca
d73175e36a Add correct dependency to ruby-rdoc.
Since dependency has also changed with ruby193, bump PKGREVISION.
2013-02-27 03:58:12 +00:00
obache
df6c43b511 fix HOMEPAGE url. 2013-02-27 01:30:32 +00:00
joerg
5be8e4b8a6 Don't use string variables as format strings, especially if they are
from the outside world. Make two clang warnings non-fatal that seem to
be harmless.
2013-02-26 23:39:18 +00:00
joerg
d28b40d02f Honor sequence point rules. 2013-02-26 23:38:08 +00:00
joerg
26179a9c57 Require C++11 when building with Clang. Fix fallout of Boost update due
to MOC's limited C preprocessor. Derive template arguments of make_pair
automatically.
2013-02-26 23:37:32 +00:00
joerg
6a800e646e On NetBSD, link against libexecinfo when backtrace(3) is desired. 2013-02-26 23:36:17 +00:00
joerg
410c163434 Fix libpng fallout. 2013-02-26 23:35:24 +00:00
riz
82daa6d108 After some discussion with ansible folks, don't replace the interpreter
in modules (the files in ${WRKSRC}/library), as they're treated as
data and not scripts - the right thing to do is to set
"ansible_python_interpreter" in the configuration.

Also, install example files in ${PREFIX}/share/examples/ansible.
2013-02-26 20:11:02 +00:00
garbled
db3a7ed7c4 Add fix from PR44656 to fix sig6 in postfix/smtp when compiled with any type
of DB support (like mysql, postgres, etc).  Also fixes PR43637
Tested by me.
2013-02-26 19:56:18 +00:00
jperkin
0702e39845 Add -lboost_system on SunOS. Need lots more REPLACE_PYTHON to make the
current package PKG_DEVELOPER safe.

This along with the previous commit to meta-pkgs/gnuradio makes this
package build on SunOS.
2013-02-26 19:28:08 +00:00
jperkin
435d72a5e5 Avoid 'error: call of overloaded <x> is ambiguous' failures. 2013-02-26 19:25:02 +00:00
riz
19ba03ef9b Some fixes for the package:
- install manpages
- replace "etc" with PKG_SYSCONFDIR in a number of locations
- replace "usr/share" with @PREFIX@/share in some places
- do some cleanup so things install with PKG_DEVELOPER set.
2013-02-26 17:42:59 +00:00
jperkin
8e67541c75 Add an explicit -lgmodule-2.0 for Solaris.
Fixes package build.
2013-02-26 16:16:08 +00:00
jperkin
bbe80994dd Implement stubs for missing functions on Solaris. This at least gets us a
working package - help fleshing them out with actual data is appreciated.
2013-02-26 15:54:16 +00:00
jperkin
baaa5cc712 Remove broken gets() warning, this package doesn't even call gets().
Fixes build on SunOS.
2013-02-26 14:47:16 +00:00
wiz
ad45a22f31 Fix typo. 2013-02-26 12:48:28 +00:00
ryoon
4471810d86 Fix typo in PKGNAME. 2013-02-26 12:45:28 +00:00
ryoon
b68d9b9fa0 Added www/php-sugarcrm version 6.5.10 2013-02-26 12:40:42 +00:00
ryoon
a69bf21e2e Add php-sugercrm 2013-02-26 12:39:02 +00:00
ryoon
df9c969961 Import php54-sugercrm-6.5.10 as www/php-sugarcrm.
SugerCRM is open source CRM (Customer Relationship Management)
system.
2013-02-26 12:37:46 +00:00
obache
97fbb4c44a Updated emulators/suse121_openssl to 12.1nb4 2013-02-26 11:51:33 +00:00
obache
5d5a3b319c Update to use libopenssl1_0_0-1.0.0k-34.20.1 for
CVE-2011-4108 CVE-2011-4576 CVE-2011-4577 CVE-2011-4619 CVE-2012-0027
    CVE-2012-0050 CVE-2012-0884 CVE-2012-1165 CVE-2012-2110 CVE-2012-2686
    CVE-2013-0166 CVE-2013-0169

Bump PKGREVISION.
2013-02-26 11:51:13 +00:00
obache
8b5a934fae Remove WITH_READLINE cmake option, removed by 5.6.5.
noticed by diger in pkgsrc-users@.
2013-02-26 11:32:57 +00:00
joerg
b99c6588b5 Don't bail out on questionable constant compares. Add explicit () around ?:. 2013-02-26 11:27:28 +00:00
joerg
b628a06c8a Add some prototypes, missing headers and redefine log() to not conflict
with libm.
2013-02-26 11:26:02 +00:00
joerg
b2340f8451 Actually provide a value for BIGGEST. 2013-02-26 11:25:12 +00:00
ryoon
872f8106cc Updated www/php-soycms to 1.4.0c 2013-02-26 11:16:44 +00:00
joerg
4e1af7df19 Fix png update fallout. 2013-02-26 11:16:19 +00:00
ryoon
22a7398954 Update to 1.4.0c
Changelog:
* Include missing plugins.
2013-02-26 11:15:57 +00:00
joerg
4661231621 Needs C++11 when buildign with clang. 2013-02-26 11:15:43 +00:00
joerg
4ba3fc9767 Qt4's MOC can't deal with BOOST_JOIN, so disable some includes before it
sees the boost headers. Use C++11 tuple syntax.
2013-02-26 11:15:18 +00:00
joerg
95645e306d Don't add default arguments when implementing a method. 2013-02-26 11:14:01 +00:00
joerg
4c55f4251c Fix return types. 2013-02-26 11:13:22 +00:00
joerg
f23960adfc Don't use default arguments when implementing a method. 2013-02-26 11:12:53 +00:00
joerg
463f7eb3b1 Fix inline use. 2013-02-26 11:10:28 +00:00
joerg
2b099aba48 Always return a value from !void functions. 2013-02-26 11:09:46 +00:00
joerg
2f1d8f60ea Consistently return a value. 2013-02-26 11:09:09 +00:00