diff options
author | sada <sada@FreeBSD.org> | 2000-10-30 03:16:20 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2000-10-30 03:16:20 +0800 |
commit | 4f9f023e9d3a34a5fc7785223ce2fcc0e5abe3cc (patch) | |
tree | 0b90075dd24192a45e31413338699234d11e0eba /devel | |
parent | fd796ef0afa0ddca114004373fc8c2322ab2bb93 (diff) | |
download | freebsd-ports-gnome-4f9f023e9d3a34a5fc7785223ce2fcc0e5abe3cc.tar.gz freebsd-ports-gnome-4f9f023e9d3a34a5fc7785223ce2fcc0e5abe3cc.tar.zst freebsd-ports-gnome-4f9f023e9d3a34a5fc7785223ce2fcc0e5abe3cc.zip |
Upgrade to 4.0.1.
PR: ports/22216
Submitted by: sada
No responce for a week from: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/global/Makefile | 16 | ||||
-rw-r--r-- | devel/global/distinfo | 2 | ||||
-rw-r--r-- | devel/global/files/patch-aa | 16 | ||||
-rw-r--r-- | devel/global/pkg-descr | 2 | ||||
-rw-r--r-- | devel/global/pkg-plist | 17 |
5 files changed, 47 insertions, 6 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile index 1fbc88d0ef3d..3ec14845f03e 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -6,15 +6,25 @@ # PORTNAME= global -PORTVERSION= 3.56 +PORTVERSION= 4.0.1 CATEGORIES= devel MASTER_SITES= http://www.tamacom.com/global/ MAINTAINER= chuckr@freebsd.org -MAKE_FLAGS+= INCDIR=$(LOCALBASE)/include LIBDIR=$(LOCALBASE)/lib BINDIR=$(LOCALBASE)/bin SHAREDIR=$(LOCALBASE) +USE_GMAKE= yes +GNU_CONFIGURE= yes MAN1= htags.1 btreeop.1 gtags.1 global.1 gctags.1 -MANCOMPRESSED= yes + +post-install: + install-info ${PREFIX}/info/global.info ${PREFIX}/info/dir +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/global +.for file in AUTHORS COPYING ChangeLog FAQ INSTALL LICENSE NEWS README \ + THANKS VERSION + ${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/share/doc/global +.endfor +.endif .include <bsd.port.mk> diff --git a/devel/global/distinfo b/devel/global/distinfo index f9a99aa5f355..b760048ffb25 100644 --- a/devel/global/distinfo +++ b/devel/global/distinfo @@ -1 +1 @@ -MD5 (global-3.56.tar.gz) = 51d4cccd2524754e4903a8a24ae786ec +MD5 (global-4.0.1.tar.gz) = a5f7c16fb0be046502e421eba40c21e9 diff --git a/devel/global/files/patch-aa b/devel/global/files/patch-aa new file mode 100644 index 000000000000..bc45db92e574 --- /dev/null +++ b/devel/global/files/patch-aa @@ -0,0 +1,16 @@ +--- doc/Makefile.in.orig Tue Sep 26 17:04:19 2000 ++++ doc/Makefile.in Mon Oct 23 00:29:54 2000 +@@ -187,13 +187,6 @@ + done; \ + done + @$(POST_INSTALL) +- @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \ +- list='$(INFO_DEPS)'; \ +- for file in $$list; do \ +- echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\ +- install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\ +- done; \ +- else : ; fi + + uninstall-info: + $(PRE_UNINSTALL) diff --git a/devel/global/pkg-descr b/devel/global/pkg-descr index 994e0edda306..f0624fe71f66 100644 --- a/devel/global/pkg-descr +++ b/devel/global/pkg-descr @@ -3,3 +3,5 @@ environments. Supported languages are C/Yacc and Java. You can locate a specified function in the source files and move there easily. It is useful for hacking a large project containing many subdirectories, many '#ifdef' and many main() functions, like MH, X or BSD kernel. + +WWW: http://www.tamacom.com/global/ diff --git a/devel/global/pkg-plist b/devel/global/pkg-plist index 24c14074390d..922ffc9a1720 100644 --- a/devel/global/pkg-plist +++ b/devel/global/pkg-plist @@ -1,5 +1,18 @@ +bin/btreeop +bin/gctags bin/global bin/gtags -bin/gctags -bin/btreeop bin/htags +info/global.info +@exec install-info %D/info/global.info %D/info/dir +@unexec install-info --delete %D/info/global.info %D/info/dir +share/doc/global/AUTHORS +share/doc/global/COPYING +share/doc/global/ChangeLog +share/doc/global/FAQ +share/doc/global/INSTALL +share/doc/global/LICENSE +share/doc/global/NEWS +share/doc/global/README +share/doc/global/THANKS +share/doc/global/VERSION |