mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Update to 1.0.1
This commit is contained in:
parent
ce4b96b43f
commit
d75a4f98ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99028
@ -6,16 +6,15 @@
|
||||
#
|
||||
|
||||
PORTNAME= libXres
|
||||
PORTVERSION= 1.0.1.p1
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/
|
||||
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= X Resource usage library
|
||||
|
||||
LIB_PC_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11
|
||||
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \
|
||||
${X11BASE}/libdata/pkgconfig/resourceext.pc:${PORTSDIR}/x11/resourceext \
|
||||
BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/resourceext.pc:${PORTSDIR}/x11/resourceext \
|
||||
${LIB_PC_DEPENDS}
|
||||
RUN_DEPENDS= ${LIB_PC_DEPENDS}
|
||||
|
||||
@ -26,7 +25,7 @@ USE_GMAKE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_LIBTOOL= yes
|
||||
CFLAGS+= -DMALLOC_0_RETURNS_NULL
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-1.0.1
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (libXres-1.0.1.p1.tar.bz2) = ee16c4d5e730ea28f1c62230ce78be44
|
||||
MD5 (libXres-1.0.1.tar.bz2) = a2d27531a768b63fe42674a41a3883f9
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- Makefile.in.orig Sun Dec 21 16:10:44 2003
|
||||
+++ Makefile.in Sun Dec 21 16:16:52 2003
|
||||
@@ -177,7 +177,7 @@
|
||||
libXResincludedir = $(includedir)/X11/extensions
|
||||
libXResinclude_HEADERS = XRes.h
|
||||
|
||||
-pkgconfigdir = $(libdir)/pkgconfig
|
||||
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
||||
pkgconfig_DATA = xres.pc
|
||||
|
||||
EXTRA_DIST = xres.pc.in autogen.sh
|
Loading…
Reference in New Issue
Block a user