mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Patch distribution was rerolled. Original is gone, but the changes
at most seem to be: - doco - many bugfixes - updates to clipper native-language libraries - updates to gtk2 bindings Also, - Reorder MASTER_SITES to use better mirror first. - Mirror patch distfile on MASTER_SITE_LOCAL - Make portlint a tiny bit happier
This commit is contained in:
parent
dbc37c806f
commit
64651fe17f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136675
@ -7,10 +7,12 @@
|
||||
|
||||
PORTNAME= clip
|
||||
PORTVERSION= 1.1.14.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= databases lang
|
||||
MASTER_SITES= ftp://ftp.itk.ru/pub/clip/ \
|
||||
ftp://ftp.linux.ru.net/mirrors/clip/
|
||||
MASTER_SITES= ftp://ftp.linux.ru.net/mirrors/clip/ \
|
||||
ftp://ftp.itk.ru/pub/clip/ \
|
||||
${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR=lawrance
|
||||
DISTFILES= ${PORTNAME}-prg-${PORTVERSION:R}-${PORTVERSION:E}.tgz \
|
||||
patch.tgz
|
||||
DIST_SUBDIR= clip
|
||||
@ -19,7 +21,6 @@ EXTRACT_ONLY= ${PORTNAME}-prg-${PORTVERSION:R}-${PORTVERSION:E}.tgz
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= xBase and Clipper language compatible compiler
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-prg-${PORTVERSION:R}-${PORTVERSION:E}
|
||||
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
||||
wget:${PORTSDIR}/ftp/wget \
|
||||
xmkmf:${X_IMAKE_PORT}
|
||||
@ -32,6 +33,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
||||
wget:${PORTSDIR}/ftp/wget
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-prg-${PORTVERSION:R}-${PORTVERSION:E}
|
||||
USE_GETTEXT= yes
|
||||
WANT_GNOME= yes
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (clip/clip-prg-1.1.14-1.tgz) = d9248340ec5925ee0c28ee125beae162
|
||||
SIZE (clip/clip-prg-1.1.14-1.tgz) = 4445544
|
||||
MD5 (clip/patch.tgz) = 0f72b94ce943bf8ba0bbf49ac372c187
|
||||
SIZE (clip/patch.tgz) = 483165
|
||||
MD5 (clip/patch.tgz) = 8489052b641387167aed5e665001546f
|
||||
SIZE (clip/patch.tgz) = 701232
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- cliplibs/clip-gtk2/treestore.c.orig Fri Apr 15 21:47:28 2005
|
||||
+++ cliplibs/clip-gtk2/treestore.c Fri Apr 15 21:48:06 2005
|
||||
@@ -298,16 +298,21 @@
|
||||
--- cliplibs/clip-gtk2/treestore.c.orig Tue Apr 19 21:12:14 2005
|
||||
+++ cliplibs/clip-gtk2/treestore.c Thu Jun 2 17:40:59 2005
|
||||
@@ -322,10 +322,10 @@
|
||||
int
|
||||
clip_GTK_TREESTORESETVALUE(ClipMachine * cm)
|
||||
{
|
||||
@ -15,8 +15,9 @@
|
||||
GtkTreeIter iter;
|
||||
ClipArrVar *utypes;
|
||||
GValue value;
|
||||
@@ -333,6 +333,11 @@
|
||||
gchar *str;
|
||||
int j;
|
||||
int j,n;
|
||||
double d;
|
||||
+
|
||||
+ cstree = _fetch_co_arg(cm);
|
||||
|
@ -392,6 +392,7 @@ clip/doc/example/clip-gtk2/drag_and_drop.prg
|
||||
clip/doc/example/clip-gtk2/draw.prg
|
||||
clip/doc/example/clip-gtk2/entrytempl.prg
|
||||
clip/doc/example/clip-gtk2/fonttest.prg
|
||||
clip/doc/example/clip-gtk2/iconview.prg
|
||||
clip/doc/example/clip-gtk2/ifactory.prg
|
||||
clip/doc/example/clip-gtk2/imgmenu.prg
|
||||
clip/doc/example/clip-gtk2/lines.prg
|
||||
@ -995,7 +996,6 @@ clip/locale.pot/codb/dep_dbf.pot
|
||||
clip/locale.pot/codb/dict_dbf.pot
|
||||
clip/locale.pot/codb/list_id.pot
|
||||
clip/locale.pot/codb/dict_all.pot
|
||||
clip/locale.pot/codb/dict_sql.pot
|
||||
clip/locale.pot/debug/_.pot
|
||||
clip/locale.pot/debug/cld_obj.pot
|
||||
clip/locale.pot/debug/clip_cld.pot
|
||||
|
Loading…
Reference in New Issue
Block a user