- Update to 1.1.20080316. [1]

- Libtoolized shared libraries and allows the objects to be linked into PIC code. [2]

PR:		ports/121769
Submitted by:	David Barksdale <amatus@gnu.org> [1], Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer) [2]
Approved by:	araujo (mentor), Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer)
This commit is contained in:
Felippe de Meirelles Motta 2008-04-03 02:11:57 +00:00
parent 99bd5fda64
commit fc6969e10a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210411
5 changed files with 34 additions and 19 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= cdialog
PORTVERSION= 1.1.20071028
PORTVERSION= 1.1.20080316
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= ftp://invisible-island.net/dialog/ \
@ -19,8 +19,10 @@ EXTRACT_SUFX= .tgz
MAINTAINER= carpetsmoker@xs4all.nl
COMMENT= An enhanced version of 'dialog' to work with ncurses
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME}
USE_LDCONFIG= yes
CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME} --with-libtool
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAKEFILE= makefile

View File

@ -1,3 +1,3 @@
MD5 (dialog-1.1-20071028.tgz) = 73604d3b3a43b5a122709a7a8e4edee2
SHA256 (dialog-1.1-20071028.tgz) = 1841fdd89c1d680c11ea854bc2ea93a08c80ba066d74a5faeb3ff76409e6e751
SIZE (dialog-1.1-20071028.tgz) = 369837
MD5 (dialog-1.1-20080316.tgz) = 3d262cbc41e4db23251e7be924c4a28b
SHA256 (dialog-1.1-20080316.tgz) = bd11acbc57442930160dbbcea2d5024a27c71774c24412c44b9cdece9894e707
SIZE (dialog-1.1-20080316.tgz) = 373022

View File

@ -1,6 +1,24 @@
--- makefile.in.orig Sun Mar 25 22:23:30 2007
+++ makefile.in Sun Apr 8 18:46:09 2007
@@ -153,7 +153,7 @@
--- makefile.in 2008-03-15 19:55:17.680943499 -0500
+++ makefile.in 2008-03-15 19:55:36.656135598 -0500
@@ -102,7 +102,7 @@
dlg_config.h \
dlg_keys.h
-LIB = @LIB_PREFIX@dialog$a
+LIB = @LIB_PREFIX@cdialog$a
PROG = dialog$x
ALL = $(LIB) $(PROG)
@@ -126,7 +126,7 @@
$(RANLIB) $@
dialog$x : $(LIB) dialog$o @INTLDIR_MAKE@ @INTLLIBS@
- $(LINK) -o $@ dialog$o -L. -ldialog $(LDFLAGS) $(LIBS)
+ $(LINK) -o $@ dialog$o -L. -lcdialog $(LDFLAGS) $(LIBS)
clean \
distclean \
@@ -159,7 +159,7 @@
@echo "made $@"
install-strip :: $(PROG) $(BINDIR)
@ -9,7 +27,7 @@
uninstall :: uninstall-bin uninstall-man
@echo "made $@"
@@ -168,7 +168,7 @@
@@ -174,7 +174,7 @@
$(RM) $(BINDIR)/$(PACKAGE)$x
install-man :: $(MAN1DIR)
@ -18,7 +36,7 @@
uninstall-man ::
$(RM) $(MAN1DIR)/$(PACKAGE).1
@@ -176,11 +176,11 @@
@@ -182,7 +182,7 @@
# most users do not want/need the library, so the install rules are distinct.
install-lib :: $(BINDIR) dialog-config
@ echo "** installing config script in $(BINDIR)"
@ -27,12 +45,7 @@
install-lib :: $(LIB_DIRS) $(LIB) headers.sed
@ echo "** installing library in $(LIBDIR)"
- @ $(LIBTOOL_INSTALL) $(INSTALL_DATA) $(LIB) $(LIBDIR)
+ @ $(LIBTOOL_INSTALL) $(INSTALL_DATA) $(LIB) $(LIBDIR)/@LIB_PREFIX@cdialog$a
@ echo "** installing headers in $(INCLUDEDIR)"
@ $(SHELL) $(srcdir)/headers.sh $(INSTALL_DATA) $(INCLUDEDIR) $(srcdir) dialog.h
@ $(SHELL) $(srcdir)/headers.sh $(INSTALL_DATA) $(INCLUDEDIR) $(srcdir) dlg_colors.h
@@ -198,7 +198,7 @@
@@ -204,7 +204,7 @@
$(RM) $(INCLUDEDIR)/dlg_config.h
install-lib :: $(MAN3DIR)

View File

@ -7,6 +7,3 @@ reported were not related to ncurses. After that, I resumed development,
adding new widget types. See the changelog for details."
WWW: http://invisible-island.net/dialog/
--
AlanE <alane@freebsd.org>

View File

@ -5,6 +5,9 @@ include/cdialog/dlg_colors.h
include/cdialog/dlg_config.h
include/cdialog/dlg_keys.h
lib/libcdialog.a
lib/libcdialog.la
lib/libcdialog.so
lib/libcdialog.so.6
%%EXAMPLESDIR%%/README
%%EXAMPLESDIR%%/calendar
%%EXAMPLESDIR%%/calendar-stdout