mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
Upgrade to 1.95.3.
PR: ports/39993 Submitted by: KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
parent
8d61c6fe47
commit
d2b5da83a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62513
7 changed files with 15 additions and 70 deletions
|
@ -6,17 +6,18 @@
|
|||
#
|
||||
|
||||
PORTNAME= expat
|
||||
PORTVERSION= 1.95.2
|
||||
PORTVERSION= 1.95.3
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= expat
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
|
||||
CONFIGURE_ARGS= --enable-shared --enable-static
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
ALL_TARGET= default
|
||||
INSTALLS_SHLIB= yes
|
||||
MAN1= xmlwf.1
|
||||
|
||||
SHLIB_MAJOR= 2
|
||||
|
||||
|
@ -24,7 +25,4 @@ MAKE_ENV= LIBCURRENT="${SHLIB_MAJOR}" \
|
|||
SHELL="/bin/sh"
|
||||
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
|
||||
|
||||
post-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xmlwf/xmlwf ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (expat-1.95.2.tar.gz) = 159c8a36523dc37f4cbcd1d6f970ccfb
|
||||
MD5 (expat-1.95.3.tar.gz) = 738ea1f00b58d8a0e96b308b793bd10f
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- Makefile.in 2002/05/10 17:17:43 1.1
|
||||
+++ Makefile.in 2002/05/10 17:18:54
|
||||
@@ -108,7 +108,7 @@
|
||||
$(SHELL) ./config.status
|
||||
|
||||
$(SUBDIRS):
|
||||
- cd $@ && $(MAKE)
|
||||
+ cd $@ && $(MAKE) all
|
||||
|
||||
clean:
|
||||
for dir in $(SUBDIRS); do \
|
10
textproc/expat2/files/patch-configure
Normal file
10
textproc/expat2/files/patch-configure
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- configure.orig Tue Jun 4 04:12:02 2002
|
||||
+++ configure Sat Jun 29 12:58:20 2002
|
||||
@@ -6824,6 +6824,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'
|
|
@ -1,18 +0,0 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- examples/Makefile.in 2002/05/10 17:22:56 1.1
|
||||
+++ examples/Makefile.in 2002/05/10 17:30:01
|
||||
@@ -35,10 +35,10 @@
|
||||
all: elements outline
|
||||
|
||||
elements: elements.o
|
||||
- $(CC) -o $@ $< $(LDFLAGS) $(LIBS)
|
||||
+ $(CC) -o $@ elements.o $(LDFLAGS) $(LIBS)
|
||||
|
||||
outline: outline.o
|
||||
- $(CC) -o $@ $< $(LDFLAGS) $(LIBS)
|
||||
+ $(CC) -o $@ outline.o $(LDFLAGS) $(LIBS)
|
||||
|
||||
check: $(SUBDIRS)
|
||||
@echo
|
|
@ -1,18 +0,0 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- lib/Makefile.in 2002/05/10 17:34:58 1.1
|
||||
+++ lib/Makefile.in 2002/05/10 17:35:11
|
||||
@@ -83,9 +83,9 @@
|
||||
LIBS = @LIBS@
|
||||
CFLAGS = @CFLAGS@
|
||||
|
||||
-LIBREVISION = @LIBREVISION@
|
||||
-LIBCURRENT = @LIBCURRENT@
|
||||
-LIBAGE = @LIBAGE@
|
||||
+LIBREVISION ?= @LIBREVISION@
|
||||
+LIBCURRENT ?= @LIBCURRENT@
|
||||
+LIBAGE ?= @LIBAGE@
|
||||
|
||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
|
|
@ -1,13 +0,0 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- xmlwf/Makefile.in 2002/05/10 17:31:29 1.1
|
||||
+++ xmlwf/Makefile.in 2002/05/10 17:31:48
|
||||
@@ -43,6 +43,7 @@
|
||||
prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
|
||||
+all: xmlwf
|
||||
|
||||
xmlwf: $(OBJS)
|
||||
$(CC) -o xmlwf $(LDFLAGS) $(OBJS) $(LIBS)
|
Loading…
Add table
Reference in a new issue