mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Update to 0.5.3
PR: 134702 Sumitted by: Stephen Hurd <shurd@sasktel.net> (maintainer)
This commit is contained in:
parent
6a4577d56a
commit
d03e016ebf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234219
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= cups-bjnp
|
||||
PORTVERSION= 0.5
|
||||
PORTVERSION= 0.5.3
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (cups-bjnp-0.5.tar.gz) = 8d0781ec4b31b7eee2e8ce4a2d47aa90
|
||||
SHA256 (cups-bjnp-0.5.tar.gz) = f303b3f23ec583344fa8f9c659aa9515566deb352f5971e96a1d72f8ee208dd7
|
||||
SIZE (cups-bjnp-0.5.tar.gz) = 138914
|
||||
MD5 (cups-bjnp-0.5.3.tar.gz) = 3f0f7ede1bc8786416220ee3ab114437
|
||||
SHA256 (cups-bjnp-0.5.3.tar.gz) = 9d369d6c561b81d91006675c4ad3c209548dc7aca63b39be3ffe7756b70dce04
|
||||
SIZE (cups-bjnp-0.5.3.tar.gz) = 117082
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- bjnp-io.c.orig 2009-02-28 12:08:51.000000000 -0800
|
||||
+++ bjnp-io.c 2009-04-28 16:59:11.000000000 -0700
|
||||
@@ -15,6 +15,8 @@
|
||||
* <to be added>
|
||||
*/
|
||||
|
||||
+#include "config.h"
|
||||
+
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/select.h>
|
@ -1,20 +0,0 @@
|
||||
--- configure.orig 2009-03-12 13:15:28.000000000 -0700
|
||||
+++ configure 2009-04-28 17:25:40.000000000 -0700
|
||||
@@ -3671,14 +3671,14 @@
|
||||
|
||||
else
|
||||
|
||||
- dirs="/usr/lib/cups/backend /usr/local/lib/cups/backend /opt/lib/cups/backend"
|
||||
+ dirs="/usr/lib/cups/backend /usr/local/lib/cups/backend /opt/lib/cups/backend /usr/local/libexec/cups/backend"
|
||||
cupsbackenddir=""
|
||||
for dir in $dirs; do
|
||||
- if test -d $dir -a -n "cupsbackenddir"; then
|
||||
+ if test -d $dir -a -z "$cupsbackenddir"; then
|
||||
cupsbackenddir=$dir
|
||||
fi
|
||||
done
|
||||
- if test -n $cupsbackenddir; then
|
||||
+ if test -n "$cupsbackenddir"; then
|
||||
echo found Cups backend directory $cupsbackenddir
|
||||
else
|
||||
{ { $as_echo "$as_me:$LINENO: error: Cups backend directory not specified and auto-detection failed!" >&5
|
Loading…
Reference in New Issue
Block a user