mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
- Add LICENSE information
- Switch to USES=localbase - Port is architecture neutral - Regenerate patch with make makepatch
This commit is contained in:
parent
962c853e36
commit
0b1558fe45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420164
@ -13,12 +13,14 @@ COMMENT= Simple CD catalog for GNOME
|
||||
BUILD_DEPENDS= sqlite3>=3.0:databases/sqlite3
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= tar:bzip2 pathfix gettext gmake mono pkgconfig
|
||||
USES= gettext gmake localbase mono pathfix pkgconfig tar:bzip2
|
||||
USE_GNOME= gnomeprefix intlhack libgnome gnomesharp20
|
||||
GCONF_SCHEMAS= cdcollect.schemas
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
NO_ARCH= yes
|
||||
|
||||
post-extract:
|
||||
${REINPLACE_CMD} -e 's,SqliteClient,Sqlite,' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- src/DBsql.cs.orig
|
||||
--- src/DBsql.cs.orig 2006-11-24 17:12:13 UTC
|
||||
+++ src/DBsql.cs
|
||||
@@ -958,10 +958,10 @@
|
||||
@@ -958,10 +958,10 @@ public class CDDatabaseSql
|
||||
private int sql_command_id (string comm)
|
||||
{
|
||||
IDbCommand command = sqlite_connection.CreateCommand ();
|
||||
|
Loading…
Reference in New Issue
Block a user