mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
New port: Prerelease version of libXau from freedesktop.org:
Authentication Protocol library for X11 Testing is encouraged, but please do not use these ports as dependencies until they are updated to release tarballs and the XFree86 ports have been updated to depend on them.
This commit is contained in:
parent
7cbb15a29f
commit
20a753b6d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96351
@ -72,6 +72,7 @@
|
||||
SUBDIR += kdelibs3
|
||||
SUBDIR += keylaunch
|
||||
SUBDIR += kgamma
|
||||
SUBDIR += libXau
|
||||
SUBDIR += libXtrans
|
||||
SUBDIR += libcapplet
|
||||
SUBDIR += libdnd
|
||||
|
29
x11/libXau/Makefile
Normal file
29
x11/libXau/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: libXau
|
||||
# Date Created: 29 Oct, 2003
|
||||
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libXau
|
||||
PORTVERSION= 0.1.p1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= Authentication Protocol library for X11
|
||||
|
||||
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \
|
||||
${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto
|
||||
|
||||
USE_BZIP2= yes
|
||||
PREFIX?= ${X11BASE}
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-0.1
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11/libXau/distinfo
Normal file
1
x11/libXau/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libXau-0.1.p1.tar.bz2) = 7247a9d52f22551272a60d0e64a4f459
|
11
x11/libXau/files/patch-Makefile.in
Normal file
11
x11/libXau/files/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig Sun Nov 9 22:48:57 2003
|
||||
+++ Makefile.in Sun Nov 9 22:49:09 2003
|
||||
@@ -167,7 +167,7 @@
|
||||
|
||||
xauinclude_HEADERS = Xauth.h
|
||||
|
||||
-pkgconfigdir = $(libdir)/pkgconfig
|
||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
||||
pkgconfig_DATA = xau.pc
|
||||
|
||||
EXTRA_DIST = xau.pc.in Autest.c
|
10
x11/libXau/files/patch-configure
Normal file
10
x11/libXau/files/patch-configure
Normal file
@ -0,0 +1,10 @@
|
||||
--- configure.orig Sat Nov 8 17:53:34 2003
|
||||
+++ configure Sat Nov 8 17:53:46 2003
|
||||
@@ -18793,6 +18793,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
6
x11/libXau/pkg-descr
Normal file
6
x11/libXau/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This package contains a library for the Authorization Protocol for X11.
|
||||
|
||||
WWW: http://www.freedesktop.org/Software/xlibs
|
||||
|
||||
- Eric Anholt
|
||||
anholt@FreeBSD.org
|
5
x11/libXau/pkg-plist
Normal file
5
x11/libXau/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
include/X11/Xauth.h
|
||||
lib/libXau.a
|
||||
lib/libXau.so
|
||||
lib/libXau.so.0
|
||||
libdata/pkgconfig/xau.pc
|
Loading…
Reference in New Issue
Block a user