diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-24 23:04:27 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-24 23:04:27 +0800 |
commit | 8f051358b482ba770b8392c8b5d73f953f17ef3a (patch) | |
tree | 234c0bb791fdc3abddbc28cde3902bba6d87cd0d /devel | |
parent | ae22bda058eaecb7db1d2751b823d4d2785a8beb (diff) | |
download | freebsd-ports-gnome-8f051358b482ba770b8392c8b5d73f953f17ef3a.tar.gz freebsd-ports-gnome-8f051358b482ba770b8392c8b5d73f953f17ef3a.tar.zst freebsd-ports-gnome-8f051358b482ba770b8392c8b5d73f953f17ef3a.zip |
Prevent libc from linking in explicitly. Bump PORTREVISION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ORBit/Makefile | 2 | ||||
-rw-r--r-- | devel/ORBit/files/patch-libIDL::ltmain.sh | 26 | ||||
-rw-r--r-- | devel/ORBit/files/patch-ltmain.sh | 26 | ||||
-rw-r--r-- | devel/ORBit2/Makefile | 2 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-libIDL::ltmain.sh | 26 | ||||
-rw-r--r-- | devel/ORBit2/files/patch-ltmain.sh | 26 |
6 files changed, 54 insertions, 54 deletions
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index ca231e40224a..81ca55168dc8 100644 --- a/devel/ORBit/Makefile +++ b/devel/ORBit/Makefile @@ -7,7 +7,7 @@ PORTNAME= ORBit PORTVERSION= 0.5.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/ORBit diff --git a/devel/ORBit/files/patch-libIDL::ltmain.sh b/devel/ORBit/files/patch-libIDL::ltmain.sh index e6342a578ce0..99556a375dd2 100644 --- a/devel/ORBit/files/patch-libIDL::ltmain.sh +++ b/devel/ORBit/files/patch-libIDL::ltmain.sh @@ -1,19 +1,19 @@ $FreeBSD$ ---- libIDL/ltmain.sh 2001/08/27 09:51:26 1.1 -+++ libIDL/ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ +--- libIDL/ltmain.sh Mon Jan 7 11:09:55 2002 ++++ libIDL/ltmain.sh Thu Jan 24 16:32:50 2002 +@@ -1795,6 +1795,9 @@ + *-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*) + # these systems don't actually have a c library (as such)! + ;; ++ *-*-freebsd*) ++ # has libc, but it shouldn't be explicitly linked in ++ ;; + *-*-rhapsody*) + # rhapsody is a little odd... + deplibs="$deplibs -framework System" +@@ -3360,10 +3366,12 @@ fi # Install the pseudo-library for information purposes. diff --git a/devel/ORBit/files/patch-ltmain.sh b/devel/ORBit/files/patch-ltmain.sh index 98cb05e4ddb3..c6c98237ec0f 100644 --- a/devel/ORBit/files/patch-ltmain.sh +++ b/devel/ORBit/files/patch-ltmain.sh @@ -1,19 +1,19 @@ $FreeBSD$ ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ +--- ltmain.sh.orig Mon Jan 7 11:09:55 2002 ++++ ltmain.sh Thu Jan 24 16:32:50 2002 +@@ -1795,6 +1795,9 @@ + *-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*) + # these systems don't actually have a c library (as such)! + ;; ++ *-*-freebsd*) ++ # has libc, but it shouldn't be explicitly linked in ++ ;; + *-*-rhapsody*) + # rhapsody is a little odd... + deplibs="$deplibs -framework System" +@@ -3360,10 +3366,12 @@ fi # Install the pseudo-library for information purposes. diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index ca231e40224a..81ca55168dc8 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/Makefile @@ -7,7 +7,7 @@ PORTNAME= ORBit PORTVERSION= 0.5.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/ORBit diff --git a/devel/ORBit2/files/patch-libIDL::ltmain.sh b/devel/ORBit2/files/patch-libIDL::ltmain.sh index e6342a578ce0..99556a375dd2 100644 --- a/devel/ORBit2/files/patch-libIDL::ltmain.sh +++ b/devel/ORBit2/files/patch-libIDL::ltmain.sh @@ -1,19 +1,19 @@ $FreeBSD$ ---- libIDL/ltmain.sh 2001/08/27 09:51:26 1.1 -+++ libIDL/ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ +--- libIDL/ltmain.sh Mon Jan 7 11:09:55 2002 ++++ libIDL/ltmain.sh Thu Jan 24 16:32:50 2002 +@@ -1795,6 +1795,9 @@ + *-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*) + # these systems don't actually have a c library (as such)! + ;; ++ *-*-freebsd*) ++ # has libc, but it shouldn't be explicitly linked in ++ ;; + *-*-rhapsody*) + # rhapsody is a little odd... + deplibs="$deplibs -framework System" +@@ -3360,10 +3366,12 @@ fi # Install the pseudo-library for information purposes. diff --git a/devel/ORBit2/files/patch-ltmain.sh b/devel/ORBit2/files/patch-ltmain.sh index 98cb05e4ddb3..c6c98237ec0f 100644 --- a/devel/ORBit2/files/patch-ltmain.sh +++ b/devel/ORBit2/files/patch-ltmain.sh @@ -1,19 +1,19 @@ $FreeBSD$ ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ +--- ltmain.sh.orig Mon Jan 7 11:09:55 2002 ++++ ltmain.sh Thu Jan 24 16:32:50 2002 +@@ -1795,6 +1795,9 @@ + *-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*) + # these systems don't actually have a c library (as such)! + ;; ++ *-*-freebsd*) ++ # has libc, but it shouldn't be explicitly linked in ++ ;; + *-*-rhapsody*) + # rhapsody is a little odd... + deplibs="$deplibs -framework System" +@@ -3360,10 +3366,12 @@ fi # Install the pseudo-library for information purposes. |