diff options
author | gahr <gahr@FreeBSD.org> | 2012-02-22 21:19:55 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-02-22 21:19:55 +0800 |
commit | 6d99e8decbfe6e171d0e3893c1ca2aa41324f055 (patch) | |
tree | d53a01d7fe818091b2a155749a005e2bf9f523ef /x11-toolkits | |
parent | 39a61e0c2a4ac91c036bd8eb20726f498e534a91 (diff) | |
download | freebsd-ports-graphics-6d99e8decbfe6e171d0e3893c1ca2aa41324f055.tar.gz freebsd-ports-graphics-6d99e8decbfe6e171d0e3893c1ca2aa41324f055.tar.zst freebsd-ports-graphics-6d99e8decbfe6e171d0e3893c1ca2aa41324f055.zip |
- Update distinfo, the tarball was rerolled. Author assures it's not been
compromised.
- Fix MASTER_SITES
- Remove unused arguments from CONFIGURE_ARGS
- Remove unneeded quotations from pkg-config file
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fox16/Makefile | 12 | ||||
-rw-r--r-- | x11-toolkits/fox16/distinfo | 4 |
2 files changed, 5 insertions, 11 deletions
diff --git a/x11-toolkits/fox16/Makefile b/x11-toolkits/fox16/Makefile index 34465c8526c..d32cb157813 100644 --- a/x11-toolkits/fox16/Makefile +++ b/x11-toolkits/fox16/Makefile @@ -8,10 +8,7 @@ PORTNAME= fox PORTVERSION= ${MAJORVER}.${SHVER} CATEGORIES= x11-toolkits -MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ - ftp://ftp.fox-toolkit.org/pub/ \ - http://fresh.t-systems-sfr.com/unix/src/misc/ \ - http://freebsd.unixfreunde.de/sources/ +MASTER_SITES= ftp://ftp.fox-toolkit.org/pub/ MAINTAINER= gahr@FreeBSD.org COMMENT= Fast and extensive C++ GUI toolkit -- ver.1.6 @@ -32,7 +29,7 @@ PLIST_SUB+= MAJORVER=${MAJORVER} SHVER=${SHVER} USE_GNOME= lthack gnomehack USE_GL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-opengl --with-x --enable-threadsafe +CONFIGURE_ARGS= --with-opengl --with-x USE_LDCONFIG= yes MAN1= shutterbug.1 reswrap.1 @@ -70,9 +67,6 @@ CONFIGURE_ARGS+= --with-xshm=yes # .if defined(WITH_CUPS) LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client -CONFIGURE_ARGS+= --enable-cups -.else -CONFIGURE_ARGS+= --disable-cups .endif # .if defined(WITH_DEBUG) @@ -101,7 +95,7 @@ CONFIGURE_ARGS+= --with-profiling=gprof .endif post-patch: - ${REINPLACE_CMD} -e '/^Libs:/s|$$| ${PTHREAD_LIBS}|' ${WRKSRC}/fox.pc.in + ${REINPLACE_CMD} -e '/^Libs:/s|$$| ${PTHREAD_LIBS}|; s|"||g' ${WRKSRC}/fox.pc.in # CXXFLAGS safeness @${REINPLACE_CMD} -E -e \ 's|-O2|${CXXFLAGS}|g ; \ diff --git a/x11-toolkits/fox16/distinfo b/x11-toolkits/fox16/distinfo index 13048efad88..9fd4858f6ef 100644 --- a/x11-toolkits/fox16/distinfo +++ b/x11-toolkits/fox16/distinfo @@ -1,2 +1,2 @@ -SHA256 (fox-1.6.44.tar.gz) = 2c1e6d075ff331ee9bc3f360f0f36014ee0abd89ff4c2a6029bd85b79b37bca0 -SIZE (fox-1.6.44.tar.gz) = 4367998 +SHA256 (fox-1.6.44.tar.gz) = 03f22fed5579b978ee4c104a5cbdab229b62395da1323ba292a2c9eb045309cd +SIZE (fox-1.6.44.tar.gz) = 4372632 |