Index: head/x11-toolkits/paragui/Makefile =================================================================== --- head/x11-toolkits/paragui/Makefile (revision 61532) +++ head/x11-toolkits/paragui/Makefile (revision 61533) @@ -1,43 +1,44 @@ # ex:ts=8 # New ports collection makefile for: paragui # Date Created: Mar 28, 2001 # Whom: Ying-Chieh Liao # # $FreeBSD$ # PORTNAME= paragui -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.bms-austria.com/pub/paragui/release/ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ SDL_image.10:${PORTSDIR}/graphics/sdl_image \ SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \ expat.2:${PORTSDIR}/textproc/expat2 SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config USE_X_PREFIX= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" INSTALLS_SHLIB= yes SHLIB_VER= 3 PLIST_SUB= SHLIB_VER="${SHLIB_VER}" post-extract: @${RM} -f ${WRKSRC}/src/physfs/platform.c post-patch: - @${PERL} -pi -e 's|LT_CURRENT=.*$$|LT_CURRENT=${SHLIB_VER}|g ; \ + ${REINPLACE_CMD} -e 's|LT_CURRENT=.*$$|LT_CURRENT=${SHLIB_VER}|g ; \ s|`sdl-config |`\$$\{SDL_CONFIG\} |g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \ - 's|\$$\(SDL_CFLAGS\)|\$$\(PARAGUI_CFLAGS\)|g ; \ - s|-release \$$\(LT_RELEASE\)||g' + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|[$][(]SDL_CFLAGS[)]|\$\(PARAGUI_CFLAGS\)|g ; \ + s|lib/pkgconfig|libdata/pkgconfig|g' .include Property changes on: head/x11-toolkits/paragui/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/x11-toolkits/paragui/distinfo =================================================================== --- head/x11-toolkits/paragui/distinfo (revision 61532) +++ head/x11-toolkits/paragui/distinfo (revision 61533) @@ -1 +1 @@ -MD5 (paragui-1.0.1.tar.gz) = d08bc4f48600fabcfa03e796c3bc04d5 +MD5 (paragui-1.0.2.tar.gz) = 57ca321ef8222d7f8ce55ad620adf63c Property changes on: head/x11-toolkits/paragui/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/x11-toolkits/paragui/files/patch-ltmain.sh =================================================================== --- head/x11-toolkits/paragui/files/patch-ltmain.sh (revision 61532) +++ head/x11-toolkits/paragui/files/patch-ltmain.sh (nonexistent) @@ -1,41 +0,0 @@ ---- ltmain.sh.orig Mon Feb 11 17:35:31 2002 -+++ ltmain.sh Fri Mar 1 06:01:48 2002 -@@ -1056,14 +1056,14 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -2494,7 +2494,7 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - ;; - *) -@@ -4281,10 +4281,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" Property changes on: head/x11-toolkits/paragui/files/patch-ltmain.sh ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/x11-toolkits/paragui/files/patch-configure =================================================================== --- head/x11-toolkits/paragui/files/patch-configure (nonexistent) +++ head/x11-toolkits/paragui/files/patch-configure (revision 61533) @@ -0,0 +1,10 @@ +--- configure.orig Mon Jun 10 18:05:42 2002 ++++ configure Tue Jun 18 20:05:24 2002 +@@ -5618,6 +5618,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' Property changes on: head/x11-toolkits/paragui/files/patch-configure ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-toolkits/paragui/pkg-plist =================================================================== --- head/x11-toolkits/paragui/pkg-plist (revision 61532) +++ head/x11-toolkits/paragui/pkg-plist (revision 61533) @@ -1,58 +1,59 @@ bin/paragui-config include/paragui/paraconfig.h include/paragui/paraconfig_gnu.h include/paragui/paragui.h include/paragui/paragui_types.h include/paragui/pgapplication.h include/paragui/pgbutton.h include/paragui/pgcheckbutton.h include/paragui/pgcolors.h include/paragui/pgcolumnitem.h include/paragui/pgcompat.h include/paragui/pgdatacontainer.h include/paragui/pgdraw.h include/paragui/pgdropdown.h include/paragui/pgeventobject.h +include/paragui/pgtimerobject.h include/paragui/pgfile.h include/paragui/pgfilearchive.h include/paragui/pgfont.h include/paragui/pgimage.h include/paragui/pginfo.h include/paragui/pglabel.h include/paragui/pglayout.h include/paragui/pglineedit.h include/paragui/pglistbox.h include/paragui/pglistboxbaseitem.h include/paragui/pglistboxitem.h include/paragui/pglog.h include/paragui/pgmaskedit.h include/paragui/pgmenubar.h include/paragui/pgmessagebox.h include/paragui/pgmessageobject.h include/paragui/pgnavigator.h include/paragui/pgpopupmenu.h include/paragui/pgprogressbar.h include/paragui/pgradiobutton.h include/paragui/pgrect.h include/paragui/pgrectlist.h include/paragui/pgrichedit.h include/paragui/pgscrollbar.h include/paragui/pgslider.h include/paragui/pgspinnerbox.h include/paragui/pgsurfacecache.h include/paragui/pgtheme.h include/paragui/pgthemewidget.h include/paragui/pgwidget.h include/paragui/pgwidgetdnd.h include/paragui/pgwidgetlist.h include/paragui/pgwidgetlistex.h include/paragui/pgwindow.h lib/libparagui.a lib/libparagui.so lib/libparagui.so.%%SHLIB_VER%% -lib/pkgconfig/paragui.pc +libdata/pkgconfig/paragui.pc share/aclocal/paragui.m4 share/paragui/default.zip share/paragui/simple.zip @dirrm share/paragui @dirrm include/paragui Property changes on: head/x11-toolkits/paragui/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/x11-toolkits/paragui-devel/Makefile =================================================================== --- head/x11-toolkits/paragui-devel/Makefile (revision 61532) +++ head/x11-toolkits/paragui-devel/Makefile (revision 61533) @@ -1,43 +1,44 @@ # ex:ts=8 # New ports collection makefile for: paragui # Date Created: Mar 28, 2001 # Whom: Ying-Chieh Liao # # $FreeBSD$ # PORTNAME= paragui -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.bms-austria.com/pub/paragui/release/ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12 \ SDL_image.10:${PORTSDIR}/graphics/sdl_image \ SDL_ttf.3:${PORTSDIR}/graphics/sdl_ttf \ expat.2:${PORTSDIR}/textproc/expat2 SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config USE_X_PREFIX= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" INSTALLS_SHLIB= yes SHLIB_VER= 3 PLIST_SUB= SHLIB_VER="${SHLIB_VER}" post-extract: @${RM} -f ${WRKSRC}/src/physfs/platform.c post-patch: - @${PERL} -pi -e 's|LT_CURRENT=.*$$|LT_CURRENT=${SHLIB_VER}|g ; \ + ${REINPLACE_CMD} -e 's|LT_CURRENT=.*$$|LT_CURRENT=${SHLIB_VER}|g ; \ s|`sdl-config |`\$$\{SDL_CONFIG\} |g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \ - 's|\$$\(SDL_CFLAGS\)|\$$\(PARAGUI_CFLAGS\)|g ; \ - s|-release \$$\(LT_RELEASE\)||g' + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|[$][(]SDL_CFLAGS[)]|\$\(PARAGUI_CFLAGS\)|g ; \ + s|lib/pkgconfig|libdata/pkgconfig|g' .include Property changes on: head/x11-toolkits/paragui-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/x11-toolkits/paragui-devel/distinfo =================================================================== --- head/x11-toolkits/paragui-devel/distinfo (revision 61532) +++ head/x11-toolkits/paragui-devel/distinfo (revision 61533) @@ -1 +1 @@ -MD5 (paragui-1.0.1.tar.gz) = d08bc4f48600fabcfa03e796c3bc04d5 +MD5 (paragui-1.0.2.tar.gz) = 57ca321ef8222d7f8ce55ad620adf63c Property changes on: head/x11-toolkits/paragui-devel/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/x11-toolkits/paragui-devel/files/patch-ltmain.sh =================================================================== --- head/x11-toolkits/paragui-devel/files/patch-ltmain.sh (revision 61532) +++ head/x11-toolkits/paragui-devel/files/patch-ltmain.sh (nonexistent) @@ -1,41 +0,0 @@ ---- ltmain.sh.orig Mon Feb 11 17:35:31 2002 -+++ ltmain.sh Fri Mar 1 06:01:48 2002 -@@ -1056,14 +1056,14 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -2494,7 +2494,7 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - ;; - *) -@@ -4281,10 +4281,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" Property changes on: head/x11-toolkits/paragui-devel/files/patch-ltmain.sh ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/x11-toolkits/paragui-devel/files/patch-configure =================================================================== --- head/x11-toolkits/paragui-devel/files/patch-configure (nonexistent) +++ head/x11-toolkits/paragui-devel/files/patch-configure (revision 61533) @@ -0,0 +1,10 @@ +--- configure.orig Mon Jun 10 18:05:42 2002 ++++ configure Tue Jun 18 20:05:24 2002 +@@ -5618,6 +5618,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' Property changes on: head/x11-toolkits/paragui-devel/files/patch-configure ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/x11-toolkits/paragui-devel/pkg-plist =================================================================== --- head/x11-toolkits/paragui-devel/pkg-plist (revision 61532) +++ head/x11-toolkits/paragui-devel/pkg-plist (revision 61533) @@ -1,58 +1,59 @@ bin/paragui-config include/paragui/paraconfig.h include/paragui/paraconfig_gnu.h include/paragui/paragui.h include/paragui/paragui_types.h include/paragui/pgapplication.h include/paragui/pgbutton.h include/paragui/pgcheckbutton.h include/paragui/pgcolors.h include/paragui/pgcolumnitem.h include/paragui/pgcompat.h include/paragui/pgdatacontainer.h include/paragui/pgdraw.h include/paragui/pgdropdown.h include/paragui/pgeventobject.h +include/paragui/pgtimerobject.h include/paragui/pgfile.h include/paragui/pgfilearchive.h include/paragui/pgfont.h include/paragui/pgimage.h include/paragui/pginfo.h include/paragui/pglabel.h include/paragui/pglayout.h include/paragui/pglineedit.h include/paragui/pglistbox.h include/paragui/pglistboxbaseitem.h include/paragui/pglistboxitem.h include/paragui/pglog.h include/paragui/pgmaskedit.h include/paragui/pgmenubar.h include/paragui/pgmessagebox.h include/paragui/pgmessageobject.h include/paragui/pgnavigator.h include/paragui/pgpopupmenu.h include/paragui/pgprogressbar.h include/paragui/pgradiobutton.h include/paragui/pgrect.h include/paragui/pgrectlist.h include/paragui/pgrichedit.h include/paragui/pgscrollbar.h include/paragui/pgslider.h include/paragui/pgspinnerbox.h include/paragui/pgsurfacecache.h include/paragui/pgtheme.h include/paragui/pgthemewidget.h include/paragui/pgwidget.h include/paragui/pgwidgetdnd.h include/paragui/pgwidgetlist.h include/paragui/pgwidgetlistex.h include/paragui/pgwindow.h lib/libparagui.a lib/libparagui.so lib/libparagui.so.%%SHLIB_VER%% -lib/pkgconfig/paragui.pc +libdata/pkgconfig/paragui.pc share/aclocal/paragui.m4 share/paragui/default.zip share/paragui/simple.zip @dirrm share/paragui @dirrm include/paragui Property changes on: head/x11-toolkits/paragui-devel/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property