head 1.3; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1.2.2 OPENPKG_E1_FP:1.1.2.2 OPENPKG_2_STABLE_MP:1.1 OPENPKG_2_STABLE_20061018:1.1.2.2 OPENPKG_2_STABLE:1.1.0.2; locks; strict; comment @# @; 1.3 date 2007.06.07.07.37.56; author rse; state Exp; branches; next 1.2; commitid OSWMjSKOPraa6Xks; 1.2 date 2007.04.01.17.06.04; author rse; state Exp; branches; next 1.1; commitid qBpbmd85vTPAoocs; 1.1 date 2006.04.02.11.39.33; author rse; state Exp; branches 1.1.2.1; next ; commitid 8DYS300vvcsZhArr; 1.1.2.1 date 2006.04.02.11.39.33; author rse; state dead; branches; next 1.1.2.2; commitid iZxwRSmmWscPXUQr; 1.1.2.2 date 2006.10.16.14.54.00; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.3 log @upgrading package: pdcurses 3.1 -> 3.2 @ text @Index: Makefile.in --- Makefile.in.orig 2007-06-01 10:18:45 +0200 +++ Makefile.in 2007-06-07 09:36:09 +0200 @@@@ -52,11 +52,7 @@@@ $(includedir)/xcurses/curspriv.h $(INSTALL) -c -m 644 $(pdcursesdir)/libXCurses.a $(libdir)/libXCurses.a -$(RANLIB) $(libdir)/libXCurses.a - -$(INSTALL) -c -m 755 $(pdcursesdir)/$(SHLPRE)$(SHLFILE)$(SHLPST) \ - $(libdir)/$(SHLPRE)$(SHLFILE)$(SHLPST) - ln -f -s $(libdir)/$(SHLPRE)$(SHLFILE)$(SHLPST) \ - $(libdir)/$(SHLPRE)Xpanel$(SHLPST) - ln -f -s $(libdir)/libXCurses.a $(libdir)/libXpanel.a + ln -f $(libdir)/libXCurses.a $(libdir)/libXpanel.a -$(RANLIB) $(libdir)/libXpanel.a $(INSTALL) -c -m 755 x11/xcurses-config $(bindir)/xcurses-config Index: x11/Makefile.in --- x11/Makefile.in.orig 2007-06-05 06:06:23 +0200 +++ x11/Makefile.in 2007-06-07 09:35:52 +0200 @@@@ -40,7 +40,7 @@@@ LIB_DEPS = -L$(PDCURSES_SRCDIR)/x11 -lXCurses -PDCLIBS = $(LIBCURSES) @@SHL_TARGETS@@ +PDCLIBS = $(LIBCURSES) DEMOS = firework newdemo ptest rain testcurs tuidemo worm xmas DEMOOBJS = firework.o newdemo.o ptest.o rain.o testcurs.o tui.o \ @ 1.2 log @upgrading package: pdcurses 2.8 -> 3.0 @ text @d2 3 a4 3 --- Makefile.in.orig 2007-01-10 16:40:37 +0100 +++ Makefile.in 2007-04-01 19:03:42 +0200 @@@@ -52,8 +52,6 @@@@ d10 4 a13 1 $(INSTALL) -c -m 644 $(paneldir)/libpanel.a $(libdir)/libXpanel.a d16 1 d18 5 a22 5 --- x11/Makefile.in.orig 2007-01-08 05:17:23 +0100 +++ x11/Makefile.in 2007-04-01 19:04:37 +0200 @@@@ -43,7 +43,7 @@@@ LIB_DEPS = -L$(PDCURSES_HOME)/x11 -lXCurses PANEL_LIB = -L$(PDCURSES_HOME)/x11 -lpanel d24 2 a25 2 -PDCLIBS = $(LIBCURSES) $(LIBPANEL) @@SHL_TARGETS@@ +PDCLIBS = $(LIBCURSES) $(LIBPANEL) @ 1.1 log @new package: pdcurses 2.8 (Public Domain Curses) @ text @d2 3 a4 3 --- Makefile.in.orig 2006-03-22 15:04:25 +0100 +++ Makefile.in 2006-04-02 13:33:44 +0200 @@@@ -57,8 +57,6 @@@@ d12 7 a18 6 $(INSTALL) -c -m 755 ./xcurses-config $(bindir)/xcurses-config Index: pdcurses/Makefile.in --- pdcurses/Makefile.in.orig 2006-03-27 19:09:49 +0200 +++ pdcurses/Makefile.in 2006-04-02 13:33:13 +0200 @@@@ -58,7 +58,7 @@@@ SHLFILE = XCurses d20 2 a21 3 ################################################################################ -all : $(LIBRARIES) $(SHL_TARGETS) +all : $(LIBRARIES) d23 2 a24 2 install : echo Does nothing at the moment @ 1.1.2.1 log @file pdcurses.patch was added on branch OPENPKG_2_STABLE on 2006-10-16 14:54:00 +0000 @ text @d1 24 @ 1.1.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 24 Index: Makefile.in --- Makefile.in.orig 2006-03-22 15:04:25 +0100 +++ Makefile.in 2006-04-02 13:33:44 +0200 @@@@ -57,8 +57,6 @@@@ $(includedir)/xcurses/curspriv.h $(INSTALL) -c -m 644 $(pdcursesdir)/libXCurses.a $(libdir)/libXCurses.a -$(RANLIB) $(libdir)/libXCurses.a - -$(INSTALL) -c -m 755 $(pdcursesdir)/$(SHLPRE)$(SHLFILE)$(SHLPST) \ - $(libdir)/$(SHLPRE)$(SHLFILE)$(SHLPST) $(INSTALL) -c -m 644 $(paneldir)/libpanel.a $(libdir)/libXpanel.a -$(RANLIB) $(libdir)/libXpanel.a $(INSTALL) -c -m 755 ./xcurses-config $(bindir)/xcurses-config Index: pdcurses/Makefile.in --- pdcurses/Makefile.in.orig 2006-03-27 19:09:49 +0200 +++ pdcurses/Makefile.in 2006-04-02 13:33:13 +0200 @@@@ -58,7 +58,7 @@@@ SHLFILE = XCurses ################################################################################ -all : $(LIBRARIES) $(SHL_TARGETS) +all : $(LIBRARIES) install : echo Does nothing at the moment @