mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add libsigc++-2.0.3 after repocopy from libsigc++12, a typesafe C++
callback framework.
This commit is contained in:
parent
d7321ca7a3
commit
623f5174fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112210
@ -430,6 +430,7 @@
|
||||
SUBDIR += libshhopt
|
||||
SUBDIR += libsigc++
|
||||
SUBDIR += libsigc++12
|
||||
SUBDIR += libsigc++20
|
||||
SUBDIR += libsigcx
|
||||
SUBDIR += libsigsegv
|
||||
SUBDIR += libslang
|
||||
|
@ -1,29 +1,31 @@
|
||||
# New ports collection makefile for: libsigc++
|
||||
# Date created: 30 September 2002
|
||||
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
|
||||
# New ports collection makefile for: libsigc++2
|
||||
# Date created: 14 Feb 2004
|
||||
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libsigc++
|
||||
PORTVERSION= 1.2.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME} \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2 \
|
||||
libsigc
|
||||
DIST_SUBDIR= gnome2
|
||||
PORTVERSION= 2.0.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= libsigc \
|
||||
sources/libsigc++/${PORTVERSION:R}
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Callback Framework for C++
|
||||
|
||||
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GCC= 3.3
|
||||
USE_GMAKE= yes
|
||||
LATEST_LINK= libsigc++12
|
||||
LATEST_LINK= libsigc++20
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
USE_LIBTOOL_VER= 13
|
||||
USE_GNOME= gnomehack lthack gnometarget pkgconfig
|
||||
USE_LIBTOOL_VER=13
|
||||
|
||||
PLIST_SUB= VERSION="2.0" API_VERSION="2.0"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (gnome2/libsigc++-1.2.5.tar.gz) = d0d1ffcae0eced97ef4f17ce0ba81352
|
||||
SIZE (gnome2/libsigc++-1.2.5.tar.gz) = 408276
|
||||
MD5 (libsigc++-2.0.3.tar.bz2) = ec7b16edf80cc52364f30d9cf942e982
|
||||
SIZE (libsigc++-2.0.3.tar.bz2) = 1424177
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- configure.orig Sat Oct 12 00:29:28 2002
|
||||
+++ configure Sat Oct 12 00:29:50 2002
|
||||
@@ -6817,6 +6817,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'
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user