Andreas Tille pushed to branch master at Debian Med / acedb
Commits: 2f4f40ab by Andreas Tille at 2023-08-15T15:44:51+02:00 We can not simply ignore prefsubs.c which is using a GTK+2 header since it provides prefInit which is used by other code - - - - - 1 changed file: - debian/patches/just_build_efetch.patch Changes: ===================================== debian/patches/just_build_efetch.patch ===================================== @@ -10,10 +10,20 @@ Description: Build only efetch which does not depend on GTK+2 which will be remo # Make sure this is ALWAYS the first target in this makefile, the overnight and release # build systems all rely on this. -all : libs ace other tools -+all : other ++all : libs other #all_static : clean gnulibs libs ace other tools +@@ -49,8 +49,7 @@ ace : $(ACE_BIN) + ACEMBLY_BIN = makeSCF xacembly tacembly gifacemblyserver + acembly : libstaden.a $(ACEMBLY_BIN) + +-OTHER_BIN = blixem blixelect jade2ace efetch \ +- gnbk gnbkclient genefeatures ++OTHER_BIN = efetch + other : $(OTHER_BIN) + + TOOLS_BIN = makeUserPasswd acediff acediffsorted pmapace diskdump diskfix metacheck homonym tagcount --- a/wmake/LINUX_4_DEF +++ b/wmake/LINUX_4_DEF @@ -21,14 +21,14 @@ NAME = LINUX @@ -52,3 +62,32 @@ Description: Build only efetch which does not depend on GTK+2 which will be remo ### Linux uses flex to emulate the standard 'lex' program LEX_LIBS = -lfl +--- a/wmake/truemake ++++ b/wmake/truemake +@@ -318,7 +318,7 @@ GENERIC_ACE_OBJS = command.o commandmenu + $(AQL_OBJS) $(BASE_OBJS) $(BASE_5_OBJS) $(B_OBJS) \ + class.o sysclass.o tags.o model.o \ + longtext.o quovadis.o picksubs.o alignment.o \ +- logsubs.o sigsubs.o prefsubs.o status.o \ ++ logsubs.o sigsubs.o status.o \ + bindex.o acelib.o table.o apputils.o \ + acinside.o actable.o + +@@ -328,7 +328,7 @@ GENERIC_ACEMBLY_OBJS = command.acm.o ses + $(AQL_OBJS) $(BASE_OBJS) $(BASE_5_OBJS) $(B_OBJS) \ + class.acm.o sysclass.acm.o tags.acm.o model.o \ + longtext.o quovadis.o picksubs.o alignment.o \ +- logsubs.o sigsubs.o prefsubs.o status.o \ ++ logsubs.o sigsubs.o status.o \ + bindex.o acelib.o table.o apputils.o \ + acinside.o actable.o + +@@ -520,7 +520,7 @@ APPMAIN_SOURCES = gifacemain.c tacemain. + ACELIBKERNEL_SOURCES = command.c commandmenu.c gifcommand.c dump.c model.c \ + banner.c aceutils.c \ + queryexe.c parse.c session.c dbpath.c logsubs.c sigsubs.c \ +- prefsubs.c longtext.c picksubs.c mainpick.c metadata.c \ ++ longtext.c picksubs.c mainpick.c metadata.c \ + newkey.c status.c update.c alignment.c \ + tabledefsubs.c tabledefio.c + ACEDBKERNEL_SOURCES = $(BASE_OBJS:.o=.c) $(BASE_5_OBJS:.o=.c) View it on GitLab: https://salsa.debian.org/med-team/acedb/-/commit/2f4f40ab2bb771b2b37d24288390be6b6c96d970 -- View it on GitLab: https://salsa.debian.org/med-team/acedb/-/commit/2f4f40ab2bb771b2b37d24288390be6b6c96d970 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
