Commit graph

14 commits

Author SHA1 Message Date
Dmitry Marakasov
3089eb9b68 - Strip libraries
- Add LICENSE
2015-08-20 13:15:13 +00:00
Erwin Lansing
a699cac240 Reset maintainer
<simon@comsys.ntu-kpi.kiev.ua>: host mx.kpi.ua[77.47.128.136] said:
    550-Verification failed for <indexbuild@FreeBSD.org> 550-Called:
    8.8.178.115 550-Sent:     RCPT TO:<indexbuild@FreeBSD.org> 550-Response:
    554 5.7.1 Service unavailable; Unverified Client host [mail1.kpi.ua]
    blocked using dbl.spamhaus.org;
    http://www.spamhaus.org/query/dbl?domain=kpi.ua 550 From email address must
    be valid (in reply to RCPT TO command)

Sponsored by:	DK Hostmaster A/S
2015-08-19 08:12:19 +00:00
Tijl Coosemans
a374acb969 By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
2015-08-02 15:03:19 +00:00
Dmitry Marakasov
59f7a715f3 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-08-15 17:50:45 +00:00
Adam Weinberger
aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00
Baptiste Daroussin
6c38c07606 Support stage
Use options helpers
Use pkg-plist
2014-01-15 23:33:03 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Pawel Pekala
b02fb6650b Update to version 1.1.1
PR:		ports/169782
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer)
2012-07-13 14:05:48 +00:00
Sylvio Cesar Teixeira
54f367fc8e - Update to support new options framework.
PR:		ports/168751
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer)
2012-06-08 21:15:02 +00:00
Eitan Adler
7e3b32fff8 - remove maintainer tags from pkg-descr
Approved by:	portmgr
Approved by:	bapt (mentor)
2011-10-22 23:50:23 +00:00
Martin Wilke
33de982350 - Update to 1.1
- Pet portlint
- Update pkg-descr

PR:		154615
Submitted by:	maintainer
2011-02-12 18:00:58 +00:00
Beech Rintoul
4413a4a09e Update to 1.0.2
PR:		ports/152830
Submitted by:	Andrey Simonenko (simon@comsys.ntu-kpi.kiev.ua) (maintainer)
Approved by:	itetcu (mentor) (implicit)
2010-12-04 23:05:31 +00:00
Vasil Dimov
fbff65b098 Update from 1.0 to 1.0.1
PR:		ports/94824
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> (maintainer)
2006-03-22 08:37:16 +00:00
Edwin Groothuis
19ca028ac8 New port: databases/ipa_sdb IPA simple database module
IPA_SDB -- IPA simple database module

	Main features:

	- Distribution consists of database ipa_db_sdb(8) and statistics
	  ipa_st_mod(8) modules;
	- Modules completely support dynamic and static rules, limits and
	  thresholds;
	- All database files are stored in own record based database formats;
	- Formats of database files are machine architecture independent;
	- Sizes of database records are relatively small (binary data formats);
	- Access to statistics can be granted accordingly to the user group;
	- There is the ipa_sdb_dump(8) utility for dumping database files to
	  text format and back.

	WWW: http://ipa-system.sourceforge.net/modules/ipa_sdb/

PR:		ports/91009
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
2005-12-28 21:51:57 +00:00