From 3db2ea09f40a01a74e440f8b7d6108a5e3af3c0e Mon Sep 17 00:00:00 2001 From: ijliao Date: Fri, 20 Feb 2004 09:57:20 +0000 Subject: unbreak by fixing lib-depends add more master sites remove some unnecessary depends --- lang/ccscript/Makefile | 24 ++++++++++-------------- lang/ccscript/distinfo | 1 + lang/ccscript/files/patch-config:ltmain.sh | 15 +++++++++++++++ lang/ccscript/files/patch-src:script.cpp | 11 +++++++++++ lang/ccscript/pkg-plist | 1 - 5 files changed, 37 insertions(+), 15 deletions(-) create mode 100644 lang/ccscript/files/patch-config:ltmain.sh create mode 100644 lang/ccscript/files/patch-src:script.cpp diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile index dfc79764bc07..40fed2ef69e0 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -9,29 +9,25 @@ PORTNAME= ccscript PORTVERSION= 2.5.6 PORTREVISION= 1 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ccscript +MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gnu/} \ + ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} +MASTER_SITE_SUBDIR= ccaudio/:gnu \ + bayonne/:sf +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:gnu \ + ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:sf MAINTAINER= ports@FreeBSD.org COMMENT= State-event driven class extendible C++ script interpreter -LIB_DEPENDS= ccgnu2-1.0.0:${PORTSDIR}/devel/commoncpp +LIB_DEPENDS= ccgnu2-1.1.0:${PORTSDIR}/devel/commoncpp -BROKEN= "Broken dependency" - -USE_GMAKE= yes -USE_LIBTOOL= yes -USE_AUTOCONF= yes -WANT_AUTOCONF_VER= 257 +USE_GNOME= gnometarget +GNU_CONFIGURE= yes +INSTALL_TARGET= install man INSTALLS_SHLIB= yes -CONFIGURE_TARGET= - MAN3= ScriptCommand.3cc ScriptImage.3cc ScriptInterp.3cc \ ScriptModule.3cc ScriptSymbol.3cc Script_Locks.3cc \ Script_Package.3cc Script_Property.3cc Script_Session.3cc -post-install: - (cd ${WRKSRC} ; ${MAKE} man) - .include diff --git a/lang/ccscript/distinfo b/lang/ccscript/distinfo index 53b59bb36ae7..c6146324ab33 100644 --- a/lang/ccscript/distinfo +++ b/lang/ccscript/distinfo @@ -1 +1,2 @@ MD5 (ccscript-2.5.6.tar.gz) = c0e664ab13e054b37e0f7da40a7b488e +SIZE (ccscript-2.5.6.tar.gz) = 375473 diff --git a/lang/ccscript/files/patch-config:ltmain.sh b/lang/ccscript/files/patch-config:ltmain.sh new file mode 100644 index 000000000000..664ec529fbf0 --- /dev/null +++ b/lang/ccscript/files/patch-config:ltmain.sh @@ -0,0 +1,15 @@ +--- config/ltmain.sh.orig Fri Feb 20 17:50:28 2004 ++++ config/ltmain.sh Fri Feb 20 17:50:39 2004 +@@ -5428,10 +5428,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false ; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/lang/ccscript/files/patch-src:script.cpp b/lang/ccscript/files/patch-src:script.cpp new file mode 100644 index 000000000000..4318af360f82 --- /dev/null +++ b/lang/ccscript/files/patch-src:script.cpp @@ -0,0 +1,11 @@ +--- src/script.cpp.orig Fri Feb 20 17:51:13 2004 ++++ src/script.cpp Fri Feb 20 17:52:01 2004 +@@ -1209,7 +1209,7 @@ + #endif + for(;;) + { +- scrname = dir.getName(); ++ scrname = (char*)dir.getName(); + if(!scrname) + break; + ext = strchr(scrname, '.'); diff --git a/lang/ccscript/pkg-plist b/lang/ccscript/pkg-plist index 676c969b9705..4054475c0ce9 100644 --- a/lang/ccscript/pkg-plist +++ b/lang/ccscript/pkg-plist @@ -1,7 +1,6 @@ bin/ccscript include/cc++2/cc++/script.h lib/libccscript2.a -lib/libccscript2.la lib/libccscript2.so lib/libccscript2-0.5.so lib/libccscript2-0.5.so.3 -- cgit _yarn/devel/electron6/files/lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-241-1/+1
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*amdmi32016-05-191-2/+2
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-1/+1
* Drop USES=iconv.rakuco2015-08-311-2/+2
* Revert r381307. The patch was invalid.jkim2015-03-172-2/+2
* textproc/clucene: fix missing lib in patchrobak2015-03-152-2/+2
* Cleanup plistantoine2014-11-161-34/+0
* Fix compiler warnings. Note some patches were obtained from LibreOffice.jkim2014-06-2515-6/+252
* Chase boost and icu bumpbapt2014-02-071-1/+1
* Uses ninja instead of make, it is a bit faster to buildbapt2014-01-071-1/+1
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkohauer2013-12-311-1/+1
* Support stagebapt2013-12-141-1/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Fix typobapt2013-09-041-1/+1
* Allow to build with clang and libc++bapt2013-09-042-1/+13
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-2/+1
* Add "-lclucene-shared" to linker flags. This patch is known to fix buildjkim2013-04-171-0/+10
* - Implement efficient BitSet::nextSetBit() to reduce diff against upstream.jkim2013-04-177-1/+206
* Revert r315430. Accidentally committed to the wrong repository.jkim2013-03-281-4/+3
* A minor style tweak.jkim2013-03-281-3/+4
* Optimize the previous patch. No functional change.jkim2013-03-281-4/+19
* - Fix a buffer overflow in highlighter. [1]jkim2013-03-2812-7/+214
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
* - Re-assign textproc/clucene maintainship to office@. [1]jkim2013-01-2910-99/+465
* -remove MD5ohauer2011-07-031-1/+0
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1