FreeBSD Bugzilla – Attachment 93745 Details for
Bug 131717
[maintainer update] multimedia/cclive to 0.2.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.09 KB, created by
Toni Gundogdu
on 2009-02-15 17:00:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Toni Gundogdu
Created:
2009-02-15 17:00:05 UTC
Size:
2.09 KB
patch
obsolete
>--- /usr/ports/multimedia/cclive/Makefile 2009-02-09 23:39:01.000000000 +0200 >+++ cclive/Makefile 2009-02-15 18:25:00.000000000 +0200 >@@ -6,7 +6,7 @@ > # > > PORTNAME= cclive >-PORTVERSION= 0.2.1 >+PORTVERSION= 0.2.2 > CATEGORIES= multimedia net > MASTER_SITES= GOOGLE_CODE > >@@ -15,7 +15,7 @@ > > LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl > >-.if !defined(NO_INSTALL_MANPAGES) >+.if !defined(WITHOUT_MAN) > MAKE_ENV= WITH_MAN=yes > MAN1= cclive.1 > .endif >--- /usr/ports/multimedia/cclive/distinfo 2009-02-09 19:21:25.000000000 +0200 >+++ cclive/distinfo 2009-02-15 18:28:54.000000000 +0200 >@@ -1,3 +1,3 @@ >-MD5 (cclive-0.2.1.tar.bz2) = 7aeee2bac2b20c725eebbe5d42920f4b >-SHA256 (cclive-0.2.1.tar.bz2) = 93364812c766814df17a8e50cb7b5f81671a36f75dc8e181313213873f7b5e5e >-SIZE (cclive-0.2.1.tar.bz2) = 36764 >+MD5 (cclive-0.2.2.tar.bz2) = 154c5749c63bf2798b451968a4d19716 >+SHA256 (cclive-0.2.2.tar.bz2) = c10c05d8980cdace8bdd881ec6c4bc3ce6ae9a41239171ab4afeb9f63a5ab5b5 >+SIZE (cclive-0.2.2.tar.bz2) = 37806 >--- /usr/ports/multimedia/cclive/files/patch-Makefile 2009-02-09 19:21:25.000000000 +0200 >+++ cclive/files/patch-Makefile 2009-02-15 18:28:39.000000000 +0200 >@@ -1,6 +1,6 @@ >---- Makefile.orig 2009-02-07 00:40:50.864414331 +0000 >-+++ Makefile 2009-02-07 01:23:32.655384692 +0000 >-@@ -1,31 +1,26 @@ >+--- Makefile.orig 2009-02-15 18:25:44.000000000 +0200 >++++ Makefile 2009-02-15 18:27:39.000000000 +0200 >+@@ -1,30 +1,26 @@ > # GNU Makefile for cclive. > > -SHELL = /bin/sh >@@ -32,21 +32,22 @@ > GENGETOPT = gengetopt > POD2MAN = pod2man > >--WITH_MAN = yes >-- >+-WITH_MAN = yes >+ WITH_SIGWINCH = yes >+ > ifndef V >- QUIET_CC = @echo ' ' CC $@; >- QUIET_LINK = @echo ' ' LINK $@; >-@@ -39,11 +34,9 @@ >+@@ -40,14 +36,12 @@ > CURL_CFLAGS := $(shell sh -c "$(CURL_CONFIG) --cflags") > CURL_LDFLAGS := $(shell sh -c "$(CURL_CONFIG) --libs") > > -CFLAGS = -g -Wall > ALL_CFLAGS = -D_GNU_SOURCE -DOSNAME=\"$(OS_NAME)\" -I. $(CFLAGS) > ALL_CFLAGS += $(CURL_CFLAGS) >+ ifeq ($(WITH_SIGWINCH),yes) >+ ALL_CFLAGS += -DWITH_SIGWINCH >+ endif > > -LDFLAGS = > ALL_LDFLAGS = $(LDFLAGS) > ALL_LDFLAGS += $(CURL_LDFLAGS) > >-a7e
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 131717
: 93745