aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2005-12-29 05:55:28 +0800
committerache <ache@FreeBSD.org>2005-12-29 05:55:28 +0800
commitd883aea3178d732dc807788da0ad810bd8524d0e (patch)
treec7669409a22e03928c9f6cdaf0fe4a4ac2558022
parentc15f4130ff1959050e3307f4a8f7dc087f892a65 (diff)
downloadfreebsd-ports-gnome-d883aea3178d732dc807788da0ad810bd8524d0e.tar.gz
freebsd-ports-gnome-d883aea3178d732dc807788da0ad810bd8524d0e.tar.zst
freebsd-ports-gnome-d883aea3178d732dc807788da0ad810bd8524d0e.zip
Update to latest variant from project CVS (part II)
-rw-r--r--www/WebMagick/files/patch-aa17
1 files changed, 9 insertions, 8 deletions
diff --git a/www/WebMagick/files/patch-aa b/www/WebMagick/files/patch-aa
index 560c49a3976f..28c8c8a32471 100644
--- a/www/WebMagick/files/patch-aa
+++ b/www/WebMagick/files/patch-aa
@@ -2,15 +2,15 @@ Index: webmagick.in
===================================================================
RCS file: /cvsroot/webmagick/WebMagick/webmagick.in,v
retrieving revision 1.117
-retrieving revision 1.151
-diff -u -r1.117 -r1.151
+retrieving revision 1.153
+diff -u -r1.117 -r1.153
--- webmagick.in 23 Oct 2002 16:14:47 -0000 1.117
-+++ webmagick.in 28 Dec 2005 20:25:54 -0000 1.151
++++ webmagick.in 28 Dec 2005 21:44:47 -0000 1.153
@@ -1,6 +1,6 @@
#! @PERL@
#
-# $Id: webmagick.in,v 1.117 2002/10/23 16:14:47 clindell Exp $
-+# $Id: webmagick.in,v 1.151 2005/12/28 20:25:54 ache Exp $
++# $Id: webmagick.in,v 1.153 2005/12/28 21:44:47 ache Exp $
#
# You are looking at the main PERL script for WebMagick, a package to
# intelligently create HTML and JavaScript index files and imagemaps
@@ -1360,7 +1360,7 @@ diff -u -r1.117 -r1.151
return( $_ );
}
-@@ -4324,23 +4559,10 @@
+@@ -4324,23 +4559,11 @@
# Escape unsafe characters in URLs
#
sub escapeurl {
@@ -1383,11 +1383,12 @@ diff -u -r1.117 -r1.151
- s/ /%20/g; # " "
- s:\\:/:g; # replace \ with / for better URLs
+ # RFC 2396
-+ s/([^0-9a-zA-Z_.!~*'()-])/sprintf("%%%02x", ord($1))/eg;
++ # unreserved + some reserved (no query, allow path chars): "$+,/:;=@"
++ s/([^0-9a-zA-Z_.!~*'()\$+,\/:;=\@-])/sprintf("%%%02x", ord($1))/eg;
return( $_ );
}
-@@ -4387,7 +4609,6 @@
+@@ -4387,7 +4610,6 @@
my $rc;
foreach $rc (@_) {
next if ( ! -r $rc || ! -f $rc );
@@ -1395,7 +1396,7 @@ diff -u -r1.117 -r1.151
eval ( get_rc($rc) );
if( $@ ) {
print( STDERR "Bad Eval for file \"${rc}\"...\n$@\n" );
-@@ -4468,7 +4689,7 @@
+@@ -4468,7 +4690,7 @@
my $path=$top;
$direlem='';
do {
> * Mark BROKEN: unfetchableantoine2019-08-031-0/+2 * devel/libevent2: update to 2.1.11jbeich2019-08-021-1/+1 * audio/calf-lv2: Update 0.90.1 -> 0.90.3; Unbreak; Add workaround for the clan...yuri2019-08-022-8/+6 * audio/linuxsampler: Update 2.1.0 -> 2.1.1yuri2019-08-022-4/+4 * audio/libgig: Update 4.1.0 -> 4.2.0yuri2019-08-024-7/+7 * audio/py-pysndfile: 1.3.3 -> 1.3.7yuri2019-08-022-5/+4 * audio/bsequencer-lv2: fix build with GCC architecturespkubaj2019-08-024-1/+31 * audio/faudio: Update to 19.08tobik2019-08-012-5/+4 * audio/noson-app: update to 3.11.10tcberner2019-08-012-5/+4 * audio/lsp-plugins-lv2: Update 1.1.9 -> 1.1.10yuri2019-08-013-7/+13 * KDE Plasma Desktop: update to 5.16.4tcberner2019-08-012-4/+3 * Bump PORTREVISION for devel/protobuf shlib changesunpoet2019-08-015-5/+5 * audio/gsequencer: Update 2.2.28 -> 2.2.30yuri2019-07-312-4/+4 * audio/alsa-plugins: drop unnecessary newline after r505839jbeich2019-07-311-1/+0 * New port: audio/grip GTK front-end to external cd rippers and audio encodersmeta2019-07-317-0/+183 * Update audio/musescore to the latest versionadridg2019-07-313-118/+18 * audio/beets: Update to 1.4.9.rigoletto2019-07-312-12/+9 * audio/gsequencer: Update 2.2.23 -> 2.2.28yuri2019-07-302-4/+4 * audio/gsequencer: Update 2.2.22 -> 2.2.23yuri2019-07-282-5/+4 * audio/py-music21: Update 5.5.0 -> 5.7.0yuri2019-07-272-7/+7 * audio/string-machine-lv2: Fix build on non-x86yuri2019-07-272-1/+19 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2019-07-27175-101/+175 * Update to upstream release 0.21.11riggs2019-07-262-5/+5 * Prepare for powerpc-on-clang by deleting hard-coded tests for architecturelinimon2019-07-251-2/+4 * audio/ncmpcpp: Switch master site to httpsmeta2019-07-231-1/+1 * audio/eteroj-lv2: Update 0.4.0 -> 0.6.0yuri2019-07-222-6/+7 * Update WWWsunpoet2019-07-222-4/+4 * audio/polyphone: Remove unnecessary DISTVERSIONSUFFIXyuri2019-07-222-6/+3 * audio/polyphone: 1.9 -> 2.0.1.20190716yuri2019-07-225-35/+74 * audio/moony-lv2: Update 0.26.0 -> 0.28.0yuri2019-07-222-4/+4 * audio/mpg123: update to 1.25.11novel2019-07-213-6/+5 * audio/mpg123: drop devel/libltdl dependencynovel2019-07-211-4/+2 * audio/synthv1-lv2: Update 0.9.8 -> 0.9.9yuri2019-07-212-4/+6 * audio/samplv1-lv2: Update 0.9.8 -> 0.9.9yuri2019-07-212-4/+6 * audio/padthv1-lv2: Update 0.9.8 -> 0.9.9yuri2019-07-213-6/+8 * audio/drumkv1-lv2: Update 0.9.8 -> 0.9.9yuri2019-07-213-6/+8 * audio/dpf-plugins-lv2: Update 1.2 -> 1.3yuri2019-07-212-5/+4 * audio/gsequencer: Update 2.2.19 -> 2.2.22yuri2019-07-212-4/+4 * audio/pulseaudio: Convert pkg-message to UCLtobik2019-07-201-0/+6 * Drop maintainershipgblach2019-07-191-1/+1 * Switch master_sites to httpsgblach2019-07-191-1/+1 * audio/sndio: Update to 1.6.0tobik2019-07-192-4/+4 * audio/sndio: Pet portclippytobik2019-07-191-5/+6 * Move pkg-plist to Makefile.hselasky2019-07-192-3/+5 * Add new port qaudiosonar v1.6.0.hselasky2019-07-194-0/+35 * Update midipp to 2.0.2hselasky2019-07-192-5/+4 * Fix spelling.hselasky2019-07-191-1/+1 * audio/drumgizmo: update to 0.9.17swills2019-07-185-11/+12 * New port: audio/string-machine-lv2: Digital model of electronic string ensemb...yuri2019-07-176-0/+96 * audio/bsequencer-lv2: Update 0.3-16 -> 0.3-17yuri2019-07-152-6/+5 * audio/abcde: Drop Perl build dependencytobik2019-07-142-6/+7 * audio/qjackctl: Update 0.5.8 -> 0.5.9yuri2019-07-133-17/+8 * audio/qmidictl: Update 0.5.4 -> 0.5.5yuri2019-07-132-4/+6 * audio/gsequencer: Update 2.2.17 -> 2.2.19yuri2019-07-132-4/+4 * Turn off -mtune=generic on all archs, not just selected ones. This maylinimon2019-07-131-2/+3 * More precisely constrain sse conditionals.linimon2019-07-131-1/+1 * audio/qsynth: Update to 0.5.7tobik2019-07-122-7/+7 * KDE Applications: update to 19.04.3tcberner2019-07-127-18/+19 * Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.solinimon2019-07-122-4/+8 * audio/gsequencer: Update 2.2.10 -> 2.2.17yuri2019-07-102-4/+4 * New port: audio/bsequencer-lv2: Multi channel MIDI step sequencer LV2 pluginyuri2019-07-105-0/+57 * KDE Plasma Desktop: update to 5.16.3tcberner2019-07-101-3/+3 * Add more gettid() aliases to my portsjbeich2019-07-101-9/+5 * Mark BROKEN on i386antoine2019-07-101-0/+2 * Mark BROKEN: fails to configureantoine2019-07-081-0/+2 * Mark BROKEN: fails to configureantoine2019-07-081-0/+2 * Mark BROKEN: fails to stageantoine2019-07-081-0/+2 * audio/supercollider: Pass maintainership to submitterkai2019-07-071-1/+1 * audio/supercollider: Update to 3.10.2kai2019-07-075-28/+55 * - Update AmaroK to 2.9.70 snapshotfluffy2019-07-066-19/+80 * audio/zam-plugins-lv2: fix build on non-x86pkubaj2019-07-061-6/+2 * Update devel/protobuf to 3.8.0sunpoet2019-07-065-3/+5 * Update virtual_oss to 1.2.4hselasky2019-07-052-4/+4 * audio/gsequencer: Update 2.2.7 -> 2.2.10yuri2019-07-052-4/+4 * Reset MAINTAINER of koalative@gmail.com's portstobik2019-07-051-1/+1 * Update virtual_oss to 1.2.3hselasky2019-07-052-5/+5 * Fix issues with ALSA OSS backend for firefox and chrome.hselasky2019-07-042-5/+129 * lang/rust: Update to 1.36.0tobik2019-07-041-0/+1 * Switch back to non-legacy databases/tdbantoine2019-07-041-5/+4 * audio/lv2: Remove Python version restrictionkoobs2019-07-021-1/+1 * Update audio/elisa to latest upstream releaseadridg2019-07-022-4/+4 * audio/faudio: Update to 19.07tobik2019-07-022-4/+4 * audio/lv2: Update to 1.16.0koobs2019-07-013-11/+36 * audio/rezound: fix build on powerpc64pkubaj2019-07-011-3/+1 * Update default MySQL version to 5.7.ale2019-07-012-1/+27 * audio/musicpc: update to 0.32swills2019-07-013-8/+9 * audio/gsequencer: Update 2.2.6 -> 2.2.7yuri2019-06-302-4/+4 * audio/pianobar: update to 2019.02.14jhixson2019-06-302-4/+4 * Remove noflavors when it does not make sense.mat2019-06-292-2/+1 * Update audio/elisa to latest upstream releaseadridg2019-06-282-4/+4 * audio/gsequencer: Update 2.1.77 -> 2.2.6yuri2019-06-283-5/+9 * Update KDE Plasma Desktop to 5.16.2tcberner2019-06-262-4/+3 * KDE Applications: complete dependency liststcberner2019-06-233-3/+6 * Plasma Desktop: Complete dependenciestcberner2019-06-231-1/+2 * Update xfmpc to 0.3.0.madpilot2019-06-233-7/+10 * Update to 1.1.7sunpoet2019-06-233-6/+7 * Add GSTREAMER optionsunpoet2019-06-231-1/+4 * audio/zrythm: Update 0.5.074 -> 0.5.097yuri2019-06-222-5/+5 * Add NO_ARCHsunpoet2019-06-221-2/+4 * Add py-audioread 2.1.8sunpoet2019-06-224-0/+46 * audio/guitarix-lv2: builds fine on arm*jbeich2019-06-211-3/+0 * audio/siren: Update to 0.9kai2019-06-213-19/+4 * Depend on legacy libtdbantoine2019-06-211-4/+5 * Add compiler:c++11-lang to USES to unbreak build on powerpc64:linimon2019-06-201-3/+1 * Patch out -Og flag in src/*/CMakeLists.txt to fix build on GCC-basedlinimon2019-06-201-4/+8 * audio/gsequencer: Update 2.1.76 -> 2.1.77yuri2019-06-202-5/+4 * Fix build with Perl 5.31+mat2019-06-201-0/+4 * Update KDE Plasma Desktop to 5.16.1tcberner2019-06-201-3/+3 * - Simplify XFCE MASTER_SITES usagemadpilot2019-06-205-5/+5 * Update to 0.1.b159ehaupt2019-06-192-4/+4 * Set PORTSCOUT to ignore latest version which only affects macOS.ehaupt2019-06-191-0/+3 * Add compiler:c++11-lang to USES to unbreak build on powerpc64:linimon2019-06-191-3/+2 * Add compiler:c++11-lang to USES to unbreak on GCC-based systems:linimon2019-06-181-3/+1 * Switch DragonFly to pthread_getthreadid_np in my portsjbeich2019-06-171-4/+2 * audio/gsequencer: Fix the license file name supplied to the buildyuri2019-06-161-1/+1 * Update KDE's Plasma Desktop to 5.16tcberner2019-06-151-3/+3 * audio/zrythm: Update 0.4.151 -> 0.5.074yuri2019-06-153-10/+11 * audio/gsequencer: Add defines for the app to find license and logo screen png...yuri2019-06-151-0/+4 * audio/fmit: fix buildpkubaj2019-06-131-1/+1 * audio/traverso: fix buildpkubaj2019-06-131-1/+1 * audio/gsequencer: Update 2.1.74 -> 2.1.76yuri2019-06-132-4/+4 * audio/flac: add USES=compiler:c11pkubaj2019-06-111-1/+1 * Unbreak generated pkgconfig fileantoine2019-06-111-1/+2 * audio/rtaudio: add USES=compiler:c++11-lang to fix linking of audio/muse-sequ...pkubaj2019-06-101-1/+1 * Update audio/lmms to 1.2.0rodrigo2019-06-105-23/+10 * Add compiler:c++11-lang to USES to fix build on gcc-based architectures.linimon2019-06-101-1/+1 * Updated to 3.8.0ultima2019-06-103-6/+12 * Update to upstream release 1.2.0riggs2019-06-094-22/+5 * Fix pkg-plist.amd64.tijl2019-06-091-3/+2 * audio/zam-plugins-lv2: Update 3.10-13 -> 3.11-1yuri2019-06-095-71/+11 * Update to 2.4.3sunpoet2019-06-093-22/+4 * Address some portlint warnings in the Linux infrastructure ports.tijl2019-06-0828-88/+101 * audio/faudio: Update to 19.06.07tobik2019-06-082-5/+5 * Eliminate RPMVERSION from Linux ports and set DISTVERSIONSUFFIX instead.tijl2019-06-0828-28/+28 * - Update to 3.3.1ehaupt2019-06-082-4/+8 * Update CentOS 7 ports to 7.6.1810.tijl2019-06-0821-72/+77 * audio/synthv1-lv2: Update 0.9.7 -> 0.9.8yuri2019-06-082-4/+4 * audio/samplv1-lv2: Update 0.9.6 -> 0.9.8yuri2019-06-082-4/+4 * audio/padthv1-lv2: Update 0.9.7 -> 0.9.8yuri2019-06-083-6/+6 * audio/drumkv1-lv2: Update 0.9.7 -> 0.9.8yuri2019-06-083-6/+6 * audio/lollypop: update to 1.0.12swills2019-06-083-14/+15 * Update to upstream release 0.21.10riggs2019-06-082-5/+4 * Update KDE Applications to 19.04.2tcberner2019-06-077-18/+19 * audio/pulseaudio-module-xrdp: Update to 0.3meta2019-06-062-5/+4 * Mark MAKE_JOBS_UNSAFEsunpoet2019-06-061-0/+1 * Switch default version of samba from 4.7 to 4.8antoine2019-06-042-1/+2 * - Update WWWamdmi32019-06-042-3/+2 * Only print the message during the first installation,bapt2019-06-042-1/+8 * audio/audacity: fix build on non-x86pkubaj2019-06-031-6/+1 * audio/py-pysndfile: Update 1.3.2 -> 1.3.3yuri2019-06-022-5/+4 * audio/gsequencer: Update 2.1.73 -> 2.1.74yuri2019-06-022-4/+4 * audio/faudio: Update to 19.06tobik2019-06-023-5/+7 * audio/py-webrtcvad: fix build with GCC-based architecturespkubaj2019-06-022-1/+24 * Add LICENSEsunpoet2019-06-021-2/+5 * audio/gxplugins-lv2: Update 0.6 -> 0.7yuri2019-06-013-67/+141 * audio/mpg123.el: Do not install files for xemacstobik2019-05-302-5/+1 * audio/id3el: Do not install files for xemacstobik2019-05-302-7/+2 * For ports under categories a* and b*: remove some excessive linefeeds.danfe2019-05-2912-21/+2 * Annotate example configuration file as @sample and thus get rid ofdanfe2019-05-293-15/+2 * Remove expired ports:rene2019-05-2910-153/+0 * audio/libopenshot-audio: fix build with GCC-based architecturespkubaj2019-05-2910-3/+160 * Update to 0.4.5ehaupt2019-05-292-4/+4 * Update to 0.1.b157ehaupt2019-05-292-4/+4 * audio/spotifyd: Update to 0.2.9tobik2019-05-283-228/+226 * audio/yoshimi: Update 1.5.11.4tobik2019-05-282-8/+7 * audio/zam-plugins-lv2: Drop nop and misspelled xLDFLAGStobik2019-05-271-1/+0 * Update to 3.3ehaupt2019-05-262-5/+5 * audio/libmp3splt: Upcase OPTIONS_MULTI as we normally dotobik2019-05-261-2/+2 * audio/arss: Remove nop CMAKE_C_ARGStobik2019-05-261-5/+3 * Update to upstream release 0.21.9riggs2019-05-262-4/+4 * audio/qjackctl: Update 0_5_7 -> 0_5_8yuri2019-05-262-4/+4 * audio/linux-c7-*: Spell CONFLICTS correctlytobik2019-05-262-2/+2 * audio/noson-app: update to 3.11.8tcberner2019-05-262-4/+4 * audio/xmms2-scrobbler: re-apply fix correctlyeugen2019-05-252-2/+202 * audio/xmms2-scrobbler: Revert r446562 and remove nop APIFIX optiontobik2019-05-252-201/+1 * audio/optimfrog: Fix spelling of SSE2_DESCtobik2019-05-251-1/+1 * audio/gsequencer: Update 2.1.72 -> 2.1.73yuri2019-05-252-4/+4 * audio/lv2: Remove CONFLICTS_INSTALLkoobs2019-05-241-2/+0 * lang/rust: Update to 1.35.0tobik2019-05-241-1/+1 * Update audio/elisa to latest upstream release 0.4.0adridg2019-05-233-8/+11 * audio/synthv1-lv2: fix build with GCC-based architecturespkubaj2019-05-211-1/+2 * audio/gsequencer: Update 2.1.71 -> 2.1.72yuri2019-05-202-4/+4 * audio/faust-lv2: Attempt to fix 13i386 build by adding -fPIC as recommended b...yuri2019-05-201-1/+3 * Update to 0.1.b156ehaupt2019-05-192-4/+4 * New port: audio/mio2jacktobik2019-05-194-0/+40 * audio/moony-lv2: Broken on FreeBSD 11yuri2019-05-191-0/+2 * audio/gsequencer: Update 2.1.70 -> 2.1.71yuri2019-05-192-4/+4 * audio/pulseaudio-qt: update to 1.10tcberner2019-05-183-7/+8 * audio/traverso: Remove unnecessary patches and Makefile linesyuri2019-05-163-24/+0 * New port: audio/traverso: Digital audio workstation (DAW) with an innovative ...yuri2019-05-169-0/+108 * New port: audio/muse-sequencer: Digital audio workstation (DAW) with support ...yuri2019-05-166-0/+288 * lang/rust: Update to 1.34.2tobik2019-05-151-1/+1 * audio/audacity: update to 2.3.2swills2019-05-149-54/+69 * Fix audio/libmatemixer alsa and pulse in pkg-plistericbsd2019-05-131-2/+4 * Update to 0.1.b154ehaupt2019-05-132-4/+4 * audio/yoshimi: Update distinfotobik2019-05-133-3/+5 * Re-add audio/ogg2mp3: It was unfetchable because it moved to githubyuri2019-05-135-0/+61 * audio/zrythm: 0.4.139 -> 0.4.151yuri2019-05-133-35/+5 * audio/zrythm: Update 0.3.029 -> 0.4.139yuri2019-05-134-6/+39 * Update to 2.4.2sunpoet2019-05-134-18/+21 * audio/yoshimi: Fix plist ordertobik2019-05-121-2/+2 * audio/yoshimi: Update to 1.5.11tobik2019-05-123-6/+7 * update mate desktop to 1.22.1ericbsd2019-05-126-16/+18 * audio/pulseeffects: Update to 4.6.0tcberner2019-05-102-5/+7 * Update KDE Applications to 19.04.1tcberner2019-05-107-18/+19 * Remove expired ports of Haskell libraries.arrowd2019-05-0910-90/+0 * audio/avldrums-lv2: Update 0.3.4 -> 0.3.5yuri2019-05-092-4/+4 * Update KDE Plasma Desktop to 5.15.5tcberner2019-05-092-4/+3 * audio/noson-app: fix build with GCC-based architecturespkubaj2019-05-091-1/+1 * OpenShot Audio Library (libopenshot-audio) is a free, open-source project thatamdmi32019-05-0819-0/+621 * Remove esound support from the ports tree, as audio/esound expired.rene2019-05-0814-378/+0 * audio/linuxsampler: Update 2.0.0 -> 2.1.0yuri2019-05-076-123/+102 * audio/linuxsampler: Revert distinfo change from r500925tobik2019-05-071-3/+3 * audio/linuxsampler: Take maintainershipyuri2019-05-072-4/+4 * Update to upstream version 0.1.3riggs2019-05-072-7/+7 * New port: audio/py-webrtcvad: Interface to the Google WebRTC Voice Activity D...yuri2019-05-064-0/+29 * audio/moony-lv2: Update 0.22.0 -> 0.26.0yuri2019-05-066-121/+6 * audio/sherlock-lv2: Update 0.14.0 -> 0.18.0yuri2019-05-063-17/+5 * audio/gsequencer: Update 2.1.69 -> 2.1.70yuri2019-05-062-4/+4 * Add compiler:c++11-lang to ensure building on GCC-based architectures.linimon2019-05-061-1/+1 * audio/vgmplay: correct endianness on big-endian architecturespkubaj2019-05-051-3/+6 * audio/midi-matrix-lv2: Update 0.20.0 -> 0.22.0yuri2019-05-054-20/+10 * New port: audio/espressivo-lv2: LV2 plugin bundle to handle expressive eventsyuri2019-05-054-0/+35 * New port: audio/timely-lv2: Utility header for time-based LV2 pluginsyuri2019-05-05