mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Rename german/ and graphics/ patch-xy patches to reflect the files they modify.
This commit is contained in:
parent
83fd533649
commit
60b37dbedc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363261
@ -23,30 +23,19 @@ LDFLAGS+= $$(libpng-config --L_opts) ${PTHREAD_LIBS}
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= IMAGEMAGICK MING PSTOEDIT
|
||||
OPTIONS_DEFAULT= IMAGEMAGICK PSTOEDIT
|
||||
OPTIONS_DEFAULT=IMAGEMAGICK PSTOEDIT
|
||||
MING_DESC= Enable swf interface
|
||||
PSTOEDIT_DESC= Convert postscript to other formats
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
|
||||
IMAGEMAGICK_CONFIGURE_OFF= --without-magick
|
||||
|
||||
.if ${PORT_OPTIONS:MIMAGEMAGICK}
|
||||
LIB_DEPENDS+= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-magick
|
||||
.endif
|
||||
MING_LIB_DEPENDS= libming.so:${PORTSDIR}/graphics/ming
|
||||
MING_CPPFLAGS= -I${LOCALBASE}/include -I${LOCALBASE}/include/ming
|
||||
MING_CONFIGURE_OFF= ac_cv_header_ming_h=no
|
||||
|
||||
.if ${PORT_OPTIONS:MMING}
|
||||
LIB_DEPENDS+= libming.so:${PORTSDIR}/graphics/ming
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/ming
|
||||
.else
|
||||
CONFIGURE_ENV+= ac_cv_header_ming_h=no
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPSTOEDIT}
|
||||
LIB_DEPENDS+= libpstoedit.so:${PORTSDIR}/graphics/pstoedit
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-pstoedit
|
||||
.endif
|
||||
PSTOEDIT_LIB_DEPENDS= libpstoedit.so:${PORTSDIR}/graphics/pstoedit
|
||||
PSTOEDIT_CONFIGURE_OFF= --without-pstoedit
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
|
@ -6,12 +6,12 @@ PORTVERSION= 1.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= apps/graphics/capture
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= maurice@castro.aus.net
|
||||
COMMENT= Digital camera control and download tool for Kodak DC20/25 camera
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
USES= tar:tgz
|
||||
|
||||
post-extract:
|
||||
for file in `${FIND} ${WRKSRC} -type f`; do \
|
||||
|
@ -6,12 +6,11 @@ PORTVERSION= 1.1a
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://hoshina.denpa.org/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Graphic viewer for Leaf products
|
||||
|
||||
USES= imake
|
||||
USES= imake tar:tgz
|
||||
USE_XORG= x11 xext
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -7,7 +7,6 @@ PORTREVISION= 9
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://samba.org/picturebook/
|
||||
DISTNAME= capture
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= SONY VAIO camera capture utility
|
||||
@ -16,6 +15,7 @@ ONLY_FOR_ARCHS= i386
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_GNOME= imlib
|
||||
USES= tar:tgz
|
||||
|
||||
PLIST_FILES= bin/capture sbin/setbrightness sbin/vaiobat
|
||||
PORTDOCS= README README.FreeBSD
|
||||
|
@ -7,7 +7,6 @@ PORTREVISION= 5
|
||||
CATEGORIES= graphics parallel
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-3.1g2.tgz
|
||||
DISTNAME= ${PORTNAME}-3.1g2
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Distributed rendering package for Persistence of Vision Ray Tracer
|
||||
@ -18,7 +17,7 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
|
||||
RUN_DEPENDS= povray31:${PORTSDIR}/graphics/povray31 \
|
||||
pvmd:${PORTSDIR}/net/pvm
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 tar:tgz
|
||||
USE_PERL5= build
|
||||
USE_XORG= x11
|
||||
|
||||
|
@ -10,7 +10,6 @@ MASTER_SITES= http://download.polytechnic.edu.na/pub2/openpkg1/sources/DST/vcg/
|
||||
http://ftp.sjtu.edu.cn/sites/ftp.openpkg.org/sources/DST/vcg/ \
|
||||
ftp://ftp.cs.uni-sb.de/pub/graphics/vcg/
|
||||
DISTNAME= ${PORTNAME}.20050204
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Visualization Tool for compiler graphs
|
||||
@ -19,7 +18,7 @@ LICENSE= GPLv2 # (or later)
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION}
|
||||
|
||||
USES= imake:env
|
||||
USES= imake:env tar:tgz
|
||||
USE_XORG= x11 xext
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
|
@ -18,14 +18,3 @@
|
||||
compare: preconf xcompare xvcg install
|
||||
/bin/rm $(PROJECTHOME)/../bin/vcg
|
||||
ln -s $(PROJECTHOME)/../bin/xvcg $(PROJECTHOME)/../bin/vcg
|
||||
--- ./preconf/X11/Imakefile.org Wed Feb 8 11:48:30 1995
|
||||
+++ ./preconf/X11/Imakefile Thu Jun 12 10:35:35 1997
|
||||
@@ -2,7 +2,7 @@
|
||||
DEPLIBS = $(DEPXLIB)
|
||||
LOCAL_LIBRARIES = $(XLIB)
|
||||
|
||||
-all:
|
||||
+all::
|
||||
@ echo "#"
|
||||
@ echo LIBPATH = -L$(USRLIBDIR)
|
||||
@ echo INCLUDES = $(ALLINCLUDES)
|
11
graphics/vcg/files/patch-preconf_X11_Imakefile
Normal file
11
graphics/vcg/files/patch-preconf_X11_Imakefile
Normal file
@ -0,0 +1,11 @@
|
||||
--- ./preconf/X11/Imakefile.org Wed Feb 8 11:48:30 1995
|
||||
+++ ./preconf/X11/Imakefile Thu Jun 12 10:35:35 1997
|
||||
@@ -2,7 +2,7 @@
|
||||
DEPLIBS = $(DEPXLIB)
|
||||
LOCAL_LIBRARIES = $(XLIB)
|
||||
|
||||
-all:
|
||||
+all::
|
||||
@ echo "#"
|
||||
@ echo LIBPATH = -L$(USRLIBDIR)
|
||||
@ echo INCLUDES = $(ALLINCLUDES)
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user