FreeBSD Bugzilla – Attachment 138754 Details for
Bug 184837
www/cssed: Support CC/CXX properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.83 KB, created by
tkato432
on 2013-12-16 18:10:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-12-16 18:10:09 UTC
Size:
1.83 KB
patch
obsolete
>diff -urN /usr/ports/www/cssed/Makefile www/cssed/Makefile >--- /usr/ports/www/cssed/Makefile 2013-11-06 21:57:05.000000000 +0900 >+++ www/cssed/Makefile 2013-12-17 00:00:00.000000000 +0900 >@@ -3,31 +3,31 @@ > > PORTNAME= cssed > PORTVERSION= 0.4.0 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= www > MASTER_SITES= SF > > MAINTAINER= ports@FreeBSD.org >-COMMENT= An application to help CSS style sheets creation and maintenance >+COMMENT= Application to help CSS style sheets creation and maintenance > >-USES= pathfix pkgconfig >+USES= dos2unix pathfix pkgconfig >+DOS2UNIX_FILES= scintilla/gtk/ScintillaGTK.cxx > USE_GNOME= gtk20 libxml2 > GNU_CONFIGURE= yes >-CPPFLAGS+= -I${LOCALBASE}/include >-LDFLAGS+= -L${LOCALBASE}/lib -lgmodule-2.0 > CONFIGURE_ARGS= --with-plugin-headers > >-MAN1= cssed.1 >+CPPFLAGS+= -I${LOCALBASE}/include >+LDFLAGS+= -L${LOCALBASE}/lib >+ >+DESKTOP_ENTRIES="CSSED" "CSS Editor" "${DATADIR}/pixmaps/cssed-icon.png" >+ "${PORTNAME}" "GTK;Development;WebDevelopment;TextEditor;" "" > >-NO_STAGE= yes > post-patch: >-.for file in scintilla/gtk/ScintillaGTK.cxx >- @cd ${WRKSRC} && ${MV} ${file} ${file}.pre_tr \ >- && ${TR} -d '\r' < ${file}.pre_tr > ${file} >-.endfor >-.for file in scintilla/gtk/Makefile.in src/Makefile.in >+ @${REINPLACE_CMD} -e \ >+ 's|gthread-2.0|gmodule-2.0|' ${WRKSRC}/configure >+.for i in scintilla/gtk/Makefile.in src/Makefile.in > @${REINPLACE_CMD} -e 's|gcc|@CC@|g ; \ >- s|g++|@CXX@|g' ${WRKSRC}/src/Makefile.in >+ s|g++|@CXX@|g' ${WRKSRC}/${i} > .endfor > > .include <bsd.port.mk> >diff -urN /usr/ports/www/cssed/pkg-plist www/cssed/pkg-plist >--- /usr/ports/www/cssed/pkg-plist 2013-11-06 21:57:05.000000000 +0900 >+++ www/cssed/pkg-plist 2013-12-17 00:00:00.000000000 +0900 >@@ -1,5 +1,6 @@ > bin/cssed > libdata/pkgconfig/cssed.pc >+man/man1/cssed.1.gz > %%DATADIR%%/data/cssed-cfg.xml > %%DATADIR%%/data/cssed-def.dtd > %%DATADIR%%/data/cssed-def.xml
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 184837
: 138754