1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Baptiste Daroussin
b5482324dc In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
2013-12-11 18:08:52 +00:00
Xin LI
bc0d646198 Update to 0.57.
PR:		ports/179390
Submitted by:	nemysis
Approved by:	maintainer
2013-11-06 22:50:21 +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
Baptiste Daroussin
0a830cfcd0 Fix PORTSDIR not already defined by using relative path 2013-07-10 21:28:56 +00:00
Baptiste Daroussin
f83b34b741 Fix pure by removing the useless pre.mk/post.mk dancing
Convert to USES=gmake

Reported by:	marino
2013-07-10 21:11:24 +00:00
Pav Lucistnik
ff60500447 - Update pure to 0.51 and update modules
PR:		ports/161799
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-01-26 11:18:51 +00:00
Frederic Culot
132e6d1bf7 - Fix typo in COMMENT (s/langauge/language/)
PR:		ports/159866
Submitted by:	Kaspars Bankovskis <kaspars@bankovskis.lv>
Approved by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2011-08-19 11:26:57 +00:00
Martin Wilke
91263b07cf Sql3 is an interface to the popular Sqlite3 database. The module provides a
minimal wrapper around Sqlite3's C interface which is designed to give the
developer access to all of Sqlite3's features in a way that is convenient
for Pure programmers.

WWW:	http://docs.pure-lang.googlecode.com/hg/pure-sql3.html

PR:		ports/156103
Submitted by:	Zhihao Yuan <lichray at gmail.com>
2011-06-27 14:45:31 +00:00