diff options
author | vanilla <vanilla@FreeBSD.org> | 2017-03-04 15:51:23 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2017-03-04 15:51:23 +0000 |
commit | 5dc0d4382e50bc8074bdc896f8d60f6424612d0d (patch) | |
tree | 686a9ba765a04ece6bfb18560a83cecb3ebbcd48 | |
parent | 68c884aecc1e744f907dce25ef83e12764c538e0 (diff) | |
download | FreeBSD-ports-5dc0d4382e50bc8074bdc896f8d60f6424612d0d.zip FreeBSD-ports-5dc0d4382e50bc8074bdc896f8d60f6424612d0d.tar.gz |
1: regen patch files.
2: fix MOC's path.
PR: 217486
Submitted by: yunchih@csie.ntu.edu.tw
-rw-r--r-- | chinese/gcin/Makefile | 4 | ||||
-rw-r--r-- | chinese/gcin/files/patch-Makefile | 28 | ||||
-rw-r--r-- | chinese/gcin/files/patch-modules__Makefile | 4 | ||||
-rw-r--r-- | chinese/gcin/files/patch-qt4-im__Makefile | 4 |
4 files changed, 25 insertions, 15 deletions
diff --git a/chinese/gcin/Makefile b/chinese/gcin/Makefile index 3dd5a49..6ab28de 100644 --- a/chinese/gcin/Makefile +++ b/chinese/gcin/Makefile @@ -3,7 +3,7 @@ PORTNAME= gcin PORTVERSION= 2.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= chinese textproc gnome MASTER_SITES= http://hyperrate.com/gcin-source/ EXTRACT_ONLY= gcin-${PORTVERSION}.tar.xz @@ -41,7 +41,7 @@ post-patch: s,-ldl,,; \ s,mandir=$$datadir,mandir=$$prefix,; \ s,/usr/share,$$prefix/share,; \ - s,/usr/bin/moc,${LOCALBASE}/bin/moc-qt4,; \ + s,/usr/bin/moc,${MOC},; \ 1, 300 s,gcc,$$CC,; s,gcin-$$GCIN_VERSION,gcin,; \ /GCIN_DEBUG/ d' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's,\/usr\/share,$$(prefix)\/share,; \ diff --git a/chinese/gcin/files/patch-Makefile b/chinese/gcin/files/patch-Makefile index f97b3bc..68c5731 100644 --- a/chinese/gcin/files/patch-Makefile +++ b/chinese/gcin/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig 2014-01-26 14:41:39.000000000 +0800 -+++ Makefile 2014-04-12 10:55:35.584554559 +0800 +--- Makefile.orig 2014-01-26 06:41:39 UTC ++++ Makefile @@ -4,8 +4,11 @@ include config.mak include suffixes-rule @@ -38,13 +38,13 @@ gcin: $(OBJS) $(IMdkitLIB) $(OBJ_IMSRV) - $(CCLD) $(EXTRA_LDFLAGS) $(gcc_ld_run_path) -o $@ $(OBJS) $(IMdkitLIB) $(OBJ_IMSRV) -lXtst $(LDFLAGS) -L/usr/X11R6/$(LIB) -+ $(CCLD) $(EXTRA_LDFLAGS) $(gcc_ld_run_path) -o $@ $(OBJS) $(IMdkitLIB) $(OBJ_IMSRV) -lXtst $(LDFLAGS) -L%%PREFIX%%/$(LIB) ++ $(CCLD) $(EXTRA_LDFLAGS) $(gcc_ld_run_path) -o $@ $(OBJS) $(IMdkitLIB) $(OBJ_IMSRV) -lXtst $(LDFLAGS) -L/usr/local/$(LIB) rm -f core.* vgcore.* ln -sf $@ $@.test gcin-nocur: $(OBJS) $(IMdkitLIB) $(OBJ_IMSRV) - $(CCLD) -Wl,-rpath,$(gcinlibdir) $(EXTRA_LDFLAGS) -o $@ $(OBJS) $(IMdkitLIB) $(OBJ_IMSRV) -lXtst $(LDFLAGS) -L/usr/X11R6/$(LIB) -+ $(CCLD) -Wl,-rpath,$(gcinlibdir) $(EXTRA_LDFLAGS) -o $@ $(OBJS) $(IMdkitLIB) $(OBJ_IMSRV) -lXtst $(LDFLAGS) -L%%PREFIX%%/$(LIB) ++ $(CCLD) -Wl,-rpath,$(gcinlibdir) $(EXTRA_LDFLAGS) -o $@ $(OBJS) $(IMdkitLIB) $(OBJ_IMSRV) -lXtst $(LDFLAGS) -L/usr/local/$(LIB) rm -f core.* -tslearn: $(OBJS_TSLEARN) @@ -86,7 +86,7 @@ $(CCLD) $(gcc_ld_run_path) -o $@ $(OBJS_gcin_message) -L./im-client -lgcin-im-client $(LDFLAGS) pin-juyin: $(OBJS_pin_juyin) -@@ -223,12 +231,12 @@ install: +@@ -223,22 +231,18 @@ install: $(MAKE) -C data install $(MAKE) -C im-client install $(MAKE) -C gtk-im install @@ -97,12 +97,22 @@ if [ $(QT4_IM) = 'Y' ]; then $(MAKE) -C qt4-im install; fi - if [ $(prefix) = /usr/local ]; then \ - install -m 644 gcin.png /usr/share/icons/hicolor/64x64/apps; \ +- install -d $(DOC_DIR); \ +- install -m 644 README.html Changelog.html $(DOC_DIR); \ + if [ $(prefix) = /nonstaged ]; then \ + install -m 644 gcin.png $(prefix)/share/icons/hicolor/64x64/apps; \ - install -d $(DOC_DIR); \ - install -m 644 README.html Changelog.html $(DOC_DIR); \ install $(PROGS) $(bindir); \ -@@ -246,6 +254,7 @@ install: + rm -f $(bindir)/trad2sim; ln -sf sim2trad $(bindir)/trad2sim; \ + rm -f $(bindir)/ts-contribute; ln -sf ts-edit $(bindir)/ts-contribute; \ + rm -f $(bindir)/ts-contribute-en; ln -sf ts-edit $(bindir)/ts-contribute-en; \ + rm -f $(bindir)/ts-edit-en; ln -sf ts-edit $(bindir)/ts-edit-en; \ + else \ +- install -d $(DOC_DIR_i); \ +- install -m 644 README.html Changelog.html $(DOC_DIR_i); \ + install -s $(PROGS) $(bindir); \ + rm -f $(bindir)/trad2sim; ln -sf sim2trad $(bindir)/trad2sim; \ + rm -f $(bindir)/ts-contribute; ln -sf ts-edit $(bindir)/ts-contribute; \ +@@ -246,6 +250,7 @@ install: rm -f $(bindir)/ts-edit-en; ln -sf ts-edit $(bindir)/ts-edit-en; \ fi $(MAKE) -C scripts install @@ -110,7 +120,7 @@ $(MAKE) -C menu install if [ $(USE_I18N) = 'Y' ]; then $(MAKE) -C po install; fi -@@ -279,4 +288,4 @@ gcin-fedora.spec: gcin-fedora.spec.in VE +@@ -279,4 +284,4 @@ gcin-fedora.spec: gcin-fedora.spec.in VE rm -f $@ sed -e "s/__gcin_version__/$(GCIN_VERSION)/" < $< > $@ diff --git a/chinese/gcin/files/patch-modules__Makefile b/chinese/gcin/files/patch-modules__Makefile index 103a7f8..3c8125e 100644 --- a/chinese/gcin/files/patch-modules__Makefile +++ b/chinese/gcin/files/patch-modules__Makefile @@ -1,5 +1,5 @@ ---- modules/Makefile.orig 2013-10-05 11:31:52.000000000 +0800 -+++ modules/Makefile 2014-04-12 10:57:02.970548467 +0800 +--- modules/Makefile.orig 2013-10-05 03:31:52 UTC ++++ modules/Makefile @@ -38,4 +38,4 @@ clean: .depend: $(CCX) $(CFLAGS) -MM *.cpp > $@ diff --git a/chinese/gcin/files/patch-qt4-im__Makefile b/chinese/gcin/files/patch-qt4-im__Makefile index a8f8c44..21fee0a 100644 --- a/chinese/gcin/files/patch-qt4-im__Makefile +++ b/chinese/gcin/files/patch-qt4-im__Makefile @@ -1,5 +1,5 @@ ---- qt4-im/Makefile.orig 2012-03-05 20:26:54.000000000 +0800 -+++ qt4-im/Makefile 2014-04-17 17:21:30.838404919 +0800 +--- qt4-im/Makefile.orig 2012-03-05 12:26:54 UTC ++++ qt4-im/Makefile @@ -3,7 +3,7 @@ QT=qt4 QTIM=$(QT)/plugins/inputmethods IMMODULES=$(libdir)/$(DEB_BUILD_MULTIARCH)/$(QTIM) |