diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-05-25 12:23:48 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-05-25 12:23:48 +0000 |
commit | 409af62fa8a39d12523bca8b4aed930a064fc00a (patch) | |
tree | b9cbdb00a41df7c12aa3f104f8fe56fdf246d2d4 /x11-toolkits/gtk12/Makefile | |
parent | make startup script work (start/stop) (diff) |
Update glib/gtk++ to 1.2.8.
Overview of Changes in GTK+ 1.2.8:
* GNU Make 3.79 bug workaround
* FAQ and tutorial updates and improvements
* Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
Overview of Changes in GLib 1.2.8:
* GArray zero initialization bug fixed
* Fix for upper bound calculation of formatted strings
* Improved GCC detection
* AIX dynamic modules fix to retrive symbols from shared libraries for the main
program.
* Miscellaneous other minor bug fixes
Diffstat (limited to 'x11-toolkits/gtk12/Makefile')
-rw-r--r-- | x11-toolkits/gtk12/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/gtk12/Makefile b/x11-toolkits/gtk12/Makefile index c31fa7476a09..3f5b9f1dc28f 100644 --- a/x11-toolkits/gtk12/Makefile +++ b/x11-toolkits/gtk12/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtk -PORTVERSION= 1.2.7 +PORTVERSION= 1.2.8 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.2/ \ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \ @@ -35,5 +35,6 @@ MAN1= gtk12-config.1 pre-build: ${PERL} -i -pe 's/\\"$$/\\/' ${WRKSRC}/gtk/gtkrc.* ${RM} -rf ${WRKSRC}/docs/gtk.info* +# ${CP} ${WRKSRC}/docs/gtk-config.1 ${WRKSRC}/docs/gtk12-config.1 .include <bsd.port.mk> |