- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
This commit is contained in:
@@ -37,4 +37,4 @@ To avoid naming collisions, rename scale to scale-gpstk.
|
||||
+GPSMain scale-gpstk : scale.cpp ;
|
||||
GPSMain tallandev : tallandev.cpp ;
|
||||
GPSMain TIAPhaseParser : TIAPhaseParser.cpp ;
|
||||
GPSMain trunc : trunc.cpp ;
|
||||
GPSMain trunc : trunc.cpp ;
|
||||
|
||||
@@ -28,4 +28,4 @@ $FreeBSD$
|
||||
+ #include <speex/speex_preprocess.h>
|
||||
#include <ogg/ogg.h>
|
||||
|
||||
int
|
||||
int
|
||||
|
||||
@@ -300,4 +300,4 @@ share/icons/hicolor/scalable/apps/calf_plugin.svg
|
||||
@dirrmtry share/applications
|
||||
%%LV2%%@dirrm lib/lv2/calf.lv2
|
||||
%%LV2%%@dirrmtry lib/lv2
|
||||
@dirrm lib/calf
|
||||
@dirrm lib/calf
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
+int main(int argc, char *argv[])
|
||||
{
|
||||
if (argc == 1)
|
||||
{
|
||||
{
|
||||
|
||||
@@ -310,4 +310,4 @@
|
||||
+#endif
|
||||
d->report_all=1;
|
||||
return(0);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -195,4 +195,4 @@
|
||||
-
|
||||
- (void) mbLookup: (id)sender
|
||||
{
|
||||
if (song)
|
||||
if (song)
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
+ this->append(element);
|
||||
#if CONFIG_DEVMODE
|
||||
element.list = this;
|
||||
#endif // CONFIG_DEVMODE
|
||||
#endif // CONFIG_DEVMODE
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
+#define CONFIG_FILE_ETC "%%CONFIG_FILE%%"
|
||||
|
||||
#if defined(__WIN32__) || defined(__OS2__)
|
||||
#define DEFAULT_PATH "C:\\TIMIDITY"
|
||||
#define DEFAULT_PATH "C:\\TIMIDITY"
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
+ $defaultAppenders{server}->{recreate_check_signal} = 'HUP';
|
||||
}
|
||||
|
||||
return $class->_fixupAppenders(\%defaultAppenders);
|
||||
return $class->_fixupAppenders(\%defaultAppenders);
|
||||
|
||||
@@ -524,4 +524,4 @@
|
||||
+
|
||||
set_target_properties(tag PROPERTIES
|
||||
VERSION ${TAGLIB_SOVERSION_MAJOR}.${TAGLIB_SOVERSION_MINOR}.${TAGLIB_SOVERSION_PATCH}
|
||||
SOVERSION ${TAGLIB_SOVERSION_MAJOR}
|
||||
SOVERSION ${TAGLIB_SOVERSION_MAJOR}
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
+ f.st_size = 0;
|
||||
|
||||
if (protocol==ZM_XMODEM) {
|
||||
if (Verbose && *zi->fname && fstat(fileno(input_f), &f)!= -1) {
|
||||
if (Verbose && *zi->fname && fstat(fileno(input_f), &f)!= -1) {
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
+LIBS = @LIBS@ -liconv
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIPO = @LIPO@
|
||||
LN_S = @LN_S@
|
||||
LN_S = @LN_S@
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
+ g_return_val_if_fail(recset != NULL, -1);
|
||||
|
||||
default_recset = (DEFAULT_Recordset *) gda_server_recordset_get_user_data(recset);
|
||||
if (default_recset) {
|
||||
if (default_recset) {
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
+#include <string.h>
|
||||
#include <syslog.h>
|
||||
|
||||
#define UTIL_MAX_ERROR_SIZE 2048
|
||||
#define UTIL_MAX_ERROR_SIZE 2048
|
||||
|
||||
@@ -34,4 +34,4 @@
|
||||
+ fci.object_ptr = NULL;
|
||||
fci.retval_ptr_ptr = &retval;
|
||||
fci.param_count = 2;
|
||||
fci.params = ¶ms[1];
|
||||
fci.params = ¶ms[1];
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (cql-1.0.10.tar.gz) = 7c26007485444a011e66b64342396de030b100c373f63d8cede61daf9f2c5af4
|
||||
SIZE (cql-1.0.10.tar.gz) = 57050
|
||||
SIZE (cql-1.0.10.tar.gz) = 57050
|
||||
|
||||
@@ -15,4 +15,4 @@
|
||||
+
|
||||
+lwlan = `ifconfig | awk -F": " '{print $1}' | awk '{print $1}' | grep wlan`
|
||||
+
|
||||
+ifconfig
|
||||
+ifconfig
|
||||
|
||||
@@ -18,4 +18,4 @@
|
||||
+#include "gthreadprivate.h"
|
||||
#include "glib_trace.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -13,4 +13,4 @@ makedepend calls a "dependency". These dependencies are then written to a
|
||||
makefile in such a way that make will know which object files must be
|
||||
recompiled when a dependency has changed.
|
||||
|
||||
WWW: http://www.x.org/archive/X11R7.5/doc/man/man1/makedepend.1.html
|
||||
WWW: http://www.x.org/archive/X11R7.5/doc/man/man1/makedepend.1.html
|
||||
|
||||
@@ -26,4 +26,4 @@
|
||||
+ iconv_t cd = iconv_open (iconv_name, "UTF-16LE");
|
||||
|
||||
while (1)
|
||||
{
|
||||
{
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (mk-configure-0.23.0.tar.gz) = a17d6c573183eaab0c41cea5844a59e041fb92ee8bebbbdd4894012f94572d9e
|
||||
SIZE (mk-configure-0.23.0.tar.gz) = 312410
|
||||
SIZE (mk-configure-0.23.0.tar.gz) = 312410
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
+ cflags = ['-Wall', '-Wextra',
|
||||
'-Wno-deprecated',
|
||||
'-Wno-unused-parameter',
|
||||
'-fno-rtti',
|
||||
'-fno-rtti',
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
+ this->freebuf (this->_buffer);
|
||||
|
||||
this->_release = true;
|
||||
this->_buffer = buffer_tmp;
|
||||
this->_buffer = buffer_tmp;
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
+ #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mf" : : : "memory")
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (ExtUtils-XSpp-0.1603.tar.gz) = 45f35ee240a4bfd76c2eed4bfcc623a0d23d32b8100f69e27fe5c7eca8712cab
|
||||
SIZE (ExtUtils-XSpp-0.1603.tar.gz) = 173271
|
||||
SIZE (ExtUtils-XSpp-0.1603.tar.gz) = 173271
|
||||
|
||||
@@ -4,4 +4,4 @@ loading and handling of plugins and extensions for plugins. I
|
||||
understand that this may pollute your namespace, however I took great
|
||||
care in using the least ambiguous names possible.
|
||||
|
||||
WWW: http://search.cpan.org/dist/MooseX-Object-Pluggable/
|
||||
WWW: http://search.cpan.org/dist/MooseX-Object-Pluggable/
|
||||
|
||||
@@ -1 +1 @@
|
||||
a:6:{s:7:"attribs";a:4:{s:7:"version";s:3:"1.0";s:5:"xmlns";s:31:"http://pear.php.net/channel-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:18:"xsi:schemaLocation";s:71:"http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd";}s:4:"name";s:14:"pear.horde.org";s:7:"summary";s:17:"Horde PEAR server";s:14:"suggestedalias";s:5:"horde";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:4:{i:0;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:27:"http://pear.horde.org/rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:27:"http://pear.horde.org/rest/";}i:2;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.2";}s:8:"_content";s:27:"http://pear.horde.org/rest/";}i:3;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.3";}s:8:"_content";s:27:"http://pear.horde.org/rest/";}}}}}s:13:"_lastmodified";a:2:{s:4:"ETag";s:27:""112443e-31a-49de756604ac0"";s:13:"Last-Modified";s:29:"Fri, 10 Feb 2012 14:22:47 GMT";}}
|
||||
a:6:{s:7:"attribs";a:4:{s:7:"version";s:3:"1.0";s:5:"xmlns";s:31:"http://pear.php.net/channel-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:18:"xsi:schemaLocation";s:71:"http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd";}s:4:"name";s:14:"pear.horde.org";s:7:"summary";s:17:"Horde PEAR server";s:14:"suggestedalias";s:5:"horde";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:4:{i:0;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:27:"http://pear.horde.org/rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:27:"http://pear.horde.org/rest/";}i:2;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.2";}s:8:"_content";s:27:"http://pear.horde.org/rest/";}i:3;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.3";}s:8:"_content";s:27:"http://pear.horde.org/rest/";}}}}}s:13:"_lastmodified";a:2:{s:4:"ETag";s:27:""112443e-31a-49de756604ac0"";s:13:"Last-Modified";s:29:"Fri, 10 Feb 2012 14:22:47 GMT";}}
|
||||
|
||||
@@ -1 +1 @@
|
||||
a:6:{s:7:"attribs";a:4:{s:7:"version";s:3:"1.0";s:5:"xmlns";s:31:"http://pear.php.net/channel-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:18:"xsi:schemaLocation";s:71:"http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd";}s:4:"name";s:12:"openpear.org";s:14:"suggestedalias";s:8:"openpear";s:7:"summary";s:30:"channel server of openpear.org";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:2:{i:0;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:29:"http://openpear.org/rest.php/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:29:"http://openpear.org/rest.php/";}}}}}s:13:"_lastmodified";a:2:{s:4:"ETag";s:26:""37777d-254-4983d1e4359c0"";s:13:"Last-Modified";s:29:"Sat, 25 Dec 2010 14:42:55 GMT";}}
|
||||
a:6:{s:7:"attribs";a:4:{s:7:"version";s:3:"1.0";s:5:"xmlns";s:31:"http://pear.php.net/channel-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:18:"xsi:schemaLocation";s:71:"http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd";}s:4:"name";s:12:"openpear.org";s:14:"suggestedalias";s:8:"openpear";s:7:"summary";s:30:"channel server of openpear.org";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:2:{i:0;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:29:"http://openpear.org/rest.php/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:29:"http://openpear.org/rest.php/";}}}}}s:13:"_lastmodified";a:2:{s:4:"ETag";s:26:""37777d-254-4983d1e4359c0"";s:13:"Last-Modified";s:29:"Sat, 25 Dec 2010 14:42:55 GMT";}}
|
||||
|
||||
@@ -1 +1 @@
|
||||
a:6:{s:7:"attribs";a:4:{s:7:"version";s:3:"1.0";s:5:"xmlns";s:31:"http://pear.php.net/channel-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:18:"xsi:schemaLocation";s:71:"http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd";}s:4:"name";s:15:"pear.phpunit.de";s:7:"summary";s:20:"PHPUnit PEAR Channel";s:14:"suggestedalias";s:7:"phpunit";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:4:{i:0;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:28:"http://pear.phpunit.de/rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:28:"http://pear.phpunit.de/rest/";}i:2;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.2";}s:8:"_content";s:28:"http://pear.phpunit.de/rest/";}i:3;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.3";}s:8:"_content";s:28:"http://pear.phpunit.de/rest/";}}}}}s:13:"_lastmodified";a:2:{s:4:"ETag";s:12:""4141299221"";s:13:"Last-Modified";s:29:"Sun, 27 Mar 2011 17:52:32 GMT";}}
|
||||
a:6:{s:7:"attribs";a:4:{s:7:"version";s:3:"1.0";s:5:"xmlns";s:31:"http://pear.php.net/channel-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:18:"xsi:schemaLocation";s:71:"http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd";}s:4:"name";s:15:"pear.phpunit.de";s:7:"summary";s:20:"PHPUnit PEAR Channel";s:14:"suggestedalias";s:7:"phpunit";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:4:{i:0;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:28:"http://pear.phpunit.de/rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:28:"http://pear.phpunit.de/rest/";}i:2;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.2";}s:8:"_content";s:28:"http://pear.phpunit.de/rest/";}i:3;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.3";}s:8:"_content";s:28:"http://pear.phpunit.de/rest/";}}}}}s:13:"_lastmodified";a:2:{s:4:"ETag";s:12:""4141299221"";s:13:"Last-Modified";s:29:"Sun, 27 Mar 2011 17:52:32 GMT";}}
|
||||
|
||||
@@ -1 +1 @@
|
||||
a:6:{s:7:"attribs";a:4:{s:7:"version";s:3:"1.0";s:5:"xmlns";s:31:"http://pear.php.net/channel-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:18:"xsi:schemaLocation";s:71:"http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd";}s:4:"name";s:24:"pear.symfony-project.com";s:7:"summary";s:32:"The symfony project PEAR channel";s:14:"suggestedalias";s:7:"symfony";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:4:{i:0;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:38:"http://pear.symfony-project.com//rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:38:"http://pear.symfony-project.com//rest/";}i:2;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.2";}s:8:"_content";s:38:"http://pear.symfony-project.com//rest/";}i:3;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.3";}s:8:"_content";s:38:"http://pear.symfony-project.com//rest/";}}}}}s:13:"_lastmodified";a:2:{s:4:"ETag";s:20:""941b5-361-7a51e740"";s:13:"Last-Modified";s:29:"Fri, 01 Jul 2011 06:53:41 GMT";}}
|
||||
a:6:{s:7:"attribs";a:4:{s:7:"version";s:3:"1.0";s:5:"xmlns";s:31:"http://pear.php.net/channel-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:18:"xsi:schemaLocation";s:71:"http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd";}s:4:"name";s:24:"pear.symfony-project.com";s:7:"summary";s:32:"The symfony project PEAR channel";s:14:"suggestedalias";s:7:"symfony";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:4:{i:0;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:38:"http://pear.symfony-project.com//rest/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:38:"http://pear.symfony-project.com//rest/";}i:2;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.2";}s:8:"_content";s:38:"http://pear.symfony-project.com//rest/";}i:3;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.3";}s:8:"_content";s:38:"http://pear.symfony-project.com//rest/";}}}}}s:13:"_lastmodified";a:2:{s:4:"ETag";s:20:""941b5-361-7a51e740"";s:13:"Last-Modified";s:29:"Fri, 01 Jul 2011 06:53:41 GMT";}}
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
+#endif
|
||||
RETVAL_STRINGL(contents, len, 0);
|
||||
} else if (len == 0) {
|
||||
RETVAL_EMPTY_STRING();
|
||||
RETVAL_EMPTY_STRING();
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
-#include <sys/io.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
#include <unistd.h>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
ASN.1 types and codecs (BER, CER, DER) implementation in Python programming
|
||||
language.
|
||||
|
||||
WWW: http://sourceforge.net/projects/pyasn1/
|
||||
WWW: http://sourceforge.net/projects/pyasn1/
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
Zope Dublin Core implementation.
|
||||
|
||||
WWW: http://pypi.python.org/pypi/zope.dublincore
|
||||
WWW: http://pypi.python.org/pypi/zope.dublincore
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
+ ;
|
||||
}
|
||||
|
||||
QT_END_HEADER
|
||||
QT_END_HEADER
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (RBTools-0.4.3.tar.gz) = 7c35271b7d65e8ab72ae1a10b0c65e8dbf718f31391fff44034f0bc4262a0917
|
||||
SIZE (RBTools-0.4.3.tar.gz) = 62062
|
||||
SIZE (RBTools-0.4.3.tar.gz) = 62062
|
||||
|
||||
@@ -20,4 +20,4 @@
|
||||
+@BOTAN18_TRUE@am__append_11 = -lbotan
|
||||
@CRYPTOPP_TRUE@am__append_12 = cryptoppsigners.cc
|
||||
@CRYPTOPP_TRUE@am__append_13 = -lcryptopp
|
||||
@SQLITE3_TRUE@am__append_14 = ssqlite3.cc ssqlite3.hh
|
||||
@SQLITE3_TRUE@am__append_14 = ssqlite3.cc ssqlite3.hh
|
||||
|
||||
@@ -68,4 +68,4 @@ Index: static.el
|
||||
+ `(defconst ,symbol (quote ,value) ,docstring)))
|
||||
|
||||
(defmacro static-cond (&rest clauses)
|
||||
"Like `cond', but evaluate CONDITION part of each clause at compile time."
|
||||
"Like `cond', but evaluate CONDITION part of each clause at compile time."
|
||||
|
||||
@@ -162,4 +162,4 @@ Index: sha1-el.el
|
||||
+ 65536))))
|
||||
)
|
||||
|
||||
;;; buffers (H0 H1 H2 H3 H4).
|
||||
;;; buffers (H0 H1 H2 H3 H4).
|
||||
|
||||
@@ -25,4 +25,4 @@
|
||||
+ }
|
||||
label_replace = gtk_label_new_with_mnemonic(_("Re_place with: "));
|
||||
gtk_misc_set_alignment(GTK_MISC(label_replace), 0, 0.5);
|
||||
gtk_table_attach_defaults(GTK_TABLE(table), label_replace, 0, 1, 1, 2);
|
||||
gtk_table_attach_defaults(GTK_TABLE(table), label_replace, 0, 1, 1, 2);
|
||||
|
||||
@@ -34,4 +34,4 @@
|
||||
+ C_INCLUDE_PATH="" LIBRARY_PATH="" $(CC) $(LDFLAGS) -o $@ gencpu_host.o readcpu_host.o cpudefs_host.o missing_host.o xmalloc_host.o
|
||||
|
||||
cpudefs.c: build68k table68k
|
||||
@echo "-> Building CPU definitions..."
|
||||
@echo "-> Building CPU definitions..."
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
+ cc|*gcc*)
|
||||
gccversion="` ${CC} --version | head -1 | ${SED} 's/.*\([0-9]\.[0-9]\.[0-9]*\).*/\1/' `"
|
||||
case $gccversion in
|
||||
4.*)
|
||||
4.*)
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
+use JSON::RPC::Legacy::Client;
|
||||
use Any::Moose;
|
||||
use Object::AUTHORITY;
|
||||
use Scalar::Util qw[blessed];
|
||||
use Scalar::Util qw[blessed];
|
||||
|
||||
@@ -13,4 +13,4 @@
|
||||
@dirrmtry %%HIPHOP_DIR%%/ext/include
|
||||
@dirrmtry %%HIPHOP_DIR%%/ext/lib
|
||||
@dirrmtry %%HIPHOP_DIR%%/ext
|
||||
@dirrmtry %%HIPHOP_DIR%%
|
||||
@dirrmtry %%HIPHOP_DIR%%
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
+ else if(L_Enum<name, index_t>::_lookup(L, index, to)) return to;
|
||||
else {
|
||||
std::string error;
|
||||
if(lua_isnumber(L, index) || lua_isstring(L, index))
|
||||
if(lua_isnumber(L, index) || lua_isstring(L, index))
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
+int
|
||||
main ( int argc, char **argv ) {
|
||||
QFont font("adobe", 12, QFont::Bold);
|
||||
QFont::setDefaultFont(font);
|
||||
QFont::setDefaultFont(font);
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
|
||||
echo "Block Rage: Starting up..."
|
||||
cd "%%DATADIR%%"
|
||||
./blockrage
|
||||
./blockrage
|
||||
|
||||
@@ -24,4 +24,4 @@ bin/etded-jaymod
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%DATADIR%%/mapscripts
|
||||
@dirrm %%DATADIR%%/linux
|
||||
@dirrmtry %%DATADIR%%
|
||||
@dirrmtry %%DATADIR%%
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
|
||||
echo "Master Of Pain (Eating) - Snake: Starting up..."
|
||||
cd "%%DATADIR%%"
|
||||
./mopesnake.py
|
||||
./mopesnake.py
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
+ const line_profile_aa& profile() { return *m_profile; }
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
int subpixel_width() const { return m_profile->subpixel_width(); }
|
||||
int subpixel_width() const { return m_profile->subpixel_width(); }
|
||||
|
||||
@@ -40,4 +40,4 @@
|
||||
- ${WEBKIT1_LIBRARIES}
|
||||
${APVLV_REQ_LIBRARIES})
|
||||
|
||||
IF (WIN32)
|
||||
IF (WIN32)
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
You can start browsing documentation here:
|
||||
%%DOCSDIR%%/htmlI/index.html
|
||||
|
||||
###########################################################
|
||||
###########################################################
|
||||
|
||||
@@ -44,4 +44,4 @@
|
||||
+ localPrintGifError();
|
||||
}
|
||||
if (NULL == h->gif->SColorMap &&
|
||||
NULL == h->gif->Image.ColorMap) {
|
||||
NULL == h->gif->Image.ColorMap) {
|
||||
|
||||
@@ -18,4 +18,4 @@
|
||||
+
|
||||
unsigned char *
|
||||
_LoadGIF(ImlibData * id, FILE *f, int *w, int *h, int *t)
|
||||
{
|
||||
{
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
+ assert(dec->numcomps == 3 || dec->numcomps == 4);
|
||||
jpc_iict(tile->tcomps[0].data, tile->tcomps[1].data,
|
||||
tile->tcomps[2].data);
|
||||
break;
|
||||
break;
|
||||
|
||||
@@ -2,4 +2,4 @@ Lib3ds is a free alternative to Autodesk's 3DS File Toolkit for handling 3DS
|
||||
files. It's main goal is to simplify the creation of 3DS import and export
|
||||
filters.
|
||||
|
||||
WWW: http://code.google.com/p/lib3ds/
|
||||
WWW: http://code.google.com/p/lib3ds/
|
||||
|
||||
@@ -22,4 +22,4 @@ that some compilers (clang-3.2) complain about it...
|
||||
- BYTE _bpad[CBDIRPAD];
|
||||
};
|
||||
|
||||
//+-------------------------------------------------------------------------
|
||||
//+-------------------------------------------------------------------------
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
+#!/usr/local/bin/bash
|
||||
#
|
||||
# ppmquantall - run ppmquant on a bunch of files all at once, so they share
|
||||
# a common colormap
|
||||
# a common colormap
|
||||
|
||||
@@ -38,4 +38,4 @@
|
||||
+ delete parents;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -8,4 +8,4 @@
|
||||
+INSTALL_HELP_CMD = echo
|
||||
|
||||
# This is where the optional plugins will be copied to.
|
||||
PLUGINDIR = @PLUGINDIR@
|
||||
PLUGINDIR = @PLUGINDIR@
|
||||
|
||||
@@ -35,4 +35,4 @@
|
||||
+ if (setjmp (png_jmpbuf(png_ptr)))
|
||||
{
|
||||
error:
|
||||
if (png_ptr)
|
||||
if (png_ptr)
|
||||
|
||||
@@ -25,4 +25,4 @@
|
||||
+#endif
|
||||
int desc;
|
||||
|
||||
if (filename)
|
||||
if (filename)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (chicken-4.8.0.1.tar.gz) = a60efa9d2a621ecb9e03b41ebdd03ae27ecb32c1292671fd969506c9baf88d0c
|
||||
SIZE (chicken-4.8.0.1.tar.gz) = 3965638
|
||||
SIZE (chicken-4.8.0.1.tar.gz) = 3965638
|
||||
|
||||
@@ -27,4 +27,4 @@
|
||||
+ 0.*|1.*|2.0*|2.1*) cat <<EOM >&4
|
||||
I did not know that FreeBSD $osvers supports POSIX threads.
|
||||
|
||||
Feel free to tell perlbug@perl.org otherwise.
|
||||
Feel free to tell perlbug@perl.org otherwise.
|
||||
|
||||
@@ -27,4 +27,4 @@
|
||||
+ 0.*|1.*|2.0*|2.1*) cat <<EOM >&4
|
||||
I did not know that FreeBSD $osvers supports POSIX threads.
|
||||
|
||||
Feel free to tell perlbug@perl.org otherwise.
|
||||
Feel free to tell perlbug@perl.org otherwise.
|
||||
|
||||
@@ -27,4 +27,4 @@
|
||||
+ 0.*|1.*|2.0*|2.1*) cat <<EOM >&4
|
||||
I did not know that FreeBSD $osvers supports POSIX threads.
|
||||
|
||||
Feel free to tell perlbug@perl.org otherwise.
|
||||
Feel free to tell perlbug@perl.org otherwise.
|
||||
|
||||
@@ -27,4 +27,4 @@
|
||||
+ 0.*|1.*|2.0*|2.1*) cat <<EOM >&4
|
||||
I did not know that FreeBSD $osvers supports POSIX threads.
|
||||
|
||||
Feel free to tell perlbug@perl.org otherwise.
|
||||
Feel free to tell perlbug@perl.org otherwise.
|
||||
|
||||
@@ -549,4 +549,4 @@
|
||||
+#define TGT25c IA64_OPND_TGT25c
|
||||
+#define TGT64 IA64_OPND_TGT64
|
||||
+
|
||||
+#endif
|
||||
+#endif
|
||||
|
||||
@@ -5,4 +5,4 @@ lib/libtcl%%SHORT_TCL_VER%%-threads.so.1
|
||||
lib/libtclstub%%SHORT_TCL_VER%%-threads.a
|
||||
lib/tcl%%TCL_VER%%/tclConfig-threads.sh
|
||||
lib/tcl%%TCL_VER%%-threads/tclConfig.sh
|
||||
@dirrm lib/tcl%%TCL_VER%%-threads
|
||||
@dirrm lib/tcl%%TCL_VER%%-threads
|
||||
|
||||
@@ -47,4 +47,4 @@
|
||||
+ TCL_SHLIB_LD_EXTRAS="-Wl,-soname,\$@"
|
||||
SHLIB_SUFFIX=".so"
|
||||
DL_OBJS="tclLoadDl.o"
|
||||
DL_LIBS=""
|
||||
DL_LIBS=""
|
||||
|
||||
@@ -38,4 +38,4 @@ do-install:
|
||||
regression-test: build
|
||||
cd ${WRKSRC} && ${GMAKE} check
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
|
||||
Visit the website at: http://www.dancingfortune.com/projects/archivesmtp/
|
||||
|
||||
###############################################################################
|
||||
###############################################################################
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
|
||||
#define pthread_attr_default NULL
|
||||
|
||||
--- patch-globals.h ends here ---
|
||||
--- patch-globals.h ends here ---
|
||||
|
||||
@@ -29,4 +29,4 @@
|
||||
+ mb->status = STAT_RUN;
|
||||
mb->status |= imap_login(mb, &s);
|
||||
mb->status |= imap_checkmbox(mb, &s);
|
||||
mb->status |= imap_goodbye(mb, &s);
|
||||
mb->status |= imap_goodbye(mb, &s);
|
||||
|
||||
@@ -25,4 +25,4 @@
|
||||
+ }
|
||||
}
|
||||
|
||||
sub event($$)
|
||||
sub event($$)
|
||||
|
||||
@@ -27,4 +27,4 @@
|
||||
-AC_CHECK_HEADER( gdbm.h, GDBM_H="yes"; AC_DEFINE(HAVE_GDBM_H), GDBM_H="no" )
|
||||
AC_CHECK_HEADER( dbm.h, DBM_H="yes"; AC_DEFINE(HAVE_DBM_H), DBM_H="no" )
|
||||
|
||||
AC_CHECK_TYPES( socklen_t, , , [#include <sys/socket.h>] )
|
||||
AC_CHECK_TYPES( socklen_t, , , [#include <sys/socket.h>] )
|
||||
|
||||
@@ -15,4 +15,4 @@
|
||||
+ 'extra_link_args': extra_link_args,
|
||||
}
|
||||
|
||||
if sysinfo_flags:
|
||||
if sysinfo_flags:
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "/usr/local/share/xml/docbook/4.2/docbookx.dtd" [
|
||||
|
||||
<!ENTITY appname "QtiPlot">
|
||||
<!ENTITY kappname "&appname;">
|
||||
<!ENTITY kappname "&appname;">
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
+LANG=C
|
||||
|
||||
usage() {
|
||||
cat <<EOF >&2
|
||||
cat <<EOF >&2
|
||||
|
||||
@@ -154,4 +154,4 @@
|
||||
+#endif
|
||||
}
|
||||
pkt.data = ffmpeg->video_outbuf;
|
||||
pkt.size = out_size;
|
||||
pkt.size = out_size;
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
+ Exiv2::DataBuf databuf = ExifThumb.copy();
|
||||
if (databuf.pData_) {
|
||||
entry = PyBuffer_New(databuf.size_);
|
||||
PyObject_AsWriteBuffer(entry, (void **)&data, &len);
|
||||
PyObject_AsWriteBuffer(entry, (void **)&data, &len);
|
||||
|
||||
@@ -24,4 +24,4 @@
|
||||
- getprop (QUVIPROP_VIDEOID, id);
|
||||
+ getprop (QUVIPROP_MEDIAID, id);
|
||||
getprop (QUVIPROP_PAGEURL, page_uri);
|
||||
getprop (QUVIPROP_STARTTIME, starttime);
|
||||
getprop (QUVIPROP_STARTTIME, starttime);
|
||||
|
||||
@@ -11,4 +11,4 @@ Default pahts of the current installation are:
|
||||
|
||||
You should make these paths writable for the service user.
|
||||
Default service user for this installation:
|
||||
%%JABBER_USER%%
|
||||
%%JABBER_USER%%
|
||||
|
||||
@@ -11,4 +11,4 @@ Default pahts of the current installation are:
|
||||
|
||||
You should make these paths writable for the service user.
|
||||
Default service user for this installation:
|
||||
%%JABBER_USER%%
|
||||
%%JABBER_USER%%
|
||||
|
||||
@@ -10,4 +10,4 @@
|
||||
+ height = talk_base::_max<unsigned int>(1, talk_base::_min((size_t)height, kMaxPreviewSize));
|
||||
std::string pathname;
|
||||
if (is_sender_) {
|
||||
talk_base::Pathname local_path;
|
||||
talk_base::Pathname local_path;
|
||||
|
||||
@@ -33,4 +33,4 @@
|
||||
+ /* fallthrough */
|
||||
case 'u': /* Update file */
|
||||
if (argv[argi][1] == 'p')
|
||||
{
|
||||
{
|
||||
|
||||
@@ -114,4 +114,4 @@
|
||||
+ snprintf(match1, sizeof( match1), " SERVICE DOWNTIME ALERT: %s;%s;", host_name, svc_description);
|
||||
|
||||
if(strstr(temp_buffer, match1) && (history_type == SERVICE_HISTORY || history_type == SERVICE_FLAPPING_HISTORY || history_type == SERVICE_DOWNTIME_HISTORY))
|
||||
display_line = TRUE;
|
||||
display_line = TRUE;
|
||||
|
||||
@@ -11,4 +11,4 @@ $FreeBSD$
|
||||
+$cb_url = "http://www.cavebear.com/archive/cavebear/Ethernet/Ethernet.txt";
|
||||
%oui_list = ();
|
||||
$hp = "[0-9a-fA-F]{2}";
|
||||
$oui_re = "$hp:$hp:$hp";
|
||||
$oui_re = "$hp:$hp:$hp";
|
||||
|
||||
@@ -9,4 +9,4 @@ $FreeBSD$
|
||||
+#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
#include <time.h>
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
+ LIBS="$LIBS $LIBPNG_LIBS"
|
||||
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
/* end confdefs.h. */
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
+ this->NotifyObservers( EventType( EventType::STOPPING ), o );
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
+ usleep(sleep_length);
|
||||
+ sleep_length = std::min(sleep_length + 50, 1000);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,4 +26,4 @@
|
||||
+INSTALL_MODULES_DIR = ${LOCALBASE}/lib/asterisk/modules
|
||||
|
||||
# module release
|
||||
RELEASE = 2.1
|
||||
RELEASE = 2.1
|
||||
|
||||
@@ -29,4 +29,4 @@
|
||||
+ void dump_raw (const unsigned char *, unsigned);
|
||||
void dump_packet_option (struct option_cache *, struct packet *,
|
||||
@@ -3234,6 +3290,20 @@ OMAPI_OBJECT_ALLOC_DECL (dhcp_failover_l
|
||||
|
||||
|
||||
|
||||
@@ -20,4 +20,4 @@
|
||||
+ sum += last_byte;
|
||||
}
|
||||
|
||||
return (sum);
|
||||
return (sum);
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
add_executable(proxy proxy.c)
|
||||
target_link_libraries(proxy libproxy)
|
||||
+set(CMAKE_C_COMPILER ${CMAKE_CXX_COMPILER})
|
||||
install(TARGETS proxy RUNTIME DESTINATION ${BIN_INSTALL_DIR})
|
||||
install(TARGETS proxy RUNTIME DESTINATION ${BIN_INSTALL_DIR})
|
||||
|
||||
@@ -18,4 +18,4 @@ bin/getnameinfo
|
||||
%%OLD_PERL%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Socket/GetAddrInfo
|
||||
%%OLD_PERL%%@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Socket
|
||||
%%NEW_PERL%%@dirrmtry %%SITE_PERL%%/Socket/GetAddrInfo
|
||||
%%NEW_PERL%%@dirrmtry %%SITE_PERL%%/Socket
|
||||
%%NEW_PERL%%@dirrmtry %%SITE_PERL%%/Socket
|
||||
|
||||
@@ -67,4 +67,4 @@ bin/netaddr
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/netaddr/ip
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/netaddr/strategy
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/netaddr/tests
|
||||
@dirrmtry %%PYTHON_SITELIBDIR%%/netaddr
|
||||
@dirrmtry %%PYTHON_SITELIBDIR%%/netaddr
|
||||
|
||||
@@ -401,4 +401,4 @@
|
||||
+ debugmsg(DM_MISC, "readchild(%s, %d, %d) done: amt = %lld errno = %d\n",
|
||||
child->c_name, child->c_pid, child->c_readfd, amt, errno);
|
||||
|
||||
/*
|
||||
/*
|
||||
|
||||
@@ -43,4 +43,4 @@ index 2293183..d5bf298 100644
|
||||
+ COMPREPLY=( ${COMPREPLY[@]} $( compgen -d ${portsdir}/$cur ) )
|
||||
COMPREPLY=( ${COMPREPLY[@]#/ports/} )
|
||||
;;
|
||||
esac
|
||||
esac
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user